Mercurial > pidgin.yaz
annotate libpurple/protocols/qq/ChangeLog @ 23053:55f986ccbb6a
patch-05-reconnect-and-code-cleanup
author | SHiNE CsyFeK <csyfek@gmail.com> |
---|---|
date | Tue, 24 Jun 2008 12:28:38 +0000 |
parents | 51dbe83ebbd3 |
children | ebad75b719f5 |
rev | line source |
---|---|
23053
55f986ccbb6a
patch-05-reconnect-and-code-cleanup
SHiNE CsyFeK <csyfek@gmail.com>
parents:
23052
diff
changeset
|
1 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
|
2 * Clean code and apply patches from QuLogic |
55f986ccbb6a
patch-05-reconnect-and-code-cleanup
SHiNE CsyFeK <csyfek@gmail.com>
parents:
23052
diff
changeset
|
3 |
55f986ccbb6a
patch-05-reconnect-and-code-cleanup
SHiNE CsyFeK <csyfek@gmail.com>
parents:
23052
diff
changeset
|
4 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
|
5 * 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
|
6 * 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
|
7 * Rewrite packet_process |
55f986ccbb6a
patch-05-reconnect-and-code-cleanup
SHiNE CsyFeK <csyfek@gmail.com>
parents:
23052
diff
changeset
|
8 * Rewrite qq_send_cmd |
55f986ccbb6a
patch-05-reconnect-and-code-cleanup
SHiNE CsyFeK <csyfek@gmail.com>
parents:
23052
diff
changeset
|
9 * 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
|
10 |
23052 | 11 2008.05.14 - ccpaging <ecc_hy(at)hotmail.com> |
12 * Move function for before login packets storing to sendqueue | |
13 * Use transaction data structure to store before login packets | |
14 * Rewrite tcp_pending and packet_process in qq_network.c | |
15 | |
16 2008.05.09 - ccpaging <ecc_hy(at)hotmail.com> | |
17 * Remove function _create_packet_head_seq in qq_network.c | |
18 * Create new function encap in qq_netowork.c | |
19 * Clean code of qq_send_packet_request_login_token and qq_send_packet_login in login_out.c | |
20 | |
21 2008.05.09 - ccpaging <ecc_hy(at)hotmail.com> | |
22 * Clean code of packet_parse.c, enable PARSER_DEBUG | |
23 * Rewrite send_queue | |
24 | |
25 2008.05.08 - ccpaging <ecc_hy(at)hotmail.com> | |
26 * Rewrite qq_network | |
27 * Add srv resolve function when qq_login | |
28 * Merge function _qq_common_clean in qq_proxy.c to qq_disconnect | |
29 * Move orignal qq_disconnect to qq_close | |
30 * qq_data alloc in qq_open and release in qq_close | |
31 * Network connect of QQ is created in qq_connect, and release in qq_disconnect | |
32 | |
33 2008.05.05 - ccpaging <ecc_hy(at)hotmail.com> | |
34 * Merge function _qq_common_clean in qq_proxy.c to qq_disconnect | |
35 * Move orignal qq_disconnect to qq_close | |
36 * qq_data alloc in qq_open and release in qq_close | |
37 * Network connect of QQ is created in qq_connect, and release in qq_disconnect | |
38 | |
23051 | 39 2008.05.05 - ccpaging <ecc_hy(at)hotmail.com> |
40 * Add qq_hex_dump function | |
41 | |
42 2008.04.25 - ccpaging <ecc_hy(at)hotmail.com>, csyfek <csyfek(at)gmail.com> | |
43 * Rewrite read_packet and create_packet functions, use qq_put and qq_get functions instead | |
44 * New logic in accord with protocol models to handle packets, some related functions rewritten | |
45 | |
46 2008.03.24 - ccpaging <ecc_hy(at)hotmail.com> | |
47 * Remove qq_crypt function in crypt.c, use qq_crypt and qq_decrypt directly | |
48 | |
49 ** since pidgin-2.4.0 *** |