summaryrefslogtreecommitdiff
path: root/src/plugins
AgeCommit message (Expand)Author
2018-03-25irc: factorize code to set state of modelists in a channelSébastien Helleu
2018-03-24irc: clear the modelist if nothing was received before the end of list (invit...Sébastien Helleu
2018-03-24irc: fix indenting in debug print of modelistSébastien Helleu
2018-03-24irc: fix debug print of modelist item number and pointerSébastien Helleu
2018-03-24irc: fix debug print of modelist item datetime valueSébastien Helleu
2018-03-24irc: fix messages on exception to make them easier to translateSébastien Helleu
2018-03-24irc: mark setter as optional in modelist itemSébastien Helleu
2018-03-24irc: first search the modelist item, then free it if foundSébastien Helleu
2018-03-24irc: check that the modelist item number is valid before using itSébastien Helleu
2018-03-24irc: fix some stylesSébastien Helleu
2018-03-24irc: add indexed ban list, add completion for /unban and /unquiet (closes #59...Simmo Saan
2018-03-17scripts: hide message when the eval script is unloadedSébastien Helleu
2018-03-11core: add binary weechat-headless to run WeeChat without interface (closes #1...Sébastien Helleu
2018-02-21fset: corrected typosmumixam
2018-02-19scripts: display the script name in stdout/stderr output from scriptsSébastien Helleu
2018-02-10logger: call fsync even when option logger.file.flush_delay is set to 0 (issu...Sébastien Helleu
2018-02-10logger: add option logger.file.fsync (closes #1145)Sébastien Helleu
2018-02-08script: change default value of option script.look.sort from "p,n" to "i,p,n"Sébastien Helleu
2018-02-07exec: add note about piped commands in /help exec for option -shSébastien Helleu
2018-02-05irc: allow ${irc_server.xxx} and ${server} in server evaluated options (close...Sébastien Helleu
2018-01-29core: fix typo: scripts manager -> script managerSébastien Helleu
2018-01-25php: add OpenSSL licensing in copyrightSébastien Helleu
2018-01-20api: add time in info "date" (WeeChat compilation date/time) (closes #1138)Sébastien Helleu
2018-01-15scripts: fix translation of help on option "eval_keep_context"Sébastien Helleu
2018-01-15scripts: add option "eval_keep_context" in script pluginsSébastien Helleu
2018-01-15scripts: add configuration file for each script pluginSébastien Helleu
2018-01-14core: reinitialize config file pointer to NULL after an error on section crea...Sébastien Helleu
2018-01-14scripts: add missing initialization of plugin pointer to NULLSébastien Helleu
2018-01-14irc: fix typo in help on server option "split_msg_max_length"Sébastien Helleu
2018-01-13irc: add server option "split_msg_max_length"Sébastien Helleu
2018-01-11logger: add option logger.look.backlog_conditions (closes #1132)Sébastien Helleu
2018-01-07ruby: fix buffer overflowSébastien Helleu
2018-01-07core: fix some stylesSébastien Helleu
2018-01-06core: update translations (issue #128)Sébastien Helleu
2018-01-06php: fix compiler warning (issue #128)Sébastien Helleu
2018-01-06javascript: fix compiler warning (issue #128)Sébastien Helleu
2018-01-06tcl: fix compiler warning (issue #128)Sébastien Helleu
2018-01-06lua: add support of eval (issue #128)Sébastien Helleu
2018-01-06python: fix error message when executing code from string in weechat_python_l...Sébastien Helleu
2018-01-06perl: do not update message argument in function weechat_perl_output (issue #...Sébastien Helleu
2018-01-06scripts: add "eval" option in script commands and info "xxx_eval" (issue #128)Sébastien Helleu
2018-01-05core: update copyright datesSébastien Helleu
2017-12-23scripts: add infos "xxx_interpreter" and "xxx_version" in script plugins (iss...Sébastien Helleu
2017-12-23scripts: add option "version" in script commands (closes #1075)Sébastien Helleu
2017-12-23javascript: fix /javascript commandSébastien Helleu
2017-12-23api: add hashtable with variables in plugin structureSébastien Helleu
2017-12-23core: add missing variables "author" and "license" in dump of pluginSébastien Helleu
2017-12-04python: fix integer arguments in hook_connect() and hook_fd() callbacksSébastien Helleu
2017-12-03buflist: use larger buffer for buflist bar item nameSébastien Helleu
2017-11-15trigger: fix typo in /help triggerSébastien Helleu