📄 readme
字号:
Net/OICQ version 0.9This module implements OICQ protocol, used by the instant messaging serviceoperated by Tencent Technology Limited, China.INSTALLATIONIn Version 0.8 and later, the encryption code is in a separate module namedCrypt::OICQ. Please download and install Crypt::OICQ module first.If you have installed version 0.7 or earlier version of Net::OICQ, pleaseuninstall the old version by running the following commands as root: find /usr/lib/perl5/site_perl -name OICQ -exec rm -r \{\} \;or find /usr/local/lib/perl5/site_perl -name OICQ -exec rm -r \{\} \;To install Net::OICQ module type the following: perl Makefile.PL make test su make installTo install the console-only client type the following from the source directory: cp q /usr/local/bin/oicq chmod a+x /usr/local/bin/oicqYou can name the client file to whatever you like.DEPENDENCIESThis module requires Digest::MD5 perl module, which can be downloaded from CPANif it is not already installed on your system.Net::OICQ also requires Crypt::OICQ, which used to be part of Net::OICQ and isa separate module since Version 0.8 of Net::OICQ.ACKNOWLEDGEMENTFreeOICQ developers reverse-engineered Tencent's Win32 client code andpublished their source codes on the Internet. I would never be able to writeNet::OICQ without access to FreeOICQ source codes.Chen Peng reverse-engineered the assembly codes created by FreeOICQ and kindlygave me his C source codes for the cipher used in OICQ.COPYRIGHT AND LICENCECopyright (c) 2003, 2004, 2005 Shufeng Tan. All rights reserved.This package is free software and is provided "as is" without expressor implied warranty. It may be used, redistributed and/or modifiedunder the terms of the Perl Artistic License (seehttp://www.perl.com/perl/misc/Artistic.html)
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -