Age | Commit message (Collapse) | Author | |
---|---|---|---|
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-19 | core: fix memory leak on unhook of a print hook (if using tags) | Sebastien Helleu | |
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 | core: update portuguese translations | Ivan Sichmann Freitas | |
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 | Version 0.4.2-rc1 | Sebastien Helleu | |
2013-09-02 | core: update polish translations | Krzysztof Koroscik | |
2013-09-02 | core: fix computation of columns in output of /help (take care about size of ↵ | Sebastien Helleu | |
time/buffer/prefix) | |||
2013-09-02 | Merge branch 'shared-strings' | Sebastien Helleu | |
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 in file NEWS | Sebastien Helleu | |
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-29 | irc: fix extraction of channel name in notice (when message starts with "[]") | Sebastien Helleu | |
2013-08-28 | core: fix automatic scroll to bottom of buffer when day change is displayed ↵ | Sebastien Helleu | |
before first line of buffer | |||
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: fix evaluation of expressions with parentheses | Sebastien Helleu | |
First evaluate sub-expressions between parentheses. Before the fix: >> 1 && (0 || 0) == [1] After the fix: >> 1 && (0 || 0) == [0] | |||
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-22 | core: fix uncontrolled format string when displaying bufferized lines on ↵ | Sebastien Helleu | |
startup (lines waiting for core buffer) | |||
2013-08-21 | core: display an error message when "/buffer notify xxx" fails (with a wrong ↵ | Sebastien Helleu | |
notify level) | |||
2013-08-20 | core: improve help of command /away | Sebastien Helleu | |
2013-08-20 | core: update translations | Sebastien Helleu | |
2013-08-20 | core: fix buffer returned in focus info for bar items with a forced buffer | 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-18 | irc: replace default prefix modes "qaohvu" by the standard ones "ov" when ↵ | Sebastien Helleu | |
PREFIX is not sent by server (bug #39802) | |||
2013-08-18 | core: add split of IRC messages for commands (de)op/halfop/voice in ChangeLog | Sebastien Helleu | |
2013-08-17 | core: use shared strings for groups/nicks in nicklist | Sebastien Helleu | |
2013-08-17 | core: use shared strings for prefix on lines | Sebastien Helleu | |
It can reduce by about 10% the memory used for lines in a buffer. | |||
2013-08-17 | core: add commment in function string_shared_get (returned value must not be ↵ | Sebastien Helleu | |
changed) | |||
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 | |||
2013-08-15 | core: remove obsolete enum t_config_look_nicklist | Sebastien Helleu | |
2013-08-14 | doc: fix emphasized text in plugin API reference and relay protocol | Sebastien Helleu | |
2013-08-12 | core: fix typo in french translation of /help upgrade | Sebastien Helleu | |
2013-08-12 | core: add comment with return value of function string_regcomp | Sebastien Helleu | |
2013-08-12 | doc: update german translations, scripting and user guide | Nils Görs | |
2013-08-11 | core: add note about "strftime" in help of options ↵ | Sebastien Helleu | |
weechat.look.day_change_time_format and weechat.look.time_format | |||
2013-08-10 | doc: add "oauth" for IRC connection in FAQ | Sebastien Helleu | |
2013-08-10 | core: use shared strings for tags on lines | Sebastien Helleu | |
It can reduce by about 30% the memory used for lines in a buffer. |