summaryrefslogtreecommitdiff
path: root/ChangeLog
AgeCommit message (Expand)Author
2007-08-09Added support of channel mode +u (channel user) (bug #20717)Sebastien Helleu
2007-08-08Improved /connect command to connect to a host by creating a temporary server...Sebastien Helleu
2007-08-08Allow clear of multiple selected buffers with /clear (patch #6112)Sebastien Helleu
2007-08-08Added "copy" and "rename" options to /server commandSebastien Helleu
2007-08-06Added key for setting unread marker on all buffers (default: ctrl-S + ctrl-U)...Sebastien Helleu
2007-08-01Fixed nick prefix display on servers that doesn't support all prefixes (bug #...Sebastien Helleu
2007-08-01Fixed terminal encoding detection when NLS is disabled (bug #20646)Sebastien Helleu
2007-07-18Fixed crash when sending data to channel or pv on disconnected server (bug #2...Sebastien Helleu
2007-07-18Improved command /server ant its output, added plural form in PO filesSebastien Helleu
2007-07-18Added 3 default new keys: ctrl-B (left), ctrl-F (right), ctrl-D (delete)Sebastien Helleu
2007-07-18Added "buffer_move" event handler to plugins API (task #6708)Sebastien Helleu
2007-07-15Added key function "jump_previous_buffer" to jump to buffer previously displa...Sebastien Helleu
2007-07-13Added "-nojoin" option for /connect and /reconnect commands (task #7074), add...Sebastien Helleu
2007-07-12Fixed bugs with IRC color in messages, now color codes are inserted in comman...Sebastien Helleu
2007-07-09Fixed bug with smart nick completion (last speakers first) when a nick is cha...Sebastien Helleu
2007-07-08Fixed charset bug with channel names in status bar (bug #20400)Sebastien Helleu
2007-07-05Added "scroll" option to /buffer commandSebastien Helleu
2007-07-01Down key now saves input to history and clears input line (task #7049)Sebastien Helleu
2007-06-12Removed tests on binary when using /upgradeSebastien Helleu
2007-06-12Fixed log file when channel name contains "/" (bug #20072)Sebastien Helleu
2007-06-12Command /away allowed when not connected to server (internally stored and AWA...Sebastien Helleu
2007-06-11Added argument for /upgrade command (path to binary), check that binary file ...Sebastien Helleu
2007-06-11Fixed bug with /topic when channel not open and topic not defined (bug #20141)Sebastien Helleu
2007-06-08Added hotlist sort with new option "look_hotlist_sort" (task #5870)Sebastien Helleu
2007-06-07Version 0.2.5Sebastien Helleu
2007-06-07Fixed QUOTE command: now allowed when socket is ok (even if IRC connection to...Sebastien Helleu
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-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-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-21Added cmake for weechat compile (patch #5943)Sebastien 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-11Fixed bug with nick prefixes on some IRC servers (bug #19854)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