Commit Graph

2734 Commits

Author SHA1 Message Date
Pragmatic Software ac28b007d6 BotAdmins: admin hostmasks can now be either regex (.*!.*@host) or wildcard (*!*@host) 2020-01-03 20:39:13 -08:00
Pragmatic Software be8ae88dcc Replace all instances of "localhost" with "pbot" 2020-01-03 20:37:58 -08:00
Pragmatic Software d35a0f4081 Fix channel-specific bot admins being unable to privately /msg admin commands 2020-01-03 19:20:25 -08:00
Pragmatic Software 790abba7e5 PBot: make stdin admin hostmask better 2020-01-03 16:36:18 -08:00
Pragmatic Software 849e022544 data/registry: remove extraneous key 2020-01-03 11:36:39 -08:00
Pragmatic Software 014cb53029 QuickStart: add "quick-start command" section and minor improvements 2020-01-02 22:16:08 -08:00
Pragmatic Software f0cbcd9994 QuickStart: improvements 2020-01-02 21:44:34 -08:00
Pragmatic Software 47f0876c9f QuickStart: minor improvements 2020-01-02 21:30:02 -08:00
Pragmatic Software f180ac8850 QuickStart: fix typo 2020-01-02 21:01:21 -08:00
Pragmatic Software fa195993b6 QuickStart: add some further reading 2020-01-02 20:58:17 -08:00
Pragmatic Software fddd4eb07b QuickStart: fix TOC 2020-01-02 20:25:57 -08:00
Pragmatic Software f0f94b3efe QuickStart: add "Further Reading" template 2020-01-02 20:24:32 -08:00
Pragmatic Software 386d14e1aa QuickStart: very minor edit 2020-01-02 20:07:42 -08:00
Pragmatic Software ac49068ec3 Update README.md 2020-01-02 20:00:51 -08:00
Pragmatic Software 8184fd0b1f QuickStart: minor edits 2020-01-02 19:48:00 -08:00
Pragmatic Software d2a748181e QuickStart is done! 2020-01-02 19:41:39 -08:00
Pragmatic Software e690332d96 QuickStart: improve install section 2020-01-02 19:07:47 -08:00
Pragmatic Software 5383e6beb4 Update version 2019-12-31 23:28:32 -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 3bd0085b15 QuickStart: minor edits 2019-12-31 21:55:17 -08:00
Pragmatic Software b23da7aaaf QuickStart: update TOC 2019-12-31 16:27:44 -08:00
Pragmatic Software b2be46ac1c QuickStart: minor edit 2019-12-31 16:14:46 -08:00
Pragmatic Software 175d3aa6b0 QuickStart: minor edit 2019-12-31 16:13:45 -08:00
Pragmatic Software 494a53957e QuickStart: fix IRCnet table 2019-12-31 16:12:22 -08:00
Pragmatic Software cfb9e482d3 Progress on QuickStart.md 2019-12-31 16:10:06 -08:00
Pragmatic Software ca2c6f4771 data/registry: fix typo in identify_command 2019-12-31 09:35:51 -08:00
Pragmatic Software 9f0bd1bc0b QuickStart: very minor edit 2019-12-31 02:33:42 -08:00
Pragmatic Software 94da7e0bff QuickStart: update TOC 2019-12-31 02:17:54 -08:00
Pragmatic Software 449481dd3f QuickStart: very minor edits 2019-12-31 02:16:57 -08:00
Pragmatic Software 91817a3c43 doc: add WIP QuickStart.md *rough* draft for preview 2019-12-31 02:04:22 -08:00
Pragmatic Software be5122fd06 pbot: remove unnecessary $pbot variable 2019-12-30 20:09:16 -08:00
Pragmatic Software 6e065da809 Update version 2019-12-30 20:03:47 -08:00
Pragmatic Software 0ccd64b6a9 Quotegrabs now always exported to data_dir 2019-12-30 20:01:04 -08:00
Pragmatic Software e6039b6369 Factoids now exported to data_dir 2019-12-30 19:57:47 -08:00
Pragmatic Software ad5fd971a9 BotAdmins: Remove obsolete export-related stuff 2019-12-30 19:37:21 -08:00
Pragmatic Software b40eb16394 Remove "modules" and "admins" from `export` command 2019-12-30 19:34:13 -08:00
Pragmatic Software 8896f4f1bb GoogleSearch: fix versus mode and utf8 titles 2019-12-30 19:32:58 -08:00
Pragmatic Software cd776e7c84 Simplify pbot start-up script even more 2019-12-30 19:12:55 -08:00
Pragmatic Software 8d3150ad1b Update version 2019-12-30 18:17:38 -08:00
Pragmatic Software 29e7299c8d ChanOpCommands: `kick` now supports wildcards 2019-12-30 18:17:35 -08:00
Pragmatic Software 2ec6c1d656 Update version 2019-12-30 16:44:48 -08:00
Pragmatic Software 45af37574f IRCHandlers: add handler for WHOREPLY 2019-12-30 16:44:41 -08:00
Pragmatic Software aca793928a NickList: NAMREPLY: ensure $hostmask is defined 2019-12-30 16:12:10 -08:00
Pragmatic Software 3f4c85bcdc NickList: add missing optional nick argument to `nicklist` usage message 2019-12-30 16:03:10 -08:00
Pragmatic Software 036ba6e5cf Update version 2019-12-30 16:00:10 -08:00
Pragmatic Software 2a6f98c02d ChanOpCommands: `mode` now skips existing modes when used with wildcard; unsetting modes via wildcard now skips admins/whitelisted users 2019-12-30 15:59:56 -08:00
Pragmatic Software a255ea1b1b IRCHandlers: reinstate WHO-on-join; set NickList metadata based on WHO replies 2019-12-30 15:58:30 -08:00
Pragmatic Software e18ce03173 NickList improvements
* rename dumpnicks (60) to nicklist (0)
* only logged-in admins can nicklist without arguments to see all channels
* nicklist now tracks userdata meta (hostmask, etc) on NAMREPLY
2019-12-30 15:57:31 -08:00
Pragmatic Software c230a2f3b3 BotAdmins: anchor hostmask regex in find_admin() 2019-12-30 15:47:23 -08:00
Pragmatic Software 2a437b479e Logger: reopen logfile after rotation to log final messages 2019-12-30 14:50:36 -08:00