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