summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2012-08-20irc: move options weechat.look.nickmode{_empty} to irc.look.nick_mode{_empty}...Sebastien Helleu
2012-08-20core: fix quote used in /help option for values (type integer with strings)Sebastien Helleu
2012-08-20script: add focus info for mouse on script buffer, add two default mouse bind...Sebastien Helleu
2012-08-20core: fix typo in french translationsSebastien Helleu
2012-08-18script: add key alt+L to reload script, allow input on script buffer for acti...Sebastien Helleu
2012-08-18script: add option "search" for command /script (completion with script tags)Sebastien Helleu
2012-08-17doc: fix typo in keys for mouse contextSebastien Helleu
2012-08-17core: fix display of "bar more down" char when text is truncated by size_max ...Nils Görs
2012-08-17core: fix color of long lines (displayed on more than one line on screen) und...Sebastien Helleu
2012-08-17relay: add cast from time_t to long (fix warning under FreeBSD)Sebastien Helleu
2012-08-17script: add option "reload" for command /script, fix completion of /script, a...Sebastien Helleu
2012-08-17core: add mouse bindings ctrl+wheel up/down to scroll horizontally buffers wi...Sebastien Helleu
2012-08-17core: add plugin "script" in debian packagingSebastien Helleu
2012-08-16script: add option script.look.translate_descriptionSebastien Helleu
2012-08-16api: add info "locale" for info_get (locale used to translate messages)Sebastien Helleu
2012-08-15core: fix alignment of command arguments for scripts (in /help command)Sebastien Helleu
2012-08-15script: add status "a" (autoloaded) for scriptsSebastien Helleu
2012-08-15core: add missing compiler define -D_LARGEFILE64_SOURCE in cmake and -D_LARGE...Sebastien Helleu
2012-08-15logger: replace define of _GNU_SOURCE by _XOPEN_SOURCESebastien Helleu
2012-08-15script: fix compilation with -O2 (replace define of _GNU_SOURCE by _XOPEN_SOU...Sebastien Helleu
2012-08-14script: fix missing format in calls to snprintfSebastien Helleu
2012-08-14core: fix use of uninitialized variable in hdata_get_var_array_sizeSebastien Helleu
2012-08-14doc: update japanese translations and docsRyuunosuke Ayanokouzi
2012-08-14core: add new plugin "script" (scripts manager, replacing scripts weeget.py a...Sebastien Helleu
2012-08-14core: free some variables used for weechat.conf when quitting WeeChatSebastien Helleu
2012-08-14core: add hidden command line options --no-gnutls and --no-gcrypt (no init/de...Sebastien Helleu
2012-08-14core: free data before removing config file/section/option from lists (remove...Sebastien Helleu
2012-08-14core: fix use of unitialized value (line->data->display) when adding a line i...Sebastien Helleu
2012-08-13doc: update japanese user's guide and FAQRyuunosuke Ayanokouzi
2012-08-11doc: compile japanese user's guide with autotoolsSebastien Helleu
2012-08-08irc: set non-blocking socket before connecting to server (fix freeze with SSL...Sebastien Helleu
2012-08-08core: fix connection to host in child process when socket is non-blocking (wi...Sebastien Helleu
2012-08-08scripts: add signals for scripts loaded/unloaded/installed/removedSebastien Helleu
2012-08-07doc: add japanese user's guide (patch #7827)Sebastien Helleu
2012-08-07doc: fix name of lists in hdata with scripts (plugin API reference)Sebastien Helleu
2012-08-06core: return error string to callback of hook_connect if getaddrinfo fails in...Sebastien Helleu
2012-08-05core: fix crash if key of hashtable_get(_item) is NULL (just return NULL)Sebastien Helleu
2012-08-05scripts: fix name of lists in hdata with scripts (remove leading "*")Sebastien Helleu
2012-08-04api: add new function util_version_numberSebastien Helleu
2012-08-04doc: fix gnutls dependency in user guideSebastien Helleu
2012-08-04doc: update dependencies in user guide (add zlib, gnutls is used in irc and r...Sebastien Helleu
2012-08-03core: rename type t_script_callback to t_plugin_script_cbSebastien Helleu
2012-08-03doc: update german translations, FAQ and user guideNils Görs
2012-08-03doc: fix typo in FAQSebastien Helleu
2012-08-03scripts: add hdata with list of scripts for each languageSebastien Helleu
2012-08-03doc: fix typo in FAQSebastien Helleu
2012-08-02fifo: ignore read failing with error EAGAIN (bug #37019) (patch from Matt Rob...Sebastien Helleu
2012-08-02doc: fix C example of weechat_charset_set and weechat_iconv_to_internal (plug...stfn
2012-08-02core: remove directory "src/plugins/scripts", move script plugins in "src/plu...Sebastien Helleu
2012-08-02core: update description of plugins and translate them in output of /pluginSebastien Helleu