summaryrefslogtreecommitdiff
path: root/po
AgeCommit message (Collapse)Author
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
2005-05-22Version 0.1.3-cvsSebastien Helleu
2005-05-21Version 0.1.2Sebastien Helleu
2005-05-08Plugin message handler is now called for own messages (as "privmsg" IRC ↵Sebastien Helleu
command, with "localhost" as host to differenciate from other messages)
2005-05-05Improved Perl interface and some changes in Python:Sebastien Helleu
- function "print_with_channel" was removed - function "command" now runs weechat command or send text to channel - Perl functions are now called with weechat::name (instead of IRC::name) - IRC::xxx functions are still active for compatibility with old scripts
2005-05-01Added Python plugin supportSebastien Helleu
2005-04-30Added nicklist scroll keys (Alt+{home/end/pgup/pgdn} or F11/F12)Sebastien Helleu
2005-04-28Added IRC command "671"Sebastien Helleu
2005-04-20Added "485" IRC commandSebastien Helleu
2005-04-19Added "-all" option for /nick command, added "341" IRC command (for invitation)Sebastien Helleu
2005-04-17Improved gettext installation (now ok under BSD)Sebastien Helleu
2005-04-09Buffers timestamp can now be changed (new option in config file)Sebastien Helleu
2005-03-20Version 0.1.2-cvsSebastien Helleu
2005-03-20Version 0.1.1Sebastien Helleu
2005-03-16Added /halfop & /dehalfop commands, fixed halfop display bug in nicklistSebastien Helleu
2005-03-15Fixed translationSebastien Helleu
2005-03-15More explicit message when channel or nick not foundSebastien Helleu
2005-03-13Added /ban, /unban and /kickban commands, fixed /kick commandSebastien Helleu
2005-03-12Fixed /invite command (and now invite requests are displayed)Sebastien Helleu
2005-03-12FIFO command/text not authorized on special buffers like DCCSebastien Helleu
2005-03-12Added FIFO pipe for remote controlSebastien Helleu