summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2015-05-05doc: harmonize size of bar filling examples (user's guide)Sébastien Helleu
2015-05-02Merge pull request #417 from l/translation_jaSébastien Helleu
core: update Japanese translations
2015-05-03core: update Japanese translationsAYANOKOUZI, Ryuunosuke
2015-05-02Version 1.2-rc2Sébastien Helleu
2015-05-01doc: merge min/max version columns into a single column in dependencies ↵Sébastien Helleu
(user's guide)
2015-05-01core: fix compilation on CygwinSébastien Helleu
The header sys/select.h is now required for select() function.
2015-05-01core: add missing completions in command /inputSébastien Helleu
2015-05-01core: add signals "signal_sigterm" and "signal_sigquit" (closes #114)Sébastien Helleu
2015-04-30core: add comments after some #endifSébastien Helleu
2015-04-29irc: optimize search of a nick in nicklist (up to 3x faster)Sébastien Helleu
2015-04-28doc: update German documentationNils Görs
2015-04-28doc: update Japanese auto-generated fileSébastien Helleu
2015-04-28Merge pull request #414 from l/translation_jaSébastien Helleu
core: update Japanese translations
2015-04-29core: update Japanese translationsAYANOKOUZI, Ryuunosuke
2015-04-26doc: update German auto-generated fileSébastien Helleu
2015-04-26core: remove extra spaces in function gui_bar_item_default_mouse_statusSébastien Helleu
2015-04-26core: update German translationsNils Görs
2015-04-26core: update German translationsNils Görs
2015-04-26api: add support of environment variables in function ↵Sébastien Helleu
string_eval_expression() and command /eval (issue #388)
2015-04-26doc: fix French translations in function string_eval_expression (plugin API ↵Sébastien Helleu
reference)
2015-04-26doc: fix typo in function string_eval_expression (plugin API reference)Sébastien Helleu
2015-04-26core: add support of full color option name in command /eval and API ↵Sébastien Helleu
function string_eval_expression()
2015-04-26api: add support of full color option name in function color()Sébastien Helleu
2015-04-25irc: fix color of new nick in nick changes messages when option ↵Sébastien Helleu
irc.look.color_nicks_in_server_messages is off
2015-04-25core: update German translationsNils Görs
2015-04-25core: add contributor in AUTHORS.asciidocSébastien Helleu
2015-04-25core: update ChangeLogSébastien Helleu
2015-04-25doc: add environment variable WEECHAT_HOME in command line optionsSébastien Helleu
2015-04-25core: add environment variable WEECHAT_HOME in "weechat --help"Sébastien Helleu
2015-04-25core: rename function and argument to set home pathSébastien Helleu
2015-04-25Merge remote-tracking branch 'origin/pr/391'Sébastien Helleu
2015-04-25irc: fix crash when setting an invalid regex with "/list -re" during a /list ↵Sébastien Helleu
server response (closes #412)
2015-04-25core: display the welcome message immediately after the startup message, ↵Sébastien Helleu
move source code to weechat.c
2015-04-24Version 1.2-rc1Sébastien Helleu
2015-04-23doc: update Japanese auto-generated filesSébastien Helleu
2015-04-23Merge pull request #409 from l/translation_jaSébastien Helleu
core: update Japanese translations
2015-04-22core: remove WeeChat version from config files (closes #407)Sébastien Helleu
2015-04-22core: update Japanese translationsAYANOKOUZI, Ryuunosuke
2015-04-20doc: update German auto-generated filesSébastien Helleu
2015-04-20core: update German translationsNils Görs
2015-04-19core: add options weechat.look.quote_{nick_prefix|nick_suffix|time_format} ↵Sébastien Helleu
to customize quoted messages in cursor mode (closes #403)
2015-04-19core: sort config options by name in source headersSébastien Helleu
2015-04-19api: add "_chat_line" (line pointer) in hashtable of hook_focusSébastien Helleu
2015-04-19core: add default keys of cursor mode in /help cursorSébastien Helleu
2015-04-19core: sort config options by name in sourcesSébastien Helleu
2015-04-18irc: remove compiler warning on isxdigitSébastien Helleu
2015-04-18irc: add support of SHA-256 and SHA-512 algorithms in server option ↵Sébastien Helleu
"ssl_fingerprint" (closes #281)
2015-04-18irc: move some #ifdef HAVE_GNUTLS around functionsSébastien Helleu
2015-04-18trigger: do not hook anything if the trigger is disabled (closes #405)Sébastien Helleu
2015-04-17core: Respect environment variable WEECHAT_HOMEKarthik K
If environment variable WEECHAT_HOME is set to a non-empty value, this is taken as the path for Weechat home directory. "--dir" command-line switch has higher precedence over this environment variable.