Age | Commit message (Collapse) | Author | |
---|---|---|---|
2024-03-11 | Add skeleton of starboard cog; improve menu handling | Arjun Satarkar | |
We were previously not escaping mentions right in `qotd list` and `qotd suggest`. I think everyone and here could have maybe got through? Not sure about the defaults there. Also improved the handling in Markov where previously we'd been 1. allowing mentions but 2. editing the message from a dummy one so they didn't ping, which I think was out of some idea of preserving the exact text of an exclusion but it seems inelegant. | |||
2024-03-09 | markov: don't add space after forward slash | Arjun Satarkar | |
2024-03-07 | markov: handle threads properly | Arjun Satarkar | |
2024-03-07 | Add ignored_string feature, refactor, improve tokenization | Arjun Satarkar | |
2024-03-07 | markov: normalize message content better | Arjun Satarkar | |
We now do NFKC normalization and replace U+2019 with the normal ASCII single quote. | |||
2024-03-07 | markov: tokenize custom emoji as one token | Arjun Satarkar | |
2024-03-06 | markov: small logic improvement in unlikely case | Arjun Satarkar | |
2024-03-06 | markov: switch from reply to send | Arjun Satarkar | |
This is useful for certain purposes | |||
2024-03-06 | markov: remove ignore_string, add blacklist_string | Arjun Satarkar | |
2024-03-06 | markov: ignore non-guild messages | Arjun Satarkar | |
2024-03-06 | markov: improve ignore_string list formatting | Arjun Satarkar | |
2024-03-06 | markov: add ignored_string commands | Arjun Satarkar | |
2024-03-06 | markov: don't force to be lowercase | Arjun Satarkar | |
2024-03-06 | markov: check enabled/opted-in status in generate | Arjun Satarkar | |
2024-03-06 | Add markov cog | Arjun Satarkar | |