Age | Commit message (Expand) | Author |
2006-10-12 | Added more values for config boolean values: y/true/t/1 and n/false/f/0 (patc... | Sebastien Helleu |
2006-10-12 | Fixed bug with alias when there's no $x and user args after alias command | Sebastien Helleu |
2006-10-09 | Fixed bug with /alias and arguments (like $1), now text after argument(s) is ... | Sebastien Helleu |
2006-10-08 | Fixed compilation warnings for AMD64 | Sebastien Helleu |
2006-09-30 | Removed warnings with __USE_GNU and __USE_XOPEN | Sebastien Helleu |
2006-08-30 | Command /key now ok with one arg (key name): display key if found | 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-26 | Values yes/no accepted (as on/off) for config boolean values (task #5454) | Sebastien Helleu |
2006-08-25 | Added server default notify level (task #5634), fixed crashs with /buffer and... | Sebastien Helleu |
2006-08-22 | Added arguments $1,$2,..,$9 and $* for alias (task #5831), added special vars... | Sebastien Helleu |
2006-08-20 | Added hotlist in session file when using /upgrade command (task #5449) | Sebastien Helleu |
2006-08-19 | Removed /panel command for release (command under development) | Sebastien Helleu |
2006-08-17 | Added send of "quit" message to server when using /disconnect | Sebastien Helleu |
2006-08-17 | Added IRC command 329 (channel creation date) | Sebastien Helleu |
2006-08-07 | Added missing modes (channel & user), now all modes are allowed (bug #16606),... | Sebastien Helleu |
2006-08-05 | Fixed DCC restore after /upgrade (now order is saved) | Sebastien Helleu |
2006-08-05 | Fixed away after server disconnection (now away is set again when reconnectin... | Sebastien Helleu |
2006-08-03 | Improved DCC speed (up to x5 on LAN) by forking for DCC files and a new optio... | Sebastien Helleu |
2006-07-30 | Fixed compilation problems under Irix | Sebastien Helleu |
2006-07-27 | Use of constants for min/max DCC blocksize | 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-07-22 | Charsets are now checked when set by /charset command | Sebastien Helleu |
2006-07-18 | Added "look_save_on_exit" option (patch from Emanuele Giaquinta) | Sebastien Helleu |
2006-07-16 | added some panel functions, fixed refresh bugs when terminal is resized: too ... | Sebastien Helleu |
2006-07-01 | Fixed typos | Sebastien Helleu |
2006-06-26 | Fixed crash with crash dump (nice isn't it?) | Sebastien Helleu |
2006-06-26 | Case ignored for channel names in charset options (bug #16858) | Sebastien Helleu |
2006-06-15 | Added color encoding for some commands like /me | Sebastien Helleu |
2006-06-14 | Added completion info for buffers in crash/debug dump | Sebastien Helleu |
2006-06-10 | Added error message when home is not a directory (bug #16772) | Sebastien Helleu |
2006-06-10 | Fixed crashes with DCC chat remove/purge on DCC view (bug #16775) | Sebastien Helleu |
2006-05-29 | Command /save now writes plugins options (~/.weechat/plugins.rc) | Sebastien Helleu |
2006-05-22 | Fixed typo when weechat log file is locked | Sebastien Helleu |
2006-05-21 | Fixed /alias command (now ok with an alias name: display content) | Sebastien Helleu |
2006-05-21 | Replaced "window close" by "window merge" for default alias "wc" | Sebastien Helleu |
2006-05-21 | Changed default alias "wc" (now /window close instead of /part) | Sebastien Helleu |
2006-05-21 | make possible to disable flock support | Emmanuel Bouthenot |
2006-05-21 | Added include of time.h | Sebastien Helleu |
2006-05-20 | Fix some compile erros on OpenBSD and NetBSD | Emmanuel Bouthenot |
2006-05-20 | Automatically rename log file when crashing, added backtrace to log file | Sebastien Helleu |
2006-05-20 | Moved content of src/common/log.c to src/gui/gui-log.c, log.c is now used for... | Sebastien Helleu |
2006-05-20 | Use of "which" to find path to executables with addr2line (for backtrace) | Sebastien Helleu |
2006-05-19 | Added backtrace when WeeChat crashes | Sebastien Helleu |
2006-05-16 | Added lock for log file (~/.weechat/weechat.log), only one WeeChat process ca... | Sebastien Helleu |
2006-05-15 | Added missing status bar refresh when connecting to server | Sebastien Helleu |
2006-05-14 | Fixed 2 crashs: with malformed UTF-8 strings and with ncurses color when too ... | Sebastien Helleu |