Mercurial > pidgin.yaz
annotate libpurple/protocols/qq/ChangeLog @ 23054:ebad75b719f5
Sun Jun 29 22:00:12 CST 2008 csyfek@gmail.com
* 20080629-fixed-qun-processing
Merged patches from moo, ccpaging and coly
Tickets:
References #6199
Sat Jun 28 13:25:40 CST 2008 csyfek@gmail.com
* 20080628-get-friends
Patches from moo and ccpaging.
Tickets:
Fixes #4956.
Fixes #2998.
author | SHiNE CsyFeK <csyfek@gmail.com> |
---|---|
date | Sun, 29 Jun 2008 14:24:21 +0000 |
parents | 55f986ccbb6a |
children | bdb38a8bf721 |
rev | line source |
---|---|
23054
ebad75b719f5
Sun Jun 29 22:00:12 CST 2008 csyfek@gmail.com
SHiNE CsyFeK <csyfek@gmail.com>
parents:
23053
diff
changeset
|
1 2008.06.29 - csyfek <csyfek(at)gmail.com> |
ebad75b719f5
Sun Jun 29 22:00:12 CST 2008 csyfek@gmail.com
SHiNE CsyFeK <csyfek@gmail.com>
parents:
23053
diff
changeset
|
2 * Minor bug fix |
ebad75b719f5
Sun Jun 29 22:00:12 CST 2008 csyfek@gmail.com
SHiNE CsyFeK <csyfek@gmail.com>
parents:
23053
diff
changeset
|
3 * Add some doxygen syntax for preparing development documentation |
ebad75b719f5
Sun Jun 29 22:00:12 CST 2008 csyfek@gmail.com
SHiNE CsyFeK <csyfek@gmail.com>
parents:
23053
diff
changeset
|
4 * References #6199 |
ebad75b719f5
Sun Jun 29 22:00:12 CST 2008 csyfek@gmail.com
SHiNE CsyFeK <csyfek@gmail.com>
parents:
23053
diff
changeset
|
5 |
ebad75b719f5
Sun Jun 29 22:00:12 CST 2008 csyfek@gmail.com
SHiNE CsyFeK <csyfek@gmail.com>
parents:
23053
diff
changeset
|
6 2008.06.28 - ccpaging <ecc_hy(at)hotmail.com>, moo <phpxcache(at)gmail.com> |
ebad75b719f5
Sun Jun 29 22:00:12 CST 2008 csyfek@gmail.com
SHiNE CsyFeK <csyfek@gmail.com>
parents:
23053
diff
changeset
|
7 * Patches from moo<phpxcache@gmail.com> and ccpaging<ccpaging@foxmail.com>. |
ebad75b719f5
Sun Jun 29 22:00:12 CST 2008 csyfek@gmail.com
SHiNE CsyFeK <csyfek@gmail.com>
parents:
23053
diff
changeset
|
8 * Tickets: |
ebad75b719f5
Sun Jun 29 22:00:12 CST 2008 csyfek@gmail.com
SHiNE CsyFeK <csyfek@gmail.com>
parents:
23053
diff
changeset
|
9 * Fixes #4956. |
ebad75b719f5
Sun Jun 29 22:00:12 CST 2008 csyfek@gmail.com
SHiNE CsyFeK <csyfek@gmail.com>
parents:
23053
diff
changeset
|
10 * Fixes #2998. |
ebad75b719f5
Sun Jun 29 22:00:12 CST 2008 csyfek@gmail.com
SHiNE CsyFeK <csyfek@gmail.com>
parents:
23053
diff
changeset
|
11 |
23053
55f986ccbb6a
patch-05-reconnect-and-code-cleanup
SHiNE CsyFeK <csyfek@gmail.com>
parents:
23052
diff
changeset
|
12 2008.06.07 - ccpaging <ecc_hy(at)hotmail.com>, csyfek <csyfek(at)gmail.com> |
55f986ccbb6a
patch-05-reconnect-and-code-cleanup
SHiNE CsyFeK <csyfek@gmail.com>
parents:
23052
diff
changeset
|
13 * Clean code and apply patches from QuLogic |
55f986ccbb6a
patch-05-reconnect-and-code-cleanup
SHiNE CsyFeK <csyfek@gmail.com>
parents:
23052
diff
changeset
|
14 |
55f986ccbb6a
patch-05-reconnect-and-code-cleanup
SHiNE CsyFeK <csyfek@gmail.com>
parents:
23052
diff
changeset
|
15 2008.05.19 - ccpaging <ecc_hy(at)hotmail.com>, csyfek <csyfek(at)gmail.com> |
55f986ccbb6a
patch-05-reconnect-and-code-cleanup
SHiNE CsyFeK <csyfek@gmail.com>
parents:
23052
diff
changeset
|
16 * Reconnect server 5 time in 5000 ms, when connect failed |
55f986ccbb6a
patch-05-reconnect-and-code-cleanup
SHiNE CsyFeK <csyfek@gmail.com>
parents:
23052
diff
changeset
|
17 * Rename sendqueue.c/sendqueue.h to qq_trans.c/qq_trans.h |
55f986ccbb6a
patch-05-reconnect-and-code-cleanup
SHiNE CsyFeK <csyfek@gmail.com>
parents:
23052
diff
changeset
|
18 * Rewrite packet_process |
55f986ccbb6a
patch-05-reconnect-and-code-cleanup
SHiNE CsyFeK <csyfek@gmail.com>
parents:
23052
diff
changeset
|
19 * Rewrite qq_send_cmd |
55f986ccbb6a
patch-05-reconnect-and-code-cleanup
SHiNE CsyFeK <csyfek@gmail.com>
parents:
23052
diff
changeset
|
20 * Create server list, try to connect every server when failed |
55f986ccbb6a
patch-05-reconnect-and-code-cleanup
SHiNE CsyFeK <csyfek@gmail.com>
parents:
23052
diff
changeset
|
21 |
23052 | 22 2008.05.14 - ccpaging <ecc_hy(at)hotmail.com> |
23 * Move function for before login packets storing to sendqueue | |
24 * Use transaction data structure to store before login packets | |
25 * Rewrite tcp_pending and packet_process in qq_network.c | |
26 | |
27 2008.05.09 - ccpaging <ecc_hy(at)hotmail.com> | |
28 * Remove function _create_packet_head_seq in qq_network.c | |
29 * Create new function encap in qq_netowork.c | |
30 * Clean code of qq_send_packet_request_login_token and qq_send_packet_login in login_out.c | |
31 | |
32 2008.05.09 - ccpaging <ecc_hy(at)hotmail.com> | |
33 * Clean code of packet_parse.c, enable PARSER_DEBUG | |
34 * Rewrite send_queue | |
35 | |
36 2008.05.08 - ccpaging <ecc_hy(at)hotmail.com> | |
37 * Rewrite qq_network | |
38 * Add srv resolve function when qq_login | |
39 * Merge function _qq_common_clean in qq_proxy.c to qq_disconnect | |
40 * Move orignal qq_disconnect to qq_close | |
41 * qq_data alloc in qq_open and release in qq_close | |
42 * Network connect of QQ is created in qq_connect, and release in qq_disconnect | |
43 | |
44 2008.05.05 - ccpaging <ecc_hy(at)hotmail.com> | |
45 * Merge function _qq_common_clean in qq_proxy.c to qq_disconnect | |
46 * Move orignal qq_disconnect to qq_close | |
47 * qq_data alloc in qq_open and release in qq_close | |
48 * Network connect of QQ is created in qq_connect, and release in qq_disconnect | |
49 | |
23051 | 50 2008.05.05 - ccpaging <ecc_hy(at)hotmail.com> |
51 * Add qq_hex_dump function | |
52 | |
53 2008.04.25 - ccpaging <ecc_hy(at)hotmail.com>, csyfek <csyfek(at)gmail.com> | |
54 * Rewrite read_packet and create_packet functions, use qq_put and qq_get functions instead | |
55 * New logic in accord with protocol models to handle packets, some related functions rewritten | |
56 | |
57 2008.03.24 - ccpaging <ecc_hy(at)hotmail.com> | |
58 * Remove qq_crypt function in crypt.c, use qq_crypt and qq_decrypt directly | |
59 | |
60 ** since pidgin-2.4.0 *** |