summaryrefslogtreecommitdiff
path: root/src/common
AgeCommit message (Expand)Author
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
2006-03-24Added /setp command (set plugin options)Sebastien Helleu
2006-03-21Completed /set command helpSebastien Helleu
2006-03-21Aliases are executed before WeeChat/IRC commands, /builtin command addedSebastien Helleu
2006-03-19Added /cycle command, /part command does close buffer any moreSebastien Helleu
2006-03-14Fixed /set command when internal server name contains one or many dotsSebastien Helleu
2006-03-08Improved alias completion (now uses target command for completion)Sebastien Helleu
2006-03-06Fixed completion bug with commands in pv (nick completion, for example with /me)Sebastien Helleu
2006-03-06Fixed chmod on home (now chmod is not executed when a directory is user's home)Sebastien Helleu
2006-03-04Using new default value for DCC download dir (created at startup), fixed logs...Sebastien Helleu
2006-02-26Fixed crash when using global history (when older entry is removed)Sebastien Helleu
2006-02-22Added IRC raw data bufferSebastien Helleu