net_smartirc.reg

来自「视频监控网络部分的协议ddns,的模块的实现代码,请大家大胆指正.」· REG 代码 · 共 444 行 · 第 1/5 页

REG
444
字号
------- improved socket handling- bufferedsend fix- new version number system- cpu usage reduced- added changelog file";}i:1;a:4:{s:7:"version";s:5:"0.2.6";s:12:"release_date";s:10:"2002-10-12";s:13:"release_state";s:4:"beta";s:13:"release_notes";s:643:"v0.2.6------* phpSmartIRCclass.inc.php: - phpSmartIRCclass.inc renamed to   phpSmartIRCclass.inc.php because of security reasons - changed function_exists() to get_loaded_extensions() for   checking if the PHP build has real socket support - log() changed to create Linux style formated logs - new methods for logging (daemon style)   log() for add log entries setlogdestination() can be STDOUT or FILE   setlogfile() sets the file - changed received data processing in rawreceive()* HOWTO: - added a mini howto for using the class* DOCUMENTATION: - added class documentation of the project* CREDITS: - added credits file";}i:2;a:4:{s:7:"version";s:5:"0.3.0";s:12:"release_date";s:10:"2002-10-23";s:13:"release_state";s:4:"beta";s:13:"release_notes";s:487:"v0.3.0-----* phpSmartIRCclass.inc.php: - added "Ping? Pong!" log message for debugging - added real linux/windows syslog logging   to setlogdestination(). - new method listen_for() makes it possible   to show irc related information on a homepage, like how many users   on a channel are.* HOWTO: - added how to run/call the selfwritten bot* DOCUMENTATION: - added (missing) explaination for new methods* example2.php: - new examplefile with the new listen_for() method";}i:3;a:4:{s:7:"version";s:5:"0.3.2";s:12:"release_date";s:10:"2002-11-05";s:13:"release_state";s:6:"stable";s:13:"release_notes";s:1839:"v0.3.2------* phpSmartIRCclass.inc.php: - Replaced all quotes by single quote where possible for speedup. - Added _disconnecttime for doing a clean IRC quit. - Added Zend IDE style documentation for parameter variables types   and method descriptions. - Spaces in nickname and username will be automaticly removed. - Nicknamecollisions are automaticly detected and nickname will be   changed to nickname with 3 random numbers. - New method nicknameuse(). - Fixed a serious fsock bug. - Added new type TYPE_ERROR. - Fixed wrong usage of & when calling methods with params that are   called by reference. - Fixed a debug message "DEBUG: disconnected", now it will only   occur when debug mode is enabled. - listen_for() will now do a quickdisconnect, for a big speedup. - Changed logging system, now with debug levels, default is   DEBUG_NOTICE. - Added benchmark system, now its possible to time things for doing   optimizations. - New methods: benchmark(), benchmarktstart(), benchmarkend()   and show_benchmark() for the benchmark system - Added microint(), for getting the microtime as float, needed for   the benchmarks. - Added a couple of log() calls, for different debug levels. - fsockets now runs in non blocking mode, because of broken?   getstatus for fsockets. - Added mode() method, for chaning modes of a user or channel. - Added op() and deop() method.  Added ban() and unban() method   (thx for diff file to Peter Petermann).* DOCUMENTATION: - added documentation for new logging system - added the whole DEBUG_* list* HOWTO: - changed parameter description for debug()* example.php:

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?