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.16.0-rc1 release
jesopo
2019-12-01
1
-1
/
+1
*
update CHANGELOG.md
jesopo
2019-12-01
1
-0
/
+3
*
refactor karma to be per-user. added data migration script for this
jesopo
2019-12-01
3
-52
/
+114
*
add database.users.get_nickname, to get nickname from ID
jesopo
2019-12-01
1
-2
/
+7
*
fix database.user_settings.find logic
jesopo
2019-12-01
1
-3
/
+3
*
utils.irc.parse_hostmask -> utils.irc.hostmask_parse
jesopo
2019-11-30
1
-1
/
+1
*
only add BufferLine to buffer *after* received.message.* callback
jesopo
2019-11-30
2
-23
/
+11
*
rework permissions module to precompile hostmasks
jesopo
2019-11-30
3
-20
/
+30
*
hook in to private messages for checking hostmask perms
jesopo
2019-11-30
1
-0
/
+1
*
don't update !seen details for ourself
jesopo
2019-11-30
1
-3
/
+1
*
use ANSI_RESET in utils.irc.parse_format, not all the different resets
jesopo
2019-11-28
1
-9
/
+1
*
remove old api keys from docs/bot.config.example
jesopo
2019-11-28
1
-11
/
+0
*
"day" vs "days" in brithday.py
jesopo
2019-11-28
1
-4
/
+5
*
utils.http.Response.decode() should default to detected encoding
jesopo
2019-11-28
1
-2
/
+2
*
`note` should be jsonified
jesopo
2019-11-28
1
-1
/
+1
*
don't overwrite `page` - we need it for `page.code`
jesopo
2019-11-27
1
-3
/
+3
*
identified_account -> identified
jesopo
2019-11-27
1
-2
/
+1
*
support IRCLine.parse_human() in perform.py
jesopo
2019-11-27
1
-2
/
+7
*
add IRCLine.parse_human() to allow for "!raw /msg jesopo hello"
jesopo
2019-11-27
2
-1
/
+15
*
show username when a toot is CWed
jesopo
2019-11-27
2
-11
/
+11
*
make !channels PM-only
jesopo
2019-11-27
1
-0
/
+1
*
prefix "hidden" channels in !channels with "*"
jesopo
2019-11-27
1
-6
/
+8
*
add !servers command
jesopo
2019-11-27
1
-2
/
+14
*
update CHANGELOG.md
jesopo
2019-11-27
1
-0
/
+2
*
use BufferLine.notes to allow cumulative sed edits
jesopo
2019-11-27
1
-10
/
+21
*
add Buffer.get_all
jesopo
2019-11-27
1
-0
/
+8
*
fix BufferLine.notes definition
jesopo
2019-11-27
1
-1
/
+2
*
dataclass-ify IRCBuffer.BufferLine, add .notes={}
jesopo
2019-11-27
1
-9
/
+9
*
remove IRCBuffer.skip_next (not used), pass buffer lines on message events
jesopo
2019-11-27
3
-21
/
+24
*
Merge branch 'master' into develop
jesopo
2019-11-27
0
-0
/
+0
|
\
|
*
remove .github/
jesopo
2019-11-26
1
-1
/
+0
*
|
WHOX can effect hostmask permissions too
jesopo
2019-11-26
1
-0
/
+1
*
|
use " | " as location & temp separator
jesopo
2019-11-26
1
-1
/
+1
*
|
check hostmask on WHO too
jesopo
2019-11-26
1
-0
/
+1
*
|
add check.command.permission and check.command.authenticated callbacks
jesopo
2019-11-26
2
-11
/
+21
*
|
explicitly use "lxml" for finding page encoding
jesopo
2019-11-26
1
-1
/
+1
*
|
`page` is already a soup
jesopo
2019-11-26
1
-1
/
+1
*
|
default `first_item` to None or it doesn't exist when there's no toots
jesopo
2019-11-26
1
-1
/
+1
*
|
show urls in !wikipedia output
jesopo
2019-11-26
1
-6
/
+9
*
|
add more.py
jesopo
2019-11-26
1
-0
/
+23
*
|
update wikipedia.py to use Response.json()
jesopo
2019-11-26
1
-2
/
+2
*
|
update CHANGELOG.md
jesopo
2019-11-26
1
-0
/
+2
*
|
remove .github/
jesopo
2019-11-26
1
-1
/
+0
*
|
_find_encoding takes `bytes` and soupifies now
jesopo
2019-11-26
1
-1
/
+2
*
|
utils.http.request_many() shouldn't decode data for Response
jesopo
2019-11-26
1
-3
/
+2
*
|
self._out takes a `tags` arg
jesopo
2019-11-26
1
-1
/
+1
*
|
utils.http.Response.data should always be `bytes` - add .decode and .soup
jesopo
2019-11-26
23
-149
/
+127
*
|
remove all `eagle` stuff from nr.py
jesopo
2019-11-26
1
-18
/
+0
*
|
remove `parser` from utils.http.Request, add Request.soup()
jesopo
2019-11-26
5
-31
/
+24
*
|
utils.datetime.datetime_utcnow() -> utils.datetime.utcnow()
jesopo
2019-11-25
4
-9
/
+9
[next]