Pragmatic Software
ea19abad4f
Refactor BanTracker into BanList; move stuff out off ChanOps
2020-04-28 21:33:49 -07:00
Pragmatic Software
f6ac46956f
Rename Migration to Updater
2020-04-20 17:53:32 -07:00
Pragmatic Software
b9d3fa5f03
Add data/config migration framework
2020-04-20 10:53:35 -07:00
Pragmatic Software
c815ccbc0d
Use event queue for unban/unmute timeouts
2020-03-06 13:31:22 -08:00
Pragmatic Software
16ac6d95fb
Give sensible names to various existing timers
2020-03-06 13:28:06 -08:00
Pragmatic Software
6c4f56f9df
IgnoreList: refactored to use DualIndexHashObject
2020-03-04 13:24:40 -08:00
Pragmatic Software
e24835ea95
Switch over to SQLite backend for Factoids
2020-02-26 02:29:02 -08:00
Pragmatic Software
d74fb24c96
PBot: cancel alarm timeout when exiting
2020-02-26 02:11:42 -08:00
Pragmatic Software
fe56b9f0db
Tidy things up
2020-02-15 15:16:38 -08:00
Pragmatic Software
5c4e10a35c
Tidy things up
2020-02-15 14:38:32 -08:00
Pragmatic Software
7d2a746c2c
Wait until connected before starting timer
2020-02-14 22:07:58 -08:00
Pragmatic Software
dc7cdd8a2c
Add ProcessManager and Modules
...
Improve everything to behave nicely with ProcessManager and Modules
2020-02-14 18:52:41 -08:00
Pragmatic Software
f37dcaf7f9
Plugins/Wttr: Increase timeout to 30 seconds
2020-02-14 18:41:00 -08:00
Pragmatic Software
515c5c2c52
Improve PBot start-up logging; improve handling of general.daemon
override
2020-02-14 13:32:12 -08:00
Pragmatic Software
232546f807
Rename FuncCommands.pm to Functions.pm; Functions can now be registered
2020-02-13 22:36:05 -08:00
Pragmatic Software
21c1eba0a0
No longer directly access DualIndexHashObject internals
2020-02-13 13:31:36 -08:00
Pragmatic Software
afe4638b0a
No longer directly access HashObject internals
2020-02-11 21:49:43 -08:00
Pragmatic Software
382d15b975
PBot: reload
: replace whitelist with ban-exemptions
2020-02-11 21:19:31 -08:00
Pragmatic Software
bee6e18b8e
PBot: capabilities can now be reloaded
2020-02-11 21:14:27 -08:00
Pragmatic Software
0848c5752f
Add built-in users
command
2020-02-09 19:29:32 -08:00
Pragmatic Software
02f93c8721
Significant refactor and clean-up of PBot class instantiation
2020-02-08 11:04:13 -08:00
Pragmatic Software
6424e7c601
Remove unnecessary return statements
2020-02-06 01:07:44 -08:00
Pragmatic Software
623ed7d317
PBot: remove debug statement
2020-02-04 02:59:39 -08:00
Pragmatic Software
6267cc04d2
Finished replacing admin-levels with user-capabilities [FIN commit 2 of 2]; misc clean-ups
2020-02-03 17:19:04 -08:00
Pragmatic Software
866d802850
Replaced admin-levels with user-capabilities [WIP commit 1 of 2]
2020-02-03 09:50:38 -08:00
Pragmatic Software
77119ba978
Do not /msg usage messages
2020-01-29 13:40:48 -08:00
Pragmatic Software
e9dfcfb825
PBot: list users/admins
now easier to read
2020-01-25 20:19:23 -08:00
Pragmatic Software
7a326ba7fe
PBot: missing exit on fatal error
2020-01-25 19:55:08 -08:00
Pragmatic Software
5dd03f1c0c
Massive refactor: added support for generic users!
...
Renamed data/admins to data/users
Moved Admins.pm to Users.pm
Moved various subroutines in AdminCommands.pm to more appropriate locations
Deleted AdminCommands.pm
Improvements to Users.pm
Added `my` command
2020-01-25 12:28:05 -08:00
Pragmatic Software
c0ad02e6a3
Move creation of stdin admin to StdinReader
2020-01-23 20:47:18 -08:00
Pragmatic Software
fa9bb06606
Rename BotAdmin* to Admin*
2020-01-20 15:25:26 -08:00
Pragmatic Software
ed874c2dec
Minor style clean-up
2020-01-19 20:00:01 -08:00
Pragmatic Software
f3ef8a56c0
Commands: add metadata
2020-01-18 21:49:55 -08:00
Pragmatic Software
6f9133f982
PBot: ignore leading hypen on registry command-line arguments too
2020-01-16 21:30:01 -08:00
Pragmatic Software
1f0e1b77cb
PBot: ignore one leading hyphen in command-line arguments
2020-01-16 20:42:58 -08:00
Pragmatic Software
3188b690e8
BotAdmins: admin hostmasks are no longer treated as regex. They support the normal * and ? wildcards. Removed stdin admin from data/admins.
2020-01-03 21:39:22 -08:00
Pragmatic Software
790abba7e5
PBot: make stdin admin hostmask better
2020-01-03 16:36:18 -08:00
Pragmatic Software
a86a5aaed2
Rename irc.ircserver -> irc.server and irc.ircname -> irc.realname
2019-12-31 23:28:25 -08:00
Pragmatic Software
e6039b6369
Factoids now exported to data_dir
2019-12-30 19:57:47 -08:00
Pragmatic Software
54a661955b
Logger: rename log file to log-<start-up timestamp> at normal termination
2019-12-29 11:06:52 -08:00
Pragmatic Software
4fbdcd948f
Logfile now lives in data_dir
2019-12-29 10:44:05 -08:00
Pragmatic Software
0e0f64531b
Simplify pbot.pl and refactor PBot.pm.
...
Command-line arguments can override registry entries.
Remove config_dir. Use data_dir instead.
2019-12-21 19:04:39 -08:00
Pragmatic Software
2b33a2468c
Add func
command. Executes built-in bot functions as a command. Very useful!
2019-08-24 19:03:08 -07:00
Pragmatic Software
3e6c560352
PBot: add config option to load only the logger (for internal use)
2019-07-23 08:51:36 -07:00
Pragmatic Software
3553692b5a
Fix some more Unicode encoding issues
2019-07-10 18:40:53 -07:00
Pragmatic Software
2cdb70c5bf
Fix Unicode encoding issues
2019-06-30 15:08:18 -07:00
Pragmatic Software
5e2cb09744
Fix trailing whitespace throughout
2019-06-26 09:34:19 -07:00
Pragmatic Software
b1729a13e2
ParseDate: complete rewrite, replacing Time::ParseDate with DateTime::Format::Flexible
...
Now supports more types of input, including those containing timezones!
Converted PBot::Utils::ParseDate to an internal PBot module.
2019-06-06 21:46:00 -07:00
Pragmatic Software
925a5e57bd
Minor whitespace syntax clean-up throughout
2019-05-28 09:19:42 -07:00
Pragmatic Software
69ea38bec6
PBot: load registry before autoloading plugins
2019-05-08 21:07:57 -07:00