Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
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
|
|
Also add a e2e test for the list query
|
|
Thank you, e2e tests
|
|
And make things a little bit clearer
|
|
Avoids a conflict between /usr/include/uuid.h and
/usr/local/include/uuid/uuid.h on freebsd
|
|
This makes it possible to execute an ad-hoc command on a server, with
clients like Gajim, for example.
|