Assembla home | Assembla project page
 

root/trunk/Phergie/Event


Mode:

Legend:

Added
Modified
Copied or renamed
Rev Chgset Date Author Log Message
(edit) @217 [217] 04/08/08 01:57:38 Slynderdale Some final clean up.
(edit) @215 [215] 04/08/08 01:18:52 Slynderdale Cleaned up the code and beautified it. Fixed all the indentation and went …
(edit) @204 [204] 04/04/08 10:08:19 Slynderdale Added various bug fixes, enhancements as well as removed some stay …
(edit) @194 [194] 03/29/08 13:28:33 Slynderdale A whole lot of enhancements and bug fixes. The files were also updated to …
(edit) @167 [167] 03/12/08 23:18:54 Slynderdale Added a doRaw function to send raw data/messages to the server and added a …
(edit) @166 [166] 03/11/08 21:58:10 Slynderdale Added full CTCP as well as raw handlers. onRaw is called every time …
(edit) @86 [86] 02/28/08 00:43:25 tobias382 * Removed a stray line from call in the request event class (thanks …
(edit) @84 [84] 02/28/08 00:27:18 tobias382 * Removed a stray debugging line from the request event class * Fixed a …
(edit) @83 [83] 02/28/08 00:05:48 tobias382 Fixes #17 * Added named argument support to the request event class
(edit) @68 [68] 02/17/08 21:37:06 tobias382 * Moved Phergie_Event_Handler to Phergie_Plugin_Abstract_Base and updated …
(edit) @66 [66] 02/17/08 19:53:26 tobias382 * Added missing onKick handler method to the base plugin class * Reverted …
(edit) @60 [60] 02/17/08 04:25:26 tobias382 Fixes #1, #8, #14, #10, #13 * Fixed some parameter parsing issues in the …
(edit) @59 [59] 02/15/08 10:37:33 tobias382 Unstable commit - driver seems to work, most plugins still need testing * …
(edit) @58 [58] 02/12/08 07:13:09 tobias382 This is an unstable commit meant only to store work in progress. * Moved …
(edit) @57 [57] 02/12/08 05:39:20 tobias382 * Removed _ convention from non-public class properties * Converted static …
(edit) @55 [55] 02/11/08 23:58:35 Seldaek + added tea to Drink [thanks to Harry Roberts]
(edit) @54 [54] 02/11/08 23:35:56 Seldaek * tiny fix in math
(edit) @53 [53] 02/11/08 22:26:38 Seldaek * potential SQL Injection fixed in Karma * some answers changes in …
(edit) @52 [52] 02/11/08 16:59:55 Seldaek + adds Logging * tweak in the Acronym match to avoid false positives
(edit) @51 [51] 02/11/08 14:07:00 Seldaek * usability change in AdminCommand? so that commands can be given without …
(edit) @50 [50] 02/11/08 03:08:44 tobias382 * Fixed a bug in the random user action in the Acronym plugin where the …
(edit) @49 [49] 02/11/08 02:44:01 Seldaek * fixes warning for 404 URLs in URLTitles
(edit) @48 [48] 02/11/08 02:40:02 Seldaek + adds Say plugin
(edit) @47 [47] 02/11/08 02:22:56 Seldaek * AdminCommand?.ops check on all channels if the user is op somewhere, this …
(edit) @46 [46] 02/11/08 01:18:00 Seldaek * more karma pranks * RSSParser and URLTitles use TinyURL only when …
(edit) @45 [45] 02/11/08 00:58:12 Seldaek * added support for "A.B.C." as well as "ABC?" in acronym
(edit) @44 [44] 02/11/08 00:52:48 Seldaek * some more pranks in Karma
(edit) @43 [43] 02/11/08 00:38:15 tobias382 * Updated the base event handler class to include a type hint for the …
(edit) @42 [42] 02/11/08 00:07:58 tobias382 * Added a new shutdown() method to the base event handler class * Moved …
(edit) @41 [41] 02/10/08 23:20:07 tobias382 * Added support for forgetting terms to the Lart plugin * Fixed a circular …
(edit) @40 [40] 02/10/08 23:03:38 tobias382 Fixed issues in the Lart plugin where the database UNIQUE index was not …
(edit) @39 [39] 02/10/08 22:37:53 tobias382 Fixes #18 * Modified the base event handler class to automatically do a …
(edit) @38 [38] 02/10/08 22:12:31 Seldaek + adds Users::getUsers($chan) and Users::getRandomUser($chan)
(edit) @37 [37] 02/10/08 17:59:32 tobias382 Fixes #10 * Added the UrbanDictionary? plugin * Added a check to the …
(edit) @36 [36] 02/10/08 14:30:10 Seldaek + adds user tracking to Users plugin (nick, join, part, quit)
(edit) @35 [35] 02/10/08 03:42:14 tobias382 Fixes #8 * Added PHPLookup plugin
(edit) @34 [34] 02/10/08 03:21:13 tobias382 Fixes #1 * Added Acronym plugin * Expanded configuration file settings and …
(edit) @32 [32] 02/10/08 02:48:45 Seldaek fixes #11
(edit) @31 [31] 02/10/08 02:04:08 tobias382 Fixes #2, #3, #4 * Modified the event request, base client, and streams …
(edit) @30 [30] 02/09/08 19:28:36 tobias382 * Added support to Command for optional arguments * Modified JoinPart? to …
(edit) @29 [29] 02/09/08 18:50:14 tobias382 Added command handler method lookup caching to Command.
(edit) @28 [28] 02/09/08 18:23:43 tobias382 Modified Command to intelligently detect and pass the intercepted event …
(edit) @27 [27] 02/09/08 17:43:24 Seldaek + added comments to RSSParser + added feed title parsing and format …
(edit) @26 [26] 02/09/08 15:04:56 Seldaek * small performance improvement on RSSParser
(edit) @25 [25] 02/09/08 15:02:07 tobias382 Added a comment regarding Freenode's 5 minute delay for displaying QUIT …
(edit) @24 [24] 02/09/08 13:53:00 tobias382 Fixes #14 * Added plugin short name retrieval and configuration …
(edit) @23 [23] 02/09/08 05:56:28 Seldaek * adds Atom1.0 support to RSSParser (needs testing with different feeds)
(edit) @22 [22] 02/09/08 05:22:31 Seldaek * fixes RSSParser, formats titles and creates tinyurls for links
(edit) @21 [21] 02/09/08 01:35:55 Seldaek * moved setClient to construct in Handler and adjusted plugins to the …
(edit) @20 [20] 02/09/08 00:43:11 Seldaek + added cron abstract class + added JoinPart? that handles join/part …
(edit) @19 [19] 02/08/08 04:42:40 tobias382 Fixes #15 * Added config checking and memory cleanup to #16 * Added Daddy …
(edit) @18 [18] 02/08/08 04:17:38 tobias382 Fixes #16 * Modified Bot to support selective plugin loading * Fixed …
(edit) @17 [17] 02/08/08 00:57:36 Seldaek + adds Debug (command is 'mem') plugin + adds Users (internal static use …
(edit) @16 [16] 02/07/08 16:17:53 Seldaek * change in AdminCommand? to allow plugins extending it to have their own …
(edit) @15 [15] 02/07/08 16:07:58 Seldaek + add math/calc plugin
(edit) @12 [12] 02/07/08 02:33:13 tobias382 Fixes #7 * Modified Quit plugin to use doQuit instead of disconnect * …
(edit) @11 [11] 02/06/08 22:57:05 Seldaek fixes #7 * bugfix in AdminCommand? * added some comments in DNSLookup
(edit) @10 [10] 02/06/08 18:12:49 Seldaek fixes #6
(edit) @9 [9] 02/06/08 17:53:09 Seldaek fixes #9
(edit) @8 [8] 02/06/08 03:16:43 Seldaek + added abstract handlers support + added AdminCommand? abstract handler + …
(edit) @7 [7] 02/06/08 00:55:14 tobias382 Modified autojoin check to not depend on NickServ? authentication
(add) @1 [1] 02/05/08 21:39:53 tobias382 Initial import
Note: See TracRevisionLog for help on using the revision log.