- 18 Sep, 2015 3 commits
- 06 Sep, 2015 2 commits
- 01 Sep, 2015 5 commits
-
-
louiz’ authored
-
louiz’ authored
Also fix some constness things
-
louiz’ authored
Use map instead of unordered map (it's not slower, and it's shorter). Use the default move constructor.
-
louiz’ authored
On my poor benchmark, it was infinitesimally faster.
-
louiz’ authored
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)
-
- 19 Aug, 2015 1 commit
-
-
louiz’ authored
The server will respond with the current channel mode, in private or something
-
- 15 Jul, 2015 1 commit
-
-
louiz’ authored
-
- 09 Jul, 2015 5 commits
- 08 Jul, 2015 1 commit
-
-
louiz’ authored
-
- 10 Jun, 2015 1 commit
-
- 09 Jun, 2015 2 commits
- 04 Jun, 2015 1 commit
-
-
louiz’ authored
-
- 28 May, 2015 3 commits
- 27 May, 2015 1 commit
-
-
louiz’ authored
They are atomically unblocked in the ppoll/epoll_pwait calls, avoiding any race condition on the check of the “stop” or “reload” booleans.
-
- 26 May, 2015 1 commit
-
-
louiz’ authored
-
- 19 May, 2015 8 commits
-
-
louiz’ authored
-
louiz’ authored
-
louiz’ authored
Some XMPP client ping themselves inside MUCs, to know if they are still in there, this created a flood of PING message in private. If the user is interested in knowing when they receive a ping or version request, they can still read their XML logs
-
louiz’ authored
fix #2472
-
louiz’ authored
ref #2472
-
louiz’ authored
ref #2472
-
louiz’ authored
-
louiz’ authored
Our CTCP notice didn't include a \01 char at the end. We thus failed to check the PING id when we received it ourself, because one char was missing
-
- 13 May, 2015 1 commit
-
- 11 May, 2015 4 commits