Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
|
|
Move all constructors at the top of classes
|
|
|
|
|
|
Because a jid like “freenode.example.org” is both the JID for the configured
IRC server, and biboumi’s JID.
fix #3175
|
|
|
|
|
|
[ci skip]
|
|
|
|
We can now insert steps between the two parts
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
fix #2
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Avoids:
- Relying on github’s services
- Fetching a new (malicious) version, automatically, without any “check”
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Because if we have a send event to signal the connection sucess + a recv
event to signal something to read on the socket, we need to first finish the
connect process before reading the available data. That’s what we do now.
|
|
|
|
|
|
|