Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-10-26 | doc: fix typos in color codes (developer's guide) | Sebastien Helleu | |
2013-10-24 | doc: fix layout of relay protocol (HTML version) when it is printed | Sebastien Helleu | |
2013-10-23 | doc: replace "Act:" by "H:" in hotlist (user's guide) | Sebastien Helleu | |
2013-10-23 | doc: add jabber.py and bitlbee/minbif in list of features (user's guide) | Sebastien Helleu | |
2013-10-20 | core: fix typo in /help weechat.history.max_buffer_lines_number | Sebastien Helleu | |
2013-10-20 | doc: use asciidoc system attribute {sys:command} for year in copyright of ↵ | Sebastien Helleu | |
man page | |||
2013-10-20 | core: add warning about value 0 in help of some history options | Sebastien Helleu | |
Options affected: - weechat.history.max_buffer_lines_minutes - weechat.history.max_buffer_lines_number - weechat.history.max_commands | |||
2013-10-20 | doc: fix layout of HTML docs when they are printed | Sebastien Helleu | |
Some long lines in docs were causing a zoom, and then the text font was smaller than it should be. Some styles have been fixed to remove the zoom and keep the original ratio. | |||
2013-10-19 | doc: use asciidoc attribute for year in copyright of man page | Sebastien Helleu | |
2013-10-19 | doc: add version >= 0.4.2 for new format of callback in function ↵ | Sebastien Helleu | |
bar_item_new (plugin API reference) | |||
2013-10-13 | doc: add nick modes in screen layout (user's guide) | Sebastien Helleu | |
2013-10-12 | doc: use a build directory in example of compilation with autotools (user's ↵ | Sebastien Helleu | |
guide) | |||
2013-10-09 | doc: fix typo in relay protocol | Sebastien Helleu | |
2013-10-08 | irc: add option irc.look.notice_welcome_tags | Sebastien Helleu | |
2013-10-08 | irc: add server option "default_msg_kick" to customize default kick/kickban ↵ | Sebastien Helleu | |
message (task #12777) (patch from Nils Görs) | |||
2013-10-08 | Revert "core: remove unneeded dependencies docbook-xml and docbook-xsl to ↵ | Sebastien Helleu | |
build man page" This reverts commit 5a9422855715c762e1e096dc95ad22ab0f835b27. These two packages are needed to build man pages without network access. | |||
2013-10-08 | core: remove unneeded dependencies docbook-xml and docbook-xsl to build man page | Sebastien Helleu | |
2013-10-06 | core: add options to customize default text search in buffers | Sebastien Helleu | |
New options: - weechat.look.buffer_search_case_sensitive (boolean, off by default) - weechat.look.buffer_search_force_default (boolean, off by default) - weechat.look.buffer_search_regex (boolean, off by default) - weechat.look.buffer_search_where (prefix, message (by default), prefix_message) | |||
2013-10-06 | irc: improve help of server option "autojoin" | Sebastien Helleu | |
2013-09-30 | core: update italian translations | Marco Paolone | |
2013-09-30 | doc: update german auto-generated file with IRC options | Sebastien Helleu | |
2013-09-20 | core: update german translations | Nils Görs | |
2013-09-20 | irc: add extra info in /help irc.look.smart_filter_delay | Sebastien Helleu | |
2013-09-20 | doc: add plugin "script" in list of plugins (user's guide) | Sebastien Helleu | |
2013-09-20 | core: add proxy options username/password in /help secure | Sebastien Helleu | |
2013-09-19 | core: update german translations | Nils Görs | |
2013-09-19 | irc: add note about evaluated content of "password" server option | Sebastien Helleu | |
2013-09-19 | relay: add support of secured data in option relay.network.password ↵ | Sebastien Helleu | |
(evaluate content) (patch from Nils Görs) | |||
2013-09-17 | core: update german translations | Nils Görs | |
2013-09-17 | doc: fix typo in french user's guide | Sebastien Helleu | |
2013-09-16 | doc: fix typos in french translations and docs | Sebastien Helleu | |
2013-09-05 | doc: update german translations, FAQ and user's guide | Nils Görs | |
2013-09-03 | core: rename options weechat.look.day_change_message(2) to ↵ | Sebastien Helleu | |
weechat.look.day_change_message_{1date|2dates} | |||
2013-09-02 | doc: update polish FAQ and scripting guide | Krzysztof Koroscik | |
2013-09-02 | core: update german translations | Nils Görs | |
2013-09-02 | core: add option weechat.look.day_change_message2 | Sebastien Helleu | |
The new option weechat.look.day_change_message2 is used to display day change between two messages, with two dates: the new one, and the old one. Example: -- Mon, 02 Sep 2013 (Thu, 22 Aug 2013) -- | |||
2013-08-31 | doc: remove "required" for password option in command "init" (relay protocol) | Sebastien Helleu | |
2013-08-30 | doc: use one line titles in japanese man page | Sebastien Helleu | |
The compilation was failing with asciidoc 8.5.2 (on Debian Squeeze). | |||
2013-08-29 | doc: update japanese translations and docs | Ryuunosuke Ayanokouzi | |
2013-08-28 | irc: add option irc.look.notice_welcome_redirect to automatically redirect ↵ | Sebastien Helleu | |
channel welcome notices to the channel buffer | |||
2013-08-26 | logger: add option "flush" for command /logger | Sebastien Helleu | |
2013-08-25 | core: add note about color codes "${color:xxx}" in /help ↵ | Sebastien Helleu | |
weechat.look.day_change_message | |||
2013-08-25 | core: display day change message dynamically (do not store it as a line in ↵ | Sebastien Helleu | |
buffer) (task #12775) Changes in options: - rename option weechat.look.day_change_time_format to weechat.look.day_change_message (color codes are allowed in this option) - new option weechat.color.chat_day_change. | |||
2013-08-20 | core: improve help of command /away | Sebastien Helleu | |
2013-08-19 | core: add syntax "@buffer:item" in bar items to force the buffer used when ↵ | Sebastien Helleu | |
displaying the bar item (task #12717) | |||
2013-08-18 | doc: update german auto-generated files | Sebastien Helleu | |
2013-08-18 | doc: update german translations and user's guide | Nils Görs | |
2013-08-17 | doc: capitalize first word of text in table cells | Sebastien Helleu | |
2013-08-17 | core: add search of regular expression in buffer, don't reset search type on ↵ | Sebastien Helleu | |
a new search, select where to search (messages/prefixes) Key changed in search context: - ctrl+"r": switch search type: string/regex New keys in search context: - alt+"c": case (in)sensitive search - tab: search in messages/prefixes/both | |||
2013-08-16 | core: add text emphasis in messages when searching text in buffer | Sebastien Helleu | |
New options: - weechat.look.emphasized_attributes - weechat.color.emphasized - weechat.color.emphasized_bg |