aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'master' into developGravatar jesopo2020-01-161-1/+1
|\
| * Merge pull request #230 from MineRobber9000/patch-1Gravatar jesopo2020-01-161-1/+1
| |\ | | | | | | Fix empty fediverse display names
| | * Fix empty display namesGravatar MineRobber___T2020-01-161-3/+1
| | |
| | * Fix empty namesGravatar MineRobber___T2020-01-161-0/+2
| |/ | | | | 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.
* | v1.18.0-rc1 releaseGravatar jesopo2020-01-161-1/+1
| |
* | update CHANGELOG.mdGravatar jesopo2020-01-161-0/+1
| |
* | catching account-tag should be PRIORITY_HIGHGravatar jesopo2020-01-161-1/+2
| |
* | pay attention to `account` tag on PRIVMSGsGravatar jesopo2020-01-161-0/+7
| |
* | update CHANGELOG.mdGravatar jesopo2020-01-151-0/+3
| |
* | tolerate spaces in dice modifiersGravatar jesopo2020-01-141-3/+5
| |
* | allow !part to work for "current channel" when op/!accessGravatar jesopo2020-01-131-5/+9
| |
* | !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
| |
* | send expect_output on private command events tooGravatar jesopo2020-01-111-1/+1
| |
* | default pattern-based commands to expect_output=FalseGravatar jesopo2020-01-112-4/+7
| |
* | also Accept-Language "en" in HTTP requests (0.5 weight)Gravatar jesopo2020-01-111-1/+1
| |
* | 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
| |
* | update CHANGELOG.mdGravatar jesopo2020-01-081-0/+16
| |
* | Merge branch 'master' into developGravatar jesopo2020-01-082-1/+6
|\|
| * bump version to 1.17.2Gravatar jesopo2020-01-082-1/+6
| |
| * add missing closing paren to bitbot's User AgentGravatar jesopo2020-01-081-1/+1
| |
* | Revert "explicitly .close() task in http.request_many()"Gravatar jesopo2020-01-061-1/+0
| | | | | | | | This reverts commit 7478d62b77a7c7637000670d1c2ed22b1b403745.
* | explicitly .close() task in http.request_many()Gravatar jesopo2020-01-061-0/+1
| |
* | show issues/transferred by default for github webhooksGravatar jesopo2020-01-051-2/+4
| |
* | sort variable $names descending so longer ones are caught firstGravatar jesopo2020-01-031-0/+4
| |
* | reword karma to "<target> now has 3 karma (1 from <sender>)"Gravatar jesopo2020-01-021-2/+2
| | | | | | | | closes #226
* | Revert "if a timezone isn't found, prepend it with "Etc/" (for e.g. ↵Gravatar jesopo2020-01-011-2/+0
| | | | | | | | | | | | "Etc/GMT+1")" This reverts commit fc0e6bdce050b323afe9c91ec2e3d58577321af4.
* | if a timezone isn't found, prepend it with "Etc/" (for e.g. "Etc/GMT+1")Gravatar jesopo2020-01-011-0/+2
| |
* | by default, don't trigger command.regex events when in a statusmsgGravatar jesopo2020-01-011-0/+3
| |
* | pass through (as well as stripping) statusmsg characters to eventsGravatar jesopo2020-01-011-2/+9
| |
* | 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
| |
* | add missing closing paren to bitbot's User AgentGravatar jesopo2019-12-291-1/+1
| |
* | correctly deal with "define previous message"Gravatar jesopo2019-12-291-0/+5
| |
* | update givepermission to "permission add"Gravatar jesopo2019-12-281-1/+1
| | | | | | | | closes #224
* | only respect CASEMAPPING when it's not an empty stringGravatar jesopo2019-12-271-1/+1
| |
* | actually replace "$$" with "$"Gravatar jesopo2019-12-271-0/+4
| |
* | `i` should shift righwards also when finding double sigilGravatar jesopo2019-12-271-2/+2
| |
* | remove extraneous space in "MONITOR -" commandGravatar jesopo2019-12-251-1/+1
| |
* | refactor nick_regain, also look for NICK/QUIT for regainGravatar jesopo2019-12-251-10/+28
| |
* | 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
| |
* | simplify token replace, catch one-char end-of-string tokensGravatar jesopo2019-12-211-10/+6
| |
* | use utils.parse.format_token_replace() in aliases.pyGravatar jesopo2019-12-211-25/+7
| |