Pragmatic Software
8af3682dc3
Add quotes around keywords with spaces in output messages
2018-08-08 17:58:53 -07:00
Pragmatic Software
174de2be8e
Update all commands to understand quoted arguments; factoid names, etc, can now contain spaces
2018-08-08 17:38:57 -07:00
Pragmatic Software
6c31f3e1b7
Minor correction
2018-07-31 17:23:15 -07:00
Pragmatic Software
81dcc3bee1
Add strictnamespace registry key
2018-05-12 02:52:52 -07:00
Pragmatic Software
cc11bb4526
factchange: limit repetitions for /g modifier
2018-02-19 13:45:24 -08:00
Pragmatic Software
1ee7769cdb
Add revision option to -l for factundo/redo to start listing from there
2017-12-12 15:32:50 -08:00
Pragmatic Software
3d2c6879f9
factundo
and factredo
can now list and jump to revisions
2017-12-12 03:38:45 -08:00
Pragmatic Software
dfacf2c807
factalias
channel argument now optional
2017-12-11 15:24:37 -08:00
Pragmatic Software
64ff8e9cf9
factundo and factredo now use exact channel
2017-12-11 14:34:55 -08:00
Pragmatic Software
4b10c69f47
Fix factlog
to use exact channel if specified
2017-12-11 14:24:29 -08:00
Pragmatic Software
63cfd038d0
Prevent creation of factoids with same name as existing built-in commands
2017-12-02 15:05:56 -08:00
Pragmatic Software
c199fa205d
Fix fact
command
2017-11-30 16:41:50 -08:00
Pragmatic Software
6f5fb2824b
Honor nooverride
in factmove and factalias
2017-11-29 15:55:53 -08:00
Pragmatic Software
cea2fc66f9
Fix fact
command to use $stuff; increase factoid keyword length to 30
2017-11-23 14:11:54 -08:00
Pragmatic Software
767c0e7532
factmove
no longer can create factoid keywords with spaces
2017-11-20 16:11:18 -08:00
Pragmatic Software
efb53e397f
count
now does whole-word matching
2017-11-17 21:36:41 -08:00
Pragmatic Software
d644ac04d5
Limit factoid keywords to 30 characters
2017-11-13 12:00:34 -08:00
Pragmatic Software
9710ad2b28
Remove capture from factchange
2017-10-04 17:56:34 -07:00
Pragmatic Software
652cad7ddf
Fix factundo on deleted factoids
2017-10-04 17:56:16 -07:00
Pragmatic Software
e1db291c35
Fix captures in factchange
regex
2017-09-29 12:40:40 -07:00
Pragmatic Software
688cafde3c
factchange
now understands modifiers like /g and /i, etc
2017-09-29 12:07:50 -07:00
Pragmatic Software
85693f905a
Convert code-factoids to use VM
...
Code-factoids can now use the compiler virtual machine. Any languages installed
in the VM are valid candidates for code-factoids!
Syntax: factadd keyword /code language code here
2017-09-10 19:53:29 -07:00
Pragmatic Software
278fffdad6
Use re2 for regfind and factfind
2017-09-09 22:37:11 -07:00
Pragmatic Software
9a082ede38
Restrict factsetting action
to admins
2017-09-05 17:20:23 -07:00
Pragmatic Software
fd8a43c9cd
factundo/factredo now respect locked metadata
2017-09-05 02:18:02 -07:00
Pragmatic Software
d6a845f988
Do some basic string validation for factoids and such
2017-09-05 00:27:28 -07:00
Pragmatic Software
a805fe26e4
Use SafeFilename in factlog and factundo/redo
2017-09-04 19:07:10 -07:00
Pragmatic Software
a2cd25facd
factundo and factlog now handle deleted factoids
2017-09-02 01:05:11 -07:00
Pragmatic Software
1b70de807b
Change split / / to split /\s+/ throughout
2017-09-02 00:39:29 -07:00
Pragmatic Software
2f014ba2f0
Use /say on returns whose first word is a variable
2017-09-02 00:14:13 -07:00
Pragmatic Software
678d82676d
Add interpolate
factoid metadata to control interpolation
2017-08-31 03:10:20 -07:00
Pragmatic Software
0272a457d3
Read-only fact* commands no longer require explicit channel confirmation
2017-08-30 22:54:38 -07:00
Pragmatic Software
9c3097b8f9
Remove unused legacy list messages
functionality
2017-08-30 22:23:35 -07:00
Pragmatic Software
08b28cf6c2
No longer discard "0" valued arguments from find_factoid_with_optional_args
2017-08-30 17:51:42 -07:00
Pragmatic Software
bbb52f99e9
Do not move factlog between channels any longer
2017-08-30 16:07:33 -07:00
Pragmatic Software
8dc7d6554c
Correct minor typo
2017-08-30 06:55:57 -07:00
Pragmatic Software
3b93d6c281
Escape single-quotes before using GetOptionsFromString and shellwords
2017-08-30 02:12:05 -07:00
Pragmatic Software
9fbafec4fd
factundo/factredo now show modifications
2017-08-28 23:14:32 -07:00
Pragmatic Software
80bceb2c75
Make fact log of factset more concise
2017-08-27 19:02:48 -07:00
Pragmatic Software
ca827a1499
Show factlog output sorted from newest to oldest
2017-08-27 19:00:31 -07:00
Pragmatic Software
90cdc8db7a
Correct handling of optional channel argument
2017-08-27 18:52:14 -07:00
Pragmatic Software
73bc7cebe4
Update factset usage to reflect optional channel
2017-08-27 02:44:35 -07:00
Pragmatic Software
cb37eb1ce7
Make channel intelligently optional for more fact* commands
2017-08-27 00:56:55 -07:00
Pragmatic Software
e9971cf29d
Factlog revision for factredo now consistent
2017-08-26 21:40:27 -07:00
Pragmatic Software
03b2b8d7b9
Remove left over debug messages
2017-08-26 21:37:31 -07:00
Pragmatic Software
a723bc3f65
Completely botched undo/redo for global factoids -- fixed now
2017-08-26 21:35:46 -07:00
Pragmatic Software
57af14413e
Add ability to undo/redo factoid revisions
2017-08-26 07:03:01 -07:00
Pragmatic Software
556821805f
Do not allow empty or too long factoids with factchange
2017-08-24 15:18:41 -07:00
Pragmatic Software
872d31528a
Add code-factoids!
2017-08-23 19:25:43 -07:00
Pragmatic Software
6f9d9aba07
Improve factmove
detection of channel
2017-08-23 19:18:14 -07:00