.. |
IRC
|
Insert additional events to IRC::Event::_names table so default handlers will pick them up
|
2014-11-01 00:08:21 +00:00 |
AntiAway.pm
|
Correct handling of anti-away /me actions
|
2014-12-27 05:08:42 +00:00 |
AntiFlood.pm
|
Move anti-away stuff to its own AntiAway.pm module; add /me actions to anti-away detection
|
2014-12-27 04:53:42 +00:00 |
AntiKickAutoRejoin.pm
|
Add anti-kick-auto-rejoin module that temporarily kickbans offenders who immediately auto-rejoin after having been kicked
|
2014-12-28 00:44:15 +00:00 |
BanTracker.pm
|
Reduce ban-tracker verbosity by putting "Getting baninfo" log messages in a debug block
|
2014-12-27 05:20:21 +00:00 |
BotAdminCommands.pm
|
Add permop channel flag; when non-zero bot automatically ops itself when joining channel, otherwise bot ops itself only when needing to perform an op command and then deops itself after its deop timeout has elapsed
|
2014-12-18 08:46:13 +00:00 |
BotAdmins.pm
|
Remove PBot getter/setters; move anti-flood registry defaults to AntiFlood.pm
|
2014-05-18 20:09:05 +00:00 |
Channels.pm
|
Add permop channel flag; when non-zero bot automatically ops itself when joining channel, otherwise bot ops itself only when needing to perform an op command and then deops itself after its deop timeout has elapsed
|
2014-12-18 08:46:13 +00:00 |
ChanOpCommands.pm
|
Remove PBot getter/setters; move anti-flood registry defaults to AntiFlood.pm
|
2014-05-18 20:09:05 +00:00 |
ChanOps.pm
|
Add permop channel flag; when non-zero bot automatically ops itself when joining channel, otherwise bot ops itself only when needing to perform an op command and then deops itself after its deop timeout has elapsed
|
2014-12-18 08:46:13 +00:00 |
Commands.pm
|
Allow quoting/escaping spaces in grab arguments
|
2014-05-22 01:24:14 +00:00 |
DualIndexHashObject.pm
|
Restored load, unload, count and histogram commands.
|
2014-05-24 12:01:59 +00:00 |
EventDispatcher.pm
|
Add event dispatcher module to allow modules to dispatch events and
|
2014-11-01 00:15:21 +00:00 |
FactoidCommands.pm
|
Add repo_module to registry to customize source URL in factinfo command
|
2014-12-29 23:15:46 -08:00 |
FactoidModuleLauncher.pm
|
Remove PBot getter/setters; move anti-flood registry defaults to AntiFlood.pm
|
2014-05-18 20:09:05 +00:00 |
Factoids.pm
|
Fix regex factoids so that regular factoid keywords have priority over regex triggers
|
2014-10-28 20:33:11 +00:00 |
HashObject.pm
|
Remove PBot getter/setters; move anti-flood registry defaults to AntiFlood.pm
|
2014-05-18 20:09:05 +00:00 |
IgnoreList.pm
|
Add event dispatcher module to allow modules to dispatch events and
|
2014-11-01 00:15:21 +00:00 |
IgnoreListCommands.pm
|
Remove PBot getter/setters; move anti-flood registry defaults to AntiFlood.pm
|
2014-05-18 20:09:05 +00:00 |
Interpreter.pm
|
Minor code formatting improvement
|
2014-10-14 02:30:57 +00:00 |
IRC.pm
|
Remove unnecessary ${} around some objects from previous commit
|
2014-05-18 20:19:30 +00:00 |
IRCHandlers.pm
|
Improve connecting/nicking logic
|
2015-01-10 15:56:43 -08:00 |
LagChecker.pm
|
Add event dispatcher module to allow modules to dispatch events and
|
2014-11-01 00:15:21 +00:00 |
Logger.pm
|
Add centralized configuration registry module
|
2014-05-17 20:08:19 +00:00 |
MessageHistory_SQLite.pm
|
Show only chat messages in recall surrounding context (no joins/quits/etc)
|
2015-01-23 13:50:14 -08:00 |
MessageHistory.pm
|
Add -x/-context <nick> flag to limit recall -before/-after context to that nick
|
2015-01-23 11:44:38 -08:00 |
NickList.pm
|
Add NickList module to track nicks present in channels; dispatch pbot.join/pbot.part events when bot joins/parts channels
|
2014-11-15 01:18:33 +00:00 |
PBot.pm
|
Show server:port when connecting
|
2015-01-23 05:35:06 -08:00 |
Quotegrabs_Hashtable.pm
|
Remove PBot getter/setters; move anti-flood registry defaults to AntiFlood.pm
|
2014-05-18 20:09:05 +00:00 |
Quotegrabs_SQLite.pm
|
Improve wildcard handling
|
2014-05-31 01:08:01 +00:00 |
Quotegrabs.pm
|
Allow quoting/escaping spaces in grab arguments
|
2014-05-22 01:24:14 +00:00 |
Registerable.pm
|
Add centralized configuration registry module
|
2014-05-17 20:08:19 +00:00 |
Registry.pm
|
Fix use of wrong sub name when saving registry entries in add/remove subs
|
2014-08-04 22:50:22 +00:00 |
RegistryCommands.pm
|
Improve regfind with better formating in pasted output, and add -showvalues argument. regshow/regfind now show private entry names with value redacted
|
2014-05-20 03:28:43 +00:00 |
SelectHandler.pm
|
Remove PBot getter/setters; move anti-flood registry defaults to AntiFlood.pm
|
2014-05-18 20:09:05 +00:00 |
SQLiteLogger.pm
|
Add SQLite logger and profiler functionality
|
2014-05-20 10:17:01 +00:00 |
SQLiteLoggerLayer.pm
|
Add SQLite logger and profiler functionality
|
2014-05-20 10:17:01 +00:00 |
StdinReader.pm
|
Remove PBot getter/setters; move anti-flood registry defaults to AntiFlood.pm
|
2014-05-18 20:09:05 +00:00 |
Timer.pm
|
Timer can now update timeout interval by timer id; add timer interval to registry for LagChecker and MessageHistory_SQLite
|
2014-05-19 10:30:25 +00:00 |
VERSION.pm
|
Update version
|
2015-01-23 13:50:17 -08:00 |