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
*
Add !ignore and !unignore in commands.py
jesopo
2018-09-06
1
-10
/
+35
*
Support NOTICE without a prefix ("NOTICE AUTH" etc)
jesopo
2018-09-06
1
-3
/
+8
*
Match " :" for arbitrary instead of ":", to avoid e.g. splitting ipv6 in to
•••
pieces!
jesopo
2018-09-06
1
-7
/
+8
*
Support account-tag in permissions.py
jesopo
2018-09-05
1
-1
/
+2
*
Handle \x01ACTION that's not correctly terminated with a \x01
jesopo
2018-09-05
1
-2
/
+4
*
Typo in channel_save; channes -> channels
jesopo
2018-09-05
1
-1
/
+1
*
Merge branch 'master' of github.com:jesopo/bitbot
jesopo
2018-09-05
1
-1
/
+1
|
\
|
*
Merge pull request #17 from dngfx/master
•••
Update duck timer
jesopo
2018-09-05
1
-1
/
+1
|
|
\
|
|
*
Update duck timer
dngfx
2018-09-04
1
-1
/
+1
*
|
|
Add !givecoins to coins.py
jesopo
2018-09-05
1
-8
/
+29
|
/
/
*
|
protect_registered doesn't exist anymore
jesopo
2018-09-05
1
-2
/
+2
*
|
Change more user.id references to get_id()
jesopo
2018-09-05
1
-2
/
+2
*
|
Get user to do get_id() on in coins.py
jesopo
2018-09-05
1
-1
/
+2
*
|
user.id -> user._id; forgot to do this
jesopo
2018-09-05
1
-1
/
+1
*
|
Add another control to prevent coin duplication if someone manages to send coins
•••
to themselves
jesopo
2018-09-05
1
-1
/
+5
*
|
Don't use IRCUser.id ever, use IRCUser.get_id()
jesopo
2018-09-05
7
-21
/
+20
*
|
Correctly keep track of IRCUser.identified_account_id
jesopo
2018-09-05
1
-0
/
+5
*
|
Support IRCv3's account-notify/extended-join along with WHOX to replace internal
•••
register/identify
jesopo
2018-09-05
4
-43
/
+87
*
|
ACCOUNT doesn't use message-tags, duh!
jesopo
2018-09-05
1
-2
/
+2
|
/
*
twitter.py -> tweets.py
jesopo
2018-09-04
1
-3
/
+3
*
Change IRCLineHandler to use delimited events
jesopo
2018-09-04
1
-61
/
+59
*
Track a user's away status in IRCUser
jesopo
2018-09-04
2
-0
/
+3
*
Fix a huge security issue: sign users out when they change nickname
jesopo
2018-09-04
1
-3
/
+10
*
Add IRCUser.identified_account for ACCOUNT/extended-join
jesopo
2018-09-04
2
-0
/
+9
*
Don't get_user before we've seperated userhost-in-names hostmasks
jesopo
2018-09-04
1
-1
/
+3
*
Utils.seperate_hostmask has been broken all this time! usernames were coming out
•••
as nickname!username
jesopo
2018-09-04
1
-1
/
+1
*
Most userhost-in-names check to after mode prefix checking
jesopo
2018-09-04
1
-7
/
+3
*
Use "draft/message-tags-0.2" IRCv3 capability to actually be able to receive
•••
TAGMSG
jesopo
2018-09-04
1
-3
/
+3
*
idle-notify un-away messages don't have *any* args - this caused BitBot to crash
•••
in IRCLineHandler.handle
jesopo
2018-09-04
1
-1
/
+3
*
Debug log raw data
jesopo
2018-09-04
1
-0
/
+3
*
Support IRCv3's userhost-in-names
jesopo
2018-09-04
1
-12
/
+22
*
Fix referencing account tag for ACCOUNT in IRCLineHandler
jesopo
2018-09-04
1
-1
/
+1
*
Nope, revert echo-message support. a certain network only offers it in channel,
•••
not private.
jesopo
2018-09-03
2
-33
/
+20
*
Support IRCv3's echo-message
jesopo
2018-09-03
2
-27
/
+42
*
Keep a list of CAP capabilities in IRCServer
jesopo
2018-09-03
2
-1
/
+6
*
Support IRCv3's away-notify
jesopo
2018-09-03
1
-2
/
+16
*
server -> event["server"]
jesopo
2018-09-03
1
-2
/
+2
*
Send message-tags through PRIVMSG, NOTICE and !commands
jesopo
2018-09-03
2
-8
/
+11
*
Support TAGMSG in IRCLineHandler
jesopo
2018-09-03
1
-0
/
+16
*
IRCv3 message tag value should not be an array
jesopo
2018-09-03
1
-1
/
+1
*
Add !reconnect in admin.py
jesopo
2018-09-03
1
-9
/
+12
*
Add database_backup.py for rotated database backups
jesopo
2018-09-03
2
-0
/
+30
*
tag_split, not tag
jesopo
2018-09-03
1
-1
/
+1
*
Handle empty tag sections, e.g. "@;tag=value"
jesopo
2018-09-03
1
-2
/
+3
*
Only offer sasl when we have sasl authentication to send
jesopo
2018-09-03
1
-1
/
+2
*
Support ircv3's extended-join
jesopo
2018-09-03
1
-5
/
+14
*
Support account-tag and account-notify
jesopo
2018-09-03
1
-1
/
+15
*
Remove channel from autojoin when BitBot parts it
jesopo
2018-09-03
1
-4
/
+10
*
typo! targer -> target
jesopo
2018-09-03
1
-1
/
+1
*
Support IRCv3's chghost and invite-notify
jesopo
2018-09-03
3
-9
/
+24
[next]