comparison libpurple/protocols/qq/ChangeLog @ 23050:51dbe83ebbd3

patch-04-tcp-pending
author SHiNE CsyFeK <csyfek@gmail.com>
date Tue, 24 Jun 2008 12:22:40 +0000
parents 190bc4ecf6c3
children 55f986ccbb6a
comparison
equal deleted inserted replaced
23049:190bc4ecf6c3 23050:51dbe83ebbd3
1 2008.05.14 - ccpaging <ecc_hy(at)hotmail.com>
2 * Move function for before login packets storing to sendqueue
3 * Use transaction data structure to store before login packets
4 * Rewrite tcp_pending and packet_process in qq_network.c
5
6 2008.05.09 - ccpaging <ecc_hy(at)hotmail.com>
7 * Remove function _create_packet_head_seq in qq_network.c
8 * Create new function encap in qq_netowork.c
9 * Clean code of qq_send_packet_request_login_token and qq_send_packet_login in login_out.c
10
11 2008.05.09 - ccpaging <ecc_hy(at)hotmail.com>
12 * Clean code of packet_parse.c, enable PARSER_DEBUG
13 * Rewrite send_queue
14
15 2008.05.08 - ccpaging <ecc_hy(at)hotmail.com>
16 * Rewrite qq_network
17 * Add srv resolve function when qq_login
18 * Merge function _qq_common_clean in qq_proxy.c to qq_disconnect
19 * Move orignal qq_disconnect to qq_close
20 * qq_data alloc in qq_open and release in qq_close
21 * Network connect of QQ is created in qq_connect, and release in qq_disconnect
22
23 2008.05.05 - ccpaging <ecc_hy(at)hotmail.com>
24 * Merge function _qq_common_clean in qq_proxy.c to qq_disconnect
25 * Move orignal qq_disconnect to qq_close
26 * qq_data alloc in qq_open and release in qq_close
27 * Network connect of QQ is created in qq_connect, and release in qq_disconnect
28
1 2008.05.05 - ccpaging <ecc_hy(at)hotmail.com> 29 2008.05.05 - ccpaging <ecc_hy(at)hotmail.com>
2 * Add qq_hex_dump function 30 * Add qq_hex_dump function
3 31
4 2008.04.25 - ccpaging <ecc_hy(at)hotmail.com>, csyfek <csyfek(at)gmail.com> 32 2008.04.25 - ccpaging <ecc_hy(at)hotmail.com>, csyfek <csyfek(at)gmail.com>
5 * Rewrite read_packet and create_packet functions, use qq_put and qq_get functions instead 33 * Rewrite read_packet and create_packet functions, use qq_put and qq_get functions instead