Age | Commit message (Expand) | Author |
2007-05-24 | Fixed nick completion bug: now self nick is always at the end of completion list | Sebastien Helleu |
2007-05-24 | Added "%M" for completion with nicks of current server (nicks on open channel... | Sebastien Helleu |
2007-05-22 | Fixed "%C" completion: now completes with all channels of all servers | Sebastien Helleu |
2007-05-11 | Code cleanup: renamed IRC functions to have uniform name (with prefix based o... | Sebastien Helleu |
2007-04-15 | Nick completion: completes with self nick at the end of completion list | Sebastien Helleu |
2007-04-14 | Improved nick completion: completes with last speakers first (task #5896), fi... | Sebastien Helleu |
2007-03-16 | Fixed /topic completion when no topic set on current channel (bug #19322) | Sebastien Helleu |
2007-02-12 | Added "call" option to /key command, added new key function "insert" to inser... | Sebastien Helleu |
2007-01-05 | Changed copyright date (2006 -> 2007) | Sebastien Helleu |
2006-12-08 | Fixed bug with nick completion in command args (now uses option look_nick_com... | Sebastien Helleu |
2006-11-29 | Added auto completion with channels and filenames | Sebastien Helleu |
2006-11-15 | fix possible stack overflow in filename completion | Emmanuel Bouthenot |
2006-11-11 | Fixed random crash with completion | Sebastien Helleu |
2006-11-08 | Added charset plugin (WeeChat is now full UTF-8 for internal data storage), f... | Sebastien Helleu |
2006-10-29 | Fixed bug with completion context (some variables were not properly reset) | Sebastien Helleu |
2006-10-28 | remove unused header | Emmanuel Bouthenot |
2006-10-28 | improve filename completion | Emmanuel Bouthenot |
2006-10-27 | Removed automatic space after filename when using completion | Sebastien Helleu |
2006-10-27 | adding filename completion (partially) | Emmanuel Bouthenot |
2006-10-24 | Added "modifier" in plugins API, improved /plugin command | Sebastien Helleu |
2006-08-27 | Removed unused variable | Sebastien Helleu |
2006-08-27 | Fixed completion bug when many commands starts with same letters | Sebastien Helleu |
2006-08-26 | Fixed completion with alias calling user arguments ($1..$9) | Sebastien Helleu |
2006-08-26 | Added default nick completion when line starts with '//' (bug #17535) | Sebastien Helleu |
2006-08-22 | Added arguments $1,$2,..,$9 and $* for alias (task #5831), added special vars... | Sebastien Helleu |
2006-08-07 | Added missing modes (channel & user), now all modes are allowed (bug #16606),... | Sebastien Helleu |
2006-07-27 | Fixed completion for command handlers (now empty completion_template means ni... | Sebastien Helleu |
2006-07-23 | Splited weechat.c into weechat.c and util.c | Sebastien Helleu |
2006-06-26 | Fixed crash with crash dump (nice isn't it?) | Sebastien Helleu |
2006-06-14 | Added completion info for buffers in crash/debug dump | Sebastien Helleu |
2006-05-13 | Added new key to find previous completion (shift-tab by default) | Sebastien Helleu |
2006-04-22 | Splited GUI sources | Sebastien Helleu |
2006-04-15 | Fixed many crashes with DCC chat | Sebastien Helleu |
2006-04-08 | Added hostnames associeted to nicks (available for /ban completion) | Sebastien Helleu |
2006-03-30 | Added keyboard handler to plugin API | Sebastien Helleu |
2006-03-25 | Fixed bug with /set string value completion | Sebastien Helleu |
2006-03-24 | Added /setp command (set plugin options) | Sebastien Helleu |
2006-03-08 | Improved alias completion (now uses target command for completion) | Sebastien Helleu |
2006-03-06 | Fixed completion bug with commands in pv (nick completion, for example with /me) | Sebastien Helleu |
2006-01-30 | Added options "look_open_near_server" and "look_nick_complete_first" (patch f... | Sebastien Helleu |
2006-01-08 | Removed "irc_default_msg_away" setting, for RFC 2812 conformity (/away command | Sebastien Helleu |
2006-01-04 | New year in copyright, FSF address changed | Sebastien Helleu |
2005-12-20 | Fixed completion bugs with nick completion in commmands ("%n") | Sebastien Helleu |
2005-12-16 | Added completion system for plugins/scripts commands, fixed plugins autoload | Sebastien Helleu |
2005-12-12 | Added up/down/left/right args to /window command completion, help & doc | Sebastien Helleu |
2005-12-11 | Added charset by server and channel, new command: /charset | Sebastien Helleu |
2005-12-06 | added /upgrade command, added ETA for DCC files | Sebastien Helleu |
2005-11-19 | Added read marker (indicator for first unread line), added quotes and spaces ... | Sebastien Helleu |
2005-11-13 | - added "resize" option for /window command | Sebastien Helleu |
2005-11-13 | add command /history | Emmanuel Bouthenot |