Age | Commit message (Expand) | Author |
2008-05-24 | Fix compilation bug with gnutls for IRC plugin | Sebastien Helleu |
2008-05-22 | Fix help and completion of /input command | Sebastien Helleu |
2008-05-22 | Increase number of authorized calls to same command (recursive calls), from 1... | Sebastien Helleu |
2008-05-22 | Fix crash with version comparison (when loading plugin) | Sebastien Helleu |
2008-05-20 | Add hook_connect (background connection to peer) | Sebastien Helleu |
2008-05-15 | Add arguments for plugin init functions and "irc://.." command line option fo... | Sebastien Helleu |
2008-05-13 | Disable auto-connect for plugins with command line option ("-a") | Sebastien Helleu |
2008-05-11 | New input action "set_unread_current_buffer" to set unread marker for current... | Sebastien Helleu |
2008-05-11 | Add message about /upgrade command, temporarirly disabled | Sebastien Helleu |
2008-05-07 | Mask allowed with /unset command (for mass-reset options) (task #6085) | Sebastien Helleu |
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-30 | Fixed string explode (when there's only delimiters in string) (bug #23123) | Sebastien Helleu |
2008-04-30 | Fixed crash with scripts when WeeChat calls functions of many scripts at same... | 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-28 | Added missing call to config hook when an option is "unset" | Sebastien Helleu |
2008-04-27 | Added marker line (or dotted line), more visible than single magenta char (ch... | Sebastien Helleu |
2008-04-24 | Added completion with possible values for /set, new possible values "++n" and... | 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-19 | Fixed output of names on channels (now it's sorted/grouped/colored, like v0.2... | Sebastien Helleu |
2008-04-19 | Fixed bug with use of wrong command hooked (bug #22974) | 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-17 | Added infolist "window", scroll in buffers with free content, fixed config ho... | 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 | Added new default bar item "time" | Sebastien Helleu |
2008-04-12 | Fixed minor bugs with help on options | Sebastien Helleu |
2008-04-11 | Fixed bugs with nicks color and sorting in nicklist | 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-23 | Check plugin version when loading it, to prevent crash when loading old plugins | 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-15 | New default settings for action/network prefixes, new default color for netwo... | Sebastien Helleu |
2008-03-15 | Fixed bug in string_explode function, new function string_strip | Sebastien Helleu |
2008-03-14 | Fixed bug in string_explode function, introduced with previous commit | Sebastien Helleu |
2008-03-13 | Fixed string_explode function, when string ends with separator(s) | 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 |