index
:
weechat
master
topic/doc-command-hyperlink
The extensible chat client.
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
Age
Commit message (
Expand
)
Author
2012-08-30
core: add default key alt+"x" (zoom on merged buffer) (task #11029)
Sebastien Helleu
2012-08-30
script: add diff between current script and version in repository
Sebastien Helleu
2012-08-28
script: remove spaces before/after tags displayed on detail of script
Sebastien Helleu
2012-08-28
script: add option "script.look.display_source" (display source code with det...
Sebastien Helleu
2012-08-27
core: fix display bug when end of a line is displayed on top of chat (last li...
Sebastien Helleu
2012-08-27
api: allow update for some variables of hdata, add new functions hdata_update...
Sebastien Helleu
2012-08-25
core: fix IP address returned by hook_connect (return IP really used, not fir...
Sebastien Helleu
2012-08-23
irc: add network prefix in irc (dis)connection messages
Sebastien Helleu
2012-08-23
script: fix color used for script description on script buffer
Sebastien Helleu
2012-08-23
irc: keep trailing spaces in IRC messages only for some commands (if message ...
Sebastien Helleu
2012-08-22
irc: generate alternate nicks dynamically when all nicks are already in use (...
Sebastien Helleu
2012-08-22
irc: fix split of received IRC message: keep spaces at the end of message
Sebastien Helleu
2012-08-22
core: display spaces at the end of messages in chat area (bug #37024)
Sebastien Helleu
2012-08-22
core: fix infinite loop in display when chat area has width of 1 with a bar d...
Sebastien Helleu
2012-08-21
script: add missing extensions in output of /script -o|-i
Sebastien Helleu
2012-08-21
script: add options -o and -i for /script list
Sebastien Helleu
2012-08-21
script: add option script.look.quiet_actions (no messages when installing/rem...
Sebastien Helleu
2012-08-20
irc: move options weechat.look.nickmode{_empty} to irc.look.nick_mode{_empty}...
Sebastien Helleu
2012-08-20
core: fix quote used in /help option for values (type integer with strings)
Sebastien Helleu
2012-08-20
script: add focus info for mouse on script buffer, add two default mouse bind...
Sebastien Helleu
2012-08-18
script: add key alt+L to reload script, allow input on script buffer for acti...
Sebastien Helleu
2012-08-18
script: add option "search" for command /script (completion with script tags)
Sebastien Helleu
2012-08-17
core: fix display of "bar more down" char when text is truncated by size_max ...
Nils Görs
2012-08-17
core: fix color of long lines (displayed on more than one line on screen) und...
Sebastien Helleu
2012-08-17
relay: add cast from time_t to long (fix warning under FreeBSD)
Sebastien Helleu
2012-08-17
script: add option "reload" for command /script, fix completion of /script, a...
Sebastien Helleu
2012-08-17
core: add mouse bindings ctrl+wheel up/down to scroll horizontally buffers wi...
Sebastien Helleu
2012-08-16
script: add option script.look.translate_description
Sebastien Helleu
2012-08-16
api: add info "locale" for info_get (locale used to translate messages)
Sebastien Helleu
2012-08-15
core: fix alignment of command arguments for scripts (in /help command)
Sebastien Helleu
2012-08-15
script: add status "a" (autoloaded) for scripts
Sebastien Helleu
2012-08-15
core: add missing compiler define -D_LARGEFILE64_SOURCE in cmake and -D_LARGE...
Sebastien Helleu
2012-08-15
logger: replace define of _GNU_SOURCE by _XOPEN_SOURCE
Sebastien Helleu
2012-08-15
script: fix compilation with -O2 (replace define of _GNU_SOURCE by _XOPEN_SOU...
Sebastien Helleu
2012-08-14
script: fix missing format in calls to snprintf
Sebastien Helleu
2012-08-14
core: fix use of uninitialized variable in hdata_get_var_array_size
Sebastien Helleu
2012-08-14
core: add new plugin "script" (scripts manager, replacing scripts weeget.py a...
Sebastien Helleu
2012-08-14
core: free some variables used for weechat.conf when quitting WeeChat
Sebastien Helleu
2012-08-14
core: add hidden command line options --no-gnutls and --no-gcrypt (no init/de...
Sebastien Helleu
2012-08-14
core: free data before removing config file/section/option from lists (remove...
Sebastien Helleu
2012-08-14
core: fix use of unitialized value (line->data->display) when adding a line i...
Sebastien Helleu
2012-08-08
irc: set non-blocking socket before connecting to server (fix freeze with SSL...
Sebastien Helleu
2012-08-08
core: fix connection to host in child process when socket is non-blocking (wi...
Sebastien Helleu
2012-08-08
scripts: add signals for scripts loaded/unloaded/installed/removed
Sebastien Helleu
2012-08-06
core: return error string to callback of hook_connect if getaddrinfo fails in...
Sebastien Helleu
2012-08-05
core: fix crash if key of hashtable_get(_item) is NULL (just return NULL)
Sebastien Helleu
2012-08-05
scripts: fix name of lists in hdata with scripts (remove leading "*")
Sebastien Helleu
2012-08-04
api: add new function util_version_number
Sebastien Helleu
2012-08-03
core: rename type t_script_callback to t_plugin_script_cb
Sebastien Helleu
2012-08-03
scripts: add hdata with list of scripts for each language
Sebastien Helleu
[prev]
[next]