Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-06-11 | Fix typo with plural of "ignore" | Sebastien Helleu | |
2009-06-11 | Add key alt-j + alt-s to jump to IRC server buffer, bound to command /server ↵ | Sebastien Helleu | |
jump | |||
2009-06-10 | Add infolist with commands history | Sebastien Helleu | |
2009-06-10 | Fix help of /wait command (missing '/' in examples) | Sebastien Helleu | |
2009-06-10 | Add buffer merging feature, with /buffer merge/unmerge (task #7404) | Sebastien Helleu | |
2009-06-02 | Add note about ports < 1024 (reserved for root) for listening ports (options ↵ | Sebastien Helleu | |
xfer.network.port_range and relay.network.listen_port_range) | |||
2009-06-02 | Add note about alt+k for binding keys in /help key | Sebastien Helleu | |
2009-05-28 | Add color for bar item "away" (irc.color.item_away) | Sebastien Helleu | |
2009-05-28 | Convert all docs to asciidoc format, add scripting guide | Sebastien Helleu | |
2009-05-19 | Add new command /wait (schedule a command execution in future) | Sebastien Helleu | |
2009-05-18 | Add argument with buffer number/range for command "/buffer close" (task ↵ | Sebastien Helleu | |
#9390, task #7239) | |||
2009-05-18 | Add option weechat.look.jump_previous_buffer_when_closing | Sebastien Helleu | |
2009-05-18 | Add option weechat.history.max_visited_buffers | Sebastien Helleu | |
2009-05-16 | Add infolist "key" with key bindings | Sebastien Helleu | |
2009-05-12 | Add syntax "*N" for /buffer (where N is a buffer number): jump to buffer ↵ | Sebastien Helleu | |
number or previous buffer This will switch to buffer #N or previously displayed buffer if current buffer is #N (it uses option weechat.look.jump_current_to_previous_buffer). Default keys alt-1 to alt-0 are now /buffer *N | |||
2009-05-12 | Fix typo: transfert -> transfer | Sebastien Helleu | |
2009-05-11 | Change version from 0.2.7-dev to 0.3.0-dev | Sebastien Helleu | |
2009-05-09 | Update translations | Sebastien Helleu | |
2009-05-05 | Add description of notify levels in /help buffer | Sebastien Helleu | |
2009-05-05 | Add message for old/obsolete plugins | Sebastien Helleu | |
2009-05-04 | Remove messages displayed when hiding/showing a bar | Sebastien Helleu | |
2009-05-03 | Fix help of /set command (remove french words) | Sebastien Helleu | |
2009-05-03 | Add irc info "irc_current_server" (returned only if one buffer is used for ↵ | Sebastien Helleu | |
all servers) | |||
2009-05-02 | Add API version string: do not load plugins with wrong API version (fix ↵ | Sebastien Helleu | |
crash when loading old/obsolete plugins) | |||
2009-05-02 | Add data string argument in all callbacks of script API, display script name ↵ | Sebastien Helleu | |
in error messages for scripts | |||
2009-04-24 | Fix typo: splited/splitted -> split | Sebastien Helleu | |
2009-04-24 | Fix typo: easyly -> easily | Sebastien Helleu | |
2009-04-24 | Remove notify plugin (moved to core) | Sebastien Helleu | |
2009-04-21 | Add new option weechat.look.jump_current_to_previous_buffer | Sebastien Helleu | |
2009-04-15 | Remove *.upgrade files in weechat dir after /upgrade | Sebastien Helleu | |
2009-04-11 | Add support of many templates for completion of command arguments, rename ↵ | Sebastien Helleu | |
default completion items | |||
2009-04-07 | Some improvements on key bindings | Sebastien Helleu | |
List of changes: - do not automatically create default keys if they do not exist, when reading weechat.conf (let user do that if needed) - add "/key missing": add missing keys using default keys (do not update or remove user keys), - key "meta-s" moved from irc/jabber plugins to core - improved output of /key (display number of keys) | |||
2009-04-05 | Add signals in script plugins to install and remove scripts | Sebastien Helleu | |
2009-04-03 | Add new option "weechat.completion.nick_add_space" (add space after nick ↵ | Sebastien Helleu | |
completion, on by default) | |||
2009-04-03 | Add new values for option irc.look.nick_completion_smart: off / speakers / ↵ | Sebastien Helleu | |
speakers_highlights | |||
2009-04-01 | Fix bug with partial completions | Sebastien Helleu | |
Option "weechat.completion.partial_completion_nick" has been renamed to "weechat.completion.partial_completion_other". | |||
2009-04-01 | Add default template completion (by default: nick or IRC channel) | Sebastien Helleu | |
2009-03-29 | Fix python error message | Sebastien Helleu | |
2009-03-29 | Fix help of /buffer command | Sebastien Helleu | |
2009-03-28 | Add infolists with list of scripts | Sebastien Helleu | |
2009-03-27 | Fix SSL connection to some IRC servers using Diffie Hellman and small ↵ | Sebastien Helleu | |
exchange keys (bug #25996) | |||
2009-03-23 | Add nick completion in xfer dcc buffers, fix bug when opening xfer dcc ↵ | Sebastien Helleu | |
buffer if it already exists | |||
2009-03-22 | Add option aspell.check.real_time (off by default), fix bugs with aspell and ↵ | Sebastien Helleu | |
utf-8 chars, add function utf8_char_int to API | |||
2009-03-21 | Add new command /version, add count of /upgrade, fix bugs with command exec | Sebastien Helleu | |
New (core) command /version displays version, and number of upgrades done with first start date (if # /upgrade > 0). The number of upgrades is displayed at startup (if > 0). | |||
2009-03-21 | Add color around plugin name in help for commands | Sebastien Helleu | |
2009-03-19 | Many improvements on IRC raw buffer | Sebastien Helleu | |
New features: - key alt-j alt-r is reintroduced to open IRC raw buffer - command "/server raw" opens IRC raw buffer - new option irc.look.raw_messages, which is number of lines to keep in memory to display when user will open raw buffer (to see last messages received before opening raw buffer) | |||
2009-03-18 | Remove some messages during startup about scripts and plugins loaded | Sebastien Helleu | |
It is still possible to see messages by changing debug level for "core" or plugins (perl, python, ruby, lua, tcl). | |||
2009-03-15 | Add new option irc.look.display_old_topic to display old topic when channel ↵ | Sebastien Helleu | |
topic is changed | |||
2009-03-15 | Add key alt+'=' in /help filter | Sebastien Helleu | |
2009-03-07 | Add new key to zoom a window (meta-z by default) (task #7470) | Sebastien Helleu | |