comparison 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
comparison
equal deleted inserted replaced
23052:51dbe83ebbd3 23053:55f986ccbb6a
1 2008.06.07 - ccpaging <ecc_hy(at)hotmail.com>, csyfek <csyfek(at)gmail.com>
2 * Clean code and apply patches from QuLogic
3
4 2008.05.19 - ccpaging <ecc_hy(at)hotmail.com>, csyfek <csyfek(at)gmail.com>
5 * Reconnect server 5 time in 5000 ms, when connect failed
6 * Rename sendqueue.c/sendqueue.h to qq_trans.c/qq_trans.h
7 * Rewrite packet_process
8 * Rewrite qq_send_cmd
9 * Create server list, try to connect every server when failed
10
1 2008.05.14 - ccpaging <ecc_hy(at)hotmail.com> 11 2008.05.14 - ccpaging <ecc_hy(at)hotmail.com>
2 * Move function for before login packets storing to sendqueue 12 * Move function for before login packets storing to sendqueue
3 * Use transaction data structure to store before login packets 13 * Use transaction data structure to store before login packets
4 * Rewrite tcp_pending and packet_process in qq_network.c 14 * Rewrite tcp_pending and packet_process in qq_network.c
5 15