3
0
mirror of https://github.com/pragma-/pbot.git synced 2024-11-17 09:29:30 +01:00
pbot/lib/PBot/Core/Factoids
Pragmatic Software 650bf40a24
Disallow invoking of commands with requires_cap from unlocked factoids
As a security measure to prevent users from creating or modifying factoids to
sneak in commands to trick chanops/admins/botowners/etc into executing those
commands, the command interpreter will now check if the command has been
invoked in the context of a factoid. If so, the factoid must be locked.
2024-11-05 16:48:59 -08:00
..
Code.pm Interpreter: allow processing of empty result 2024-11-02 17:53:37 -07:00
Data.pm Replace preserve_whitespace metadata with condense-whitespace 2024-11-04 00:25:36 -08:00
Exporter.pm Update core to use subroutine signatures 2023-04-13 21:04:12 -07:00
Interpreter.pm Disallow invoking of commands with requires_cap from unlocked factoids 2024-11-05 16:48:59 -08:00
Modifiers.pm Update core to use subroutine signatures 2023-04-13 21:04:12 -07:00
Selectors.pm Update core to use subroutine signatures 2023-04-13 21:04:12 -07:00
Variables.pm Factoid/Variables: minor refactor, no semantic changes 2024-11-02 17:58:14 -07:00