summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
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 "ssl_fing...Sébastien Helleu
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: add a welcome message on first WeeChat run (closes #318)Sébastien Helleu
2015-04-14irc: add option "-noswitch" in command /query (closes #394)Sébastien Helleu
2015-04-13irc: fix display of PART messages on channels with +a (anonymous flag) (close...Sébastien Helleu
2015-04-11aspell: add bar item "aspell_suggest" in /help aspell (closes #390)Sébastien Helleu
2015-04-11core: add options weechat.look.word_chars_{highlight|input} (closes #55, task...Sébastien Helleu
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