Commit graph

4277 commits

Author SHA1 Message Date
jesopo
81deb48c97 v1.18.0-rc2 release 2020-01-17 16:42:46 +00:00
jesopo
0966fea362 update CHANGELOG.md 2020-01-17 16:42:29 +00:00
jesopo
ba5d79c953 fix utils.datetime.iso8601_parse linting error 2020-01-17 16:37:31 +00:00
jesopo
9efe952a9f BufferLine.id should be a string 2020-01-17 16:37:22 +00:00
jesopo
b4e3ee5d0e pass draft/delete events through to format_activity/print_activity 2020-01-17 16:28:48 +00:00
jesopo
95668f2b8b give BufferLine.id default value, overwrite in ircv3_msgid.py 2020-01-17 16:28:23 +00:00
jesopo
5c7026886d overwrite BufferLine.timestamp with ircv3 server-time when available 2020-01-17 15:58:37 +00:00
jesopo
3e574f3c52 add BufferLine.timestamp (datetime.datetime object) 2020-01-17 15:58:08 +00:00
jesopo
e4d71f6c0c add dateutil as a dependency, use it in utils.datetime.iso8601_parse 2020-01-17 15:57:30 +00:00
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