summaryrefslogtreecommitdiff
path: root/doc
AgeCommit message (Collapse)Author
2017-03-25doc: add buflist plugin in developer's guideSébastien Helleu
2017-03-25doc: add buflist plugin in user's guideSébastien Helleu
2017-03-25irc: send signal "irc_server_lag_changed", store lag in server bufferSébastien Helleu
The lag is stored in the local variable "lag" of the server buffer. When there is no lag, the local variable does not exist.
2017-03-25core: add cut of string in evaluation of expressionsSébastien Helleu
The syntax is: ${cut:max,suffix,string}. The string is cut after max chars. If the string is cut, the optional suffix is added after.
2017-03-25core: add hotlist pointer in buffer structureSébastien Helleu
2017-03-25api: add arraylist functionsSébastien Helleu
New functions: - arraylist_new - arraylist_size - arraylist_get - arraylist_search - arraylist_insert - arraylist_add - arraylist_remove - arraylist_clear - arraylist_free
2017-03-25buflist: load plugin after some other plugins by shifting plugins prioritySébastien Helleu
2017-03-25doc: add buflist options in documentation generatorSébastien Helleu
2017-03-25doc: add file buflist.conf in man pageSébastien Helleu
2017-03-25core: add ternary operator (condition) in evaluation of expressionsSébastien Helleu
2017-03-25api: add dynamic string functions (string_dyn_*)Sébastien Helleu
New functions: - string_dyn_alloc - string_dyn_copy - string_dyn_concat - string_dyn_free
2017-03-20doc: update Japanese auto-generated filesSébastien Helleu
2017-03-20core: update Japanese translationsAYANOKOUZI, Ryuunosuke
2017-03-12doc: update auto-generated files with irc optionsSébastien Helleu
2017-03-12core: update German translationsNils Görs
2017-03-12doc: add Gnutls CA file path for OS X (with homebrew openssl) in FAQ (closes ↵Sébastien Helleu
#739)
2017-03-04doc: list some remote interfaces for weechat relay protocol in user's guideSébastien Helleu
2017-03-04doc: update Japanese auto-generated filesSébastien Helleu
2017-02-19doc: update German auto-generated filesSébastien Helleu
2017-02-18core: update translations and auto-generated doc filesSébastien Helleu
2017-02-18core: update Japanese translationsAYANOKOUZI, Ryuunosuke
2017-02-11doc: update German documentationNils Görs
2017-02-10Merge pull request #907 from haavard/masterSébastien Helleu
doc: fix examples with localvar_del
2017-02-10doc: update instructions to connect to freenode via Tor (user's guide) ↵Sébastien Helleu
(closes #908)
2017-02-09doc: fix examples with localvar_delHåvard Pettersson
2017-01-29doc: update Japanese auto-generated filesSébastien Helleu
2017-01-27doc: update German documentationNils Görs
2017-01-22core, alias: add xgettext comment on some command help stringsSébastien Helleu
The help on commands /window and /alias contain percent chars, so we have to force xgettext to NOT use "c-format", using the string "xgettext:no-c-format".
2017-01-09doc: update Polish auto-generated filesSébastien Helleu
2017-01-08doc: update auto-generated filesSébastien Helleu
2017-01-07core: update translations and auto-generated doc filesSébastien Helleu
2017-01-06doc: update auto-generated filesSébastien Helleu
2017-01-06doc: update German auto-generated filesSébastien Helleu
2017-01-06doc: update Japanese auto-generated filesSébastien Helleu
2017-01-06Merge branch 'master' into master/translation/ja_JPSébastien Helleu
2017-01-06exec: add option "-oc" in command /exec to execute commands in process ↵Sébastien Helleu
output (closes #877) The behavior of existing option "-o" is changed: now commands are NOT executed (which is more secure by default).
2017-01-06core: update Japanese translationsAYANOKOUZI, Ryuunosuke
2017-01-01doc: update German auto-generated filesSébastien Helleu
2017-01-01core: update copyright datesSébastien Helleu
2016-12-31api: add info "uptime" (WeeChat uptime)Sébastien Helleu
2016-12-31doc: update Polish auto-generated filesSébastien Helleu
2016-12-31doc: polish translations updatedKrzysztof Korościk
2016-12-23doc: update Japanese auto-generated filesSébastien Helleu
2016-12-24core: update Japanese translationsAYANOKOUZI, Ryuunosuke
2016-12-21doc: update German auto-generated filesSébastien Helleu
2016-12-20core: fix typo in /help weechat.look.align_multiline_wordsSébastien Helleu
2016-12-18doc: update German auto-generated filesSébastien Helleu
2016-12-18doc: display default values of options on a separate line (user's guide)Sébastien Helleu
2016-12-17doc: update auto-generated files with WeeChat optionsSébastien Helleu
2016-12-15irc: add examples in help of usermode server optionSébastien Helleu