» Version | » Information |
---|---|
2019-07-25 stable |
|
2018-05-09 stable |
|
2018-05-08 stable |
|
2017-06-15 stable |
|
2016-12-25 stable |
|
2015-11-25 stable |
|
2015-07-31 stable |
|
2015-04-18 stable |
|
2015-01-17 stable |
|
2014-12-26 stable |
|
2014-11-02 stable |
|
2014-10-23 stable |
|
2014-10-03 stable |
|
2014-10-03 stable |
|
2014-09-04 stable |
|
2010-10-25 stable |
|
2009-07-18 stable |
|
2005-05-27 stable |
|
2003-07-23 stable |
|
2003-07-23 stable |
|
2003-01-17 stable |
|
0.5.0 |
Easy InstallNot sure? Get more info. pear install Net_SmartIRC-0.5.0 Pyrus InstallTry PEAR2's installer, Pyrus. php pyrus.phar install pear/Net_SmartIRC-0.5.0 Release date: 2003-01-06 01:43 UTC Release state: beta Release uploaded by: meebey Changelog: Initial release as PEAR package this project is former known as phpSmartIRCclass (beta because of first release in PEAR, the project itself is stable) ChangeLog: fixes: - copyright year - fixed critical bug in the main _rawreceive() for() loop, messages were lost. changes: - changed documentation tags in front of all methods to the phpDocumentator compatible format. - improved connect() errorhandling. - changed login() parameters to $nick, $realname, $usermode = 0, $username = null, $password = null. - changed join() parameters to $channelarray, $key = null. - changed kick() parameters to $channel, $nicknamearray, $reason = null. - changed listenFor() parameters to $messagetype return value is now the result, instead the of a reference to the result parameter. - sendbuffer has now 3 queues: high, medium and low high sends 2 messages, then 1 of medium low is only send if high _and_ medium is empty. - select() call for sockets is strongly optimized new: - phpDocumentator package tags. - include() for messagehandler.php (needed for the new API). - setChannelSynching() method, for enabling the channel synching. - setCtcpVersion() method, for changing the ctcp version reply string. - setReceiveTimeout() method, for changing the receive timeout. - setTransmitTimeout() method, for changing the transmit timeout. - setAutoReconnect() method, for enabling the autoreconnect feature. - channel variable, a reference to _channels because $object->channel("#chan")->topic is not possible in PHP4 (ZE1). - reconnect() method, it will reconnect and also join all channels. - channel() method, getting a reference to the channel, only if channelsynching is on. - added ident, host, messageex and rawmessageex variables to the Net_SmartIRC_data class. - class Net_SmartIRC_user, stores info about one user, only used if channelsynching is on. - class Net_SmartIRC_channel, stores info about one channel, only used if channelsynching is on. |