Age | Commit message (Expand) | Author |
2005-07-11 | Topic completion now decodes UTF-8 string | Sebastien Helleu |
2005-07-09 | Internal functions descriptions for keys are now displayed and translated | Sebastien Helleu |
2005-07-09 | - new keyboard management: keys are setup in config file, new command /key wa... | Sebastien Helleu |
2005-06-30 | - proxy support (http, socks4, socks5) with authentification for http, socks5 | Emmanuel Bouthenot |
2005-06-30 | * commands from users outside channel now authorized (if special user or chan... | Sebastien Helleu |
2005-06-28 | Added IPv6 and SSL options for command line IRC url | Sebastien Helleu |
2005-06-27 | Added IPv6 support | Sebastien Helleu |
2005-06-22 | gnutls code compiled according to pre-processor var HAVE_GNUTLS | Sebastien Helleu |
2005-06-21 | Added certificate management in SSL (connection now ok with SSL server) | Sebastien Helleu |
2005-06-19 | Added SSL support with gnutls lib | Sebastien Helleu |
2005-06-19 | Channel notify levels are saved in config file | Sebastien Helleu |
2005-06-18 | part message now accepts %v (replaced by WeeChat version), like quit message | Sebastien Helleu |
2005-06-16 | fix a filename error while loading a python script manually | Emmanuel Bouthenot |
2005-05-08 | Plugin message handler is now called for own messages (as "privmsg" IRC comma... | Sebastien Helleu |
2005-05-05 | Improved Perl interface and some changes in Python: | Sebastien Helleu |
2005-05-01 | Added Python plugin support | Sebastien Helleu |
2005-04-30 | Added nicklist scroll keys (Alt+{home/end/pgup/pgdn} or F11/F12) | Sebastien Helleu |
2005-04-30 | Changes for Mac OS X platform (now ok) | Sebastien Helleu |
2005-04-17 | Improved gettext installation (now ok under BSD) | Sebastien Helleu |
2005-04-09 | Buffers timestamp can now be changed (new option in config file) | Sebastien Helleu |
2005-04-07 | Allow nick completion in private buffer with /me command | Sebastien Helleu |
2005-03-24 | Fixed crash with 64-bits arch (like AMD64) when converting UTF-8, added weech... | Sebastien Helleu |
2005-03-20 | Option irc_away_check is now 0 by default (waiting for fix) | Sebastien Helleu |
2005-03-13 | Added /ban, /unban and /kickban commands, fixed /kick command | Sebastien Helleu |
2005-03-12 | FIFO command/text not authorized on special buffers like DCC | Sebastien Helleu |
2005-03-12 | Added FIFO pipe for remote control | Sebastien Helleu |
2005-03-10 | Fixed some commands help for doc | Sebastien Helleu |
2005-03-10 | Fixed list of commands output | Sebastien Helleu |
2005-03-10 | Added --irc-commands and --weechat-commands command line options | Sebastien Helleu |
2005-03-06 | Crash message modified | Sebastien Helleu |
2005-03-05 | Nick completion with nothing as base word is disabled | Sebastien Helleu |
2005-03-05 | Added crash dump when WeeChat receives SIGSEGV (Segmentation fault) | Sebastien Helleu |
2005-02-28 | Fixed some translations | Sebastien Helleu |
2005-02-27 | Added spanish translation | Sebastien Helleu |
2005-02-27 | Fixed completion bug: now allows command completion in private buffers | Sebastien Helleu |
2005-02-27 | Added DCC CHAT (send & recv) | Sebastien Helleu |
2005-02-21 | Fixed /connect and /disconnect commands, improved output of some commands | Sebastien Helleu |
2005-02-20 | /set command does not add "=" any more after completed option name | Sebastien Helleu |
2005-02-20 | Connection to IRC server is now made by child process (non blocking) | Sebastien Helleu |
2005-02-20 | Added DCC send | Sebastien Helleu |
2005-02-19 | Added test of HAVE_ICONV, so compile is ok if iconv is not found | Sebastien Helleu |
2005-02-17 | Improved /help command output | Sebastien Helleu |
2005-02-15 | Added support for UnrealIrcd ("~" for chan owner, "&" for chan admin) | Sebastien Helleu |
2005-02-15 | Fixed /buffer close command (now ok when disconnected from server) | Sebastien Helleu |
2005-02-14 | Fixed /help command (display bug) | Sebastien Helleu |
2005-02-12 | Plugins messages are logged with new config option (log_plugin_msg); on serve... | Sebastien Helleu |
2005-02-12 | Default decoded charset is UTF-8 | Sebastien Helleu |
2005-02-06 | Fixed charset conversions when locale is UTF-8 (added "look_charset_internal"... | Sebastien Helleu |
2005-02-06 | Improved /window command: now split and merge are ok, fixed crash when resizi... | Sebastien Helleu |
2005-02-05 | Away check is now customizable (with new irc_away_check option) | Sebastien Helleu |