aboutsummaryrefslogtreecommitdiff
path: root/modules
Commit message (Expand)AuthorAgeFilesLines
* add an optional mask pattern arg to !clearGravatar jesopo2020-01-221-3/+8
* effectively ignore ENDOF when there were no itemsGravatar jesopo2020-01-221-1/+2
* implement "!clear +b" to clear ban listsGravatar jesopo2020-01-221-8/+29
* track all channel list modes, not just ban and maybe quietGravatar jesopo2020-01-221-10/+13
* support gitlab MR/issue `actions` that we don't know aboutGravatar jesopo2020-01-221-2/+3
* store ban (and maybe quiet) mode listsGravatar jesopo2020-01-221-0/+38
* query ban (and maybe quiet) list on joinGravatar jesopo2020-01-221-0/+10
* 'mute_method' -> 'quiet_method'Gravatar jesopo2020-01-221-1/+1
* default to quiet-method being unsupportedGravatar jesopo2020-01-221-1/+1
* use ISUPPORT QUIET when availableGravatar jesopo2020-01-221-5/+9
* !mute -> !quiet, refactor quiets to be mode,prefix,listnum,endnumGravatar jesopo2020-01-221-23/+42
* default bot-wide private webhooks to enabled but per-channel disabledGravatar jesopo2020-01-221-4/+12
* ignore gitlab issues events that have no actionGravatar jesopo2020-01-211-0/+3
* pong.py -> ping.pyGravatar jesopo2020-01-211-0/+0
* don't enable !rainbow by defaultGravatar jesopo2020-01-211-0/+6
* add rainbow.pyGravatar jesopo2020-01-211-0/+35
* utils.datetime.is8601_parse no longer has a "microseconds" argGravatar jesopo2020-01-201-1/+1
* show coloured nick in `draft/delete` log lineGravatar jesopo2020-01-201-1/+1
* show milliseconds when displaying `draft/delete` eventGravatar jesopo2020-01-201-1/+2
* tolerate fedi servers that present Notes as application/ld+jsonGravatar jesopo2020-01-182-1/+3
* tolerate fediverse Notes without "cc"sGravatar jesopo2020-01-181-1/+3
* pass draft/delete events through to format_activity/print_activityGravatar jesopo2020-01-171-3/+17
* add draft/edit CAP to ircv3_editmsg.pyGravatar jesopo2020-01-171-0/+2
* use `draft/delete` tags to mark BufferLines as deletedGravatar jesopo2020-01-171-0/+13
* make `++asd++` count only as `++` on `++help`Gravatar jesopo2020-01-171-0/+5
* Merge branch 'master' into developGravatar jesopo2020-01-161-1/+1
|\
| * Fix empty display namesGravatar MineRobber___T2020-01-161-3/+1
| * Fix empty names•••Specifically, botsin.space (for sure) returns a display name of `""`. Since that's not meaningful, I just added a check to replace the display name with the username if the display name is empty.Gravatar MineRobber___T2020-01-161-0/+2
* | tolerate spaces in dice modifiersGravatar jesopo2020-01-141-3/+5
* | !maskfind should work in-channel tooGravatar jesopo2020-01-111-1/+0
* | boldify nickname in !maskfind output so it stands outGravatar jesopo2020-01-111-1/+1
* | show userhost as well as nickname in !maskfind outputGravatar jesopo2020-01-111-3/+5
* | show total hostmasks searched in !maskfind outputGravatar jesopo2020-01-111-2/+5
* | show count of !maskfind resultsGravatar jesopo2020-01-111-2/+2
* | add !maskfind to search for nicks that used a given hostmaskGravatar jesopo2020-01-111-0/+25
* | default pattern-based commands to expect_output=FalseGravatar jesopo2020-01-111-2/+5
* | seds starting with numbers caused an "invalid group reference"Gravatar jesopo2020-01-111-1/+6
* | by default, prevent highlighting from !wordiestGravatar jesopo2020-01-101-2/+8
* | show issues/transferred by default for github webhooksGravatar jesopo2020-01-051-2/+4
* | reword karma to "<target> now has 3 karma (1 from <sender>)"•••closes #226 Gravatar jesopo2020-01-021-2/+2
* | Revert "if a timezone isn't found, prepend it with "Etc/" (for e.g. "Etc/GMT+...•••This reverts commit fc0e6bdce050b323afe9c91ec2e3d58577321af4. Gravatar jesopo2020-01-011-2/+0
* | if a timezone isn't found, prepend it with "Etc/" (for e.g. "Etc/GMT+1")Gravatar jesopo2020-01-011-0/+2
* | fix !time output now that `human` has tz in itGravatar jesopo2019-12-301-3/+3
* | don't use .replace for timezone, use .astimezoneGravatar jesopo2019-12-301-1/+1
* | add time-localise export in user_time, to timezone localise a datetimeGravatar jesopo2019-12-301-8/+20
* | correctly deal with "define previous message"Gravatar jesopo2019-12-291-0/+5
* | add hostmask_tracking.py to keep track of what hostmasks a user has usedGravatar jesopo2019-12-241-0/+11
* | switch channel_op ban masks to use utils.parse.parse_token_replaceGravatar jesopo2019-12-211-7/+6
* | !qdel should be able to delete from channel-only quotesGravatar jesopo2019-12-191-9/+19
* | permit spaces before ++/-- for single-word karmaGravatar jesopo2019-12-191-1/+1