summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
2007-07-13Added "-nojoin" option for /connect and /reconnect commands (task #7074), ↵Sebastien Helleu
added "%*" to completion template (repeat last completion).
2007-07-12Fixed bugs with IRC color in messages, now color codes are inserted in ↵Sebastien Helleu
command line with ^Cc,^Cb,.. instead of %C,%B,.. (bug #20222, task #7060)
2007-07-09Fixed bug with smart nick completion (last speakers first) when a nick is ↵Sebastien Helleu
changed
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-03Added small hack to make weechat server connection ok with Cygwin. ↵Sebastien Helleu
Connection may block under Cygwin, waiting for better solution.
2007-07-03Removed unused variableSebastien Helleu
2007-07-02Replaced GPL 2 license by GPL 3Sebastien 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 ↵Sebastien Helleu
AWAY command is sent when connecting to server) (task #7003)
2007-06-12Search for Dl library if we do not disable pluginsJulien Louis
2007-06-11Explicitly link against libdlJulien Louis
2007-06-11Link weechat-curses against libutf8 on OpenBSD plateformJulien Louis
2007-06-11Add a check for utf8/wchar.h header on OpenBSD plateformJulien Louis
and remove commented check
2007-06-11Added argument for /upgrade command (path to binary), check that binary file ↵Sebastien Helleu
is found and has execution permissions before upgrading
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-07Fixed QUOTE command: now allowed when socket is ok (even if IRC connection ↵Sebastien Helleu
to server is not ok) (bug #20113)
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 ↵Sebastien Helleu
servers)
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 ↵Sebastien Helleu
channels) (task #6931)
2007-05-23Improved key bindings: now possible to bind a key on many commands, ↵Sebastien Helleu
separated by semicolon (task #5444)
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
/buffer command (bug #19928)
2007-05-21Only check ncurses.h if ncursesw/ncurses.h is not foundJulien Louis
Signed-off-by: Julien Louis <ptitlouis@sysif.net>
2007-05-21Fix ncurses detection.Julien Louis
We now provide a FindNcurses.cmake to find the library used and we define the right cpp variable when we compile the curses gui. Signed-off-by: Julien Louis <ptitlouis@sysif.net>
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 ↵Sebastien Helleu
on source name), moved some functions
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 ↵Sebastien Helleu
search for nick)
2007-05-10Fixed bug with PING answer: removed one colon at beginning of PONG arguments ↵Sebastien Helleu
(bug #19846)
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