Commit Graph

4126 Commits

Author SHA1 Message Date
Pragmatic Software e930c5a855 Battleship: revert previous commit 2021-06-23 16:09:39 -07:00
Pragmatic Software 8094db4f36 ActionTrigger: improve docs in comment header 2021-06-23 16:06:15 -07:00
Pragmatic Software 38985e1ac7 Plugins/Battleship: attempt to improve board rendering speed: disable IRC pacing, use NOTICE instead of PRIVMSG 2021-06-23 11:45:53 -07:00
Pragmatic Software 20134def36 EventQueue: rearrange subroutines in file more logically 2021-06-22 14:38:30 -07:00
Pragmatic Software af0938dfc3 EventQueue: add some unnecessary comments 2021-06-22 14:02:51 -07:00
Pragmatic Software db3320195e EventQueue: improve usage message; `.*` and `*` both work in `remove` 2021-06-22 13:56:15 -07:00
Pragmatic Software 883a62920d Progress on refactoring and polishing everything 2021-06-22 13:37:01 -07:00
Pragmatic Software b6c6100de1 Update version 2021-06-21 17:57:08 -07:00
Pragmatic Software 24872f14de Fix typo 2021-06-21 17:57:04 -07:00
Pragmatic Software cf3ca4e815 EventQueue: Rename do_next_event() to do_events() 2021-06-21 17:40:36 -07:00
Pragmatic Software 7d91eb1c6f Update version 2021-06-21 17:26:42 -07:00
Pragmatic Software 1a41f9aebb Refactor PBot::Timer into PBot::EventQueue
Make better use of PBot::IRC's select loop
Remove use of SIGALRM
2021-06-21 17:26:24 -07:00
Pragmatic Software dcd07d9a68 Update version 2021-06-21 11:34:01 -07:00
Pragmatic Software f2d3edd79b ValidateString: oops, this string is supposed to be UTF8 2021-06-21 11:33:53 -07:00
Pragmatic Software 8f365d8eeb IRC.pm: minor syntax clean-up 2021-06-21 10:53:18 -07:00
Pragmatic Software d395fd41af SelectHandler: fix reader subref when closing handle 2021-06-21 07:30:42 -07:00
Pragmatic Software 06d986e11e Refactor SelectHandler to use PBot::IRC's select loop 2021-06-20 20:31:47 -07:00
Pragmatic Software 8b093d313c Progress on refactoring and polishing everything 2021-06-20 15:10:16 -07:00
Pragmatic Software 79e7fd4d29 MODULES: add Import::Into 2021-06-18 21:24:54 -07:00
Pragmatic Software 1c2b4da9ab Consolidate imports into PBot::Imports 2021-06-18 21:23:34 -07:00
Pragmatic Software 9b114006e0 Implement `antiflood.join_flood_channel` registry entry 2021-06-17 09:58:42 -07:00
Pragmatic Software 7fce39a349 README.md: fix function table 2021-06-13 20:38:15 -07:00
Pragmatic Software 34223f3482 Update README.md 2021-06-13 20:37:17 -07:00
Pragmatic Software d8a648a72b Update README.md 2021-06-13 19:35:24 -07:00
Pragmatic Software 9e8b627661 Add "forked" section to Net::IRC README 2021-06-13 19:23:26 -07:00
Pragmatic Software a7c4c377fe Fix README.md 2021-06-13 19:13:12 -07:00
Pragmatic Software 4fabcf2ffc Improve README.md 2021-06-13 19:04:13 -07:00
Pragmatic Software 4e15e3ce18 Simplify README a bit 2021-06-13 18:48:02 -07:00
Pragmatic Software 5a4c52cde0 Improve README.md 2021-06-13 18:35:00 -07:00
Pragmatic Software 6163f53076 Improve README.md 2021-06-13 18:24:19 -07:00
Pragmatic Software 4ec2863331 MODULES: AppConfig::Std used by modules/lookupbot.pl 2021-06-13 16:47:42 -07:00
Pragmatic Software dcb00562ea MODULES: Remove unused and Perl core modules 2021-06-13 16:42:28 -07:00
Pragmatic Software 41de649880 doc/Admin.md: improve capabilities section 2021-06-13 14:41:28 -07:00
Pragmatic Software a6d79b2fc5 Lowercase SSL_ registry keys for consistency (these are case-insensitive but it looks better) 2021-06-13 14:35:36 -07:00
Pragmatic Software 5cd72aa6c2 doc/QuickStart.md: correct irc.password to irc.identify_password 2021-06-12 13:58:14 -07:00
Pragmatic Software 1c1088ce48 Update doc/README.md 2021-06-12 13:54:03 -07:00
Pragmatic Software 4aeb907f93 Include mention of Dios in blurbs 2021-06-12 13:40:26 -07:00
Pragmatic Software 4385c931f9 Plugins/ActionTrigger: fix msg example comment 2021-06-12 12:38:57 -07:00
Pragmatic Software 3cd42d9e4f Update version 2021-06-12 10:27:07 -07:00
Pragmatic Software 34d347de12 IRCHandlers: correct error message typo irc.password -> irc.identify_password 2021-06-12 10:26:52 -07:00
Pragmatic Software 0d56e336be Correct user/client typos in previous blurbs 2021-06-12 02:34:54 -07:00
Pragmatic Software db8a7f1dd3 IRCHandlers: fix then/than typos in comments 2021-06-12 02:30:08 -07:00
Pragmatic Software 4041f181cb Add historical blurbs 2021-06-12 02:26:16 -07:00
Pragmatic Software 74d70b4003 Update version 2021-06-12 02:19:03 -07:00
Pragmatic Software f364317334 Fix ^C logger handling 2021-06-12 02:18:59 -07:00
Pragmatic Software b91fc6ec64 doc/QuickStart.md: improvements 2021-06-12 02:13:26 -07:00
Pragmatic Software 46143c1bf7 doc/QuickStart.md: improvements 2021-06-12 02:08:19 -07:00
Pragmatic Software 40c5c9c0a6 doc/QuickStart.md: improvements 2021-06-12 02:00:44 -07:00
Pragmatic Software 30da927d51 doc/QuickStart.md: improvements 2021-06-12 01:58:37 -07:00
Pragmatic Software 3653e3107b doc/QuickStart.md: add SASL and misc improvements 2021-06-12 01:50:45 -07:00