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
/
src
/
IRCSocket.py
Commit message (
Collapse
)
Author
Age
Files
Lines
*
Rename IRCLine.Line to IRCLine.SentLine, for clarity
jesopo
2019-02-24
1
-3
/
+3
|
*
Move utils.irc.IRCParsedLine to IRCLine.ParsedLine, improve truncation
jesopo
2019-02-23
1
-5
/
+4
|
|
|
|
|
mechanism, don't convert sent line from ParsedLine to text to ParsedLine for line_handler handling
*
Check throttle space when queueing more data not whether there's no queued data
jesopo
2019-02-20
1
-2
/
+2
|
*
IRCServer should handle ping_sent, not IRCSocket
jesopo
2019-02-11
1
-1
/
+0
|
*
last_read/last_send is now handled by IRCSocket.py
jesopo
2019-02-11
1
-0
/
+3
|
*
`socket.getpeername()` can return more than 2 values (IRCSocket)
jesopo
2019-02-11
1
-1
/
+1
|
*
`connected` status is now tracked by IRCSockets
jesopo
2019-02-11
1
-0
/
+3
|
*
Add `IRCSocket.connected_ip` to hold on to the IP address we connected to (e.g.
jesopo
2019-02-11
1
-0
/
+3
|
|
|
|
so we know which IP we picked from a round robin DNS)
*
Shift socket.socket related logic to IRCSocket.py
jesopo
2019-02-11
1
-0
/
+177