]> git.mxchange.org Git - quix0rs-gnu-social.git/history - plugins/Irc/IrcPlugin.php
send_message -> sendMessage
[quix0rs-gnu-social.git] / plugins / Irc / IrcPlugin.php
2010-09-03 Craig Andrewssend_message -> sendMessage
2010-09-03 Evan ProdromouMerge branch '0.9.x' into 1.0.x
2010-09-02 Brion VibberMerge branch '0.9.x' into 1.0.x
2010-08-18 Craig AndrewsMerge remote branch 'chat-interface-plugins/irc-plugin...
2010-08-12 Luke FitzgeraldMerge branch 'idle-irc-plugin' into irc-plugin
2010-08-11 Luke FitzgeraldAdd an config option to change the ping interval
2010-08-11 Luke FitzgeraldMerge remote branch 'statusnet/1.0.x' into idle-irc...
2010-08-11 Luke FitzgeraldMerge remote branch 'statusnet/1.0.x' into irc-plugin
2010-08-11 Luke FitzgeraldRetry using the waiting queue so as to preserve message...
2010-08-11 Luke FitzgeraldFirst commit of message throttling code
2010-08-07 Luke FitzgeraldAdded more commenting
2010-08-07 Luke FitzgeraldMerge remote branch 'statusnet/1.0.x' into irc-plugin
2010-08-07 Luke FitzgeraldCommands can now be whitelisted to allow response to...
2010-08-05 Luke FitzgeraldUse nick length instead
2010-08-05 Luke FitzgeraldBot responds to channel commands via PM
2010-08-04 Luke FitzgeraldMessages with new lines split at plugin stage for relia...
2010-07-26 Luke FitzgeraldMore Irc plugin work
2010-07-23 Luke FitzgeraldCosmetic: Rearrange code
2010-07-23 Luke FitzgeraldLots more work - Implemented nickname checking
2010-07-20 Luke FitzgeraldCode now functional - lots of error checking and extras...
2010-07-18 Luke FitzgeraldIrcPlugin.php almost complete
2010-07-04 Luke FitzgeraldInitial IRC plugin work