summaryrefslogtreecommitdiff
path: root/plugins/Irc/IrcPlugin.php
AgeCommit message (Expand)Author
2010-09-03is_otr -> isOtrCraig Andrews
2010-09-03is_autoreply -> isAutoreplyCraig Andrews
2010-09-03get_user -> getUserCraig Andrews
2010-09-03add_notice -> addNoticeCraig Andrews
2010-09-03handle_incoming -> handleIncomingCraig Andrews
2010-09-03send_confirmation_code -> sendConfirmationCodeCraig Andrews
2010-09-03send_from_site -> sendFromSiteCraig Andrews
2010-09-03enqueue_outgoing_raw -> enqueueOutgoingRawCraig Andrews
2010-09-03daemon_screenname -> daemonScreennameCraig Andrews
2010-09-03receive_raw_message -> receiveRawMessageCraig Andrews
2010-09-03send_message -> sendMessageCraig Andrews
2010-08-11Add an config option to change the ping intervalLuke Fitzgerald
2010-08-10Retry using the waiting queue so as to preserve message orderingLuke Fitzgerald
2010-08-10First commit of message throttling codeLuke Fitzgerald
2010-08-07Added more commentingLuke Fitzgerald
2010-08-07Commands can now be whitelisted to allow response to the channelLuke Fitzgerald
2010-08-05Use nick length insteadLuke Fitzgerald
2010-08-05Bot responds to channel commands via PMLuke Fitzgerald
2010-08-04Messages with new lines split at plugin stage for reliabilityLuke Fitzgerald
2010-07-26More Irc plugin workLuke Fitzgerald
2010-07-23Cosmetic: Rearrange codeLuke Fitzgerald
2010-07-23Lots more work - Implemented nickname checkingLuke Fitzgerald
2010-07-20Code now functional - lots of error checking and extras missing still thoughLuke Fitzgerald
2010-07-18IrcPlugin.php almost completeLuke Fitzgerald
2010-07-04Initial IRC plugin workLuke Fitzgerald