index
:
weechat
master
topic/doc-command-hyperlink
The extensible chat client.
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
plugins
Age
Commit message (
Expand
)
Author
2019-05-10
irc: add variable "nick_host" in server structure
Sébastien Helleu
2019-05-10
irc: fix parsing of MODE command when there are colons after the first mode a...
Sébastien Helleu
2019-04-25
cmake: allow custom libdir (fix #1341)
Ryan Farley
2019-04-13
core: bump API version
Sébastien Helleu
2019-04-13
trigger: add hook "info_hashtable"
Sébastien Helleu
2019-04-13
trigger: add hook "info"
Sébastien Helleu
2019-04-13
irc: fix memory leak in infos "irc_server_isupport" and "irc_server_isupport_...
Sébastien Helleu
2019-04-13
api: return allocated string in hook_info callback and function info_get
Sébastien Helleu
2019-04-06
xfer: add option xfer.network.speed_limit_recv (closes #269)
Sébastien Helleu
2019-03-28
relay: use option "delay" in call to command_options (closes #1327)
Sébastien Helleu
2019-03-28
api: add option "delay" in hashtable options of function command_options (iss...
Sébastien Helleu
2019-03-28
core: make "input_commands_allowed" work with /wait and /repeat commands (iss...
Sébastien Helleu
2019-03-24
core: add CMake option "ENABLE_CODE_COVERAGE" to compile with code coverage o...
Sébastien Helleu
2019-03-21
irc: fix length of string for SHA-512, SHA-256 and SHA-1 in help on ssl_finge...
Sébastien Helleu
2019-03-19
irc: display an error with /allchan -current or /allpv -current if the curren...
Sébastien Helleu
2019-03-19
php: remove value for first #define in headers
Sébastien Helleu
2019-03-18
irc: fix update of channels modes with arguments when joining a channel (clos...
Sébastien Helleu
2019-03-12
relay: fix compilation warning when gnutls is not found
Sébastien Helleu
2019-03-12
irc: fix compilation warning when gnutls is not found
Sébastien Helleu
2019-03-11
relay: use empty value by default for option relay.weechat.commands (issue #928)
Sébastien Helleu
2019-03-10
relay: add forbidden commands /key and /trigger in weechat protocol (issue #928)
Sébastien Helleu
2019-03-10
relay: add forbidden commands /wait and /repeat in weechat protocol (issue #928)
Sébastien Helleu
2019-03-10
core: replace argument "keep_eol" by "flags" in function string_split (closes...
Sébastien Helleu
2019-03-09
core: add value -1 for keep_eol in function string_strip (issue #1322)
Sébastien Helleu
2019-03-09
relay: add extra forbidden commands in weechat protocol (issue #928)
Sébastien Helleu
2019-03-02
core: use bitwise shift operator to define flag constants
Sébastien Helleu
2019-02-28
irc: quote argument to NICK
Matthew Martin
2019-02-28
script: use SHA-512 instead of MD5 for script checksum
Sébastien Helleu
2019-02-28
relay: add option relay.weechat.commands (closes #928)
Sébastien Helleu
2019-02-28
api: add function command_options (issue #928)
Sébastien Helleu
2019-02-27
php: fix memory leak in functions using hashtable parameters
Sébastien Helleu
2019-02-27
core: use function string_match_list for the autoload of plugins
Sébastien Helleu
2019-02-27
api: add function string_match_list
Sébastien Helleu
2019-02-26
fset: fix typo in /help fset.format.option2
arza
2019-02-24
relay: remove obsolete comment
Sébastien Helleu
2019-02-22
fset: fix slow refresh of fset buffer during /reload (closes #1313)
Sébastien Helleu
2019-02-19
core: force new API version to prevent the old aspell plugin to load (issue #...
Sébastien Helleu
2019-02-19
spell: rename "aspell" plugin to "spell" (issue #1299)
Sébastien Helleu
2019-02-18
aspell: optimize stripping of nick_completer (issue #1306)
Simmo Saan
2019-02-18
aspell: strip trailing spaces from nick_completer (closes #1306)
Simmo Saan
2019-02-04
irc: fix parsing of whois messages in notify
Sébastien Helleu
2019-01-31
irc: fix crash in parsing of IRC channel modes (issue #1296, closes #1297)
Sébastien Helleu
2019-01-29
irc: fix parsing of MODE, 341 (invite) and CHGHOST commands when there are co...
Sébastien Helleu
2019-01-28
relay: fix crash on /upgrade when the real IP is not set (closes #1294)
Sébastien Helleu
2019-01-27
aspell: look for suggestions only if the misspelled word has changed (closes ...
Sébastien Helleu
2019-01-26
aspell: set a misspelled word without suggestions in local variable "aspell_s...
Nils Görs
2019-01-26
doc: fix regex examples to be compatible with FreeBSD
Sébastien Helleu
2019-01-20
script: add missing input actions "A" and "v" in /help script
Sébastien Helleu
2019-01-20
tests: add tests on IRC color functions
Sébastien Helleu
2019-01-20
irc: return IRC color code instead of WeeChat color code when decoding a too ...
Sébastien Helleu
[next]