- 12 Nov, 2014 1 commit
-
-
louiz’ authored
-
- 07 Aug, 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.
-
- 20 Jun, 2014 2 commits
- 19 Jun, 2014 1 commit
-
-
louiz’ authored
A result or an error, depending on the type of message
-
- 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
-
- 31 May, 2014 1 commit
-
-
louiz’ authored
-
- 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.
-
- 06 May, 2014 2 commits
- 24 Apr, 2014 1 commit
-
-
louiz’ authored
-
- 10 Apr, 2014 1 commit
-
-
louiz’ authored
-
- 28 Mar, 2014 1 commit
-
-
louiz’ authored
Whether this is a bad-request (missing XML attributes or elements) or an internal server error.
-
- 24 Mar, 2014 3 commits
- 28 Feb, 2014 1 commit
-
-
louiz’ authored
-
- 22 Feb, 2014 1 commit
-
-
louiz’ authored
-
- 17 Feb, 2014 2 commits
- 04 Jan, 2014 5 commits
- 24 Dec, 2013 1 commit
-
-
louiz’ authored
-
- 08 Dec, 2013 1 commit
-
-
louiz’ authored
-
- 28 Nov, 2013 1 commit
-
-
louiz’ authored
The generated XML is very verbose because each IRC formatting tag makes us close a <span/> element and reopen it with the new style applied. However, this works quite well and is easy to implement.
-
- 21 Nov, 2013 1 commit
-
-
louiz’ authored
-
- 13 Nov, 2013 1 commit
-
-
louiz’ authored
-
- 10 Nov, 2013 1 commit
-
-
louiz’ authored
-
- 09 Nov, 2013 1 commit
-
-
louiz’ authored
-
- 07 Nov, 2013 1 commit
-
-
louiz’ authored
Also correctly respond to PING with the id, escape some XML content, but not always
-