|
|
|
@273
|
[273]
|
08/01/08 09:58:43 |
Seldaek |
* Plugins that can't load now return error messages to say why
fixes #35 |
|
|
|
@267
|
[267]
|
07/21/08 01:41:26 |
tobias382 |
Fixes #53 Added suggested optimizations to Bot.php (thanks Shadowhand) |
|
|
|
@229
|
[229]
|
04/13/08 21:32:54 |
Slynderdale |
Made the ini setting "realname" a required setting since its needed in the … |
|
|
|
@226
|
[226]
|
04/13/08 03:17:59 |
Slynderdale |
Some bug fixes and tweaks. Fixed up the error handling in URL a bit and … |
|
|
|
@223
|
[223]
|
04/13/08 00:21:06 |
Slynderdale |
Various bug fixes and enhancements:
Notable Changes:
* Bot.php: The … |
|
|
|
@216
|
[216]
|
04/08/08 01:29:18 |
Slynderdale |
Some things I missed in the clean up. |
|
|
|
@215
|
[215]
|
04/08/08 01:18:52 |
Slynderdale |
Cleaned up the code and beautified it. Fixed all the indentation and went … |
|
|
|
@212
|
[212]
|
04/05/08 06:05:52 |
Slynderdale |
Fixed a minor error with a missing DIRECTORY_SEPARATOR in the driver … |
|
|
|
@209
|
[209]
|
04/05/08 00:40:03 |
tobias382 |
Corrected a minor typo in a comment in the bootstrap file |
|
|
|
@208
|
[208]
|
04/05/08 00:27:09 |
tobias382 |
Optimized the autoloader and removed declarations for unused constants in … |
|
|
|
@204
|
[204]
|
04/04/08 10:08:19 |
Slynderdale |
Added various bug fixes, enhancements as well as removed some stay … |
|
|
|
@203
|
[203]
|
04/03/08 01:31:13 |
tobias382 |
Fixed the autoloader in the bootstrap file not to emit a notice for … |
|
|
|
@200
|
[200]
|
03/31/08 03:49:48 |
tobias382 |
* Change: Modified phergie.ini to default debug to true and log to null
* … |
|
|
|
@191
|
[191]
|
03/29/08 12:38:52 |
Slynderdale |
Added minimum version check for PHP 5.1.2, a check for versions below 5.2 … |
|
|
|
@177
|
[177]
|
03/21/08 22:34:26 |
Slynderdale |
Added PHERGIE_INI_PATH constant to Bot.php that contains the full path to … |
|
|
|
@172
|
[172]
|
03/13/08 03:05:10 |
Slynderdale |
Changed some static line break endings such \n and such to use PHP_EOL to … |
|
|
|
@125
|
[125]
|
03/05/08 19:07:13 |
Seldaek |
* Toggle: does not require all plugins to be loaded at init anymore, … |
|
|
|
@106
|
[106]
|
03/03/08 01:36:28 |
tobias382 |
* Modified all declarations and uses of checkDependencies to include the … |
|
|
|
@102
|
[102]
|
03/01/08 23:10:48 |
Seldaek |
* Forces the bot to reload ini values when it reconnects |
|
|
|
@99
|
[99]
|
03/01/08 22:36:50 |
tobias382 |
Fixes #27 Added Weather plugin (thanks krustofski) |
|
|
|
@96
|
[96]
|
03/01/08 20:50:42 |
Seldaek |
+ Adds Keepalive/Timeout |
|
|
|
@82
|
[82]
|
02/27/08 05:40:00 |
Seldaek |
+ Adds Toggle module that allows to mute and or disable other plugins … |
|
|
|
@78
|
[78]
|
02/26/08 03:47:02 |
tobias382 |
Fixes #26
* Modified the bootstrap file to determine all plugins to be … |
|
|
|
@71
|
[71]
|
02/25/08 01:38:31 |
tobias382 |
* Added support to the Acronym plugin for filtering responses to certain … |
|
|
|
@68
|
[68]
|
02/17/08 21:37:06 |
tobias382 |
* Moved Phergie_Event_Handler to Phergie_Plugin_Abstract_Base and updated … |
|
|
|
@60
|
[60]
|
02/17/08 04:25:26 |
tobias382 |
Fixes #1, #8, #14, #10, #13
* Fixed some parameter parsing issues in the … |
|
|
|
@59
|
[59]
|
02/15/08 10:37:33 |
tobias382 |
Unstable commit - driver seems to work, most plugins still need testing
* … |
|
|
|
@57
|
[57]
|
02/12/08 05:39:20 |
tobias382 |
* Removed _ convention from non-public class properties
* Converted static … |
|
|
|
@56
|
[56]
|
02/12/08 03:21:42 |
tobias382 |
* Streamlined the Bot class into linear procedural code
* Renamed the … |
|
|
|
@21
|
[21]
|
02/09/08 01:35:55 |
Seldaek |
* moved setClient to construct in Handler and adjusted plugins to the … |
|
|
|
@19
|
[19]
|
02/08/08 04:42:40 |
tobias382 |
Fixes #15
* Added config checking and memory cleanup to #16
* Added Daddy … |
|
|
|
@18
|
[18]
|
02/08/08 04:17:38 |
tobias382 |
Fixes #16
* Modified Bot to support selective plugin loading
* Fixed … |
|
|
|
@8
|
[8]
|
02/06/08 03:16:43 |
Seldaek |
+ added abstract handlers support
+ added AdminCommand? abstract handler
+ … |
|
|
|
@4
|
[4]
|
02/06/08 00:34:21 |
tobias382 |
Added CLI SAPI and configuration checks and corresponding README changes |
|
|
|
@1
|
[1]
|
02/05/08 21:39:53 |
tobias382 |
Initial import |