- 03 Jul, 2014 1 commit
-
-
louiz’ authored
-
- 02 Jul, 2014 1 commit
-
-
louiz’ authored
SocketHandler has been renamed to TCPSocketHandler SocketHandler is now a simple interface with a few methods, used only by Poller. This way we can inherite from the new SocketHandler class, to handle other types of sockets, and still make them manageable by the poller without any change in the Poller class.
-
- 30 Jun, 2014 1 commit
-
-
louiz’ authored
-
- 29 Jun, 2014 10 commits
- 28 Jun, 2014 1 commit
-
- 25 Jun, 2014 1 commit
-
-
louiz’ authored
-
- 24 Jun, 2014 3 commits
- 22 Jun, 2014 2 commits
-
-
louiz’ authored
See CMP0037
-
louiz’ authored
Was causing the event to not be removed in case of connection failure, which lead to a dangling timed event named “timeout-1”, which was called later, by some other SocketHandler for which even the socket creation failed (so, its socket is -1), with a pointer to the previous SocketHandler which has disappeared for a long time: segmentation fault etc.
-
- 20 Jun, 2014 3 commits
- 19 Jun, 2014 2 commits
- 18 Jun, 2014 6 commits
-
-
louiz’ authored
-
louiz’ authored
This actually makes the session_manager be useful, and saves a few octets of memory for the other ones
-
louiz’ authored
-
louiz’ authored
For example, both JID #chan%server@biboumi/Toto and toto!server@biboumi are equivalent, except that if you send a message to the first one, subsequent messages coming from the user toto will come from that same JID. This is done to be consistent for the XMPP user, and respond from the same JID than the 'to' of the first message. fix #2468
-
louiz’ authored
-
louiz’ authored
-
- 12 Jun, 2014 1 commit
-
-
louiz’ authored
-
- 11 Jun, 2014 1 commit
-
- 10 Jun, 2014 3 commits
-
-
louiz’ authored
-
- 08 Jun, 2014 4 commits