comparison libpurple/protocols/qq/Makefile.am @ 23753:5f454b975a99

2008.08.10 - csyfek <csyfek(at)gmail.com> * Commit to Pidgin 2008.08.06 - ccpaging <ecc_hy(at)hotmail.com> * Rename names of variables, Group, to Room * Functions of group_network merged into qq_network and qq_process * Canceled managing glist of group packet, add sub_cmdd and room_id to transaction * Fixed error of demo group: If 'room list' and 'room infor' are not setup, response received from server will emits 'room_id = 0' packet. 2008.08.04 - ccpaging <ecc_hy(at)hotmail.com> * Use new crypt/decrypt functions * Rename crypt.c/h to qq_crypt.c/h * Clean code of decrypt functions * Fixed decryption failure 2008.08.04 - csyfek <csyfek(at)gmail.com> * Update AUTHORS
author SHiNE CsyFeK <csyfek@gmail.com>
date Sun, 10 Aug 2008 04:32:14 +0000
parents 1c50f12b1c52
children d57928c9dd8f e22bcca9f2b2
comparison
equal deleted inserted replaced
23748:107166bb2a64 23753:5f454b975a99
10 buddy_list.h \ 10 buddy_list.h \
11 buddy_opt.c \ 11 buddy_opt.c \
12 buddy_opt.h \ 12 buddy_opt.h \
13 char_conv.c \ 13 char_conv.c \
14 char_conv.h \ 14 char_conv.h \
15 crypt.c \ 15 qq_crypt.c \
16 crypt.h \ 16 qq_crypt.h \
17 file_trans.c \ 17 file_trans.c \
18 file_trans.h \ 18 file_trans.h \
19 group.c \ 19 group.c \
20 group.h \ 20 group.h \
21 group_conv.c \ 21 group_conv.c \
30 group_im.h \ 30 group_im.h \
31 group_info.c \ 31 group_info.c \
32 group_info.h \ 32 group_info.h \
33 group_join.c \ 33 group_join.c \
34 group_join.h \ 34 group_join.h \
35 group_network.c \
36 group_network.h \
37 group_opt.c \ 35 group_opt.c \
38 group_opt.h \ 36 group_opt.h \
39 group_search.c \ 37 group_search.c \
40 group_search.h \ 38 group_search.h \
41 header_info.c \ 39 header_info.c \