aboutsummaryrefslogtreecommitdiff
path: root/modules
Commit message (Expand)AuthorAgeFilesLines
* change encrypted channel logs to use RSA -> AES (CBC)•••closes #248 Gravatar jesopo2020-02-241-7/+24
* add isodate requirement for parsing iso8601 durationsGravatar jesopo2020-02-241-10/+3
* only do to_pretty_time as relative when requestedGravatar jesopo2020-02-245-6/+6
* support `user` (as well as `cuser`) for user object mask banningGravatar jesopo2020-02-211-1/+1
* update channel_op.py ban formatting to use ${}Gravatar jesopo2020-02-211-6/+6
* security issue: 'permissions'->'permission' (message_filters.py)Gravatar jesopo2020-02-211-1/+1
* add markov-chance, 0 to 100 percent chance of randomly triggered markov chainsGravatar jesopo2020-02-201-0/+12
* `cryptography` is in requirements.txt; we dont need to check for itGravatar jesopo2020-02-202-14/+6
* add option to encrypt channel_log log files line-by-lineGravatar jesopo2020-02-201-4/+10
* utilise @utils.export for function exporting in more placesGravatar jesopo2020-02-196-16/+8
* support @utils.export on functions, to export those functionsGravatar jesopo2020-02-191-4/+3
* show when a badge was updated, not added, by "!badge add"Gravatar jesopo2020-02-191-2/+6
* duck chance should be 5%, not 50%Gravatar jesopo2020-02-191-1/+1
* include nickname in !redeemcoin success output•••closes #243 Gravatar jesopo2020-02-191-2/+2
* i broke quieting when i was refactoring itGravatar jesopo2020-02-171-8/+11
* "=", not "==", for picking gitlab note object typeGravatar jesopo2020-02-171-1/+1
* send multiple KICKs in the same line when possibleGravatar jesopo2020-02-171-7/+6
* support gitlab wiki eventsGravatar jesopo2020-02-171-0/+16
* github PR events should use `["sender]["login"]`, not PR authorGravatar jesopo2020-02-171-1/+1
* support wildcards/masks for !ban, !unban and !kickbanGravatar jesopo2020-02-171-24/+38
* accept 'today' as well as 'now' for badgesGravatar jesopo2020-02-161-2/+2
* implement command spec modifiers, use for `pattern`, use pattern for dice.pyGravatar jesopo2020-02-151-33/+27
* add !badgeclearGravatar jesopo2020-02-151-0/+14
* rewrite badges.pyGravatar jesopo2020-02-151-168/+45
* rewrite todo.pyGravatar jesopo2020-02-151-71/+46
* update words.py to use command specs (and not docstrings)Gravatar jesopo2020-02-151-19/+10
* update ducks.py to use command specs (and not docstrings)Gravatar jesopo2020-02-151-35/+24
* update define.py to use command spec (and not docstrings)Gravatar jesopo2020-02-151-17/+4
* update coins.py to use command specs (and not docstrings)Gravatar jesopo2020-02-141-106/+77
* only purposefully show PR title on PR push eventsGravatar jesopo2020-02-121-3/+5
* don't similarity test empty <title>sGravatar jesopo2020-02-121-9/+10
* show PR title in pull_request eventsGravatar jesopo2020-02-121-2/+3
* relay.py should be relaying minimal formatted lineGravatar jesopo2020-02-111-1/+1
* log formatted.account with channel_log.pyGravatar jesopo2020-02-111-0/+1
* add cron_reminders.py (admin-only for now)Gravatar jesopo2020-02-111-0/+59
* show issue/pr title for issue_comment eventsGravatar jesopo2020-02-101-2/+4
* we don't have a target_desc when we can't find a factoidGravatar jesopo2020-02-091-1/+1
* support & in utils.parse.sed, change sed.py to use utils.parse.sedGravatar jesopo2020-02-092-68/+32
* up factoid max depth to 8Gravatar jesopo2020-02-091-1/+2
* switch message_filter.py to use utils.parse.sedGravatar jesopo2020-02-091-32/+12
* Merge branch 'master' into developGravatar jesopo2020-02-091-1/+1
|\
| * healthcheck: typo•••fix typo in healthcheckGravatar Terrance Robotham2020-02-081-1/+1
* | _all_factoids() takes an array of targetsGravatar jesopo2020-02-091-1/+1
* | support nested factoids (4 deep max)Gravatar jesopo2020-02-091-4/+20
* | support bot-wide message filters too (!bfilter)Gravatar jesopo2020-02-091-1/+5
* | support server-wide message filters tooGravatar jesopo2020-02-081-3/+8
* | rewrite message_filter.py to handle both message rejection and pattern replaceGravatar jesopo2020-02-081-52/+68
* | boldify hostname in !specsupGravatar jesopo2020-02-081-3/+5
* | show server aliases in !specsupGravatar jesopo2020-02-081-2/+2
* | handle git being in a detached head state when getting current commitGravatar jesopo2020-02-081-3/+4