summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
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-14Fixed typoSebastien Helleu
2006-05-14Added missing IRC commands (006, 007, 310, 379)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-13Removed unused prefixSebastien Helleu
2006-05-12Fixed "hostname" option for servers (now really used to set hostname/IP for c...Sebastien Helleu
2006-05-08Fixed bug with long outgoing IRC messages (> 512 bytes) (bug #16358)Sebastien Helleu
2006-05-08- fix a crash in ruby when a function return nothing (close bug #16552)Emmanuel Bouthenot
2006-05-08Fixed UTF-8 display bug with chars using more than one cell on screen (bug #1...Sebastien Helleu
2006-05-07Fixed display bug with DCC file size when > 1 GbSebastien Helleu
2006-05-07Added some panel structures and functionsSebastien Helleu
2006-05-07Fixed typo in setup option helpSebastien Helleu
2006-05-07Fixed refresh bug (deadlock in curses) when terminal is resized (bug #16542)Sebastien Helleu
2006-05-05Fixed nicklist sort bugSebastien Helleu
2006-04-23Added IRC commands 290, 292, 437, 974Sebastien Helleu
2006-04-23Fixed bug #16369: fixed crash when multiple pv have same name: now it's forbi...Sebastien Helleu
2006-04-23Fixed bug #16416 (crash when purging old DCC chats)Sebastien Helleu
2006-04-22Nick modes are now saved with /upgradeSebastien Helleu
2006-04-22Splited GUI sourcesSebastien Helleu
2006-04-22Splited gui-display.c into many sourcesSebastien Helleu
2006-04-21Command /clear [-all] now clears hotlistSebastien Helleu
2006-04-19Fixed crash after /upgrade if a line in history is emptySebastien Helleu
2006-04-18Fixed bug in logs with nick for names lines (nicks on channel when joining ne...Sebastien 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-12fix minor bug with ruby 1.9 and stdout/stderr redirectionsEmmanuel Bouthenot
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-08Fix possible minor bug in getting hostnames in plugins/scriptsEmmanuel Bouthenot
2006-04-08Added hostnames associeted to nicks in plugins/scriptsEmmanuel Bouthenot
2006-04-08Added hostnames associeted to nicks (available for /ban completion)Sebastien Helleu
2006-04-07make gcc-2.95 happyEmmanuel Bouthenot
2006-04-04Added "+p" mode for channels, fixed mode display in status barSebastien Helleu
2006-04-03Added alignment for local away messageSebastien Helleu
2006-04-03Added nick alignment in DCC chat, /query and /msg, fixed DCC chat bug when cl...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-04-01add regular expression support for /list commandEmmanuel Bouthenot
2006-04-01Fixed /names command: now displays result when not on a channelSebastien Helleu