Age | Commit message (Collapse) | Author |
|
|
|
|
|
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
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
when WeeChat starts
|
|
|
|
|
|
|
|
|
|
|
|
options in core
|
|
|
|
|
|
|
|
|
|
|
|
commands arguments
|
|
|
|
|
|
|
|
|
|
|
|
in buffer (faster and using less memory)
|
|
|
|
Build of src/protocols/lib_weechat_protocols.a was added.
IRC protocol is now optional in configure and cmake builds.
|
|
|
|
|