Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-05-25 | doc: use .asciidoc extension instead of .txt for doc files | Sébastien Helleu | |
2014-05-25 | doc: update auto-generated files with hdata | Sébastien Helleu | |
2014-04-05 | core: add hidden buffers, add options hide/unhide in command /buffer | Sébastien Helleu | |
2014-04-01 | core: add default key alt-'-' to toggle filters in current buffer (closes #17) | Sébastien Helleu | |
2014-03-31 | core: add non-active merged buffers with activity in hotlist (if another ↵ | Sébastien Helleu | |
merged buffer is zoomed) (task #12845) There was a bug with "num_displayed" in buffers when they are merged and that one buffer is zoomed: now the num_displayed is > 0 for the active buffer, and it is set to 0 for all merged non-active buffers (only in case of zoom). A variable "zoomed" has been added in buffers to know if a buffer with this number is zoomed or not (possibly another buffer). | |||
2014-03-30 | irc: add support of "away-notify" capability (closes #12) | Sébastien Helleu | |
2014-03-27 | doc: update auto-generated files with hdata | Sebastien Helleu | |
2014-02-13 | doc: update auto-generated files with hdata | Sebastien Helleu | |
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-06 | doc: update auto-generated files with hdata | Sebastien Helleu | |
2013-12-21 | core: update german translations | Nils Görs | |
2013-12-15 | core: add buffer property "highlight_tags_restrict", rename option ↵ | Sebastien Helleu | |
irc.look.highlight_tags to irc.look.highlight_tags_restrict The buffer property "highlight_tags" is renamed to "highlight_tags_restrict". New behavior for buffer property "highlight_tags": force highlight on tags. Option irc.look.highlight_tags is renamed to irc.look.highlight_tags_restrict. | |||
2013-12-14 | core: add logical "and" between tags in filters, weechat.look.highlight_tags ↵ | Sebastien Helleu | |
and buffer property "highlight_tags" The logical "and" is made with the separator "+". Example: "irc_notice+nick_toto,nick_test" will match a notice from nick "toto" or any message from nick "test". | |||
2013-12-06 | doc: update auto-generated files with hdata | Sebastien Helleu | |
2013-12-01 | core: add missing access to hdata "buffer_visited" | Sebastien Helleu | |
2013-11-02 | core: update german translations | Nils Görs | |
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-09-02 | core: update german translations | Nils Görs | |
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-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-12 | doc: update german translations, scripting and user guide | Nils Görs | |
2013-08-10 | core: optimize the removal of lines in buffers (a lot faster to clear/close ↵ | Sebastien Helleu | |
buffers with lot of lines) The update of variables "buffer_max_length" and "prefix_max_length" in struct t_gui_lines is now delayed and made during the main refresh (in main loop). For a buffer with 50K lines, it is up to 3300 times faster to clear/close it. For a buffer with 4096 lines (default limit), it is up to 120 times faster. | |||
2013-07-28 | script: add info about things defined by script in the detailed view of ↵ | Sebastien Helleu | |
script (/script show) | |||
2013-07-17 | core: add option "scroll_beyond_end" for command /window (task #6745) | Sebastien Helleu | |
2013-06-29 | doc: update german translations, man page and user's guide | Nils Görs | |
2013-06-08 | doc: update german translations and FAQ | Nils Görs | |
2013-06-08 | core: add "proxy" infolist and hdata | Sebastien Helleu | |
2013-05-27 | doc: resize columns for table with hdata (plugin API reference) | Sebastien Helleu | |
2013-05-21 | core: update translations and auto-generated files with hdata/infolists | Sebastien Helleu | |
2013-03-24 | irc: add option irc.look.display_join_message (task #10895) | Sebastien Helleu | |
2013-03-07 | doc: update hdata "buffer" in plugin API reference | Sebastien Helleu | |
2013-02-17 | irc: unmask smart filtered join if nick speaks in channel some minutes after ↵ | Sebastien Helleu | |
the join, new option irc.look.smart_filter_join_unmask (task #12405) The nick changes are tracked and will be unmasked with the join. Events triggering the unmask of join are: a message (can be CTCP), a notice or an update of topic. | |||
2013-02-16 | irc: fix memory leak in purge of hashtables with joins (it was done only for ↵ | Sebastien Helleu | |
the first server in the list) | |||
2013-01-12 | core: fix line returned when clicking on a bar (according to position and ↵ | Sebastien Helleu | |
filling) (bug #38069) | |||
2012-12-08 | api: allow creation of structure with hdata_update (allowed for hdata "history") | Sebastien Helleu | |
2012-11-02 | core: add command /eval, use expression in conditions for bars, add function ↵ | Sebastien Helleu | |
"string_eval_expression" in plugin API | |||
2012-10-14 | api: connect with IPv6 by default in hook_connect (with fallback to IPv4), ↵ | Simon Arlott | |
shuffle list of hosts for a same address (task #11205) | |||
2012-10-09 | irc: add option "-noswitch" for command /join (task #12275) | Sebastien Helleu | |
2012-10-06 | doc: update hdata "irc_server" (add "disconnected") in plugin API reference | Sebastien Helleu | |
2012-09-18 | doc: update german translations, FAQ and quickstart guide | Nils Görs | |
2012-09-18 | irc: fix rejoin of channels with a key, ignore value "*" sent by server for ↵ | Peter Boström | |
key (bug #24131) | |||
2012-09-04 | doc: update hdata "script_script" in plugin API reference | Sebastien Helleu | |
2012-08-27 | api: allow update for some variables of hdata, add new functions ↵ | Sebastien Helleu | |
hdata_update and hdata_set | |||
2012-08-22 | irc: generate alternate nicks dynamically when all nicks are already in use ↵ | Sebastien Helleu | |
(task #12209) | |||
2012-08-14 | core: add new plugin "script" (scripts manager, replacing scripts weeget.py ↵ | Sebastien Helleu | |
and script.pl) | |||
2012-08-07 | doc: fix name of lists in hdata with scripts (plugin API reference) | Sebastien Helleu | |
2012-08-03 | scripts: add hdata with list of scripts for each language | Sebastien Helleu | |
2012-07-27 | doc: update german translations and docs | Nils Görs | |
2012-07-21 | core: add hdata "hotlist" | Sebastien Helleu | |
2012-07-20 | core: add support of arrays in hdata variables | Sebastien Helleu | |