summaryrefslogtreecommitdiff
path: root/po
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-21Full UTF-8 support, auto-detection of UTF-8 usage (locale)Sebastien Helleu
2005-10-18Added "Day changed to [date]" message when day changesSebastien Helleu
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-10-02Added colors for input buffer and current channel of status barSebastien Helleu
2005-10-02Added online help for config options (with /set full_option_name)Sebastien Helleu
2005-10-01Added "smart" hotlistSebastien Helleu
2005-09-28Fixed /server command help (3 nicks are mandatory if -nicks used)Sebastien Helleu
2005-09-25Fixed typo in autojoin option helpSebastien Helleu
2005-09-24Version 0.1.6-cvsSebastien Helleu
2005-09-24Version 0.1.5Sebastien Helleu
2005-09-23Added /ame command (send CTCP action to all channels of all connected servers)Sebastien Helleu
2005-09-22Added czech translationsSebastien 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-11Updated Czech translationsSebastien Helleu
2005-09-10Added IRC commands: 042, 344, 345, 484Sebastien Helleu
2005-09-07Added IRC command "221"Sebastien Helleu
2005-09-04Added czech translation fileSebastien 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-08-21Added Ruby plugins skeletonSebastien Helleu
2005-08-16Added example in server_autojoin descriptionSebastien 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-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-19Updated translationsSebastien Helleu
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-16Added alt-k key to grab a key and insert result into input bufferSebastien Helleu
2005-07-13Added color for private in hotlist (different than color for highlight)Sebastien 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-12Updated spanish translationSebastien Helleu
2005-07-09Internal functions descriptions for keys are now displayed and translatedSebastien Helleu
2005-07-09- new keyboard management: keys are setup in config file, new command /key ↵Sebastien Helleu
was added and some new default keys were added - added seconds in infobar time (optional with new config flag) - fixed some curses refreshs
2005-07-02Version 0.1.4-cvsSebastien Helleu
2005-07-02Version 0.1.3Sebastien Helleu
2005-06-30Translated some messages and added calls to freeaddrinfo() functionSebastien Helleu
2005-06-30* commands from users outside channel now authorized (if special user or ↵Sebastien Helleu
channel without "n" flag) * completion added for config option (with /set command)
2005-06-27Added IPv6 supportSebastien Helleu
2005-06-19Added SSL support with gnutls libSebastien Helleu
2005-06-19Channel notify levels are saved in config fileSebastien Helleu
2005-06-15Display message content when nick is not found for an incoming "PRIVMSG" messageSebastien Helleu