Assembla home | Assembla project page
 

root/trunk/Phergie/Plugin/Abstract


Mode:

Legend:

Added
Modified
Copied or renamed
Rev Chgset Date Author Log Message
(edit) @278 [278] 08/01/08 21:18:09 Seldaek * Fixed a bug in staticPluginLoaded() and updated all calls to it
(edit) @275 [275] 08/01/08 18:11:54 Seldaek fixes #45
(edit) @273 [273] 08/01/08 09:58:43 Seldaek * Plugins that can't load now return error messages to say why fixes #35
(edit) @249 [249] 04/27/08 02:09:25 Slynderdale Various fixes
(edit) @245 [245] 04/15/08 01:14:57 Slynderdale Various bug fixes and enhancements. Removed the call_user_func calls in …
(edit) @232 [232] 04/14/08 00:10:01 Slynderdale Changed all instances of the method init and shutdown to onInit and …
(edit) @231 [231] 04/13/08 23:08:08 Slynderdale Made it optional to have a bot prefix for admin commands if a command …
(edit) @226 [226] 04/13/08 03:17:59 Slynderdale Some bug fixes and tweaks. Fixed up the error handling in URL a bit and …
(edit) @223 [223] 04/13/08 00:21:06 Slynderdale Various bug fixes and enhancements: Notable Changes: * Bot.php: The …
(edit) @218 [218] 04/08/08 02:22:36 Slynderdale This should be it for the clean up.
(edit) @217 [217] 04/08/08 01:57:38 Slynderdale Some final clean up.
(edit) @216 [216] 04/08/08 01:29:18 Slynderdale Some things I missed in the 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) @206 [206] 04/04/08 18:03:53 Slynderdale Some more bug fixes. Added a temp fix to Base.php to make onPhpError work …
(edit) @205 [205] 04/04/08 10:28:52 Slynderdale Replaced every tab in Phergie with spaces for a more unified formatting
(edit) @204 [204] 04/04/08 10:08:19 Slynderdale Added various bug fixes, enhancements as well as removed some stay …
(edit) @203 [203] 04/03/08 01:31:13 tobias382 Fixed the autoloader in the bootstrap file not to emit a notice for …
(edit) @202 [202] 03/31/08 05:38:57 Slynderdale Fixed some minor strict errors
(edit) @201 [201] 03/31/08 04:43:44 Slynderdale Fixed a couple of bugs and did some code clean up.
(edit) @200 [200] 03/31/08 03:49:48 tobias382 * Change: Modified phergie.ini to default debug to true and log to null * …
(edit) @199 [199] 03/31/08 00:56:23 Slynderdale Some bug fixes and improvments. Turned a few of the user specific private …
(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) @193 [193] 03/29/08 12:59:29 Slynderdale Added several bug fixes and also made AdminFunctions obsolete. Moved the …
(edit) @179 [179] 03/21/08 22:40:41 Slynderdale Some minor bug fixes and code improvements as well as some added debug …
(edit) @173 [173] 03/16/08 00:30:35 tobias382 Modified assignments in getCountdown() in the base plugin class to use the …
(edit) @172 [172] 03/13/08 03:05:10 Slynderdale Changed some static line break endings such \n and such to use PHP_EOL to …
(edit) @166 [166] 03/11/08 21:58:10 Slynderdale Added full CTCP as well as raw handlers. onRaw is called every time …
(edit) @160 [160] 03/11/08 05:00:59 Seldaek * Base: Some "undefined index" notices fixed
(edit) @153 [153] 03/09/08 19:05:45 Slynderdale Made mute work per channel and globally instead of just globally. By …
(edit) @151 [151] 03/09/08 18:33:21 Seldaek * Command: Fixes a bug that eated the first char of each argument parsed …
(edit) @147 [147] 03/09/08 10:00:20 Slynderdale Added a parseArguments function that takes a given string and extracts all …
(edit) @142 [142] 03/09/08 02:51:37 Slynderdale Adds a switch to the fromAdmin in AdminCommand?.php to check if for just …
(edit) @141 [141] 03/09/08 02:45:08 Slynderdale Added support for calling bots directly by prefixing the command with the …
(edit) @138 [138] 03/07/08 19:01:55 Slynderdale Fixes #32 and adds transliteration support to Phergie's base as well as …
(edit) @137 [137] 03/07/08 05:04:37 Slynderdale Added support for non-breaking spaces aka hard spaces which the regex \s …
(edit) @135 [135] 03/07/08 03:14:47 Slynderdale Added support for custom command prefixes as defined in the config file.
(edit) @112 [112] 03/03/08 21:59:38 Seldaek * Command: Fixed calling of commands with optional parameters
(edit) @106 [106] 03/03/08 01:36:28 tobias382 * Modified all declarations and uses of checkDependencies to include the …
(edit) @103 [103] 03/02/08 15:50:02 tobias382 * Moved logic to convert a hostmask expression list to a regular …
(edit) @96 [96] 03/01/08 20:50:42 Seldaek + Adds Keepalive/Timeout
(edit) @95 [95] 03/01/08 20:05:00 tobias382 Fixed an issue with the Command parameter parsing fix in r94
(edit) @94 [94] 03/01/08 19:40:53 Seldaek * Fixes parameter parsing in Command
(edit) @82 [82] 02/27/08 05:40:00 Seldaek + Adds Toggle module that allows to mute and or disable other plugins …
(edit) @79 [79] 02/26/08 22:15:40 Seldaek * Base: fixes tinyUrl encoding of #anchors
(edit) @78 [78] 02/26/08 03:47:02 tobias382 Fixes #26 * Modified the bootstrap file to determine all plugins to be …
(edit) @71 [71] 02/25/08 01:38:31 tobias382 * Added support to the Acronym plugin for filtering responses to certain …
(edit) @68 [68] 02/17/08 21:37:06 tobias382 * Moved Phergie_Event_Handler to Phergie_Plugin_Abstract_Base and updated …
(edit) @64 [64] 02/17/08 18:27:54 tobias382 * Added a check for messages containing no commands * Added a check for …
(edit) @63 [63] 02/17/08 18:00:49 tobias382 Modified regex delimiters for admin hostmasks in AdminCommand? so that / …
(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 …
(add) @57 [57] 02/12/08 05:39:20 tobias382 * Removed _ convention from non-public class properties * Converted static …
Note: See TracRevisionLog for help on using the revision log.