Age | Commit message (Collapse) | Author |
|
|
|
hotlist_prefix defaults to "H: ", so the example should show the same to
make it easier to understand what it is.
|
|
|
|
|
|
|
|
(user's guide) (issue #1529)
|
|
JavaScript plugin (issue #360)
|
|
|
|
|
|
The bar item "buffer_nicklist_count" is now the number of displayed nicks
only (not groups).
New bar items:
- "buffer_nicklist_count_groups": number of groups displayed
- "buffer_nicklist_count_all": number of nicks and groups displayed
|
|
|
|
|
|
directory
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
#1472)
|
|
SHA512 hash
This removes dependency on libgcrypt in script plugin.
|
|
|
|
|
|
|
|
|
|
|
|
This is now required after the changes introduced by commit
156d855787475deab27833219a188a4accf42558 in version 2.6.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
relay client (user's guide)
|
|
|
|
|
|
|
|
|
|
guide)
|
|
|
|
|
|
|
|
Command line debug options are now documented:
* --no-dlclose: do not call the function dlclose after plugins are unloaded
* --no-gnutls: do not call the init and deinit functions of GnuTLS library
* --no-gcrypt: do not call the init and deinit functions of Gcrypt library
These options must not be used in production, they're for debug only and can be
used with tools like Valgrind or electric-fence.
|
|
This is required for add_library() with INTERFACE library type.
|
|
|
|
|