summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2014-03-26doc: use command /script in question about installation of scripts (FAQ)Sebastien Helleu
2014-03-26doc: add command to install script buffers.pl (FAQ)Sebastien Helleu
2014-03-26doc: add link to WeeChat doc page (FAQ)Sebastien Helleu
2014-03-25doc: replace links to weechat.org/scripts by command "/script search" (FAQ)Sebastien Helleu
2014-03-25doc: replace links to remote GUIs by link to features page (FAQ)Sebastien Helleu
2014-03-25core: skip and ignore color attributes before special names like "reset" in ↵Sebastien Helleu
gui_color_get_custom
2014-03-25core: save/restore buffer property "clear" on /upgradeSebastien Helleu
2014-03-25core: save/restore buffer property "day_change" on /upgradeSebastien Helleu
2014-03-25core: update ChangeLogSebastien Helleu
2014-03-25exec: allow clear of new buffers with /buffer clearSebastien Helleu
2014-03-25core: add buffer property "clear"Sebastien Helleu
2014-03-25exec: add options -nf and -cl/-nocl in command /execSebastien Helleu
-nf: create a new buffer with free content -cl: clear new buffer -nocl: append in new buffer
2014-03-24irc: fix notify message: "joined" -> "connected"Sebastien Helleu
2014-03-24doc: add bare display in questions about copy/paste and click on long URLs (FAQ)Sebastien Helleu
2014-03-23doc: update German auto-generated filesSebastien Helleu
2014-03-23doc: update German documentationnils_2
2014-03-23doc: update German faqnils_2
2014-03-23doc: update German documentationnils_2
2014-03-23core: update German translationsnils_2
2014-03-23doc: update the contribute chapter in developer's guideSebastien Helleu
2014-03-23Merge pull request #39 from Mkaysi/linksSébastien Helleu
README.asciidoc: fix links.
2014-03-23README.asciidoc: add anchors to links.Mikaela Suomalainen
2014-03-23README.asciidoc: fix links.Mikaela Suomalainen
2014-03-23doc: update Japanese auto-generated filesSebastien Helleu
2014-03-23Merge pull request #38 from l/translation_jaSébastien Helleu
core: update Japanese translations
2014-03-23core: update Japanese translationsAYANOKOUZI, Ryuunosuke
2014-03-22Merge pull request #37 from Mkaysi/patch-1Sébastien Helleu
core: fix developer's guide link in Contributing.asciidoc
2014-03-22Contributing.asciidoc: fix developer's guide linkMikaela Suomalainen
The link directed to WeeChat.org instead of the developer's guide.
2014-03-22doc: replace "echo -e" with "printf" in user's guideSebastien Helleu
2014-03-22irc: replace "user" by "nick" in description of commandsSebastien Helleu
2014-03-22irc: fix arguments in /help unquiet: at least one nick/host is requiredSebastien Helleu
2014-03-22irc: update description of some commandsSebastien Helleu
2014-03-22irc: add command /unquiet (closes #36)Sebastien Helleu
2014-03-21core: fix typo in /help commandSebastien Helleu
2014-03-20doc: update question about messages displayed on channel join (FAQ)Sebastien Helleu
2014-03-20doc: update list of actions executed when a trigger is called (user's guide)Sebastien Helleu
2014-03-20doc: add plugins trigger/exec in CMake options and list of default plugins ↵Sebastien Helleu
(user's guide)
2014-03-20api: add support of nested variables in function string_eval_expression and ↵Sebastien Helleu
command /eval (closes #35)
2014-03-20doc: update German auto-generated filesSebastien Helleu
2014-03-19core: update German translationsnils_2
2014-03-19core: fix add of filter on OS X when regex for message is empty (filter ↵Sebastien Helleu
regex ending with "\t")
2014-03-19irc: fix typo in /help allpvSebastien Helleu
2014-03-19irc: add command /allpv (task #13111)Sebastien Helleu
2014-03-19core: fix use of reserved C identifiers in headers (closes #31)Sebastien Helleu
2014-03-19core: add key alt-j,alt-f to jump to first buffer, change command for jump ↵Sebastien Helleu
to last buffer New key alt-j,alt-f is bound by default to "/buffer -". The existing key alt-j,alt-l is now bound by default to "/buffer +".
2014-03-19doc: update Japanese auto-generated filesSebastien Helleu
2014-03-18Merge pull request #28 from l/translation_jaSébastien Helleu
core: update Japanese translations
2014-03-19core: update Japanese translationsAYANOKOUZI, Ryuunosuke
2014-03-18core: update the message displayed on crashSebastien Helleu
Add a reference to user's guide, do not ask user to send the crash log file any more (it may have private data and is not needed in most cases).
2014-03-18irc: fix truncated read on socket with SSL (bug #41558)Sebastien Helleu
If there are still data on socket with SSL (if gnutls_record_check_pending(session) returns > 0), then call gnutls_record_recv() again to read all available data. The problem was that some data remained in the gnutls buffers and the recv callback was not called any more (nothing available on raw socket).