Age | Commit message (Expand) | Author |
2005-11-04 | Fixed log problem with new color display system (now color codes are removed in | Sebastien Helleu |
2005-11-04 | - added major feature: new color management system (internal to WeeChat), now | Sebastien Helleu |
2005-11-04 | improve contexts switch in python plugin | Emmanuel Bouthenot |
2005-10-31 | Fixed type used for htonl function (replaced u_int32_t by uint32_t, now OK under | Sebastien Helleu |
2005-10-30 | Added constants for Perl return codes | Sebastien Helleu |
2005-10-30 | add constants for python return codes | Emmanuel Bouthenot |
2005-10-30 | Fixed "jump to next server" action (was broken by new option "look_one_server... | Sebastien Helleu |
2005-10-30 | Added command line arguments to disable auto-connect to servers and plugins a... | Sebastien Helleu |
2005-10-30 | Fixed minor compilation problem (dependency with plugins lib) | Sebastien Helleu |
2005-10-30 | - added new setting (look_one_server_buffer): use same buffer for all servers | Sebastien Helleu |
2005-10-29 | fix detection of libgnutls | Emmanuel Bouthenot |
2005-10-28 | Added setting for ignoring some chars when completing nicks | Sebastien Helleu |
2005-10-28 | Added new return codes for plugin handlers, to discard messages for WeeChat, ... | Sebastien Helleu |
2005-10-27 | Clean up of IRC message parser (fixed potential bugs when long messages are r... | Sebastien Helleu |
2005-10-26 | Added partial match for highlights, patch by Jim Ramsay | Sebastien Helleu |
2005-10-26 | Fixed Perl bugs with returned values | Sebastien Helleu |
2005-10-26 | Signal SIGPIPE now ignored by WeeChat | Sebastien Helleu |
2005-10-25 | - Added options for /plugin command: autoload, reload, unload | Sebastien Helleu |
2005-10-25 | Added auto-detection of ncursesw/ncurses lib in configure.in, fall back to nc... | Sebastien Helleu |
2005-10-24 | add the possibility to (un)load each script one by one | Emmanuel Bouthenot |
2005-10-23 | Added new plugins functions: set_config, get_plugin_config, set_plugin_config. | Sebastien Helleu |
2005-10-23 | Converted old Ruby interface to new plugin system (Ruby plugin still NOT ok!) | Sebastien Helleu |
2005-10-22 | Fixed bug with keyboard and "^" key (was inserting two "^") | Sebastien Helleu |
2005-10-22 | - added dcc_own_ip and dcc_port_range settings, patch by Jim Ramsay | Sebastien Helleu |
2005-10-22 | Added "ncursesw/" path for ncurses.h include | Sebastien Helleu |
2005-10-21 | The "day changed" message does not update hotlist any more | Sebastien Helleu |
2005-10-21 | Full UTF-8 support, auto-detection of UTF-8 usage (locale) | Sebastien Helleu |
2005-10-20 | fixes some typos, and a bug which occured when parsing a script fails | Emmanuel Bouthenot |
2005-10-19 | correct bad hack for stdout and stderr outputs | Emmanuel Bouthenot |
2005-10-18 | Added "Day changed to [date]" message when day changes | Sebastien Helleu |
2005-10-18 | Log options (for server/channel/private) can now be set while WeeChat is running | Sebastien Helleu |
2005-10-17 | Moved some functions in source code | Sebastien Helleu |
2005-10-17 | Changes in plugins and scripts plugins: | Sebastien Helleu |
2005-10-17 | Auto-load plugins in user's plugins path (before WeeChat system lib dir) | Sebastien Helleu |
2005-10-16 | Added "weechatdir" info for compatibility with old scripts (now DEPRECATED, use | Sebastien Helleu |
2005-10-16 | Added channel modes +e/+f, IRC commands 348,349,470 | Sebastien Helleu |
2005-10-16 | Added Py_Finalise when Python plugin is unloaded | Sebastien Helleu |
2005-10-16 | Fixed but when no parameter given for /perl and /python options | Sebastien Helleu |
2005-10-15 | New plugin interface (loads dynamic C libraries) | Sebastien Helleu |
2005-10-15 | Removed old ruby interface | Sebastien Helleu |
2005-10-15 | Removed old python interface | Sebastien Helleu |
2005-10-15 | Removed old perl interface | Sebastien Helleu |
2005-10-15 | Removed obsolete file | Sebastien Helleu |
2005-10-03 | Added auto-creation of ~/.weechat/{perl|python}/config directories | Sebastien Helleu |
2005-10-03 | Added IRC commands: 008 and 381 | Sebastien Helleu |
2005-10-03 | Changed default color for delimiters in input window (from cyan to lightgreen) | Sebastien Helleu |
2005-10-02 | Added colors for input buffer and current channel of status bar | Sebastien Helleu |
2005-10-02 | Added online help for config options (with /set full_option_name) | Sebastien Helleu |
2005-10-01 | Added "smart" hotlist | Sebastien Helleu |
2005-09-28 | Fixed /server command help (3 nicks are mandatory if -nicks used) | Sebastien Helleu |