Age | Commit message (Expand) | Author |
2008-11-24 | Fix option weechat.look.color_nicks_number, value is now immediately applied ... | Sebastien Helleu |
2008-11-23 | Add support for more than one proxy, with proxy selection for each IRC server... | Sebastien Helleu |
2008-11-22 | Save last read line (for marker) within /upgrade | Sebastien Helleu |
2008-11-22 | Add missing options in /help window | Sebastien Helleu |
2008-11-19 | Remove old and unused color options | Sebastien Helleu |
2008-11-17 | Re-enable proxy usage with rewrited network layer (closes bug #24562). | Emmanuel Bouthenot |
2008-11-15 | Use of const for some functions returning "char *" | Sebastien Helleu |
2008-11-15 | Remove unused variable | Sebastien Helleu |
2008-11-15 | Add function utf8_strndup to C plugin API | Sebastien Helleu |
2008-11-15 | Reintroduce option "irc.network.send_unknown_commands", save extra data for b... | Sebastien Helleu |
2008-11-10 | Fix bug with default value of options written in config files when file does ... | Sebastien Helleu |
2008-11-07 | Update developer guide (add 50% of new C API functions) | Sebastien Helleu |
2008-11-07 | Fix bug with proxy connection | Sebastien Helleu |
2008-11-05 | Add weechat_highlight signal, sent when a line with highlight is displayed | Sebastien Helleu |
2008-11-05 | Add completion with "core" for command /debug | Sebastien Helleu |
2008-11-05 | Add debug messages for hooks when core debug >= 2 | Sebastien Helleu |
2008-11-04 | Fix bug with pointer conversions on 64 bits architecture | Sebastien Helleu |
2008-11-03 | Add detection of system clock skew, reinitialize all timers when this happens | Sebastien Helleu |
2008-11-02 | Remove debug plugin (merged to core), new debug variable for each plugin (no ... | Sebastien Helleu |
2008-11-01 | Backtrace feature is shipped by an external library on FreeBSD (and maybe oth... | Julien Louis |
2008-11-01 | Another fix to timer hook when day of local time is different from UTC | Sebastien Helleu |
2008-11-01 | Fix timer hook when daylight saving time is enabled (problem with "day change... | Sebastien Helleu |
2008-10-31 | Allow mask or regex for IRC command /ignore (mask is default) | Sebastien Helleu |
2008-10-31 | Fix highlight on lines displayed with /upgrade | Sebastien Helleu |
2008-10-30 | Fix clear of buffers with free content (allowed, but not from user with /buff... | Sebastien Helleu |
2008-10-30 | Add new features to logger plugin (command /logger, log level, level by buffe... | Sebastien Helleu |
2008-10-27 | Add name of plugins next to plugin pointers in dump (to log file) | Sebastien Helleu |
2008-10-27 | Fix output of backtrace in log file | Sebastien Helleu |
2008-10-27 | Merge branch 'master' of ssh://git.sv.gnu.org/srv/git/weechat | Sebastien Helleu |
2008-10-27 | Fix reload of config file plugins.conf | Sebastien Helleu |
2008-10-27 | Add missing backtrace() function check in cmake | Julien Louis |
2008-10-26 | Fix option irc.network.away_check | Sebastien Helleu |
2008-10-26 | Display readable values for flag of fd hooked with /plugin listfull command | Sebastien Helleu |
2008-10-25 | Fix creation of filters (many filters with same content are authorized) | Sebastien Helleu |
2008-10-25 | Add smart join/part/quit message filter in IRC plugin, add names for filters | Sebastien Helleu |
2008-10-24 | Use of toggle option for /filter to toggle a filter on/off | Sebastien Helleu |
2008-10-24 | Add "enabled" flag for each filter (now possible to disable only one or some ... | Sebastien Helleu |
2008-10-24 | Save/restore buffer local variables during upgrade | Sebastien Helleu |
2008-10-24 | Add local variables for buffers, fix alias creation, use of local variables $... | Sebastien Helleu |
2008-10-20 | Add new property "short_name" for buffers | Sebastien Helleu |
2008-10-18 | Remove unused option look.input_format, fix refresh bug with input prompt for... | Sebastien Helleu |
2008-10-18 | Add new argument "value" to function config_new_option | Sebastien Helleu |
2008-10-18 | Aspell plugin is born again | Sebastien Helleu |
2008-10-14 | Fix wrong hotlist after upgrade when /upgrade is done with empty hotlist | Sebastien Helleu |
2008-10-14 | Fix restore of WeeChat main buffer after /upgrade | Sebastien Helleu |
2008-10-12 | Remove old title/nicklist/status/input, use of new bars | Sebastien Helleu |
2008-10-08 | Add function to get plugin name (return "core" for WeeChat core) | Sebastien Helleu |
2008-10-08 | Fix /reload command (now reloads config files with no reload callback) | Sebastien Helleu |
2008-10-03 | Add color for marker on lines where text sought is found | Sebastien Helleu |
2008-10-02 | Add new option scroll_page_percent to choose percent of height to scroll with... | Sebastien Helleu |