Age | Commit message (Expand) | Author |
2005-09-11 | Added missing "return 0" in handler for IRC command 221 | Sebastien Helleu |
2005-09-10 | Added IRC commands: 042, 344, 345, 484 | Sebastien Helleu |
2005-09-07 | Added IRC command "221" | Sebastien Helleu |
2005-09-07 | Fixed command "331" ("no topic set for channel") | Sebastien Helleu |
2005-09-04 | Fixed bug with nick change | Sebastien Helleu |
2005-09-04 | Added /ignore and /unignore commands | Sebastien Helleu |
2005-09-03 | Fixed bug with strings comparison (str[n]casecmp) and some locales (like turk... | Sebastien Helleu |
2005-09-02 | Added "505" IRC command | Sebastien Helleu |
2005-08-26 | Set non blockant socket for dcc connection (as it was made before) | Sebastien Helleu |
2005-08-22 | Added command "020" | Sebastien Helleu |
2005-08-21 | Fixed empty private buffer when unknown CTCP is received | Sebastien Helleu |
2005-08-15 | Revert code for irc_cmd_send_join function code (to prevent lag when sending | Sebastien Helleu |
2005-08-14 | Fixed bug and memory leak in irc_cmd_send_join function | Sebastien Helleu |
2005-08-04 | add half (due to dcc) dcc support with proxies (only in ipv4 ) | Emmanuel Bouthenot |
2005-08-03 | fix an error in socket() while using ipv6 proxy | Emmanuel Bouthenot |
2005-08-01 | fix a stupid error about previous commit | Emmanuel Bouthenot |
2005-07-31 | improve support of keys when joining channel and with server autojoin | Emmanuel Bouthenot |
2005-07-31 | Fixed refrech bug when changing channel modes | Sebastien Helleu |
2005-07-22 | Join and part/quit prefixes (arrows) now displayed with different colors | Sebastien Helleu |
2005-07-20 | Fixed CTCP ACTION bug and now replies to CTCP PING on channels | Sebastien Helleu |
2005-07-19 | Highlights with "irc_highlight" setting now case insensitive | Sebastien Helleu |
2005-07-19 | Added "irc_highlight" setting, fixed crash when doing /part on an active DCC ... | Sebastien Helleu |
2005-07-19 | Commands /halfop, /voice, /deop, /dehalfop, /devoice are ok for self nick (no... | Sebastien Helleu |
2005-07-19 | Fixed auto-rejoin for channels with key | Sebastien Helleu |
2005-07-18 | Reverted to previous code | Sebastien Helleu |
2005-07-17 | change signatures in proxy functions | Emmanuel Bouthenot |
2005-07-17 | Fixed /ctcp command (now any command/data allowed) | Sebastien Helleu |
2005-07-16 | Added /amsg command (send text to all channels of all connected servers) | Sebastien Helleu |
2005-07-16 | - added alt-j + alt-l key (switch to last buffer) | Sebastien Helleu |
2005-07-13 | Added color for private in hotlist (different than color for highlight) | Sebastien Helleu |
2005-07-13 | Setting "dcc_auto_resume" now used, and fixed address & pos conversion to uns... | Sebastien Helleu |
2005-07-13 | Added DCC resume | Sebastien Helleu |
2005-07-12 | When DCC failed, do not display local filename if transfer failed before star... | Sebastien Helleu |
2005-07-12 | Added message on server buffer when DCC file transfer failed (or was aborted) | Sebastien Helleu |
2005-07-12 | - added DCC timeout | Sebastien Helleu |
2005-07-11 | Fixed bug with IRC URL on command line (irc://) | Sebastien Helleu |
2005-07-06 | Channels auto-prefixed by "#" (if no prefix found) for /join command | Sebastien Helleu |
2005-07-02 | Added tests after getaddrinfo function | Sebastien Helleu |
2005-06-30 | Translated some messages and added calls to freeaddrinfo() function | Sebastien Helleu |
2005-06-30 | - proxy support (http, socks4, socks5) with authentification for http, socks5 | Emmanuel Bouthenot |
2005-06-30 | * commands from users outside channel now authorized (if special user or chan... | Sebastien Helleu |
2005-06-28 | Added IPv6 and SSL options for command line IRC url | Sebastien Helleu |
2005-06-27 | Added IPv6 support | Sebastien Helleu |
2005-06-22 | gnutls code compiled according to pre-processor var HAVE_GNUTLS | Sebastien Helleu |
2005-06-21 | Added certificate management in SSL (connection now ok with SSL server) | Sebastien Helleu |
2005-06-20 | kill command now received and displayed | Sebastien Helleu |
2005-06-19 | Added SSL support with gnutls lib | Sebastien Helleu |
2005-06-19 | Channel notify levels are saved in config file | Sebastien Helleu |
2005-06-18 | part message now accepts %v (replaced by WeeChat version), like quit message | Sebastien Helleu |
2005-06-15 | Display message content when nick is not found for an incoming "PRIVMSG" message | Sebastien Helleu |