Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
fix #2694 (yeah, it was closed, but it was badly fixed)
|
|
|
|
Because we “delete all node” and then we use the content of one of these
nodes we got earlier.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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).
|
|
|
|
|
|
|
|
|
|
duplication
|
|
|
|
fix #3069
|
|
ref #2948
|
|
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
|
|
|
|
|
|
At the moment, result-set-management is not implemented, the whole history
(well, at most 1024 messages) is returned.
|
|
|
|
“stable”
Use strftime instead
|
|
|
|
|
|
It’s $CURRENT_YEAR
|
|
|
|
|
|
We trust the XMPP server, but maybe not enough to not check that
|
|
|
|
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
|
|
fix #2
|
|
|
|
|
|
|
|
|
|
|
|
fix #3145
|
|
fix #3077
|
|
|
|
|
|
step
|
|
Both for me, and apparently for clang static analyzer, who reported a (imo)
false positive.
|