Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-06-17 | Fix translation bug in help of command /input | Sebastien Helleu | |
2009-06-14 | Add option "-merged" for /buffer clear | Sebastien Helleu | |
2009-06-10 | Fix help of /wait command (missing '/' in examples) | Sebastien Helleu | |
2009-06-10 | Display error if command "/key bind" has not enough arguments | Sebastien Helleu | |
2009-06-10 | Add buffer merging feature, with /buffer merge/unmerge (task #7404) | Sebastien Helleu | |
2009-06-04 | Fix bug with /buffer close N1-N2 | Sebastien Helleu | |
2009-06-02 | Add note about alt+k for binding keys in /help key | Sebastien Helleu | |
2009-05-21 | Fix jump to previous buffer with alt-digit | Sebastien Helleu | |
2009-05-19 | Add new command /wait (schedule a command execution in future) | Sebastien Helleu | |
2009-05-19 | Fix crash with /upgrade (problem when closing buffers) | 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 new keys to move into last visited buffers (alt + "<", alt + ">"), come ↵ | Sebastien Helleu | |
back to last visited buffer when closing a buffer | |||
2009-05-17 | Add signals "key_bind" and "key_unbind" | Sebastien Helleu | |
2009-05-17 | Fix typo: formated -> formatted | 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-09 | Add completion %(irc_privates), used by /buffer (completes with channels and pv) | Sebastien Helleu | |
2009-05-05 | Add description of notify levels in /help buffer | 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 error message when option is unknown for /key command | Sebastien Helleu | |
2009-04-26 | Remove time in weechat.log file when dumping data (crash or user is asking dump) | Sebastien Helleu | |
2009-04-24 | Fix typo: splited/splitted -> split | Sebastien Helleu | |
2009-04-24 | Remove notify plugin (moved to core) | Sebastien Helleu | |
2009-04-11 | Fix completion for /key unbind | 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-03-29 | Fix help of /buffer command | Sebastien Helleu | |
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-20 | Add buffer name completion for command /filter | Sebastien Helleu | |
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 | |
2009-03-06 | Add new hook type "process": launch command with fork and catch result ↵ | Sebastien Helleu | |
(rc/stdout/stderr) via callback | |||
2009-02-26 | Fix "/window refresh" (key ctrl+L): force curses refresh (was broken by ↵ | Sebastien Helleu | |
previous commit for terminal resize) | |||
2009-02-22 | Add missing option "toggle" in /help bar | Sebastien Helleu | |
2009-02-08 | Add hook type "command_run", add new function "string_remove_color" in ↵ | Sebastien Helleu | |
plugin API (task #9089) | |||
2009-01-30 | Add plugin name in buffer name for filters | Sebastien Helleu | |
For example, freenode.#weechat becomes irc.freenode.#weechat for buffer name in filter. | |||
2009-01-15 | Add Jabber plugin (alpha version, many Jabber features are missing) | Sebastien Helleu | |
This commit introduces Jabber/XMPP protocol for WeeChat. It uses iksemel lib. Please note many major Jabber features are missing: - roster management (add/remove/.. buddies), - MUC, - transports. It is possible to define servers (with /jabber), connect to them (with /jconnect), disconnect (/jdisconnect) and chat with buddies (with /jchat). | |||
2009-01-04 | Rename options in proxy structure | Sebastien Helleu | |
2009-01-04 | Fix crash when creating bar, rename options in bar structure | Sebastien Helleu | |
2009-01-04 | Remove unused functions and prototypes | Sebastien Helleu | |
2009-01-03 | Update copyright dates | Sebastien Helleu | |
2009-01-02 | Add null values for options, new syntax for /set, reintroduce temporary IRC ↵ | Sebastien Helleu | |
server feature, improve IRC server options, new functions in API | |||
2008-12-19 | Remove obsolete nicklist options, add /bar toggle to hide/show quietly a bar | Sebastien Helleu | |
2008-12-19 | Add sub-items in bars (items glued with "+" as separator instead of comma), ↵ | Sebastien Helleu | |
add buffer_number default bar item | |||
2008-12-17 | Improve /upgrade command: expand "~" with user home, check that binary ↵ | Sebastien Helleu | |
exists with execution permissions (only if user gives path to binary) | |||
2008-12-16 | Add new filling options in /help bar | Sebastien Helleu | |
2008-12-13 | Add infolists for bars/bar items/bar windows, code cleanup for bars | Sebastien Helleu | |
2008-11-27 | Remove argument "switch_to_another" for function gui_buffer_close() | Sebastien Helleu | |
2008-11-23 | Add support for more than one proxy, with proxy selection for each IRC ↵ | Sebastien Helleu | |
server (task #6859) |