summaryrefslogtreecommitdiff
path: root/ChangeLog
AgeCommit message (Expand)Author
2012-09-21doc: add japanese tester's guide, update japanese translations and docsRyuunosuke Ayanokouzi
2012-09-19charset: allow "UTF-8" in charset encoding options (still forbidden in decodi...Sebastien Helleu
2012-09-18Version 0.3.9-rc2Sebastien Helleu
2012-09-18irc: fix rejoin of channels with a key, ignore value "*" sent by server for k...Peter Boström
2012-09-17core: update ChangeLog (add japanese scripting guide)Sebastien Helleu
2012-09-17core: move the set of cmake policy CMP0003 in directory src (so it applies to...Sebastien Helleu
2012-09-17logger: add tags in backlog lines displayed when opening bufferSebastien Helleu
2012-09-16irc: fix SASL mechanism "external" (bug #37274) (patch from phlux)Sebastien Helleu
2012-09-04irc: fix parsing of message 346 when no nick/time are given (bug #37266)Sebastien Helleu
2012-09-04core: add signals for plugins loaded/unloadedSebastien Helleu
2012-09-03irc: switch to next address after a timeout when connecting to server (bug #3...Simon Arlott
2012-09-03irc: fix bug when changing server option "addresses" with less addresses (bug...Simon Arlott
2012-08-30Version 0.3.9-rc1Sebastien Helleu
2012-08-30core: add default key alt+"x" (zoom on merged buffer) (task #11029)Sebastien Helleu
2012-08-27core: fix display bug when end of a line is displayed on top of chat (last li...Sebastien Helleu
2012-08-27api: allow update for some variables of hdata, add new functions hdata_update...Sebastien Helleu
2012-08-25core: fix IP address returned by hook_connect (return IP really used, not fir...Sebastien Helleu
2012-08-23irc: add network prefix in irc (dis)connection messagesSebastien Helleu
2012-08-22irc: generate alternate nicks dynamically when all nicks are already in use (...Sebastien Helleu
2012-08-22irc: fix split of received IRC message: keep spaces at the end of messageSebastien Helleu
2012-08-22core: display spaces at the end of messages in chat area (bug #37024)Sebastien Helleu
2012-08-22core: fix infinite loop in display when chat area has width of 1 with a bar d...Sebastien Helleu
2012-08-20irc: move options weechat.look.nickmode{_empty} to irc.look.nick_mode{_empty}...Sebastien 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-17core: add mouse bindings ctrl+wheel up/down to scroll horizontally buffers wi...Sebastien Helleu
2012-08-16api: add info "locale" for info_get (locale used to translate messages)Sebastien Helleu
2012-08-14core: add new plugin "script" (scripts manager, replacing scripts weeget.py a...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-06core: return error string to callback of hook_connect if getaddrinfo fails in...Sebastien Helleu
2012-08-04api: add new function util_version_numberSebastien Helleu
2012-08-03scripts: add hdata with list of scripts for each languageSebastien Helleu
2012-08-02fifo: ignore read failing with error EAGAIN (bug #37019) (patch from Matt Rob...Sebastien Helleu
2012-08-01core: add option weechat.startup.sys_rlimit to set system resource limits for...Sebastien Helleu
2012-07-30irc: fix bug with prefix chars which are in chanmodes with a type different f...Sebastien Helleu
2012-07-29core: add option "swap" for command /buffer (task #11373)Nils Görs
2012-07-29core: fix refresh of bar items when switching windowSebastien Helleu
2012-07-29scripts: fix function unhook_all, fix deletion of configuration files when sc...Sebastien Helleu
2012-07-27core: fix names of cache variables in configure.in (patch from Murilo Opsfeld...Sebastien Helleu
2012-07-27core: add task #12187 in ChangeLogSebastien Helleu
2012-07-27logger: add messages "Day changed to" in backlogSebastien Helleu
2012-07-27relay: add support of SSL (for irc and weechat protocols), new option relay.n...Sebastien Helleu
2012-07-21core: add hdata "hotlist"Sebastien Helleu
2012-07-21core: scroll to bottom of window after reaching first or last highlight with ...Peter Boström
2012-07-20relay: add object type "arr" (array) in WeeChat protocolSebastien Helleu
2012-07-20core: add support of arrays in hdata variablesSebastien Helleu
2012-07-17python: fix detection of python (first try "python2.x" and then "python") (bu...Sebastien Helleu
2012-07-15irc: fix format of message "USER" (according to RFC 2812) (bug #36825)Sebastien Helleu
2012-07-14relay: fix freeze when writing on relay socket (use non-blocking sockets in r...Sebastien Helleu