Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-01-14 | core: fix display bugs with non-printable chars like tabs (part of messages ↵ | Sebastien Helleu | |
not displayed) (bug #38076) This bug was introduced by commit 70ce7fe3b6caa6128cb6e8bfb0eaaf39f1ebe4ce. | |||
2013-01-12 | core: fix crash in display of chat area when the ncurses chat window is not ↵ | Sebastien Helleu | |
initialized This can happen when a window becomes too small for display: then we set the ncurses chat window to NULL. So when displaying buffer, we'll skip it if the ncurses chat window is NULL. Steps to reproduce crash: 1. /window splith 2. /window resize -1 (many times, until chat area is less than one line) 3. /window balance | |||
2013-01-12 | guile: fix bad conversion of shared strings (replace calls to ↵ | Sebastien Helleu | |
scm_i_string_chars by scm_to_locale_string) (bug #38067) | |||
2013-01-12 | core: fix typo in comment | Sebastien Helleu | |
2013-01-12 | core: fix line returned when clicking on a bar (according to position and ↵ | Sebastien Helleu | |
filling) (bug #38069) | |||
2013-01-11 | aspell: fix spellers used when switching buffer | Sebastien Helleu | |
The bug happened when two buffers have different number of dictionaries and start with same dictionaries. For example buffer #1 with [en,fr] and buffer #2 with [en]. When switching from buffer #1 to buffer #2, aspell does not use only [en], but [en,fr]. | |||
2013-01-11 | Revert "aspell: store dictionaries in buffer local variable "aspell_dict"" | Sebastien Helleu | |
This reverts commit 8b61a557640e62e67f6eb7349c3a12cca9b43b5e. The local variable in buffers introduced new display bugs and would need some extra code and optimizations to fix. This will be reintroduced after the release of version 0.4.0. | |||
2013-01-11 | relay: fix duplicated messages sent to irc clients (when messages are ↵ | Sebastien Helleu | |
redirected) (bug #37870) | |||
2013-01-11 | relay: fix typo in comment | Sebastien Helleu | |
2013-01-11 | relay: add debug message for signal "irc_disconnected" | Sebastien Helleu | |
2013-01-11 | relay: fix name of signal in debug message (replace "irc_out" by "irc_outtags") | Sebastien Helleu | |
2013-01-10 | aspell: store dictionaries in buffer local variable "aspell_dict" | Sebastien Helleu | |
2013-01-10 | core: fix some copyright dates | Sebastien Helleu | |
2013-01-10 | Revert "perl: simplify code to load scripts" | Sebastien Helleu | |
This reverts commit 793a3cb1bad053ac3366cc34775dbc9b1e9ffb8a. This commit was causing crash on Linux when loading scripts like buffers.pl. | |||
2013-01-09 | perl: simplify code to load scripts | Nei | |
2013-01-08 | perl: display script filename in error messages | Nei | |
2013-01-08 | perl: fix calls to callbacks during load of script when multiplicity is ↵ | Nei | |
disabled (bug #38044) | |||
2013-01-08 | relay: add message when address family is not supported by protocol (on ↵ | Sebastien Helleu | |
socket creation) | |||
2013-01-07 | relay: add error number and string when socket creation fails | Sebastien Helleu | |
2013-01-07 | core: fix memory leak in evaluation of expression when a logical operator ↵ | Sebastien Helleu | |
("&&" or "||") is found | |||
2013-01-06 | api: allow return code WEECHAT_RC_OK_EAT in callbacks of hook_signal and ↵ | Sebastien Helleu | |
hook_hsignal (stop sending the signal immediately) | |||
2013-01-06 | irc: fix display of actions (/me) when they are received from a relay client ↵ | Sebastien Helleu | |
(in channel and private buffers) (bug #38027) | |||
2013-01-05 | core: fix refresh of bars when applying layout (bug #37944, bug #37952) | Sebastien Helleu | |
2013-01-04 | core: add buffer pointer in arguments for signals "input_search", ↵ | Sebastien Helleu | |
"input_text_changed" and "input_text_cursor_moved" | |||
2013-01-04 | aspell: ignore self and remote nicks in private buffers | Sebastien Helleu | |
2013-01-04 | core: fix compilation on OpenBSD (bug #38022) | Simon Kuhnle | |
File "sys/uio.h" needs to be included explicitly for use of "struct iovec" on OpenBSD. Signed-off-by: Simon Kuhnle <simon@blarzwurst.de> | |||
2013-01-04 | core: fix help of option weechat.color.separator | Sebastien Helleu | |
2013-01-01 | aspell: fix compilation warning | Sebastien Helleu | |
2013-01-01 | aspell: add signal "aspell_suggest" (sent when new suggestions are displayed) | Sebastien Helleu | |
2013-01-01 | relay: send UTC time in irc backlog (when server capability "server-time" is ↵ | Sebastien Helleu | |
enabled) | |||
2013-01-01 | core: fix scroll to bottom of window (default key: alt+end) when line ↵ | Sebastien Helleu | |
displayed is bigger than chat area | |||
2013-01-01 | core: fix scroll in buffer after enabling/disabling some filters (if scroll ↵ | Sebastien Helleu | |
is on a hidden line) (bug #37885) | |||
2013-01-01 | core: update copyright dates | Sebastien Helleu | |
2012-12-25 | xfer: fix memory leak when refreshing xfer buffer | Sebastien Helleu | |
2012-12-25 | script: add missing close of file in case of error when computing MD5 ↵ | Sebastien Helleu | |
checksum of a file | |||
2012-12-25 | relay: fix memory leak when adding hdata to a message (weechat protocol) | Sebastien Helleu | |
2012-12-25 | irc: remove unneeded check of nick pointer (can not be NULL there) | Sebastien Helleu | |
2012-12-25 | irc: fix memory leak when updating modes of channel | Sebastien Helleu | |
2012-12-25 | core: fix memory leak in case of error when building content of bar item for ↵ | Sebastien Helleu | |
display | |||
2012-12-25 | core: fix detection of command in input: a single command char is considered ↵ | Nils Görs | |
as a command (API function "string_input_for_bufer") | |||
2012-12-24 | relay: add backlog, options and server capability "server-time" for irc ↵ | Sebastien Helleu | |
protocol (task #12076) New options: - relay.irc.backlog_max_minutes - relay.irc.backlog_max_number - relay.irc.backlog_since_last_disconnect - relay.irc.backlog_tags - relay.irc.backlog_time_format | |||
2012-12-24 | irc: add tags "irc_nick1_xxx" and "irc_nick2_yyy" in message displayed for ↵ | Sebastien Helleu | |
command "NICK" | |||
2012-12-24 | irc: fix crash when splitting a message with tags | Sebastien Helleu | |
2012-12-23 | relay: fix crash after /upgrade when a client is connected | Sebastien Helleu | |
2012-12-21 | relay: add tag "relay_client" in all messages about client | Nils Görs | |
2012-12-21 | script: do not open script buffer when unknown arguments are given to ↵ | Sebastien Helleu | |
command /script | |||
2012-12-20 | alias: improve completion of command /alias | Sebastien Helleu | |
2012-12-20 | core: improve completion of commands /help, /mute and /set | Sebastien Helleu | |
2012-12-20 | core: add template %(windows_numbers) for first argument of command /window | Sebastien Helleu | |
2012-12-20 | core: group templates of command /mouse into a single template | Sebastien Helleu | |