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-09-20
core: fix IPv6 example in /proxy command
stfn
2012-09-19
charset: allow "UTF-8" in charset encoding options (still forbidden in decodi...
Sebastien Helleu
2012-09-18
irc: fix rejoin of channels with a key, ignore value "*" sent by server for k...
Peter Boström
2012-09-18
script: consider that empty file "plugins.xml.gz" is not up-to-date
Sebastien Helleu
2012-09-18
logger: do not define _XOPEN_SOURCE on OpenBSD (not needed)
Sebastien Helleu
2012-09-18
script: do not define _XOPEN_SOURCE on OpenBSD (bugs with gcrypt) (bug #37373)
Sebastien Helleu
2012-09-17
core: fix link with gcrypt lib in cmake (use var $GCRYPT_LDFLAGS instead of "...
Sebastien Helleu
2012-09-17
core: move the set of cmake policy CMP0003 in directory src (so it applies to...
Sebastien Helleu
2012-09-17
logger: add tags in backlog lines displayed when opening buffer
Sebastien Helleu
2012-09-16
irc: fix SASL mechanism "external" (bug #37274) (patch from phlux)
Sebastien Helleu
2012-09-04
irc: fix parsing of message 346 when no nick/time are given (bug #37266)
Sebastien Helleu
2012-09-04
script: display error when installing/removing/loading script if plugin for l...
Sebastien Helleu
2012-09-04
core: add signals for plugins loaded/unloaded
Sebastien Helleu
2012-09-03
irc: switch to next address after a timeout when connecting to server (bug #3...
Simon Arlott
2012-09-03
irc: fix bug when changing server option "addresses" with less addresses (bug...
Simon Arlott
2012-09-03
irc: add network prefix in some irc/gnutls messages
Sebastien Helleu
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
[next]