Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
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.
|
|
|
|
|
|
|
|
|
|
|
|
Also fix some constness things
|
|
Use map instead of unordered map (it's not slower, and it's shorter).
Use the default move constructor.
|
|
On my poor benchmark, it was infinitesimally faster.
|
|
Remove the close() method and closed attribute. Remove all the calls to
close(). (Save one bool per XmlNode, yay, and save a few ifs and some
useless function calls. At best it should be unnoticeably faster and lighter
and save a few keystrokes in the future)
|
|
|
|
They were not able to execute them anyway, so this was just a little
usability issue.
|
|
Because this is a nightmare to manage
|
|
They are atomically unblocked in the ppoll/epoll_pwait calls, avoiding any
race condition on the check of the “stop” or “reload” booleans.
|
|
fix #2694
|