RSS
Rev. Time Author
451fdad290f5 2020-08-20 20:57:49 alexa <alexa>

Add some debug stuff

4416eeb05e98 2020-08-20 20:57:12 alexa <alexa>

Correctly remove old rule things from the database

e98f81076378 2020-08-20 20:56:47 alexa <alexa>

Message formatting

7572300c9adb 2020-08-20 20:56:26 alexa <alexa>

Fix function name

4aaf0d98a901 2020-08-20 20:10:11 alexa <alexa>

There isn't a CHANID column anymore, it's CHANNELID

6bbc5ca71dc6 2020-08-20 20:02:45 alexa <alexa>

Fix name of a database, and remove old references to #timeout

6b34147baecb 2020-08-20 19:57:29 alexa <alexa>

Allow old rule files to have a "priority" key.

This was never in the original rule file specifications, but it will
make setting priorities easier for people.

ec5fd9794e1a 2020-08-20 19:52:45 alexa <alexa>

Update table names and RuleDef class to reflect changes in the message
rules tables of the database.

e806de65c24c 2020-08-20 19:52:16 alexa <alexa>

Old rule file importing works

f40744969789 2020-08-20 19:29:01 alexa <alexa>

Fix match type and passthrough type saving/loading

a78fb9f9fe08 2020-08-20 19:28:46 alexa <alexa>

Rewrite part of MAIN to reflect recent changes, and remove some scraps
of older code.

10d486ba5d5a 2020-08-20 19:28:11 alexa <alexa>

Fix some things with setters on message-rule

f9526c9d9d90 2020-08-20 19:08:32 alexa <alexa>

Update GUI code to reflect changes in rule-classes.lisp

11e2b2705325 2020-08-20 19:08:12 alexa <alexa>

Specialize PRINT-OBJECT for the various rule classes, and add
GET-MESSAGE-RULES function.

6bfcf6d71978 2020-08-20 19:07:33 alexa <alexa>

Put CONNECT-DB into here

5424f2c768b7 2020-08-20 19:07:10 alexa <alexa>

Remove db.lisp

b9ea9b86e73d 2020-08-20 19:05:27 alexa <alexa>

Add some utility SQL scripts

0af3e623a306 2020-08-20 18:47:33 alexa <alexa>

Switch from CLSQL to Postmodern

50c5790f3fbf 2020-08-20 17:13:01 alexa <alexa>

Change the names of some tables, and change the format of the message rule tables

dfa9432ab36d 2020-08-20 15:28:14 alexa <alexa>

Check regexes using cl-ppcre

8926c87cebba 2020-08-20 15:27:53 alexa <alexa>

Properly refresh list of rules, and place tree in a scrolled window.

09f8e77beb90 2020-08-20 15:26:50 alexa <alexa>

Slightly different error reporting for regex errors

aa980ecf94a4 2020-08-19 22:53:15 alexa <alexa>

Properly update rule IDs

44ea886348c2 2020-08-19 21:23:37 alexa <alexa>

Formating/comments

be3fc3661214 2020-08-19 21:22:55 alexa <alexa>

Add function to import old rule file format (the one with 'continueOn'
and 'lowerEqual' fields)

91bd670dc1e1 2020-08-19 21:22:15 alexa <alexa>

Add non-functional menu item for message rule imports

965b217527a4 2020-08-19 20:33:27 alexa <alexa>

Don't include the Save button in the table

c0c41c416ce7 2020-08-19 20:31:01 alexa <alexa>

Properly update database when saving a rule

97f7d1d8efe1 2020-08-19 19:44:14 alexa <alexa>

Handle new rules correctly

51ad2b6013cc 2020-08-19 19:39:35 alexa <alexa>

Add some defaults. Also don't use conversion functions; clsql is
already doing that.

Show on old repository browser