Age | Commit message (Expand) | Author |
2012-09-20 | core: fix IPv6 example in /proxy command | stfn |
2012-09-19 | charset: allow "UTF-8" in charset encoding options (still forbidden in decodi... | Sebastien Helleu |
2012-09-18 | irc: fix rejoin of channels with a key, ignore value "*" sent by server for k... | Peter Boström |
2012-09-04 | doc: update hdata "script_script" in plugin API reference | Sebastien Helleu |
2012-09-04 | core: add signals for plugins loaded/unloaded | Sebastien Helleu |
2012-08-30 | core: add default key alt+"x" (zoom on merged buffer) (task #11029) | Sebastien Helleu |
2012-08-30 | script: add diff between current script and version in repository | Sebastien Helleu |
2012-08-28 | script: add option "script.look.display_source" (display source code with det... | Sebastien Helleu |
2012-08-27 | api: allow update for some variables of hdata, add new functions hdata_update... | Sebastien Helleu |
2012-08-22 | irc: generate alternate nicks dynamically when all nicks are already in use (... | Sebastien Helleu |
2012-08-22 | doc: add question about size of input bar in FAQ | Sebastien Helleu |
2012-08-21 | script: add options -o and -i for /script list | Sebastien Helleu |
2012-08-21 | script: add option script.look.quiet_actions (no messages when installing/rem... | Sebastien Helleu |
2012-08-20 | irc: move options weechat.look.nickmode{_empty} to irc.look.nick_mode{_empty}... | Sebastien Helleu |
2012-08-20 | script: add focus info for mouse on script buffer, add two default mouse bind... | Sebastien Helleu |
2012-08-18 | script: add key alt+L to reload script, allow input on script buffer for acti... | Sebastien Helleu |
2012-08-18 | script: add option "search" for command /script (completion with script tags) | Sebastien Helleu |
2012-08-17 | doc: fix typo in keys for mouse context | Sebastien Helleu |
2012-08-17 | script: add option "reload" for command /script, fix completion of /script, a... | Sebastien Helleu |
2012-08-17 | core: add mouse bindings ctrl+wheel up/down to scroll horizontally buffers wi... | Sebastien Helleu |
2012-08-16 | script: add option script.look.translate_description | Sebastien Helleu |
2012-08-16 | api: add info "locale" for info_get (locale used to translate messages) | Sebastien Helleu |
2012-08-15 | script: add status "a" (autoloaded) for scripts | Sebastien Helleu |
2012-08-14 | core: add new plugin "script" (scripts manager, replacing scripts weeget.py a... | Sebastien Helleu |
2012-08-08 | core: fix connection to host in child process when socket is non-blocking (wi... | Sebastien Helleu |
2012-08-08 | scripts: add signals for scripts loaded/unloaded/installed/removed | Sebastien Helleu |
2012-08-07 | doc: fix name of lists in hdata with scripts (plugin API reference) | Sebastien Helleu |
2012-08-04 | api: add new function util_version_number | Sebastien Helleu |
2012-08-04 | doc: fix gnutls dependency in user guide | Sebastien Helleu |
2012-08-04 | doc: update dependencies in user guide (add zlib, gnutls is used in irc and r... | Sebastien Helleu |
2012-08-03 | scripts: add hdata with list of scripts for each language | Sebastien Helleu |
2012-08-02 | doc: fix C example of weechat_charset_set and weechat_iconv_to_internal (plug... | stfn |
2012-08-01 | core: add option weechat.startup.sys_rlimit to set system resource limits for... | Sebastien Helleu |
2012-07-29 | core: add option "swap" for command /buffer (task #11373) | Nils Görs |
2012-07-27 | irc: add help on values for option irc.look.nick_completion_smart | Sebastien Helleu |
2012-07-27 | relay: add support of SSL (for irc and weechat protocols), new option relay.n... | Sebastien Helleu |
2012-07-23 | doc: add missing argument "pos_option_name" in function "config_search_with_s... | Sebastien Helleu |
2012-07-21 | core: add hdata "hotlist" | Sebastien Helleu |
2012-07-20 | core: add support of arrays in hdata variables | Sebastien Helleu |
2012-07-16 | core: fix french translation of /help repeat | Sebastien Helleu |
2012-07-15 | irc: describe possible values in /help irc.look.display_away | Sebastien Helleu |
2012-07-13 | core: add command line option "-r" (or "--run-command") to run command(s) aft... | Peter Boström |
2012-07-09 | core: add function "hook_set" in plugin API, add "subplugin" in hooks (set by... | Peter Boström |
2012-07-07 | core: add option weechat.look.jump_smart_back_to_buffer (jump back to initial... | Nils Görs |
2012-07-07 | irc: add bar item "buffer_modes", remove option irc.look.item_channel_modes (... | Sebastien Helleu |
2012-07-06 | doc: update note about WeeChat version at beginning of FAQ | Sebastien Helleu |
2012-07-06 | doc: fix name of option in question about memory usage (FAQ) | Sebastien Helleu |
2012-07-05 | core: add default key alt+"s" (toggle aspell) | Sebastien Helleu |
2012-07-05 | aspell: add new option aspell.check.enabled, add options enable/disable/toggl... | Sebastien Helleu |
2012-07-05 | doc: fix C example of weechat_hook_process_hashtable (plugin API reference) | stfn |