Commit Graph

2451 Commits

Author SHA1 Message Date
Pragmatic Software 8bd1a00ce2 Rectify minor whitespace ugliness 2019-04-27 14:45:59 -07:00
Pragmatic Software 2e41641037 Update version 2019-04-27 14:40:37 -07:00
Pragmatic Software 1a74f7287e Spinach: rank can now accept arbitrary expressions 2019-04-27 14:40:28 -07:00
Pragmatic Software d702427ad1 compiler_vm: update server scripts 2019-04-27 00:23:23 -07:00
Pragmatic Software 9707e133ff Spinach: remove ^(THE|A|AN) in answer normalization; fix rolling average score calculation 2019-04-26 22:20:54 -07:00
Pragmatic Software c15740a820 Spinach: remove decimals from avgscore output 2019-04-26 12:44:20 -07:00
Pragmatic Software a599a78444 ChanOps: Don't attempt to gain ops for disabled channels 2019-04-25 14:11:54 -07:00
Pragmatic Software a927ee27a2 Update version 2019-04-24 23:04:15 -07:00
Pragmatic Software 59b5f61de3 Spinach: Rename Stats.pm and Statskeeper.pm 2019-04-24 23:04:09 -07:00
Pragmatic Software 1c5ed2fb0e Update version 2019-04-24 03:55:56 -07:00
Pragmatic Software 940b40e24f Spinach: add stats tracking and ranking 2019-04-24 03:55:48 -07:00
Pragmatic Software 3c936183a4 Update factoids 2019-04-23 19:28:46 -07:00
Pragmatic Software b2b74875e1 Spinach: Add settings metadata: category_autopick and min_players 2019-04-23 18:41:57 -07:00
Pragmatic Software 0b0390dbd7 Spinach: add set/unset commands to modify metadata 2019-04-23 18:22:52 -07:00
Pragmatic Software 781faa678b Spinach: use HashObject to store metadata 2019-04-23 17:59:39 -07:00
Pragmatic Software 958c0bfeb5 Update version 2019-04-22 15:51:20 -07:00
Pragmatic Software 7542e1041f Spinach: Persist filters 2019-04-22 15:51:09 -07:00
Pragmatic Software f61addcbac Update Spinach filter to distinct inclusion and exclusion 2019-04-21 20:48:07 -07:00
Pragmatic Software a75640a06a Add missing module to doc/MODULES 2019-04-21 19:00:17 -07:00
Pragmatic Software 85841ea45c Spinach categories can now be filtered 2019-04-21 19:00:17 -07:00
Tomasz Kramkowski 2afeb697eb compiler_vm: languages: change scheme to use guile (#26)
The compiler vm doesn't have a scheme interpreter named "scm" but it
does have a scheme interpreter named "guile". Change the compiler_vm to
use the guile interpreter program instead of scm.
2019-04-21 02:22:09 -07:00
Joey Pabalinas (jp) a7722b50b2 Add Ruby language file for compiler_vm (#36)
Add Ruby language file for compiler_vm
2019-04-21 02:21:35 -07:00
mannito d179b87c52 Connect4 fixes: board display and challenge options parsing (#48)
* Connect4: Fix winner_line display logic

* Connect4: Fix challenge options parsing and cleanup.

* Connect4: saner board sizes and error messages
2019-04-21 02:19:48 -07:00
Pragmatic Software c1f9c902c8 Update version 2018-08-13 20:06:13 -07:00
Pragmatic Software 42f0bb7002 Interpreter: ignore bot commands from unidentified users in +z channels 2018-08-13 20:06:07 -07:00
Pragmatic Software 93b386b0ca RelayUnreg: Correct notification timeout behavior 2018-08-13 20:05:42 -07:00
Pragmatic Software 07c9762cb7 Update version 2018-08-13 14:26:01 -07:00
Pragmatic Software 75f6d86a88 AntiFlood: disregard unreg spam floods on +z channels 2018-08-13 14:25:35 -07:00
Pragmatic Software 8e615fe6a3 MessageHistory: ensure host is always normalized for get_message_account() 2018-08-13 14:24:37 -07:00
Pragmatic Software fb2124632a AntiRepeat: Disregard unregistered spam 2018-08-13 14:23:47 -07:00
Pragmatic Software 05b1159421 RelayUnreg: limit notification to once every 15 minutes 2018-08-13 14:23:13 -07:00
Pragmatic Software 6929e1ed5d Update version 2018-08-10 22:57:06 -07:00
Pragmatic Software 147c7337d8 No URL titles for unidentified users 2018-08-10 22:57:00 -07:00
Pragmatic Software 4324fe5db3 Update version 2018-08-10 13:14:01 -07:00
k a19f40251d Fix some broken ,fact behavior (#49) 2018-08-10 13:12:24 -07:00
Pragmatic Software 0fd8e595a5 Update version 2018-08-09 22:44:32 -07:00
Pragmatic Software 16b708851a Replace missed split with split_args 2018-08-09 22:44:28 -07:00
Pragmatic Software e3df4f3f8e Update version 2018-08-09 10:55:59 -07:00
Pragmatic Software 5fe46db2ce Add quotes around keys in more places 2018-08-09 10:55:53 -07:00
Pragmatic Software 1bedb74720 Update version 2018-08-08 17:58:55 -07:00
Pragmatic Software 8af3682dc3 Add quotes around keywords with spaces in output messages 2018-08-08 17:58:53 -07:00
Pragmatic Software f255bca0ca Update version 2018-08-08 17:39:02 -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 bbe817cd28 Update version 2018-08-06 20:24:19 -07:00
Pragmatic Software 3141397632 AntiSpam: use positional arguments; minor text changes 2018-08-06 20:24:15 -07:00
Pragmatic Software 6454ff82aa Interpreter: support array of positional arguments 2018-08-06 20:23:35 -07:00
Pragmatic Software 99e0182e11 Update version 2018-08-06 18:47:13 -07:00
Pragmatic Software 7b20a00797 Interpreter: improve parsing of pipes 2018-08-06 18:47:07 -07:00
Pragmatic Software 3007096546 Update version 2018-08-06 11:24:09 -07:00
Pragmatic Software bb11282e13 AntiSpam: "unless" is too confusing 2018-08-06 11:24:05 -07:00