Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-02-13 | core: use item "buffer_last_number" instead of "buffer_count" by default in ↵ | Sebastien Helleu | |
status bar | |||
2014-02-13 | core: fix freeze/crash in gnutls (bug #41576) | Jason A. Donenfeld | |
The link is now made against pthread on all platforms. Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com> | |||
2014-02-13 | irc: use a more explicit error when the creation of a temporary server failed | Sebastien Helleu | |
2014-02-11 | core: add signals "key_combo_{default|search|cursor}" | Sebastien Helleu | |
2014-02-11 | core: ignore return value of 'write' in function hook_set (fix compiler warning) | Sebastien Helleu | |
2014-02-10 | core: split key command when the key is created (improve speed when ↵ | Sebastien Helleu | |
executing commands of a key) | |||
2014-02-10 | api: add integer return code for functions hook_{signal|hsignal}_send | Sebastien Helleu | |
2014-02-09 | core: display a warning in case of inconsistency between the options ↵ | Sebastien Helleu | |
weechat.look.save_{config|layout}_on_exit | |||
2014-02-09 | core: add more info in /help weechat.look.hotlist_sort | Sebastien Helleu | |
2014-02-07 | core: fix apply of layout when buffers that are not in layout are before ↵ | Sebastien Helleu | |
some buffers in layout Now when a layout is applied, the buffers in layout are inserted/sorted first in the new list. Then the other buffers (not in layout) are added after this loop, and then they are added after all layout buffers. | |||
2014-02-06 | core: fix hotlist problems after apply of a layout (bug #41481) | Sebastien Helleu | |
This commit fixes a problem when computing the value of "num_displayed" in all buffers. For merged buffers (with same number), the num_displayed of each merged buffer must be incremented (and not only the current active buffer). | |||
2014-02-05 | ruby: add detection and fix compilation with Ruby 2.0 (patch #8209) | Sebastien Helleu | |
Now the search for Ruby is first performed with pkg-config and includes detection of Ruby 2.0. If not found, the old code for detection is used (for old distros or old Ruby versions). The specific test on Ruby 1.9.0 (to disable this version) has been removed (1.9.0 was a dev/unstable version from 2007, quite old now). | |||
2014-02-04 | core: fix installation of weechat-plugin.h with autotools (patch #8305) | Patrick Steinhardt | |
2014-02-04 | alias: add default alias /beep => /print -stderr \a | Sebastien Helleu | |
2014-02-04 | core: use structure itself for sizeof in two malloc | Sebastien Helleu | |
2014-02-02 | ruby: fix compilation warning | Sebastien Helleu | |
2014-02-02 | core: fix compilation on Android (replace include of sys/termios.h by ↵ | Sebastien Helleu | |
termios.h) (bug #41434) | |||
2014-02-02 | core: fix compilation on Android (replace calls to rindex by strrchr) (bug ↵ | Sebastien Helleu | |
#41420, patch #8301) | |||
2014-02-01 | core: fix crash when creating two bars with same name but different case ↵ | Sebastien Helleu | |
(bug #41418) | |||
2014-01-31 | irc: clear the gnutls session in all cases after SSL connection error | Sebastien Helleu | |
2014-01-31 | relay: send backlog for irc private buffers | Sebastien Helleu | |
2014-01-29 | core: fix typos in translations and docs | Sebastien Helleu | |
2014-01-28 | irc: add value "353" in option irc.look.display_join_message | Sebastien Helleu | |
So now the values mean: - 353: names on channel - 366: names count (before this commit it meant 353 + 366) | |||
2014-01-27 | core: fix display of read marker when all buffers line are unread | Sebastien Helleu | |
The bug is when all buffer lines are unread (so "last_read_line" pointer is NULL), and that the option weechat.look.read_marker_always_show is on. The read marker was displayed at bottom after switch to the buffer. Thanks to Nils Görs. | |||
2014-01-27 | logger: replace backslashs in name by logger replacement char under Cygwin ↵ | Sebastien Helleu | |
(bug #41207) | |||
2014-01-26 | core: fix memory leak in regex matching when evaluating expression | Sebastien Helleu | |
2014-01-25 | irc: add command "monitor" in /help irc.look.notify_tags_ison | Sebastien Helleu | |
2014-01-25 | scripts: fix script interpreter used after register during load of script in ↵ | Sebastien Helleu | |
python/perl/ruby/lua/guile plugins (bug #41345) | |||
2014-01-24 | core: add support of escaped unicode chars in commands /print and "/input ↵ | Sebastien Helleu | |
insert" | |||
2014-01-23 | irc: use MONITOR instead of ISON for /notify when it is available on server ↵ | Sebastien Helleu | |
(task #11477) (patch from Nils Görs) | |||
2014-01-22 | core: revert the rename of option weechat.look.save_layout_on_exit | Sebastien Helleu | |
2014-01-22 | core: fix typo in /help print | Sebastien Helleu | |
2014-01-22 | api: add function "infolist_search_var" | Sebastien Helleu | |
2014-01-21 | core: rename option weechat.look.save_layout_on_exit to ↵ | Sebastien Helleu | |
weechat.look.store_layout_on_exit, replace "save" by "store" for layouts | |||
2014-01-21 | core: change format of buffer name in output of /buffer | Sebastien Helleu | |
Now the full name of buffer is displayed, without parentheses around the plugin name. The old ouput was: [1] (core) weechat (notification: all) [1] (irc) server.freenode (notification: all) [2] (irc) freenode.#weechat (notification: all) Now it is: [1] core.weechat (notification: all) [1] irc.server.freenode (notification: all) [2] irc.freenode.#weechat (notification: all) | |||
2014-01-21 | core: delay the signal "signal_sigwinch" after WeeChat screen refresh | Sebastien Helleu | |
The signal is sent after WeeChat screen refresh, so all sizes for windows, bars, ... are already adjusted to the new terminal size. | |||
2014-01-21 | core: add signals "signal_sighup" and "signal_sigwinch" (terminal resized) | Sebastien Helleu | |
2014-01-21 | irc: do not display names by default when joining a channel (task #13045) | Sebastien Helleu | |
2014-01-21 | core: update translations | Sebastien Helleu | |
2014-01-21 | irc: refactor code in gnutls callback to display certificates even if option ↵ | Sebastien Helleu | |
ssl_fingerprint is set | |||
2014-01-21 | irc: check that server option ssl_fingerprint has exactly 40 hexadecimal ↵ | Sebastien Helleu | |
digits (when set to non-empty value) | |||
2014-01-21 | irc: add server option "ssl_fingerprint" (task #12724) | Maarten de Vries | |
2014-01-20 | irc: add comment with return value for function irc_server_gnutls_callback | Sebastien Helleu | |
2014-01-20 | irc: display PONG answer when resulting from manual /ping command | Sebastien Helleu | |
2014-01-19 | core: add command /print | Sebastien Helleu | |
2014-01-18 | core: fix typo in arguments description of command /mute | Sebastien Helleu | |
2014-01-18 | core: reformat hook_command arguments | Sebastien Helleu | |
2014-01-18 | core: update some function comments | Sebastien Helleu | |
2014-01-16 | core: set max value for option weechat.look.hotlist_names_count to ↵ | Sebastien Helleu | |
GUI_BUFFERS_MAX (10000) | |||
2014-01-15 | core: add option weechat.look.tab_width | Sebastien Helleu | |