Age | Commit message (Collapse) | Author |
|
(bug #21558)
|
|
|
|
fails), nicks are now set with one option "nicks" (task #6088)
|
|
|
|
|
|
|
|
|
|
leave channel or disconnect from server when buffer is closed
|
|
|
|
|
|
|
|
completion (IRC plugin uses that feature)
|
|
|
|
|
|
|
|
|
|
commands (now possible to reload/save some files only), fixed completion bug
|
|
signal catched (reload all config files), better config files reloading
|
|
|
|
|
|
bugs in weelist management and script plugins
New functions in script plugins API: gettext, ngettext, list_new, list_add,
list_search, list_casesearch, list_get, list_set, list_next, list_prev,
list_string, list_size, list_remove, list_remove_all, list_free.
|
|
|
|
|
|
|
|
plugins
|
|
|
|
data to WeeChat log file
|
|
|
|
optional check of license when script is loaded
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Added group support for nicklist (with subgroups).
Partial changes in IRC protocol functions (new arguments with argv and argv_eol).
Fixed some bugs:
- nicklist in plugins API
- problem in main loop with select() when SIGWINCH is received (terminal resize)
- bug in string explode function
- bug in infobar countdown.
|
|
|
|
|
|
|
|
|
|
|
|
replaced "void *" pointers by structures
|
|
list by hook type (for fast search in hooks)
|
|
|
|
|
|
|