Commit Graph

2928 Commits

Author SHA1 Message Date
Pragmatic Software b66596d9ed Plugins/Date.pm: oops, use $arguments too 2020-01-25 15:19:08 -08:00
Pragmatic Software 7ba505faf5 HashObject: do not make copy of $data hash 2020-01-25 15:08:05 -08:00
Pragmatic Software 02f1995654 DualIndexHashObject: do not make copy of $data hash 2020-01-25 15:07:40 -08:00
Pragmatic Software ece85be33b data/plugin_autoload: add Date plugin 2020-01-25 15:07:10 -08:00
Pragmatic Software 3e031f3874 Users: fix issues 2020-01-25 14:31:10 -08:00
Pragmatic Software 7322906e5d Update version 2020-01-25 14:14:12 -08:00
Pragmatic Software 4e27b036cd Fix issues with Users and add `date` command 2020-01-25 14:13:57 -08:00
Pragmatic Software 718b52bc03 Rename data/admins to data/users 2020-01-25 12:32:20 -08:00
Pragmatic Software b92fe8a83f Plugins: use new Users system 2020-01-25 12:31: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 cc8f2b827a Update version 2020-01-24 09:53:11 -08:00
Pragmatic Software 75c17b2ec0 Admins: find_admin now returns highest level admin 2020-01-24 09:53:08 -08:00
Pragmatic Software 496a07ab9a Update version 2020-01-23 22:46:57 -08:00
Pragmatic Software 61d5c6dd5f Commands: restore accidentally removed use statements 2020-01-23 22:46:41 -08:00
Pragmatic Software ba1eb9c745 Update version 2020-01-23 21:47:42 -08:00
Pragmatic Software 7dc8ac0623 Channels: `chanrem` now removes ban and mute timeouts as well 2020-01-23 21:46:51 -08:00
Pragmatic Software 4e2a17a5ed Commands: add `uptime` command 2020-01-23 21:09:57 -08:00
Pragmatic Software 7feb528024 Factoids: remove `version` factoid 2020-01-23 21:09:36 -08:00
Pragmatic Software 9a79d025e9 FactoidCommands: anybody can now factset and unset action_with_args 2020-01-23 20:53:55 -08:00
Pragmatic Software c0ad02e6a3 Move creation of stdin admin to StdinReader 2020-01-23 20:47:18 -08:00
Pragmatic Software 918b6fee5d doc/Admin.md: prefer `autologin` metadata over `stayloggedin` 2020-01-23 09:32:43 -08:00
Pragmatic Software 61ad481589 doc: fix grammar 2020-01-23 09:27:52 -08:00
Pragmatic Software 59dc65d87a doc/Admin.md: clarification 2020-01-22 22:48:40 -08:00
Pragmatic Software 16596221ae doc/README.md: update TOC 2020-01-22 22:47:05 -08:00
Pragmatic Software a9d7808e37 doc/Admin.md: add "listing modules" 2020-01-22 22:46:29 -08:00
Pragmatic Software f0c9ea3cb4 doc/Admin.md: minor clean-up 2020-01-22 22:30:48 -08:00
Pragmatic Software 6d8c7c144f doc/Admin.md: fix minor typo 2020-01-22 22:27:01 -08:00
Pragmatic Software d9f45be003 doc/README.md: update TOC 2020-01-22 22:25:09 -08:00
Pragmatic Software a3179e08be doc/Admin.md: minor edit 2020-01-22 22:24:26 -08:00
Pragmatic Software 9f142d4505 doc/Admin.md: add cmdset/cmdunset 2020-01-22 22:15:35 -08:00
Pragmatic Software 2cc4c0eab9 doc/README.md: update TOC 2020-01-22 19:29:44 -08:00
Pragmatic Software 75ff9b6d14 doc/Factoids.md: move "Channel namespaces" section 2020-01-22 19:28:42 -08:00
Pragmatic Software 91d01bb9e2 doc/Factoids.md: minor grammar fix and improvement 2020-01-22 17:53:22 -08:00
Pragmatic Software 4ca5da1685 README.md: fix minor grammar issue 2020-01-22 17:52:02 -08:00
Pragmatic Software 9fb0d5d8bc NickList: * should not be greedy 2020-01-22 16:53:18 -08:00
Pragmatic Software f2590ec83b Update version 2020-01-22 16:51:19 -08:00
Pragmatic Software a6040609b9 IRCHandlers: give send_who() a registry toggle 2020-01-22 16:51:14 -08:00
Pragmatic Software 5e54712a7b NickList: fix set_meta on wildcard hostmasks 2020-01-22 16:50:45 -08:00
Pragmatic Software 329ffc20eb data/commands: update help text 2020-01-22 16:19:21 -08:00
Pragmatic Software 3951b42c5b doc/Admin.md: add autoop, autovoice and autologin 2020-01-22 16:01:11 -08:00
Pragmatic Software eaecc81762 Update version 2020-01-22 15:56:47 -08:00
Pragmatic Software 2270196937 Admins: add autoop, autovoice and autologin metadata 2020-01-22 15:56:39 -08:00
Pragmatic Software 9cadae88e5 data/factoids: replace some /code factoids with func commands 2020-01-22 15:20:53 -08:00
Pragmatic Software 7a3f64b45c doc/Commands.md: improvements 2020-01-22 14:57:48 -08:00
Pragmatic Software 75d1a7b267 README.md: improvements 2020-01-22 12:55:39 -08:00
Pragmatic Software 44dd840d59 doc/Factoids.md: improvements 2020-01-22 11:25:28 -08:00
Pragmatic Software a1c1f5a852 README.md: add "using local editor" to factoid features 2020-01-22 11:22:25 -08:00
Pragmatic Software def064d7f2 doc/Factoids.md: `factchange` can take a `-url` option 2020-01-22 11:19:56 -08:00
Pragmatic Software 345dd0930b doc/Factoids.md: improvements 2020-01-22 11:08:40 -08:00
Pragmatic Software a6b49fc1a0 doc/Commands.md: minor edit 2020-01-21 21:29:27 -08:00