Age | Commit message (Expand) | Author |
2008-05-06 | Do not clean all GUI objects when crashing after SIGSEGV (this can cause cras... | Sebastien Helleu |
2008-05-04 | Added new plugin "xfer" (used by irc plugin for DCC file and chat) (warning: ... | Sebastien Helleu |
2008-04-29 | Removed key functions (replaced by /input command) | Sebastien Helleu |
2008-04-29 | Added bar priority (replaces bar number) | Sebastien Helleu |
2008-04-24 | Fixed bug with bar auto-sizing in windows | Sebastien Helleu |
2008-04-24 | Added filling/color_fg/color_bg options for bars, added config_get/config_get... | Sebastien Helleu |
2008-04-22 | Added conditions for bar display and bar max size | Sebastien Helleu |
2008-04-18 | Replaced /builtin command by /command, and can now be used to launch commands... | Sebastien Helleu |
2008-04-18 | Added option name and value when option is changed with /set command | Sebastien Helleu |
2008-04-18 | Use of /window command for some key bindings with actions on current window (... | Sebastien Helleu |
2008-04-16 | Added "toggle" value for /set on boolean options, fixed refresh bugs, added o... | Sebastien Helleu |
2008-04-15 | Added keys by buffer (useful for buffers with free content that need own keys) | Sebastien Helleu |
2008-04-15 | New format for [bar] section in weechat.conf file, bar options can be set wit... | Sebastien Helleu |
2008-04-12 | Fixed minor bugs with help on options | Sebastien Helleu |
2008-04-11 | Improved /set command, added /unset command, new name for config files (*.conf) | Sebastien Helleu |
2008-04-03 | Bugs fixed with bars | Sebastien Helleu |
2008-04-03 | Fixed compilation problems when gnutls dev lib is not found | Sebastien Helleu |
2008-04-03 | New features and bug fixes with bars | Sebastien Helleu |
2008-03-23 | Removed sizeof(char) and useless type casts from void* to another pointer typ... | Sebastien Helleu |
2008-03-22 | Added tags for lines and custom filtering by tags or regex (task #7674), fixe... | Sebastien Helleu |
2008-03-16 | Added comments in code for core sources | Sebastien Helleu |
2008-03-11 | Fix bug with options startup_command_{before|after}_plugins | Sebastien Helleu |
2008-03-11 | Added "startup" section in config, new options "startup_command_{before|after... | Sebastien Helleu |
2008-03-09 | Minor changes in /buffer command and topic of WeeChat buffer | Sebastien Helleu |
2008-03-08 | Fixed help of /bar command | Sebastien Helleu |
2008-03-05 | Partial support of bars, with custom items. | Sebastien Helleu |
2008-02-21 | Added new plugin "debug" | Sebastien Helleu |
2008-02-04 | Removed typedef for keyboard structures in gui-keyboard.h | Sebastien Helleu |
2008-02-02 | Use of sizeof(char) in all malloc/realloc for strings | Sebastien Helleu |
2008-02-01 | Fixed bugs/crashs when closing buffers | Sebastien Helleu |
2008-01-27 | Added config file functions in plugins API, improved /reload and /save comman... | Sebastien Helleu |
2008-01-24 | Add of "modifier" hook, migration of charset plugin to new API, SIGHUP signal... | Sebastien Helleu |
2008-01-19 | Updated translations | Sebastien Helleu |
2008-01-15 | Merge /clear command into /buffer command (/buffer clear something) | Sebastien Helleu |
2008-01-12 | Migration of Python plugin to new API, bugs fixed in Perl/Python plugins | Sebastien Helleu |
2008-01-09 | Partial migration of Perl plugin to new API | Sebastien Helleu |
2008-01-06 | Added hotlist option for buffer in plugins API, improved buffer refreshs | Sebastien Helleu |
2008-01-04 | Added macros for name/description/author/version/license of plugins | Sebastien Helleu |
2008-01-02 | Fixed translations in /help command | Sebastien Helleu |
2008-01-01 | Added group support for nicklist, fixed some bugs in plugins API and IRC plugin | Sebastien Helleu |
2007-12-18 | All messages translated to french, fixed bugs/typos in some messages | Sebastien Helleu |
2007-12-17 | New backlog option in logger plugin, added variable names in .h files, replac... | Sebastien Helleu |
2007-12-14 | Improved main loop (less CPU usage), better precision for timers, use of one ... | Sebastien Helleu |
2007-12-13 | Renamed hook "event" to "signal" | Sebastien Helleu |
2007-12-11 | Many changes in IRC plugin, added IRC specific completions | Sebastien Helleu |
2007-12-10 | Renamed constants for return codes in plugins | Sebastien Helleu |
2007-12-10 | Many changes in IRC plugin | Sebastien Helleu |
2007-12-07 | Added completion hook, to let plugins add custom completions for commands | Sebastien Helleu |
2007-12-07 | Many changes in IRC plugin and plugins API | Sebastien Helleu |
2007-12-04 | Added "config_reload" event, fixed some bugs in hook execution | Sebastien Helleu |