summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Version 0.3.7-rc3v0.3.7-rc3Sebastien Helleu2012-02-194-5/+5
* irc: fix memory leak in SASL/blowfish authenticationSebastien Helleu2012-02-192-0/+19
* irc: fix memory leak when a server is deletedSebastien Helleu2012-02-192-0/+3
* core: fix memory leak when closing bufferSebastien Helleu2012-02-192-2/+7
* core: fix memory leak in function util_search_full_lib_nameSebastien Helleu2012-02-192-0/+7
* irc: add option "cap" in servers to enable capabilities on connectionSebastien Helleu2012-02-1920-63/+245
* doc: fix python example for config_new_option in plugin API referenceSebastien Helleu2012-02-173-3/+3
* core: update ChangeLog: add task #10703Sebastien Helleu2012-02-161-1/+1
* core: automatically add newline char after last pasted line (when pasting many lines with confirmation)Sebastien Helleu2012-02-162-1/+11
* Version 0.3.7-rc2v0.3.7-rc2Sebastien Helleu2012-02-134-5/+5
* core: update ChangeLogSebastien Helleu2012-02-131-1/+3
* core: fix bug with layout: assign layout number in buffers when doing /layout saveSebastien Helleu2012-02-121-25/+28
* doc: update italian FAQMarco Paolone2012-02-121-5/+4
* doc: add question about "TLS handshake error" in FAQSebastien Helleu2012-02-115-0/+63
* doc: update example of color code in developer's guideSebastien Helleu2012-02-111-8/+8
* doc: add color codes in strings (developer's guide)Sebastien Helleu2012-02-104-2/+164
* doc: update italian docsMarco Paolone2012-02-103-182/+145
* core: add options "dns_servers" and "accepttimeout_ms" for curl (libcurl >= 7.24.0)Sebastien Helleu2012-02-095-0/+21
* irc: add signal "irc_server_opened"Sebastien Helleu2012-02-095-1/+21
* doc: fix typo in plugin API reference (example for weechat_string_toupper)Sebastien Helleu2012-02-093-3/+3
* core: update italian translationsMarco Paolone2012-02-068-294/+320
* Version 0.3.7-rc1v0.3.7-rc1Sebastien Helleu2012-02-054-5/+5
* core: add task #9497 in ChangeLogSebastien Helleu2012-02-051-1/+1
* irc: add signal "xxx,irc_out1_yyy" and modifier "irc_out1_xxx" (outgoing message before automatic split to fit in 512 bytes)Sebastien Helleu2012-02-055-53/+125
* core: fix compilation warning under CygwinSebastien Helleu2012-02-051-1/+1
* doc: remove wrong comment in french user guideSebastien Helleu2012-02-041-1/+0
* doc: update german translations, user guide and scripting guideNils Görs2012-02-0412-280/+316
* irc: fix self-highlight when using /me with an IRC bouncer like znc (bug #35123)Sebastien Helleu2012-02-042-4/+6
* core: do not auto add space after nick completer if option weechat.completion.nick_add_space is offSebastien Helleu2012-02-012-2/+4
* core: fix compilation warning on curl_easy_setopt for option CURLOPT_FOLLOWLOCATIONSebastien Helleu2012-01-281-1/+1
* doc: add the versions where signals were introduced, fix typos in signals (plugin API reference)Sebastien Helleu2012-01-283-207/+447
* core: add signal "window_switch"Sebastien Helleu2012-01-287-2/+28
* core: fix signal "buffer_switch": send it only once when switching buffer (bug #31158)Sebastien Helleu2012-01-282-2/+7
* core: add bug #35317 in ChangeLogSebastien Helleu2012-01-281-2/+2
* irc: add alias "ctcp" for target buffer of CTCP messagesSebastien Helleu2012-01-278-12/+53
* core: replace dependency "libcurl-dev" by "libcurl4-gnutls-dev" for Debian packagingSebastien Helleu2012-01-271-1/+1
* api: replace type "regex_t *" by "void *" in function string_regcomp (fix ruby compilation with autotools)Sebastien Helleu2012-01-266-8/+7
* doc: add spanish quickstart guideLázaro A2012-01-2610-9/+352
* core: move option "scroll_unread" from command /input to /windowSebastien Helleu2012-01-2426-288/+306
* api: add modifier "input_text_for_buffer"Sebastien Helleu2012-01-245-68/+110
* core: fix typo in commentSebastien Helleu2012-01-241-1/+1
* aspell: fix URL detection (do not check spelling of URLs) (bug #34040)Sebastien Helleu2012-01-243-56/+65
* relay: use protocol arguments for protocol "irc" only (arguments forbidden for protocol "weechat")Sebastien Helleu2012-01-2321-192/+311
* relay: add protocol "weechat" in /help relaySebastien Helleu2012-01-2315-107/+145
* relay: do not create relay if there is a problem with socket creation (bug #35345)Sebastien Helleu2012-01-232-3/+11
* doc: add python 3.x in user guideSebastien Helleu2012-01-224-72/+83
* core: fix typo in NEWSSebastien Helleu2012-01-221-1/+1
* core: add support of flags in regular expressions and highlight options, add irc options to customize/disable default nick highlight (task #11128)Sebastien Helleu2012-01-2256-441/+1473
* doc: update german translations and user guideNils Görs2012-01-197-50/+44
* doc: fix typo in french translation of user guideSebastien Helleu2012-01-191-1/+1