]> git.mxchange.org Git - quix0rs-gnu-social.git/history - plugins/Irc/IrcPlugin.php
Merge branch '1.0.x' into schema-x
[quix0rs-gnu-social.git] / plugins / Irc / IrcPlugin.php
2010-10-12 Brion VibberMerge branch '0.9.x' into 1.0.x
2010-10-08 Brion VibberMerge branch '0.9.x' into 1.0.x
2010-10-07 Brion VibberMerge branch '0.9.x' into 1.0.x
2010-10-07 Brion VibberMerge branch '1.0.x' into schema-x
2010-10-06 Brion VibberMerge branch '0.9.x' into 1.0.x
2010-10-05 Brion VibberMerge branch '0.9.x' into 1.0.x
2010-10-04 Brion VibberMerge branch '0.9.x' into 1.0.x
2010-10-04 Brion VibberMerge branch '0.9.x' of gitorious.org:statusnet/mainlin...
2010-09-09 Evan ProdromouMerge branch '0.9.x' into 1.0.x
2010-09-09 Evan ProdromouMerge branch '0.9.x' into 1.0.x
2010-09-06 Evan ProdromouMerge branch '0.9.x' into 1.0.x
2010-09-03 Craig Andrewsis_otr -> isOtr
2010-09-03 Craig Andrewsis_autoreply -> isAutoreply
2010-09-03 Craig Andrewsget_user -> getUser
2010-09-03 Craig Andrewsadd_notice -> addNotice
2010-09-03 Craig Andrewshandle_incoming -> handleIncoming
2010-09-03 Craig Andrewssend_confirmation_code -> sendConfirmationCode
2010-09-03 Craig Andrewssend_from_site -> sendFromSite
2010-09-03 Craig Andrewsenqueue_outgoing_raw -> enqueueOutgoingRaw
2010-09-03 Craig Andrewsdaemon_screenname -> daemonScreenname
2010-09-03 Craig Andrewsreceive_raw_message -> receiveRawMessage
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