index
:
~steering
/
bitbot.git
this commit
master
Unnamed repository; edit this file 'description' to name the repository.
steering7253
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
v1.18.0-rc3 release
jesopo
2020-01-17
1
-1
/
+1
*
'python-dateutil', not just 'dateutil'
jesopo
2020-01-17
1
-1
/
+1
*
v1.18.0-rc2 release
jesopo
2020-01-17
1
-1
/
+1
*
update CHANGELOG.md
jesopo
2020-01-17
1
-0
/
+4
*
fix utils.datetime.iso8601_parse linting error
jesopo
2020-01-17
1
-1
/
+1
*
BufferLine.id should be a string
jesopo
2020-01-17
1
-1
/
+2
*
pass draft/delete events through to format_activity/print_activity
jesopo
2020-01-17
2
-3
/
+18
*
give BufferLine.id default value, overwrite in ircv3_msgid.py
jesopo
2020-01-17
3
-11
/
+18
*
overwrite BufferLine.timestamp with ircv3 server-time when available
jesopo
2020-01-17
1
-1
/
+14
*
add BufferLine.timestamp (`datetime.datetime` object)
jesopo
2020-01-17
2
-4
/
+8
*
add dateutil as a dependency, use it in utils.datetime.iso8601_parse
jesopo
2020-01-17
2
-6
/
+5
*
export function for formatting activity lines
jesopo
2020-01-17
1
-0
/
+3
*
refactor format_activity to use {FORMATTING} for maybe-colored things
jesopo
2020-01-17
1
-114
/
+73
*
add draft/edit CAP to ircv3_editmsg.py
jesopo
2020-01-17
1
-0
/
+2
*
tidy up IRCBuffer.find, respect line.deleted there too
jesopo
2020-01-17
1
-5
/
+8
*
use `draft/delete` tags to mark BufferLines as deleted
jesopo
2020-01-17
1
-0
/
+13
*
allow BufferLines to be marked as deleted
jesopo
2020-01-17
1
-2
/
+5
*
give ever BufferLine an ID (IRCv3 msgid or uuid4())
jesopo
2020-01-17
2
-2
/
+12
*
make `++asd++` count only as `++` on `++help`
jesopo
2020-01-17
1
-0
/
+5
*
Merge branch 'master' into develop
jesopo
2020-01-16
1
-1
/
+1
|
\
|
*
Merge pull request #230 from MineRobber9000/patch-1
•••
Fix empty fediverse display names
jesopo
2020-01-16
1
-1
/
+1
|
|
\
|
|
*
Fix empty display names
MineRobber___T
2020-01-16
1
-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.
MineRobber___T
2020-01-16
1
-0
/
+2
|
|
/
*
|
v1.18.0-rc1 release
jesopo
2020-01-16
1
-1
/
+1
*
|
update CHANGELOG.md
jesopo
2020-01-16
1
-0
/
+1
*
|
catching account-tag should be PRIORITY_HIGH
jesopo
2020-01-16
1
-1
/
+2
*
|
pay attention to `account` tag on PRIVMSGs
jesopo
2020-01-16
1
-0
/
+7
*
|
update CHANGELOG.md
jesopo
2020-01-15
1
-0
/
+3
*
|
tolerate spaces in dice modifiers
jesopo
2020-01-14
1
-3
/
+5
*
|
allow !part to work for "current channel" when op/!access
jesopo
2020-01-13
1
-5
/
+9
*
|
!maskfind should work in-channel too
jesopo
2020-01-11
1
-1
/
+0
*
|
boldify nickname in !maskfind output so it stands out
jesopo
2020-01-11
1
-1
/
+1
*
|
show userhost as well as nickname in !maskfind output
jesopo
2020-01-11
1
-3
/
+5
*
|
show total hostmasks searched in !maskfind output
jesopo
2020-01-11
1
-2
/
+5
*
|
show count of !maskfind results
jesopo
2020-01-11
1
-2
/
+2
*
|
add !maskfind to search for nicks that used a given hostmask
jesopo
2020-01-11
1
-0
/
+25
*
|
send expect_output on private command events too
jesopo
2020-01-11
1
-1
/
+1
*
|
default pattern-based commands to expect_output=False
jesopo
2020-01-11
2
-4
/
+7
*
|
also Accept-Language "en" in HTTP requests (0.5 weight)
jesopo
2020-01-11
1
-1
/
+1
*
|
seds starting with numbers caused an "invalid group reference"
jesopo
2020-01-11
1
-1
/
+6
*
|
by default, prevent highlighting from !wordiest
jesopo
2020-01-10
1
-2
/
+8
*
|
update CHANGELOG.md
jesopo
2020-01-08
1
-0
/
+16
*
|
Merge branch 'master' into develop
jesopo
2020-01-08
2
-1
/
+6
|
\
|
|
*
bump version to 1.17.2
jesopo
2020-01-08
2
-1
/
+6
|
*
add missing closing paren to bitbot's User Agent
jesopo
2020-01-08
1
-1
/
+1
*
|
Revert "explicitly .close() task in http.request_many()"
•••
This reverts commit 7478d62b77a7c7637000670d1c2ed22b1b403745.
jesopo
2020-01-06
1
-1
/
+0
*
|
explicitly .close() task in http.request_many()
jesopo
2020-01-06
1
-0
/
+1
*
|
show issues/transferred by default for github webhooks
jesopo
2020-01-05
1
-2
/
+4
*
|
sort variable $names descending so longer ones are caught first
jesopo
2020-01-03
1
-0
/
+4
*
|
reword karma to "<target> now has 3 karma (1 from <sender>)"
•••
closes #226
jesopo
2020-01-02
1
-2
/
+2
[next]