Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-08-10 | doc: add "oauth" for IRC connection in FAQ | Sebastien Helleu | |
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-08-10 | core: change type of hashtable key hash to unsigned long, return item ↵ | Sebastien Helleu | |
pointer in functions hashtable_set(_with_size) The key hash has been changed from unsigned int to unsigned long, and now the callback can return any value (not only between 0 and size-1), the modulo is computed after the call to the callback by the hashtable functions. Functions hashtable_set and hashtable_set_with_size were returning 1 if OK, 0 if error. Now they return pointer to hashtable item, or NULL if error. | |||
2013-08-09 | core: add "callback_free_key" in hashtable | Sebastien Helleu | |
2013-08-08 | core: fix typo coeur -> cœur (in french) | Sebastien Helleu | |
2013-08-07 | doc: add description of sections in configuration files (user's guide) | Sebastien Helleu | |
2013-08-07 | core: fix typo in /help secure | Sebastien Helleu | |
2013-08-05 | rmodifier: add option "missing" for command /rmodifier | Sebastien Helleu | |
2013-08-04 | core: change colors of example in /help weechat.look.buffer_time_format | Sebastien Helleu | |
2013-08-04 | core: replace "behaviour" by "behavior" | Sebastien Helleu | |
2013-08-04 | core: change color format for options from `${xxx}` to `${color:xxx}` | Sebastien Helleu | |
Options affected: - weechat.look.buffer_time_format - weechat.look.prefix_action - weechat.look.prefix_error - weechat.look.prefix_join - weechat.look.prefix_network - weechat.look.prefix_quit | |||
2013-08-04 | doc: remove option ENABLE_DEMO for cmake in user's guide (demo plugin has ↵ | Sebastien Helleu | |
been removed) | |||
2013-08-04 | api: add support of colors with format "${color:xxx}" in function ↵ | Sebastien Helleu | |
string_eval_expression and command /eval | |||
2013-08-04 | api: add argument "options" in function string_eval_expression, add option ↵ | Sebastien Helleu | |
"-c" for command /eval (to evaluate a condition) | |||
2013-08-03 | doc: fix typo in examples for function bar_new (plugin API reference) | Sebastien Helleu | |
2013-08-02 | doc: add feature "secured data" for libgcrypt in dependencies (user's guide) | Sebastien Helleu | |
2013-08-02 | core: update translations | Sebastien Helleu | |
2013-08-02 | Merge branch 'secured-data' | Sebastien Helleu | |
2013-08-02 | core: rename binary and man page from "weechat-curses" to "weechat" (task ↵ | Sebastien Helleu | |
#11027) A symbolic link weechat-curses -> weechat is now created (by both cmake and configure), so that the /upgrade will work from an old version. However, if you upgrade from an old version, it is recommended to force the use of the new binary name with the command: `/upgrade /path/to/weechat` (replace the path accordingly). | |||
2013-07-31 | plugins: remove the demo plugin | Sebastien Helleu | |
2013-07-31 | core: do not build man page by default | Sebastien Helleu | |
2013-07-31 | core: add cmake option ENABLE_MAN to compile man page (on by default) | Sebastien Helleu | |
For configure, the option is "--disable-man". | |||
2013-07-28 | script: add info about things defined by script in the detailed view of ↵ | Sebastien Helleu | |
script (/script show) | |||
2013-07-28 | api: use pointer for infolist "hook" to return only one hook | Sebastien Helleu | |
2013-07-28 | doc: update auto-generated files with WeeChat commands | Sebastien Helleu | |
2013-07-27 | api: add new function strlen_screen | Sebastien Helleu | |
2013-07-27 | core: add secured data with optional encryption in file sec.conf | Sebastien Helleu | |
2013-07-23 | doc: fix typo in example for function string_eval_expression (plugin API ↵ | Sebastien Helleu | |
reference) | |||
2013-07-20 | aspell: rename option aspell.look.color to aspell.color.misspelled, add ↵ | Sebastien Helleu | |
option aspell.color.suggestions | |||
2013-07-20 | core: add CA_FILE option in cmake and configure to setup default value of ↵ | Sebastien Helleu | |
option weechat.network.gnutls_ca_file (task #12725) | |||
2013-07-20 | core: update translations | Sebastien Helleu | |
2013-07-20 | Merge branch 'scroll-beyond-end' | Sebastien Helleu | |
2013-07-20 | core: add options weechat.look.hotlist_prefix and ↵ | Sebastien Helleu | |
weechat.look.hotlist_suffix (task #12730) (patch from Nils Görs) | |||
2013-07-18 | irc: add support of wildcards in commands (de)op/halfop/voice (task #9221) | Sebastien Helleu | |
2013-07-17 | core: add option "scroll_beyond_end" for command /window (task #6745) | Sebastien Helleu | |
2013-07-15 | core: add option weechat.look.key_bind_safe | Sebastien Helleu | |
2013-07-15 | doc: update auto-generated files with xfer options | Sebastien Helleu | |
2013-07-11 | irc: add option irc.look.pv_tags | Sebastien Helleu | |
2013-07-05 | core: add completion "-quit" for command /upgrade | Sebastien Helleu | |
A "-dummy" option has been added too, just to prevent accidental completion with "-quit" (which is the first option completed). Thanks to stfn for initial patch. | |||
2013-07-03 | core: update german translations | Nils Görs | |
2013-07-03 | doc: fix typo in plugin API reference | Sebastien Helleu | |
2013-07-02 | doc: fix some punctuation errors in translations | Sebastien Helleu | |
2013-07-02 | core: add missing period in /help upgrade | Sebastien Helleu | |
2013-07-01 | doc: add number for note on git version in list of CTCP replies (user's guide) | Sebastien Helleu | |
2013-06-29 | doc: fix example of weechat.command without buffer: it is executed on ↵ | Sebastien Helleu | |
current buffer, not core buffer (scripting guide) | |||
2013-06-29 | doc: update german translations, man page and user's guide | Nils Görs | |
2013-06-29 | doc: update auto-generated file with irc commands (in french) | Sebastien Helleu | |
2013-06-29 | doc: add flag "-L" for a2x when building man page (do not check asciidoc ↵ | Sebastien Helleu | |
output with xmllint) | |||
2013-06-29 | core: disable compilation of documentation by default (cmake and autotools) | Sebastien Helleu | |
2013-06-29 | doc: add dependency xsltproc in user's guide | Sebastien Helleu | |