Commit graph

4468 commits

Author SHA1 Message Date
jesopo
ae7c6d8572 export function for formatting activity lines 2020-01-17 15:36:34 +00:00
jesopo
e3070f52ff refactor format_activity to use {FORMATTING} for maybe-colored things 2020-01-17 15:31:12 +00:00
jesopo
388ccf7a42 add draft/edit CAP to ircv3_editmsg.py 2020-01-17 14:45:33 +00:00
jesopo
a79f866269 tidy up IRCBuffer.find, respect line.deleted there too 2020-01-17 14:27:45 +00:00
jesopo
5d9bbed0fa use draft/delete tags to mark BufferLines as deleted 2020-01-17 14:20:42 +00:00
jesopo
44644dcd56 allow BufferLines to be marked as deleted 2020-01-17 14:19:46 +00:00
jesopo
f8b509ef94 give ever BufferLine an ID (IRCv3 msgid or uuid4()) 2020-01-17 14:19:30 +00:00
jesopo
1e50c5f2d6 make ++asd++ count only as ++ on ++help 2020-01-17 11:18:26 +00:00
jesopo
f6f87ad9df Merge branch 'master' into develop 2020-01-16 16:19:36 +00:00
jesopo
9b6a2ead46
Merge pull request #230 from MineRobber9000/patch-1
Fix empty fediverse display names
2020-01-16 16:18:15 +00:00
MineRobber___T
88e82f8f96
Fix empty display names 2020-01-16 11:17:48 -05:00
MineRobber___T
42b632eff3
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.
2020-01-16 11:13:23 -05:00
jesopo
05873a27bb v1.18.0-rc1 release 2020-01-16 13:17:30 +00:00
jesopo
16bc47d594 update CHANGELOG.md 2020-01-16 13:17:01 +00:00
jesopo
10006a9986 catching account-tag should be PRIORITY_HIGH 2020-01-16 09:50:37 +00:00
jesopo
c180900929 pay attention to account tag on PRIVMSGs 2020-01-16 09:47:57 +00:00
jesopo
aee21a03fe update CHANGELOG.md 2020-01-15 10:16:14 +00:00
jesopo
883d61041c tolerate spaces in dice modifiers 2020-01-14 10:48:09 +00:00
jesopo
21694c39a5 allow !part to work for "current channel" when op/!access 2020-01-13 20:06:32 +00:00
jesopo
7ede930f67 !maskfind should work in-channel too 2020-01-11 22:30:43 +00:00
jesopo
70d405ced6 boldify nickname in !maskfind output so it stands out 2020-01-11 22:28:46 +00:00
jesopo
70be211a16 show userhost as well as nickname in !maskfind output 2020-01-11 22:25:21 +00:00
jesopo
c19d20dec2 show total hostmasks searched in !maskfind output 2020-01-11 22:20:35 +00:00
jesopo
c526322bc0 show count of !maskfind results 2020-01-11 22:18:41 +00:00
jesopo
a9e166fdac add !maskfind to search for nicks that used a given hostmask 2020-01-11 22:10:57 +00:00
jesopo
6633427cb7 send expect_output on private command events too 2020-01-11 19:20:30 +00:00
jesopo
d06d74efb9 default pattern-based commands to expect_output=False 2020-01-11 19:10:19 +00:00
jesopo
ba958f341b also Accept-Language "en" in HTTP requests (0.5 weight) 2020-01-11 17:55:18 +00:00
jesopo
dff1a8fb7f seds starting with numbers caused an "invalid group reference" 2020-01-11 16:57:54 +00:00
jesopo
2c524303aa by default, prevent highlighting from !wordiest 2020-01-10 11:51:46 +00:00
jesopo
330c0ded44 update CHANGELOG.md 2020-01-08 10:42:37 +00:00
jesopo
e73b6200b3 Merge branch 'master' into develop 2020-01-08 10:33:57 +00:00
jesopo
3f916fc558 bump version to 1.17.2 2020-01-08 10:32:31 +00:00
jesopo
1ca87bbef9 add missing closing paren to bitbot's User Agent 2020-01-08 10:30:56 +00:00
jesopo
366a7bf326 Revert "explicitly .close() task in http.request_many()"
This reverts commit 7478d62b77.
2020-01-06 17:17:49 +00:00
jesopo
7478d62b77 explicitly .close() task in http.request_many() 2020-01-06 17:04:30 +00:00
jesopo
08162f8505 show issues/transferred by default for github webhooks 2020-01-05 23:20:08 +00:00
jesopo
e9f82fc645 sort variable $names descending so longer ones are caught first 2020-01-03 06:59:22 +00:00
jesopo
82ba7a0922 reword karma to "<target> now has 3 karma (1 from <sender>)"
closes #226
2020-01-02 22:29:49 +00:00
jesopo
8d5f0486e1 Revert "if a timezone isn't found, prepend it with "Etc/" (for e.g. "Etc/GMT+1")"
This reverts commit fc0e6bdce0.
2020-01-01 11:41:41 +00:00
jesopo
fc0e6bdce0 if a timezone isn't found, prepend it with "Etc/" (for e.g. "Etc/GMT+1") 2020-01-01 11:27:24 +00:00
jesopo
9efb0b05fc by default, don't trigger command.regex events when in a statusmsg 2020-01-01 10:04:32 +00:00
jesopo
627b17e894 pass through (as well as stripping) statusmsg characters to events 2020-01-01 10:04:06 +00:00
jesopo
d3105ebefc fix !time output now that human has tz in it 2019-12-30 17:19:08 +00:00
jesopo
6380e80282 don't use .replace for timezone, use .astimezone 2019-12-30 17:18:54 +00:00
jesopo
e1f8e8a524 add time-localise export in user_time, to timezone localise a datetime 2019-12-30 17:10:16 +00:00
jesopo
9dc6069e06 add missing closing paren to bitbot's User Agent 2019-12-29 08:00:05 +00:00
jesopo
85d8ad1fe0 correctly deal with "define previous message" 2019-12-29 07:27:37 +00:00
jesopo
069b0a9dab update givepermission to "permission add"
closes #224
2019-12-28 11:19:48 +00:00
jesopo
e3455f94fb only respect CASEMAPPING when it's not an empty string 2019-12-27 21:34:08 +00:00