summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2012-09-04irc: fix parsing of message 346 when no nick/time are given (bug #37266)Sebastien Helleu
2012-09-04doc: update hdata "script_script" in plugin API referenceSebastien Helleu
2012-09-04script: display error when installing/removing/loading script if plugin for ↵Sebastien Helleu
language is not loaded
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 ↵Simon Arlott
#37216)
2012-09-03irc: fix bug when changing server option "addresses" with less addresses ↵Simon Arlott
(bug #37215)
2012-09-03irc: add network prefix in some irc/gnutls messagesSebastien Helleu
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-30script: add diff between current script and version in repositorySebastien Helleu
New options: - script.look.diff_command - script.look.diff_color Key alt-d has been changed to alt-v on script buffer (view script). Key alt-d is now used on detail of script to jump to diff (if diff is displayed).
2012-08-28script: remove spaces before/after tags displayed on detail of scriptSebastien Helleu
2012-08-28script: add option "script.look.display_source" (display source code with ↵Sebastien Helleu
detail of script, enabled by default)
2012-08-27core: fix asciidoc formatting in NEWSSebastien Helleu
2012-08-27core: fix display bug when end of a line is displayed on top of chat (last ↵Sebastien Helleu
line truncated and MORE(0) in status bar) (bug #37203)
2012-08-27api: allow update for some variables of hdata, add new functions ↵Sebastien Helleu
hdata_update and hdata_set
2012-08-25core: fix IP address returned by hook_connect (return IP really used, not ↵Sebastien Helleu
first IP for hostname)
2012-08-23irc: add network prefix in irc (dis)connection messagesSebastien Helleu
2012-08-23script: fix color used for script description on script bufferSebastien Helleu
2012-08-23irc: keep trailing spaces in IRC messages only for some commands (if message ↵Sebastien Helleu
ends with text from user)
2012-08-22irc: generate alternate nicks dynamically when all nicks are already in use ↵Sebastien Helleu
(task #12209)
2012-08-22weercd.py: add option "nickused" (send some messages 433 before accepting nick)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 ↵Sebastien Helleu
displayed on the right (nicklist by default) (bug #37089)
2012-08-22doc: add question about size of input bar in FAQSebastien Helleu
2012-08-21script: add missing extensions in output of /script -o|-iSebastien Helleu
2012-08-21script: add options -o and -i for /script listSebastien Helleu
2012-08-21script: add option script.look.quiet_actions (no messages when ↵Sebastien Helleu
installing/removing/loading/unloading scripts on script buffer)
2012-08-21core: check that python version is >= 2.5 in cmake/autotools (patch from ↵Sebastien Helleu
Peter Boström)
2012-08-20irc: move options weechat.look.nickmode{_empty} to ↵Sebastien Helleu
irc.look.nick_mode{_empty}, add nick mode for action messages (patch from Nils Görs) The option irc.look.nick_mode has a new type: integer with values: none/prefix/action/both (default is "prefix", which is old behaviour).
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 ↵Sebastien Helleu
bindings: left button = select line, right button = install/remove script
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 ↵Sebastien Helleu
actions on script, add option script.look.use_keys
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
in bars with vertical filling (bug #37054)
2012-08-17core: fix color of long lines (displayed on more than one line on screen) ↵Sebastien Helleu
under FreeBSD (bug #36999)
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, ↵Sebastien Helleu
add examples in /help script
2012-08-17core: add mouse bindings ctrl+wheel up/down to scroll horizontally buffers ↵Sebastien Helleu
with free content
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 ↵Sebastien Helleu
-D_LARGE_FILES in autotools (fix build of script plugin on Debian Lenny)
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 ↵Sebastien Helleu
_XOPEN_SOURCE)
2012-08-14script: fix missing format in calls to snprintfSebastien Helleu