3
0
mirror of https://github.com/pragma-/pbot.git synced 2025-11-18 07:27:31 +01:00

Commit Graph

  • 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
  • 5e0a3a7035 Factoids/FactoidCommands: properly preserve quotes when splitting arguments Pragmatic Software 2020-02-01 22:19:53 -08:00
  • 20159ad929 Commands: make in command more intuitive Pragmatic Software 2020-02-01 22:17:20 -08:00
  • 4e0e39ea52 BlackList: minor clean-up Pragmatic Software 2020-02-01 22:16:21 -08:00
  • b2a26100c0 AntiFlood: very, very minor clean-up Pragmatic Software 2020-02-01 22:15:06 -08:00
  • f358cd9c73 Interpreter: split_args() now accepts option to toggle preserving of quotes in rest of arguments Pragmatic Software 2020-02-01 22:14:32 -08:00
  • a24ddd765d Factoids: fix minor issue with factrem Pragmatic Software 2020-02-01 20:51:45 -08:00
  • f173b43c8d Factoids: fix minor issue with factadd Pragmatic Software 2020-02-01 20:48:34 -08:00
  • 1c43699e6d Plugins/Wttr: no need to delete $options{h} Pragmatic Software 2020-02-01 14:34:58 -08:00
  • e0d50c2f72 modules: remove some outdated modules Pragmatic Software 2020-02-01 14:33:42 -08:00
  • a3caf1755c modules: remove "blackshell"/"msmud" references Pragmatic Software 2020-02-01 14:30:32 -08:00
  • d4fd86d690 Update version Pragmatic Software 2020-02-01 01:04:15 -08:00
  • 9b806559cb Plugins/RestrictMod: improve error message for unban/unmute Pragmatic Software 2020-02-01 01:04:12 -08:00
  • e8e26512bc ChanOps: fix checkmute command Pragmatic Software 2020-02-01 01:03:16 -08:00
  • 989f072f1a Update version Pragmatic Software 2020-01-31 23:17:04 -08:00
  • 376def3b50 Plugins/Wttr: option -u would not allow -default to get set; fixed Pragmatic Software 2020-01-31 23:17:02 -08:00
  • 4883b5effd Update version Pragmatic Software 2020-01-31 22:51:33 -08:00
  • 134f29de78 Plugins/RestrictedMod: improve help message Pragmatic Software 2020-01-31 22:51:31 -08:00
  • 3843e24eaa Update version Pragmatic Software 2020-01-31 22:46:21 -08:00
  • 2d38f71682 ChanOps/ChanOpCommands: make checkban/checkmute API Pragmatic Software 2020-01-31 22:46:19 -08:00
  • b30c41e31e Plugins/RestrictedMod: clarify a comment Pragmatic Software 2020-01-31 22:10:20 -08:00
  • 8af433a817 Plugins/RestrictedMod: minor clean-up Pragmatic Software 2020-01-31 22:09:04 -08:00
  • 4be081d4be Plugins/RestrictedMod: minor clean-up Pragmatic Software 2020-01-31 22:07:55 -08:00
  • a9c1f1eebd Update version Pragmatic Software 2020-01-31 22:03:53 -08:00
  • aae637e7c6 Plugins/RestrictedMod: add unban and unmute commands Pragmatic Software 2020-01-31 22:03:50 -08:00
  • 7cb7ec0d6c Update version Pragmatic Software 2020-01-31 19:35:30 -08:00
  • 0af8fc4c5c Commands: add set_meta function Pragmatic Software 2020-01-31 19:35:22 -08:00
  • 164e4d94ae Update version Pragmatic Software 2020-01-31 18:53:05 -08:00
  • 83fc93bddd Plugins/RestrictedMod: fix minor thing Pragmatic Software 2020-01-31 18:53:03 -08:00
  • 00256f2077 Plugins/RestrictedMod: tidy usage message Pragmatic Software 2020-01-31 18:45:34 -08:00
  • 0dd8b1587e Update version Pragmatic Software 2020-01-31 18:42:19 -08:00
  • 46b3dd5010 Plugins/RestrictedMod: fix kb command Pragmatic Software 2020-01-31 18:42:16 -08:00
  • 78c5200007 Update version Pragmatic Software 2020-01-31 18:30:14 -08:00
  • 5839732b0e data/plugin_autoload: Add RestrictedMod Pragmatic Software 2020-01-31 18:30:10 -08:00
  • b48a4ae7cd Add RestrictedMod plugin Pragmatic Software 2020-01-31 18:29:52 -08:00
  • e8b6fa7bd7 Plugins/Wttr: do not show "Option coming soon" for -u Pragmatic Software 2020-01-31 17:11:13 -08:00
  • 30faac622f update .gitignores Pragmatic Software 2020-01-31 15:39:40 -08:00
  • b798fee183 Update version Pragmatic Software 2020-01-31 12:33:24 -08:00
  • 7373ae6315 Users: Whoops, used $user instead of $u Pragmatic Software 2020-01-31 12:33:20 -08:00
  • a5fbb74095 Users: my: must be admin to set "name" Pragmatic Software 2020-01-31 03:09:24 -08:00
  • 982cefcebd Plugin/TypoSub: final closing slash is now optional Pragmatic Software 2020-01-31 02:15:20 -08:00
  • 7dda42a181 Update version Pragmatic Software 2020-01-31 01:56:54 -08:00
  • 61b95dbf92 data/plugin_autoload: add TypoSub Pragmatic Software 2020-01-31 01:56:49 -08:00
  • 4ca0aa03ae Add TypoSub plugin Pragmatic Software 2020-01-31 01:56:20 -08:00
  • cfd6925d0f MessageHistory: add a couple of necessary API functions Pragmatic Software 2020-01-31 01:56:02 -08:00
  • f557307a8a EventDispatcher: remove handler if it has errors Pragmatic Software 2020-01-31 00:58:04 -08:00
  • b7e622a32e Utils: remove debug statements Pragmatic Software 2020-01-30 22:33:27 -08:00
  • 1baff41267 Refresher: version factoid does not exist any longer Pragmatic Software 2020-01-30 22:07:54 -08:00
  • 6081ee11e1 Update version Pragmatic Software 2020-01-30 21:18:05 -08:00
  • 96fbf4c420 Plugins: Weather and Wttr now use LWPUserAgentCached Pragmatic Software 2020-01-30 21:17:58 -08:00
  • 609523fd67 Add LWPUserAgentCached: always caches get() for specified duration Pragmatic Software 2020-01-30 21:17:17 -08:00
  • 4a85f79d0d Plugins: minor text change Pragmatic Software 2020-01-30 19:44:40 -08:00
  • f099abb9e7 Plugins/Wttr: minor improvements Pragmatic Software 2020-01-30 19:18:58 -08:00
  • 3251cbdc58 Plugins/Wttr: improve output Pragmatic Software 2020-01-30 18:59:43 -08:00