summaryrefslogtreecommitdiff
path: root/src/irc
AgeCommit message (Collapse)Author
2005-10-22- added dcc_own_ip and dcc_port_range settings, patch by Jim RamsaySebastien Helleu
- fixed bug when exiting DCC buffer (wrong input buffer)
2005-10-16Added channel modes +e/+f, IRC commands 348,349,470Sebastien Helleu
2005-10-15New plugin interface (loads dynamic C libraries)Sebastien Helleu
2005-10-03Added IRC commands: 008 and 381Sebastien Helleu
2005-09-23Added /ame command (send CTCP action to all channels of all connected servers)Sebastien Helleu
2005-09-22Added setting "irc_notice_as_pv" to see notices as pvSebastien Helleu
2005-09-20Added nicks colors in setup fileSebastien Helleu
2005-09-20Fixed DCC bug: delete failed file only if really empty (on disk)Sebastien Helleu
2005-09-15Fixed IRC message parser bugSebastien Helleu
2005-09-15Fixed scroll problem (screen moving when scrolling and new line displayed)Sebastien Helleu
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 ↵Sebastien Helleu
turkish), now using ASCII comparison
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
many /join commands to IRC server)
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
chat buffer
2005-07-19Commands /halfop, /voice, /deop, /dehalfop, /devoice are ok for self nick ↵Sebastien Helleu
(no arg)
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
- added message for +q mode changing on a nick
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 ↵Sebastien Helleu
unsigned long for DCC
2005-07-13Added DCC resumeSebastien Helleu
2005-07-12When DCC failed, do not display local filename if transfer failed before ↵Sebastien Helleu
starting
2005-07-12Added message on server buffer when DCC file transfer failed (or was aborted)Sebastien Helleu
2005-07-12- added DCC timeoutSebastien Helleu
- fixed FIFO pipe (command now authorized on a buffer not connected to an IRC server) - fixed Perl bug with info reading functions
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