summaryrefslogtreecommitdiff
path: root/src/common
AgeCommit message (Collapse)Author
2005-07-11Topic completion now decodes UTF-8 stringSebastien 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-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 ↵Sebastien Helleu
channel without "n" flag) * completion added for config option (with /set command)
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-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-16fix a filename error while loading a python script manuallyEmmanuel Bouthenot
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-30Changes for Mac OS X platform (now ok)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-04-07Allow nick completion in private buffer with /me commandSebastien Helleu
2005-03-24Fixed crash with 64-bits arch (like AMD64) when converting UTF-8, added ↵Sebastien Helleu
weechat version in log at startup
2005-03-20Option irc_away_check is now 0 by default (waiting for fix)Sebastien Helleu
2005-03-13Added /ban, /unban and /kickban commands, fixed /kick commandSebastien Helleu
2005-03-12FIFO command/text not authorized on special buffers like DCCSebastien Helleu
2005-03-12Added FIFO pipe for remote controlSebastien Helleu
2005-03-10Fixed some commands help for docSebastien Helleu
2005-03-10Fixed list of commands outputSebastien Helleu
2005-03-10Added --irc-commands and --weechat-commands command line optionsSebastien Helleu
2005-03-06Crash message modifiedSebastien Helleu
2005-03-05Nick completion with nothing as base word is disabledSebastien Helleu
2005-03-05Added crash dump when WeeChat receives SIGSEGV (Segmentation fault)Sebastien Helleu
2005-02-28Fixed some translationsSebastien Helleu
2005-02-27Added spanish translationSebastien Helleu
2005-02-27Fixed completion bug: now allows command completion in private buffersSebastien Helleu
2005-02-27Added DCC CHAT (send & recv)Sebastien Helleu
2005-02-21Fixed /connect and /disconnect commands, improved output of some commandsSebastien Helleu
2005-02-20/set command does not add "=" any more after completed option nameSebastien Helleu
2005-02-20Connection to IRC server is now made by child process (non blocking)Sebastien Helleu
2005-02-20Added DCC sendSebastien Helleu
2005-02-19Added test of HAVE_ICONV, so compile is ok if iconv is not foundSebastien Helleu
2005-02-17Improved /help command outputSebastien Helleu
2005-02-15Added support for UnrealIrcd ("~" for chan owner, "&" for chan admin)Sebastien Helleu
2005-02-15Fixed /buffer close command (now ok when disconnected from server)Sebastien Helleu
2005-02-14Fixed /help command (display bug)Sebastien Helleu
2005-02-12Plugins messages are logged with new config option (log_plugin_msg); on ↵Sebastien Helleu
server buffer, only server messages are logged
2005-02-12Default decoded charset is UTF-8Sebastien Helleu
2005-02-06Fixed charset conversions when locale is UTF-8 (added ↵Sebastien Helleu
"look_charset_internal" option)
2005-02-06Improved /window command: now split and merge are ok, fixed crash when ↵Sebastien Helleu
resizing terminal to small size
2005-02-05Away check is now customizable (with new irc_away_check option)Sebastien Helleu