Age | Commit message (Collapse) | Author |
|
|
|
|
|
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.
|
|
|
|
|
|
fix #3209
|
|
|
|
|
|
At the moment, result-set-management is not implemented, the whole history
(well, at most 1024 messages) is returned.
|
|
|
|
|
|
Instead of doing a broken SQL request that returns weird lines
|
|
|
|
|
|
Not messages coming from the room, for example
|
|
|
|
|
|
|
|
|
|
|
|
|
|
This should fix #3205
|