Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-07-17 | added another cyrillic lookalike | Holden Rohrer | |
2020-07-17 | forgot to handle accidental socket disruption in nword | Holden Rohrer | |
2020-07-17 | protected more look-alike chars | Holden Rohrer | |
2020-07-17 | the spammer used a cyrillic A | Holden Rohrer | |
2020-07-17 | nword.js bugfix and disable dolecture | Holden Rohrer | |
2020-07-17 | now always clears all words in block but maintains lecture | Holden Rohrer | |
2020-07-16 | censors block leetspeak | Holden Rohrer | |
2020-07-16 | removed wwrap with less listen-leaky solution | Holden Rohrer | |
2020-07-16 | used id and lecture delay | Holden Rohrer | |
These should reduce the bot's total response count, improving efficiency with spammers. The lecture delay includes a space-replacement and differ to allow "b a d w o r d" to still only require 7 changes. Tile deletion delay upped to 5 minutes. | |||
2020-07-16 | search.js uses `space` regexes now, improving nword match | Holden Rohrer | |
2020-07-16 | removed main.on(open) log and fixed breaking scope bug | Holden Rohrer | |
2020-07-16 | added nword protector using an add'l id func to Queue | Holden Rohrer | |
This should be added to sched.Queue so (even if it requires a somewhat convoluted workflow), any write may be tracked. |