3
0
mirror of https://github.com/pragma-/pbot.git synced 2025-08-04 11:47:33 +02:00

Commit Graph

  • d4bd248f9d Interpreter: clean up nick-dehighlighter Pragmatic Software 2020-02-06 10:47:34 -08:00
  • d9aa585949 NickList: add get_nicks() function Pragmatic Software 2020-02-06 10:47:19 -08:00
  • 2de9ad516f Update version Pragmatic Software 2020-02-06 04:01:44 -08:00
  • d38402754e Interpreter: minor bugfix Pragmatic Software 2020-02-06 04:01:41 -08:00
  • f7d3c7b755 Update version Pragmatic Software 2020-02-06 03:49:37 -08:00
  • c7c0b49515 Interpreter: preserve case of dehighlight Pragmatic Software 2020-02-06 03:49:33 -08:00
  • c3369f7bea Update version Pragmatic Software 2020-02-06 03:37:14 -08:00
  • 2f11ae7114 Interpreter: case-insensitive dehighlight Pragmatic Software 2020-02-06 03:37:07 -08:00
  • 1a2d463f5b Interpreter: minor clean-up Pragmatic Software 2020-02-06 03:29:48 -08:00
  • d5ec26c8b3 Interpreter: whoops Pragmatic Software 2020-02-06 03:26:35 -08:00
  • 405cceb77f Update version Pragmatic Software 2020-02-06 03:14:16 -08:00
  • 9811bf3ff7 Interpreter: dehighlight nicks before outputting messages Pragmatic Software 2020-02-06 03:14:14 -08:00
  • c0b401c281 Capabilities: use correct channel name Pragmatic Software 2020-02-06 02:24:43 -08:00
  • 62e2207527 Update version Pragmatic Software 2020-02-06 02:20:50 -08:00
  • 569e42cac0 Capabilities: add cap whohas Pragmatic Software 2020-02-06 02:20:47 -08:00
  • 4583a1e52a Update version Pragmatic Software 2020-02-06 01:17:22 -08:00
  • b82dd92278 Users: restore missing join handler Pragmatic Software 2020-02-06 01:17:09 -08:00
  • 63f6ccb80c Remove unnecessary use of delete keyword Pragmatic Software 2020-02-06 01:14:08 -08:00
  • 6424e7c601 Remove unnecessary return statements Pragmatic Software 2020-02-06 01:07:44 -08:00
  • bc98a7642a Plugin/TypoSub: /msg error to user instead of channel Pragmatic Software 2020-02-05 22:58:28 -08:00
  • 03c5418718 Update version Pragmatic Software 2020-02-05 22:33:02 -08:00
  • b33971c820 Improvements to capabilities Pragmatic Software 2020-02-05 22:32:58 -08:00
  • 1016dd678f Commands: fix typo Pragmatic Software 2020-02-05 18:30:34 -08:00
  • bf05a8cb57 Update version Pragmatic Software 2020-02-05 18:29:02 -08:00
  • c058c42b1c Plugins: add capabilities to default groups Pragmatic Software 2020-02-05 18:28:59 -08:00
  • 97a913ef32 Add more capabilities to default groups Pragmatic Software 2020-02-05 17:55:31 -08:00
  • 0656c7841d Update version Pragmatic Software 2020-02-05 17:39:15 -08:00
  • 4c4efc7c40 doc/Admin.md: document new capabilities Pragmatic Software 2020-02-05 17:39:12 -08:00
  • 176a7b6192 ChanOpCommands: op, voice, kick wildcards now restricted by capabilities Pragmatic Software 2020-02-05 17:38:56 -08:00
  • 3423f29243 doc/Admin.md: document * argument to unban/unmute Pragmatic Software 2020-02-05 17:23:34 -08:00
  • 67ba1292d0 doc/Admin.md: document can-clear-bans, can-clear-mutes capabilities Pragmatic Software 2020-02-05 17:21:10 -08:00
  • a02e20da77 ChanOpCommands: unban * and unmute * now restricted by capabilities Pragmatic Software 2020-02-05 17:12:57 -08:00
  • 04585d3ae1 ChanOpCommands: unban * and unmute * now clears banlists; clean-up output of ban and mute with multiple targets Pragmatic Software 2020-02-05 17:03:39 -08:00
  • d11cfa8362 Update version Pragmatic Software 2020-02-05 01:49:02 -08:00
  • 6d9179913f AntiFlood: less verbose logging of check_ban Pragmatic Software 2020-02-05 01:48:56 -08:00
  • 61f13f6b40 IRCHandlers: remove trailing space when setting mode without target Pragmatic Software 2020-02-05 01:41:09 -08:00
  • 2c9f805f4d IRCHandlers: cleaned up mode log output Pragmatic Software 2020-02-05 01:26:22 -08:00
  • 47687f9e4f Interpreter: remove unnecessary slash Pragmatic Software 2020-02-05 01:21:00 -08:00
  • 4432338515 Update version Pragmatic Software 2020-02-05 01:18:50 -08:00
  • 96c5f0dfb1 AntiFlood: do not check botowner for ban-evasion Pragmatic Software 2020-02-05 01:18:47 -08:00
  • 6ff93c0190 Interpreter: no need to use regex here Pragmatic Software 2020-02-05 01:13:46 -08:00
  • 0a278a743c Update version Pragmatic Software 2020-02-05 01:09:45 -08:00
  • 3162660cf9 Significant clean-up of log output for command invocations Pragmatic Software 2020-02-05 01:09:43 -08:00
  • 6453ff220e Plugins/RestrictedMod: support user-capabilities Pragmatic Software 2020-02-04 23:55:58 -08:00
  • 52509f1786 RegistryCommands: regset value argument now optional; shows value if omitted Pragmatic Software 2020-02-04 21:51:27 -08:00
  • 735cae5c54 docs: minor improvements Pragmatic Software 2020-02-04 20:49:56 -08:00
  • eb2e1919ec doc/Admin.md: add introduction to user-capabilities with demonstration Pragmatic Software 2020-02-04 15:06:11 -08:00
  • d0b30fbf1a doc/Admin.md: document can_mode_any Pragmatic Software 2020-02-04 10:13:23 -08:00
  • b744b4d692 doc/Admin.md: fix typo Pragmatic Software 2020-02-04 03:53:58 -08:00
  • ab78e82b70 doc/Admin.md: minor formatting Pragmatic Software 2020-02-04 03:44:28 -08:00
  • 07034cbbfb doc/Admin.md: add some links Pragmatic Software 2020-02-04 03:40:01 -08:00
  • 537f6ad5e2 Update version Pragmatic Software 2020-02-04 03:13:48 -08:00
  • 9d1cdef881 WebPaste: restart alarm after pasting with UA::Paranoid Pragmatic Software 2020-02-04 03:13:44 -08:00
  • 623ed7d317 PBot: remove debug statement Pragmatic Software 2020-02-04 02:59:39 -08:00
  • 0fb66c506e doc/Factoids.md: lowercase "Metadata" Pragmatic Software 2020-02-04 02:35:47 -08:00
  • e68df00704 doc/README.md: update TOC Pragmatic Software 2020-02-04 02:32:29 -08:00
  • 1d68cc7ae9 doc/README.md: update TOC Pragmatic Software 2020-02-04 02:30:26 -08:00
  • fbd5a40cdb doc/Commands.md: update for user-capabilities Pragmatic Software 2020-02-04 02:28:26 -08:00
  • 3dcaf8a9fc doc/Factoids.md: update for user-capabilities Pragmatic Software 2020-02-04 02:28:05 -08:00
  • 87fab87efd FactoidCommands: allow normal users to factset "interpolate" Pragmatic Software 2020-02-04 02:27:33 -08:00
  • e297281205 doc/QuickStart.md: updated with user-capabilities Pragmatic Software 2020-02-04 02:20:14 -08:00
  • 3b78c20140 doc/Admin.md: fix typo Pragmatic Software 2020-02-04 02:02:36 -08:00
  • 80a79faaaa doc/Admin.md: improvements Pragmatic Software 2020-02-04 02:01:13 -08:00
  • 606ce040ab doc/Admin.md: minor formatting Pragmatic Software 2020-02-04 01:58:57 -08:00
  • 1d449f2a9c doc/Admin.md: update for user-capabilities Pragmatic Software 2020-02-04 01:53:18 -08:00
  • 290858d7b9 Update README.md Pragmatic Software 2020-02-04 00:19:01 -08:00
  • 9b30016a59 Capabilities: minor text change Pragmatic Software 2020-02-04 00:05:50 -08:00
  • 28899f05da Update version Pragmatic Software 2020-02-04 00:03:44 -08:00
  • bd252c5201 Capabilities: improve output of listings Pragmatic Software 2020-02-04 00:03:40 -08:00
  • e79d8bf710 Update version Pragmatic Software 2020-02-03 23:56:12 -08:00
  • 5d1037e05b Capabilities: cap add/remove is now cap group/ungroup Pragmatic Software 2020-02-03 23:56:07 -08:00
  • 64f814fa8d Commands: create can-cmd caps only for cmds with cap-required Pragmatic Software 2020-02-03 23:55:24 -08:00
  • f9b0940743 data/factoids: add users alias Pragmatic Software 2020-02-03 22:02:31 -08:00
  • 0ef5f74f92 Update version Pragmatic Software 2020-02-03 20:45:15 -08:00
  • d0e19a2b64 Capabilities: restrict cap add and cap remove Pragmatic Software 2020-02-03 20:45:10 -08:00
  • 9519fe0348 Update version Pragmatic Software 2020-02-03 19:27:03 -08:00
  • 437da18ac7 StdinReader: add general.daemon registry item; give stdin bot account botowner capability Pragmatic Software 2020-02-03 19:25:21 -08:00
  • 58233293fb Capabilities: cap command now supports "add" and "remove" Pragmatic Software 2020-02-03 18:52:21 -08:00
  • 9b86da6047 Users: allow botowner to userset/userunset capabilities they do not have Pragmatic Software 2020-02-03 18:13:03 -08:00
  • 6267cc04d2 Finished replacing admin-levels with user-capabilities [FIN commit 2 of 2]; misc clean-ups Pragmatic Software 2020-02-03 17:19:04 -08:00
  • 2ca9634c66 Capabilities: improve list output; add admin capabilities group Pragmatic Software 2020-02-03 13:03:08 -08:00
  • f8ffe2214a WebPaste: fix syntax error Pragmatic Software 2020-02-03 13:02:08 -08:00
  • 66201585fe WebPaste: increase timeout back to 10 seconds; minor clean-ups Pragmatic Software 2020-02-03 12:27:45 -08:00
  • 866d802850 Replaced admin-levels with user-capabilities [WIP commit 1 of 2] Pragmatic Software 2020-02-03 09:50:38 -08:00
  • 186f0d3d65 Refresher: very minor clean-up Pragmatic Software 2020-02-03 09:48:19 -08:00
  • 0881f54c6d HashObject: add get_data() function Pragmatic Software 2020-02-03 09:47:21 -08:00
  • 19386a7a51 WebPaste: use LWP::UserAgent::Paranoid for stricter timeout Pragmatic Software 2020-02-03 09:46:44 -08:00
  • b89d41796f EventDispatcher: no longer remove handlers on error Pragmatic Software 2020-02-02 15:00:30 -08:00
  • 68994f0d8b Plugins/RestrictedMod: very minor text change Pragmatic Software 2020-02-02 14:56:37 -08:00
  • c37900d69e Update version Pragmatic Software 2020-02-02 14:53:42 -08:00
  • 6d8aa0ef91 Plugins/RestrictedMod: !mod command is now opt-in per-channel Pragmatic Software 2020-02-02 14:53:28 -08:00
  • 8e7bdafa29 README.md: replace admin-management with user-management Pragmatic Software 2020-02-02 10:53:49 -08:00
  • 26f9fc7677 Plugin/ActionTrigger: improve weather example Pragmatic Software 2020-02-01 23:06:48 -08:00
  • 5a797e84b1 Plugins/ActionTrigger: add weather example Pragmatic Software 2020-02-01 23:03:44 -08:00
  • 12a568354f Update version Pragmatic Software 2020-02-01 22:47:07 -08:00
  • e848a03717 Plugins/ActionTrigger: minor fix to usage message Pragmatic Software 2020-02-01 22:47:04 -08:00
  • 31a5a0f879 Plugins/ActionTrigger: improve kick example's kick message Pragmatic Software 2020-02-01 22:39:02 -08:00
  • 059dc26488 Plugin/ActionTrigger: improve examples; remove bind_param()s Pragmatic Software 2020-02-01 22:29:56 -08:00
  • 03df0ae139 Update version Pragmatic Software 2020-02-01 22:20:51 -08:00
  • 4b25ec3ee1 Plugins/ActionTrigger: properly handle quoted arguments; massive clean-up Pragmatic Software 2020-02-01 22:20:44 -08:00