- 07 Aug, 2014 1 commit
-
-
louiz’ authored
-
- 21 Jul, 2014 1 commit
-
-
louiz’ authored
-
- 15 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.
-
- 29 Jun, 2014 1 commit
-
-
louiz’ authored
-
- 20 Jun, 2014 2 commits
- 19 Jun, 2014 2 commits
- 18 Jun, 2014 1 commit
-
-
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
-
- 11 Jun, 2014 1 commit
-
- 08 Jun, 2014 2 commits
-
- 31 May, 2014 2 commits
- 30 May, 2014 2 commits
-
-
louiz’ authored
-
- 28 May, 2014 1 commit
-
-
louiz’ authored
-
- 27 May, 2014 1 commit
-
-
louiz’ authored
-
- 26 May, 2014 1 commit
-
-
louiz’ authored
We want to call socket() with the parameters provided by getaddrinfo, so we can’t addd the fd into the poller immediately. We need to wait the connection attempt, and then the SocketHandler can call add_socket_handler itself, if the connection succeeds, or is in progress.
-
- 14 May, 2014 4 commits
- 07 May, 2014 1 commit
-
-
louiz’ authored
-
- 06 May, 2014 3 commits
- 28 Apr, 2014 1 commit
-
-
louiz’ authored
-
- 24 Apr, 2014 2 commits
- 22 Apr, 2014 1 commit
-
-
louiz’ authored
-
- 15 Apr, 2014 2 commits
- 13 Apr, 2014 1 commit
-
-
louiz’ authored
-
- 11 Apr, 2014 1 commit
-
-
louiz’ authored
-
- 10 Apr, 2014 1 commit
-
-
louiz’ authored
-
- 28 Mar, 2014 3 commits