📄 changes
字号:
Revision history for Perl extension Net::OICQ.$Id: Changes,v 1.10 2003/10/17 20:01:52 tans Exp $0.01 Tue Oct 8 20:59:14 2002 - original version; created by h2xs 1.21 with options -Oxan Net::OICQ oicq_blackbox.h0.2 Thu Nov 7 - got rid of unused sub in the assembly code - modify definitions of src and command codes, each uses 2 bytes now - new functions: add/del/ban contact, accept/reject contact0.3 Mon Nov 11 - commands for add/del/ban/accept/reject contact actually work now - client will try randomly selected servers before connection - /s command works on individual id now0.4 Sat Nov 17 - Use IO::Select in client, no more delay - Log conversation by default, type /set LogChat 0 to turn off - AutoReply mode, auto reply message0.5 Sat Feb 08 - got rid of assembly code, finally, thanks to Chen Peng in Singapore - new C code tiny_crypt.c and tiny_crypt.h replaced assembly code - re-write Net::OICQ::encrypt and Net::OICQ::decrypt - new test.pl for testing the cipher - test_tea.c provides main() for testing tiny_crypt in C only0.6 Sat April 12 - fixed a bug in get_online_friends - figured out user attribute unkn21 is Avatar number - added Message Precursor strings0.7 Sat June 28 - found a missing byte in sub c_login - fixed build_login_packet - invisible mode works now, replaced set_picture with set_mode - massively rewrote to separate user interface codes from protocol - improved login process to accept server redirect - use ANSI colors in the text console client0.8 Sat October 18, 2003 - Separated cipher codes to module Crypt::OICQ - added /eval command to TextConsole - changed $oicq->{PWMD5} to $oicq->{PWKey} since v2000c 1230b uses double MD5 of passwd - added plugin function for auto chat - fixed time stamp bug in send/recv_msg - use bytes on all modules - get client version of srcid from recv_msg - add new command usage: "/xxxxxxx message" will send message without set_dstid - Net::OICQ::TextConsole::msg now display font name correctly0.9 Mon January 3, 2005 - accepted new message precursors - get_msg moved from OICQ.pm to OICQ/ServerEvent.pm and uses new message precursors
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -