- 12 Oct, 2015 2 commits
-
-
louiz’ authored
- 18 Sep, 2015 1 commit
-
- 06 Sep, 2015 1 commit
-
-
louiz’ authored
Each IrcClient callback has a max and min size of argument, we call the callback only if the parsed message has a correct number of arguments, otherwise it is ignored (with a warning logged).
-
- 19 May, 2015 1 commit
-
-
louiz’ authored
ref #2472
-
- 07 May, 2015 2 commits
-
- 24 Mar, 2015 1 commit
-
-
louiz’ authored
-
- 26 Feb, 2015 1 commit
-
- 14 Jan, 2015 2 commits
-
-
louiz’ authored
Because we need to wait for the welcome message, when we connect to the server, before sending the JOIN command, we need to also save the value of the password to reuse it when we actually send the JOIN command
-
Link Mauve authored
-
- 12 Jan, 2015 1 commit
-
-
louiz’ authored
fix #2882
-
- 07 Aug, 2014 1 commit
-
-
louiz’ authored
fix #2576
-
- 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.
-
- 08 Jun, 2014 1 commit
-
- 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.
-
- 07 May, 2014 1 commit
-
-
louiz’ authored
-
- 24 Apr, 2014 1 commit
-
-
louiz’ authored
-
- 15 Apr, 2014 1 commit
-
-
louiz’ authored
-
- 13 Apr, 2014 1 commit
-
-
louiz’ authored
-
- 28 Feb, 2014 1 commit
-
-
louiz’ authored
-
- 22 Feb, 2014 1 commit
-
-
louiz’ authored
-
- 20 Feb, 2014 1 commit
-
-
louiz’ authored
-
- 08 Feb, 2014 1 commit
-
-
louiz’ authored
-
- 04 Jan, 2014 7 commits
- 21 Nov, 2013 1 commit
-
-
louiz’ authored
-
- 20 Nov, 2013 1 commit
-
-
louiz’ authored
We append each line to a string, and when the MOTD is complete, we send that string at once.
-
- 13 Nov, 2013 1 commit
-
-
louiz’ authored
-
- 12 Nov, 2013 2 commits
- 10 Nov, 2013 1 commit
-
-
louiz’ authored
-