Age | Commit message (Collapse) | Author | |
---|---|---|---|
2005-10-25 | - Added options for /plugin command: autoload, reload, unload | Sebastien Helleu | |
- Added new plugin functions, for C plugins and scripts: set_config, get_plugin_config, set_plugin_config - Added new script function: remove_handler | |||
2005-10-21 | Full UTF-8 support, auto-detection of UTF-8 usage (locale) | Sebastien Helleu | |
2005-10-15 | New plugin interface (loads dynamic C libraries) | Sebastien Helleu | |
2005-09-04 | Added /ignore and /unignore commands | Sebastien Helleu | |
2005-09-03 | Fixed bug with strings comparison (str[n]casecmp) and some locales (like ↵ | Sebastien Helleu | |
turkish), now using ASCII comparison | |||
2005-08-16 | Added completion for internal functions with /key command | Sebastien Helleu | |
2005-07-17 | Fixed /ctcp command (now any command/data allowed) | 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-16 | Added alt-k key to grab a key and insert result into input buffer | Sebastien Helleu | |
2005-07-11 | Topic completion now decodes UTF-8 string | Sebastien 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 | * 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-05-05 | Improved 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-01 | Added Python plugin support | Sebastien Helleu | |
2005-04-07 | Allow nick completion in private buffer with /me command | 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-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-20 | /set command does not add "=" any more after completed option name | Sebastien Helleu | |
2005-02-15 | Fixed /buffer close command (now ok when disconnected from server) | Sebastien Helleu | |
2005-02-06 | Improved /window command: now split and merge are ok, fixed crash when ↵ | Sebastien Helleu | |
resizing terminal to small size | |||
2005-01-23 | Improved completion for /set command (now adds '=' at the end) | Sebastien Helleu | |
2005-01-23 | Added lag indicator | Sebastien Helleu | |
2005-01-19 | Added nick completion in private buffers | Sebastien Helleu | |
2005-01-17 | Allow nick completion for /quote command | Sebastien Helleu | |
2005-01-16 | Allow nick completion for /me command | Sebastien Helleu | |
2005-01-16 | Improved completion (now completes commands args), fixed color bug (gray ↵ | Sebastien Helleu | |
removed, replaced by default), fixed crash when unknown section with option(s) in config file, fixed IRC commands: /op, /deop, /voice, /devoice | |||
2005-01-01 | Version 0.0.9 | Sebastien Helleu | |
2003-12-31 | New copyright | Sebastien Helleu | |
2003-10-26 | Added #include "config.h" with #ifdef HAVE_CONFIG_H | Sebastien Helleu | |
2003-10-25 | Added ./configure script to build WeeChat | Sebastien Helleu | |