Pragmatic Software
4c866d39b6
Fix white-space handling; add suppress-no-output
2024-11-03 19:26:56 -08:00
Pragmatic Software
73c4ed465d
Factoid/Variables: minor refactor, no semantic changes
2024-11-02 17:58:14 -07:00
Pragmatic Software
af2d9844b8
Interpreter: allow processing of empty result
...
This fixes .e.g.:
<pragma-> !echo foo &{echo bar | { sed s/bar// }} baz
such that it produces the output "foo baz" instead of no output at all.
2024-11-02 17:53:37 -07:00
Pragmatic Software
755d7bd6c0
Bug fixes
...
general.debugcontext: filter out cmdlist and arglist
Core/Applets: log applet start/stop and duration
Core/ProcessManager: fix potential race-condition with $context object
Core/Interpreter:
* expand pronouns before command-substitution
* attempt to find current channel's factoid instance for metadata
* remove duplication of command history in command-substition
* terminate pipe/substitution processing when protecting self
Core/Factoids: limit -url contents to 250kb
2024-10-22 09:50:10 -07:00
Pragmatic Software
597820c053
Core/Factoids: properly restore invalid $variable expansions
2024-10-15 19:56:04 -07:00
Pragmatic Software
646a7f8e7f
Factoids: move /code
to after action processing
2024-10-04 22:34:02 -07:00
Pragmatic Software
80f9ea1acd
Interpreter: escaped spaces behave better
2024-05-26 17:44:59 -07:00
Pragmatic Software
2096df16d6
Factoids: process regex factoids when implicitly invoked
2023-09-24 11:24:20 -07:00
Pragmatic Software
5ffde32d46
Factoids: disregard error messages when not explicitly invoked
2023-09-23 13:52:10 -07:00
Pragmatic Software
329c8db33c
Factoids: fix factrem
/forget
...
Somehow I missed the `remove()` subroutine when converting
to subroutine signatures...
2023-05-07 13:47:25 -07:00
Pragmatic Software
7ddb32ea16
Update core to use subroutine signatures
2023-04-13 21:04:12 -07:00
Pragmatic Software
8d5b992b4c
Update copyright
2023-02-20 21:31:52 -08:00
Pragmatic Software
9f46cf0ebc
Factoids: disable nickprefixing when action contains $args at any recursion level
2022-07-09 19:33:43 -07:00
Pragmatic Software
833c20efbb
Factoids: do not prefix nick if action has $args
2022-07-08 09:11:16 -07:00
Pragmatic Software
a170b28a8b
Factoids: fix behavior of factoid look-up
2022-07-05 23:12:12 -07:00
Pragmatic Software
41b69bdfa5
Factoids: add keep-quotes
metadata for applet commands
2022-06-27 19:52:38 -07:00
Pragmatic Software
5619d30a1b
Factoids: fix Unicode issue with factfind
2022-06-25 17:34:06 -07:00
Pragmatic Software
619ff86a94
Rename compiler
factoid to vm-client
2022-02-14 16:47:46 -08:00
Pragmatic Software
3d97dc2c33
Rename "modules" to "applets"
...
"Applet" is a much better name for the external command-line
scripts and programs that can be loaded as PBot commands. They
will no longer be confused with Perl modules.
https://en.wikipedia.org/wiki/Applet
2021-11-19 18:05:50 -08:00
Pragmatic Software
136460e6b4
Expand factoid variables/selectors in arguments to code factoids
2021-11-05 13:08:45 -07:00
Pragmatic Software
74401977e1
Factoids: look-up use_output_queue/preserve_whitespace properly
2021-09-10 11:03:20 -07:00
Pragmatic Software
169a4c9fc7
Fix minor issue with command piping; misc clean-ups
2021-09-04 20:53:02 -07:00
Pragmatic Software
d1bb30ef94
Replace Text::Levenshtein with Text::Levenshtein::XS
...
Text::Levenshtein::XS is much, much, much, much faster and more
efficient.
Existing PBot users: Please run `cpanm Text::Levenshtein::XS` to install this
module.
2021-08-27 19:41:51 -07:00
Pragmatic Software
e9a8620fb0
Factoids/Selectors: Add missing use
statement
2021-08-25 22:05:52 -07:00
Pragmatic Software
48373719d8
Factoids: preserve_whitespace
now works for all factoids
2021-08-23 19:27:34 -07:00
Pragmatic Software
7c4c5847ab
Interpreter: find factoid channel for dont-replace-pronouns metadata
2021-07-28 18:05:14 -07:00
Pragmatic Software
59140d4096
Remove add_nick
mess from ProcessManager
2021-07-27 21:27:03 -07:00
Pragmatic Software
67d2dd5d95
Minor clean-up and polish
...
- add more comments to VERSION.pm
- minor clean up of logging messages
- minor refactoring
- VERSION.pm will no longer be updated as its own distinct commit
2021-07-27 12:01:42 -07:00
Pragmatic Software
6ba7864474
Add missing PBot::Core::Factoids::* files
2021-07-26 21:46:20 -07:00