Age | Commit message (Collapse) | Author |
|
fix #3231
|
|
fix #3231
|
|
|
|
To correctly exit the process
|
|
|
|
|
|
|
|
|
|
ref #3228
|
|
|
|
fix #3226
|
|
And add tests for all the mode changes
|
|
|
|
fix #2886
|
|
|
|
|
|
|
|
As the doc says, the nick changes must be explicit in an already joined
room, and not when joining a room.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
fix #3211
|
|
This way, TCPSocketHandler only deal with the message sending/receiving, not
the connect() or anything else. This will be used for implementing servers
(because when a client is accepted, we don’t need all the connect() and dns
resolution stuff).
|
|
|
|
|
|
|
|
|
|
fix #3171
|
|
fix #3216
|
|
|
|
|
|
|
|
|
|
fix #3116
|
|
|
|
duplication
|
|
Was completely broken, and the test was just useless
|
|
|
|
fix coverity CID 153376
|
|
fix #3205
|
|
fix #3069
|
|
fix #3210
|
|
|
|
|
|
ref #2948
|