summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2015-04-12core: add more intuitive buffer searching (closes #76)Simmo Saan
2015-03-30core: display a warning on startup if the locale can not be set (closes #373)Sébastien Helleu
2015-03-24core: add an example with a more complex regex in /help filterSébastien Helleu
2015-03-23irc: fix example using two servers in /help server (closes #371)Sébastien Helleu
2015-03-23javascript: update KokaKiwi emailKokaKiwi
2015-03-22trigger: hide password when messaging NickServ through default alias /m (clos...Simmo Saan
2015-03-22irc: fix freenode server names used in /help server (closes #365)Sébastien Helleu
2015-03-21ruby: fix crash on /plugin reload (closes #364)Sébastien Helleu
2015-03-21core: allow "*" as plugin name in command /plugin reload to reload all plugin...Sébastien Helleu
2015-03-19core: move definitions with version and license in root CMakeLists.txtSébastien Helleu
2015-03-18script: fix state of script plugins when list of scripts has not been downloadedSébastien Helleu
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