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