- 19 Jun, 2014 1 commit
-
-
louiz’ authored
-
- 18 Jun, 2014 2 commits
-
-
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
-
- 30 May, 2014 1 commit
-
- 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 1 commit
-
- 07 May, 2014 1 commit
-
-
louiz’ authored
-
- 06 May, 2014 1 commit
-
-
louiz’ authored
-
- 22 Feb, 2014 1 commit
-
-
louiz’ authored
-
- 20 Feb, 2014 1 commit
-
-
louiz’ authored
-
- 17 Feb, 2014 1 commit
-
-
louiz’ authored
-
- 06 Jan, 2014 1 commit
-
-
louiz’ authored
-
- 04 Jan, 2014 6 commits
- 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.
-
- 13 Nov, 2013 1 commit
-
-
louiz’ authored
-
- 10 Nov, 2013 2 commits
- 09 Nov, 2013 2 commits
- 07 Nov, 2013 1 commit
-
-
louiz’ authored
Also correctly respond to PING with the id, escape some XML content, but not always
-
- 06 Nov, 2013 1 commit
-
-
louiz’ authored
Add all useful classes as well: Jid, Iid, IrcChannel, IrcUser etc to properly keep the informations about what we receive from the IRC server. Only handle the MUC join stanza, and send the list of users in the IRC channel to the XMPP user, and the IRC channel’s topic, for now.
-