Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |
2014-01-14 | core: add completion "plugins_installed" | Sebastien Helleu | |
2014-01-13 | core: fix typo in /help weechat.look.highlight_regex | Sebastien Helleu | |
2014-01-11 | api: add stdin options in functions hook_process_hashtable and hook_set ↵ | Sebastien Helleu | |
(task #10847, task #13031) The function hook_set has been added in script API. | |||
2014-01-11 | irc: fix time parsed in tag of messages on Cygwin | Sebastien Helleu | |
2014-01-10 | xfer: add gcrypt library for link of plugin | Sebastien Helleu | |
2014-01-10 | irc: add missing include of netinet/in.h (fix compilation error on FreeBSD) | Sebastien Helleu | |
2014-01-09 | core: optimize xxx_valid() functions: return immediately if pointer is NULL | Sebastien Helleu | |
2014-01-09 | core: add "POSIX extended" in description of options/commands/functions ↵ | Sebastien Helleu | |
using regular expressions | |||
2014-01-09 | relay: fix memory leak on unload of relay plugin | Sebastien Helleu | |
2014-01-09 | xfer: add support of IPv6 for DCC chat/file (patch #7992) | Andrew Potter | |
2014-01-08 | core: fix crash in /eval when config option has a NULL value | Sebastien Helleu | |
2014-01-07 | core: fix typo in comment | Sebastien Helleu | |
2014-01-06 | ruby: remove evil tab | Sebastien Helleu | |
2014-01-06 | xfer: use same infolist for hook and signals (patch #7974) | Andrew Potter | |
2014-01-06 | core: add missing type "shared_string" in hdata_type_string[] | Sebastien Helleu | |
2014-01-06 | xfer: add option xfer.file.auto_check_crc32 (patch #7963) | Sebastien Helleu | |
Thanks to Andrew Potter for the patch. | |||
2014-01-06 | ruby: fix ruby init with ruby >= 2.0 (bug #41115) | Sebastien Helleu | |
2014-01-05 | core: fix crash with hdata_update on shared strings, add hdata type ↵ | Sebastien Helleu | |
"shared_string" (bug #41104) | |||
2014-01-05 | xfer: replace call to sprintf() with snprintf() | Sebastien Helleu | |
2014-01-05 | core: replace calls to sprintf() with snprintf() | Sebastien Helleu | |
2014-01-05 | core: fix compilation warnings on OpenBSD | Sebastien Helleu | |
On OpenBSD, the variable "tv_sec" in struct timeval has type "long" (type "time_t" under Linux). So we need to copy this value to a temporary variable before using its pointer with function localtime(). |