Age | Commit message (Expand) | Author |
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 |
2005-09-25 | Fixed typo in autojoin option help | Sebastien Helleu |
2005-09-23 | Replaced gettext with macro "_" | Sebastien Helleu |
2005-09-23 | Added /ame command (send CTCP action to all channels of all connected servers) | Sebastien Helleu |
2005-09-22 | Added setting "irc_notice_as_pv" to see notices as pv | Sebastien Helleu |
2005-09-20 | Added nicks colors in setup file | Sebastien Helleu |
2005-09-20 | Fixed DCC bug: delete failed file only if really empty (on disk) | Sebastien Helleu |
2005-09-15 | Fixed IRC message parser bug | Sebastien Helleu |
2005-09-15 | Fixed window swtich functions (was changing windows buffer and should not) | Sebastien Helleu |
2005-09-15 | Fixed window switch functions and bug when line is removed and that a window ... | Sebastien Helleu |
2005-09-15 | Fixed scroll problem (screen moving when scrolling and new line displayed) | Sebastien Helleu |
2005-09-14 | Fixed infinite loop when scrolling back and displaying long lines | Sebastien Helleu |
2005-09-13 | Fixed minor refresh bug in buffer clear function | Sebastien Helleu |
2005-09-13 | Fixed crash when closing a buffer used by more than one window | Sebastien Helleu |
2005-09-11 | Added missing "return 0" in handler for IRC command 221 | Sebastien Helleu |
2005-09-10 | Added IRC commands: 042, 344, 345, 484 | Sebastien Helleu |
2005-09-07 | Added IRC command "221" | Sebastien Helleu |
2005-09-07 | Fixed command "331" ("no topic set for channel") | Sebastien Helleu |
2005-09-07 | Fixed DCC display bug (now decodes strings according to charset) | Sebastien Helleu |