summaryrefslogtreecommitdiff
path: root/src/common
AgeCommit message (Expand)Author
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
2006-05-13Added charset encoding for some command arguments (like /me, /msg, /query, ..)Sebastien Helleu
2006-05-13Fixed typos in docSebastien Helleu
2006-05-13Added new key to find previous completion (shift-tab by default)Sebastien Helleu
2006-05-08Fixed bug with long outgoing IRC messages (> 512 bytes) (bug #16358)Sebastien Helleu
2006-05-08Fixed UTF-8 display bug with chars using more than one cell on screen (bug #1...Sebastien Helleu
2006-05-07Added some panel structures and functionsSebastien Helleu
2006-05-07Fixed typo in setup option helpSebastien Helleu
2006-04-23Fixed bug #16369: fixed crash when multiple pv have same name: now it's forbi...Sebastien Helleu
2006-04-22Nick modes are now saved with /upgradeSebastien Helleu
2006-04-22Splited GUI sourcesSebastien Helleu
2006-04-19Fixed crash after /upgrade if a line in history is emptySebastien Helleu
2006-04-16Fixed typo in /window command helpSebastien Helleu
2006-04-16Changed default nick prefix/suffixSebastien Helleu
2006-04-16Added option "look_align_size_max", nick alignment to right is now set by def...Sebastien Helleu
2006-04-15Fixed many crashes with DCC chatSebastien Helleu
2006-04-13Fixed typos in docSebastien Helleu
2006-04-13Added more help for input prompt formatSebastien Helleu
2006-04-12Added new option to customize input prompt, added nick modes, fixed commands ...Sebastien Helleu
2006-04-11Removed charset conversion for commands (only allowed in text sent to channel...Sebastien Helleu
2006-04-10Removed color encoding in commands (only allowed in text sent to channel/priv...Sebastien Helleu
2006-04-08Added hostnames associeted to nicks (available for /ban completion)Sebastien Helleu
2006-04-03Added nick alignment in private buffersSebastien Helleu
2006-04-02Added nick alignment optionsSebastien Helleu
2006-04-02Fixed string explosion bug (should return 0 with empty string)Sebastien Helleu
2006-04-02Fixed /buffer close bug with part messageSebastien Helleu
2006-03-30Fixed bug with /alias and /unalias commands when alias begins with '/'Sebastien Helleu
2006-03-30Added keyboard handler to plugin APISebastien Helleu
2006-03-25Fixed bug with /set string value completionSebastien Helleu
2006-03-25Added hostname/IP option for connection to serverSebastien Helleu