summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2007-06-06Added missing IRC commands 378 and 379 (bug #20091)Sebastien Helleu
2007-06-06Added missing IRC command 327Sebastien Helleu
2007-06-05Fixed hotlist when exiting search mode: current buffer is removed from hotlistSebastien Helleu
2007-06-05Added "weechat.log" name in error message when WeeChat log file is lockedSebastien Helleu
2007-05-26Fix libintl.h issue on FreeBSDJulien Louis
2007-05-25Fixed bug with PART command parsing (":" not skipped, problem with some IRC s...Sebastien Helleu
2007-05-24Fixed nick completion bug: now self nick is always at the end of completion listSebastien Helleu
2007-05-24Added "%M" for completion with nicks of current server (nicks on open channel...Sebastien Helleu
2007-05-23Improved key bindings: now possible to bind a key on many commands, separated...Sebastien Helleu
2007-05-23Fixed minor typo in translationsSebastien Helleu
2007-05-22Improved IRC long message split: use word boundary (task #6685)Sebastien Helleu
2007-05-22Fixed "%C" completion: now completes with all channels of all serversSebastien Helleu
2007-05-22Removed ":" for unknown IRC commands before arguments (bug #19929)Sebastien Helleu
2007-05-22Fixed bug with "/buffer query_name", added server and channel completion for ...Sebastien Helleu
2007-05-21Only check ncurses.h if ncursesw/ncurses.h is not foundJulien Louis
2007-05-21Fix ncurses detection.Julien Louis
2007-05-21Added cmake for weechat compileSebastien Helleu
2007-05-21Removed compile warning in Perl script pluginSebastien Helleu
2007-05-20Fixed IRC mode parsing when receiving modes with arguments (bug #19902)Sebastien Helleu
2007-05-18Fixed crash with IRC JOIN malformed message (bug #19891)Sebastien Helleu
2007-05-11Removed "prefix" data for server info in plugin API (oups, why did I add that ?)Sebastien Helleu
2007-05-11Code cleanup: renamed IRC functions to have uniform name (with prefix based o...Sebastien Helleu
2007-05-11Fixed bug with nick prefixes on some IRC servers (bug #19854)Sebastien Helleu
2007-05-11Fixed IRC server message display, case insensitive test for nick in messageSebastien Helleu
2007-05-11Fixed channel search for display of IRC error messages (case insensitive sear...Sebastien Helleu
2007-05-10Fixed bug with PING answer: removed one colon at beginning of PONG arguments ...Sebastien Helleu
2007-05-09Improved setup file save: now writes temporary file, then rename it (task #6847)Sebastien Helleu
2007-05-09Fixed bug with $nick/$channel/$server variables in commandsSebastien Helleu
2007-05-09Forget current nick when user manually disconnects from serverSebastien Helleu
2007-05-09Fixed nick display in input windowSebastien Helleu
2007-05-09Fixed bug with erroneous nickname when connecting to server (bug #19812), fix...Sebastien Helleu
2007-05-04Added protocol priority for gnutls (patch #5915)Sebastien Helleu
2007-05-02Added channel admin mode '!' for some IRC serversSebastien Helleu
2007-05-02Fixed bug with iso2022jp locale (bug #18719)Sebastien Helleu
2007-04-25Fixed string format bug when displaying string thru plugin script APISebastien Helleu
2007-04-24Added /reconnect command (task #5448)Sebastien Helleu
2007-04-24Added "-all" option for /connect and /disconnect commands (task #6232)Sebastien Helleu
2007-04-15Nick completion: completes with self nick at the end of completion listSebastien Helleu
2007-04-14Removed debug message when highlight is forced by a pluginSebastien Helleu
2007-04-14Improved nick completion: completes with last speakers first (task #5896), fi...Sebastien Helleu
2007-04-04Fixed minor refresh bug with input when searching textSebastien Helleu
2007-04-04Added color for input text not found in buffer historySebastien Helleu
2007-04-02Fixed USER message when connecting to IRC server (patch #5835)Sebastien Helleu
2007-03-29Fixed color bug with IRC messages displayed by plugins (bug #19442)Sebastien Helleu
2007-03-27Fixed command parsing: now "/*" is not considered any more as a command (task...Sebastien Helleu
2007-03-25Fixed topic charset, now using channel charset if defined (bug #19386)Sebastien Helleu
2007-03-23Renamed log file for DCC chat (now <server>.dcc.<nick>.weechatlog)Sebastien Helleu
2007-03-23Fixed crash when closing a pv if a DCC chat is open on same nick (bug #19147)Sebastien Helleu
2007-03-23Remove current buffer from hotlist when scrolling down and end of buffer is r...Sebastien Helleu
2007-03-22Fixed bug with channel topic after reconnection (not erased) (bug #19384)Sebastien Helleu