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
path:
root
/
IRCLineHandler.py
Commit message (
Collapse
)
Author
Age
Files
Lines
*
Support IRCv3's cap-notify
jesopo
2018-09-07
1
-1
/
+10
|
*
Support CAP 3.2
jesopo
2018-09-07
1
-15
/
+31
|
*
Support server-time, even if it's ignored for the moment
jesopo
2018-09-07
1
-1
/
+1
|
*
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
jesopo
2018-09-06
1
-7
/
+8
|
|
|
|
pieces!
*
Handle \x01ACTION that's not correctly terminated with a \x01
jesopo
2018-09-05
1
-2
/
+4
|
*
Change more user.id references to get_id()
jesopo
2018-09-05
1
-2
/
+2
|
*
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
jesopo
2018-09-05
1
-1
/
+19
|
|
|
|
register/identify
*
ACCOUNT doesn't use message-tags, duh!
jesopo
2018-09-05
1
-2
/
+2
|
*
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
1
-0
/
+2
|
*
Add IRCUser.identified_account for ACCOUNT/extended-join
jesopo
2018-09-04
1
-0
/
+8
|
*
Don't get_user before we've seperated userhost-in-names hostmasks
jesopo
2018-09-04
1
-1
/
+3
|
*
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
jesopo
2018-09-04
1
-3
/
+3
|
|
|
|
TAGMSG
*
idle-notify un-away messages don't have *any* args - this caused BitBot to crash
jesopo
2018-09-04
1
-1
/
+3
|
|
|
|
in IRCLineHandler.handle
*
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,
jesopo
2018-09-03
1
-16
/
+4
|
|
|
|
not private.
*
Support IRCv3's echo-message
jesopo
2018-09-03
1
-9
/
+23
|
*
Keep a list of CAP capabilities in IRCServer
jesopo
2018-09-03
1
-1
/
+4
|
*
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
1
-6
/
+8
|
*
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
|
*
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
|
*
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
|
*
typo! targer -> target
jesopo
2018-09-03
1
-1
/
+1
|
*
Support IRCv3's chghost and invite-notify
jesopo
2018-09-03
1
-7
/
+19
|
*
Send CAP END when we're not waiting for any capability handshakes
jesopo
2018-09-03
1
-0
/
+3
|
*
Make CAP functionality more part of the framework and support message-tags and
jesopo
2018-09-03
1
-6
/
+27
|
|
|
|
multi-prefix
*
received.mode -> received.mode.channel (and bugfixes!)
jesopo
2018-09-02
1
-3
/
+5
|
*
Some networks don't prefix channel names in INVITE messages
jesopo
2018-08-31
1
-1
/
+2
|
*
Give modules event objects with "context"s, to facilitate purging all the event
jesopo
2018-08-31
1
-64
/
+55
|
|
|
|
hooks for a module
*
Fix a copy paste fail in IRCLineHandler that caused PARTs to be handled as QUITs
jesopo
2018-08-31
1
-1
/
+1
|
*
Add missing ":" in IRCLineHandler.LineHandler.mode()
jesopo
2018-08-30
1
-1
/
+1
|
*
default events on IRCLineHandler should use original_line, not line
jesopo
2018-08-30
1
-4
/
+4
|
*
Refactor handling MODE in IRCLineHandler
jesopo
2018-08-30
1
-31
/
+16
|
*
Report actual topic setter (use 333, not 332)
jesopo
2018-08-29
1
-3
/
+5
|
*
Print topics in print_activity.py
jesopo
2018-08-29
1
-4
/
+19
|
*
Add missing comments in IRCLineHandler.LineHandler
jesopo
2018-08-29
1
-0
/
+3
|
*
Fix CAP logic that was broken by recent IRCLineHandler refactor
jesopo
2018-08-29
1
-4
/
+2
|
*
Do a default event for received data if there's no hooks for it
jesopo
2018-08-29
1
-1
/
+1
|
*
Refactor IRCLineHandler in to an object that uses .on("raw") events
jesopo
2018-08-29
1
-342
/
+374
|
*
Send a PONG event, use the right arg when sending a WHO
jesopo
2018-08-28
1
-2
/
+6
|
*
Switch to time.monotonic for comparisons, only send data at most once every .5
jesopo
2018-08-28
1
-1
/
+3
|
|
|
|
seconds and only send max 512 bytes at a time
[next]