summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2015-03-15javascript: explicitely use v8 namespaceSébastien Helleu
2015-03-10script: add note about HTTPS in /help script.scripts.urlSébastien Helleu
2015-03-10core: update translationsSébastien Helleu
2015-03-08Merge branch 'javascript'Sébastien Helleu
2015-03-08javascript: fix compilation with old V8 libSébastien Helleu
2015-03-08javascript: add option "--disable-javascript" and V8 detection in autotoolsSébastien Helleu
2015-03-08javascript: fix name of source file in commentSébastien Helleu
2015-03-08javascript: display v8 version in /debug libsSébastien Helleu
2015-03-08core: update comments on default keysSébastien Helleu
2015-03-07javascript: fix crash in return of string values when WeeChat API function re...Sébastien Helleu
2015-03-07javascript: catch and display exceptions when running scripts/functionsSébastien Helleu
2015-03-07javascript: add new plugin to run javascript scripts in WeeChatSébastien Helleu
2015-03-07scripts: reset current script pointer when load of script fails in python/per...Sébastien Helleu
2015-03-06lua: fix wrong argument usage in nicklist API functionsTor Hveem
2015-03-04scripts: fix name of variables in infolist API functionsSébastien Helleu
2015-03-01guile: fix value returned in case of error in some functionsSébastien Helleu
2015-03-01tcl: fix value returned in case of error in some functionsSébastien Helleu
2015-03-01lua: fix value returned in case of error in some functionsSébastien Helleu
2015-03-01ruby: fix value returned in case of error in some functionsSébastien Helleu
2015-03-01perl: fix value returned in case of error in some functionsSébastien Helleu
2015-03-01python: fix value returned in case of error in some functionsSébastien Helleu
2015-03-01scripts: fix return code of function bar_set in python/perl/ruby/lua/tcl/guil...Sébastien Helleu
2015-03-01python: fix name of function "bar_update" in case of errorSébastien Helleu
2015-03-01python: fix restore of old interpreter when a function is not found in the sc...Sébastien Helleu
2015-03-01scripts: fix type of value returned by function hdata_time (from string to lo...Sébastien Helleu
2015-02-21scripts: rename macro API_FUNC to API_INIT_FUNC, add macro API_FUNC to declar...Sébastien Helleu
2015-02-21scripts: reformat some code to make it more readableSébastien Helleu
2015-02-21scripts: improve comments on functions that convert hashtablesSébastien Helleu
2015-02-21irc: remove useless rename of channel buffer on JOIN received with different ...Sébastien Helleu
2015-02-20relay: fix up/down keys on relay buffer (closes #335)Sébastien Helleu
2015-02-15irc: format IRC message 008 (RPL_SNOMASK) (closes #144)Max Teufel
2015-02-12core: add missing info in function weelist_print_logSébastien Helleu
2015-02-10irc: fix crash in callback of message 354 when the nick is not found in channelSébastien Helleu
2015-02-10core: add missing initialization of pointer in list allocationSébastien Helleu
2015-02-04relay: remove v4-mapped addresses in /help relay.network.allowed_ipsAnders Bergh
2015-01-30core: split expression before evaluating it in command "/eval -s"Sébastien Helleu
2015-01-30core: add option "-s" in command /eval to split commands (no more split by de...Sébastien Helleu
2015-01-29core: add note about alias /v in /help versionSébastien Helleu
2015-01-28irc: fix completion of commands /allchan and /allpvSébastien Helleu
2015-01-25irc: send WHOX message only if server supports itSébastien Helleu
2015-01-25irc: add "account-notify" in help of server option "capabilities"Sébastien Helleu
2015-01-25irc: fix set of variable "pos_account" in callback for message "354"Sébastien Helleu
2015-01-25irc: free account before changing its valueSébastien Helleu
2015-01-25irc: set away flag to 0 only if channel and nick are foundSébastien Helleu
2015-01-25irc: force host to NULL after freeSébastien Helleu
2015-01-25irc: move account callback to keep protocol callbacks sorted alphabeticallySébastien Helleu
2015-01-25irc: shorten code in account callbackSébastien Helleu
2015-01-25irc: add "account" in irc_nick_print_log()Sébastien Helleu
2015-01-25irc: add "account" in irc_nick hdataSébastien Helleu
2015-01-25irc: remove useless save of variables in irc_nick_new() when updating nickSébastien Helleu