summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2005-09-13Updated TODOSebastien Helleu
2005-09-11Added missing "return 0" in handler for IRC command 221Sebastien Helleu
2005-09-11Added global history keys (ctrl+up/down)Sebastien Helleu
2005-09-11Updated bugsSebastien Helleu
2005-09-11Updated Czech translationsSebastien 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-07Fixed DCC display bug (now decodes strings according to charset)Sebastien Helleu
2005-09-05Updated docSebastien Helleu
2005-09-04Added czech translation fileSebastien Helleu
2005-09-04Fixed bug with nick changeSebastien Helleu
2005-09-04Removed nick color in nicklist when away and away check for nicks is ↵Sebastien Helleu
disabled (= 0)
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-09-02Signal SIGQUIT is now ignoredSebastien 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-21Added Ruby plugins skeletonSebastien Helleu
2005-08-21Fixed empty private buffer when unknown CTCP is receivedSebastien Helleu
2005-08-17Fixed refresh bug when one line is bigger than screen sizeSebastien Helleu
2005-08-16Fixed look_nicklist_min_size and look_nicklist_max_size optionsSebastien Helleu
2005-08-16Updated TODOSebastien Helleu
2005-08-16Added example in server_autojoin descriptionSebastien Helleu
2005-08-16Added completion for internal functions with /key commandSebastien 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-01Update debian stuffJulien Louis
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-31Jump to next server now saves current channel buffer for each serverSebastien Helleu
2005-07-30ctrl-up/ctrl-down keys added to call previous/next command in global history ↵Sebastien Helleu
(common to all buffers)
2005-07-30Version 0.1.5-cvsSebastien Helleu
2005-07-30Version 0.1.4Sebastien Helleu
2005-07-30Version 0.1.4Sebastien 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-20Updated TODOSebastien 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-19Fixed typo (wrong accent)Sebastien Helleu
2005-07-19Updated translationsSebastien Helleu
2005-07-19Commands /halfop, /voice, /deop, /dehalfop, /devoice are ok for self nick ↵Sebastien Helleu
(no arg)
2005-07-19Fixed hotlist for privates: now quit message is displayed as part/join/quit, ↵Sebastien Helleu
not standard message
2005-07-19Fixed auto-rejoin for channels with keySebastien Helleu
2005-07-18Reverted to previous codeSebastien Helleu