summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Version 0.4.0-rc1v0.4.0-rc1Sebastien Helleu2012-12-264-4/+4
* xfer: fix memory leak when refreshing xfer bufferSebastien Helleu2012-12-252-0/+3
* script: add missing close of file in case of error when computing MD5 checksum of a fileSebastien Helleu2012-12-251-0/+1
* relay: fix memory leak when adding hdata to a message (weechat protocol)Sebastien Helleu2012-12-252-0/+2
* irc: remove unneeded check of nick pointer (can not be NULL there)Sebastien Helleu2012-12-251-1/+1
* irc: fix memory leak when updating modes of channelSebastien Helleu2012-12-252-3/+5
* core: fix memory leak in case of error when building content of bar item for displaySebastien Helleu2012-12-252-0/+3
* core: fix detection of command in input: a single command char is considered as a command (API function "string_input_for_bufer")Nils Görs2012-12-252-4/+9
* relay: add backlog, options and server capability "server-time" for irc protocol (task #12076)Sebastien Helleu2012-12-2428-43/+1318
* irc: add tags "irc_nick1_xxx" and "irc_nick2_yyy" in message displayed for command "NICK"Sebastien Helleu2012-12-242-8/+21
* irc: fix crash when splitting a message with tagsSebastien Helleu2012-12-241-2/+2
* relay: fix crash after /upgrade when a client is connectedSebastien Helleu2012-12-232-1/+7
* relay: add tag "relay_client" in all messages about clientNils Görs2012-12-211-91/+94
* script: do not open script buffer when unknown arguments are given to command /scriptSebastien Helleu2012-12-211-48/+37
* alias: improve completion of command /aliasSebastien Helleu2012-12-201-16/+22
* core: improve completion of commands /help, /mute and /setSebastien Helleu2012-12-201-4/+9
* core: add template %(windows_numbers) for first argument of command /windowSebastien Helleu2012-12-201-1/+2
* core: group templates of command /mouse into a single templateSebastien Helleu2012-12-201-3/+1
* core: search for a fallback template when a no template is matching command argumentsSebastien Helleu2012-12-202-2/+20
* core: add option "diff" for command /set (list options with changed value)Peter Boström2012-12-2020-753/+650
* core: fix another bug with horizontal separator displayed at bottom after split of windows (bug #37874)Sebastien Helleu2012-12-201-1/+1
* core: fix refresh of windows after split (fix bug with horizontal separator between windows) (bug #37874)Sebastien Helleu2012-12-192-4/+4
* core: add missing contributors in AUTHORSSebastien Helleu2012-12-191-1/+6
* core: add cmake dependency between targets weechat_core and version_gitSebastien Helleu2012-12-191-0/+1
* core: fix compilation warning on FreeBSDSebastien Helleu2012-12-191-2/+2
* core: fix stuck mouse (patch from Nei) (bug #36533)Sebastien Helleu2012-12-192-0/+8
* script: fix scroll with mouse when window with script buffer is not the current window (do not force a switch to script buffer in current window)Sebastien Helleu2012-12-192-2/+2
* core: fix default mouse buttons actions for script buffer (focus the window before executing action)Sebastien Helleu2012-12-192-3/+5
* xfer: add missing tags in DCC chat messages: nick_xxx, prefix_nick_ccc, logNSebastien Helleu2012-12-174-13/+42
* irc: return git version in CTCP VERSION and FINGER by default, add "$git" and "$versiongit" in format of CTCP repliesSebastien Helleu2012-12-167-87/+186
* core: add git version in build, display it in "weechat-curses --help" and /versionSebastien Helleu2012-12-1638-70/+425
* core: remove unneeded arguments for AM_INIT_AUTOMAKE in configure.inSebastien Helleu2012-12-161-2/+2
* core: move comments with description of C file to top of filesSebastien Helleu2012-12-15158-642/+316
* core: simplify syntax for second argumentSebastien Helleu2012-12-141-4/+1
* doc: add warning for autotools in user's guideSebastien Helleu2012-12-145-40/+50
* core: add dependencies and remove instructions for autotools in INSTALLSebastien Helleu2012-12-141-24/+28
* core: fix cmake target "dist": build tarballs using git-archive and not cvsSebastien Helleu2012-12-142-32/+23
* core: remove obsolete directories from .gitignoreSebastien Helleu2012-12-141-3/+0
* core: remove obsolete file UPGRADE_0.3 (move part of content into file NEWS, for version 0.3.0)Sebastien Helleu2012-12-145-90/+20
* core: reformat comments for functionsSebastien Helleu2012-12-13169-10281/+5824
* core: fix compilation warningSebastien Helleu2012-12-091-0/+1
* api: allow creation of structure with hdata_update (allowed for hdata "history")Sebastien Helleu2012-12-0839-118/+213
* doc: remove chapter "Authors" in user's guide (list is in file AUTHORS), remove link to forum (closed)Sebastien Helleu2012-12-075-152/+0
* core: update list of contributors in AUTHORSSebastien Helleu2012-12-071-28/+35
* core: fix scroll of one page down when weechat.look.scroll_page_percent is less than 100 (bug #37875)Sebastien Helleu2012-12-072-8/+8
* core: expand char '~' with user home in first argument of hook_processSebastien Helleu2012-12-061-1/+7
* core: fix crash in child process of hook_process_hashtable when arguments are given in hashtable and that execvp() failedSebastien Helleu2012-12-061-5/+8
* irc: read local variable "autorejoin" in buffer to override server option "autorejoin" (task #12256)Nils Görs2012-12-0519-42/+128
* doc: update IRC commands in user's guideSebastien Helleu2012-12-055-45/+50
* core: disable paste detection and confirmation if bar item "input_paste" is not used in a visible bar (task #12327)Nils Görs2012-12-055-12/+30