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
/
irc
Age
Commit message (
Expand
)
Author
2019-10-11
irc: add option irc.look.display_pv_warning_address (closes #892)
Sébastien Helleu
2019-10-09
irc: add server option ssl_password for SSL certificate private key password ...
Simmo Saan
2019-10-09
irc: fix compiler warning on uninitialized variable
Sébastien Helleu
2019-10-06
irc: use path from option xfer.file.upload_path to complete filename in comma...
Sébastien Helleu
2019-10-04
irc: fix typo in /help links
Sébastien Helleu
2019-10-01
core: fix typos in comments
Sébastien Helleu
2019-10-01
core: fix style in CMake files
Sébastien Helleu
2019-09-27
irc: add "user" in output of irc_message_parse (closes #136)
Sébastien Helleu
2019-09-23
irc: add separate options for kick/kill message coloring (closes #683)
Simmo Saan
2019-09-22
irc: remove option irc.network.channel_encode, add server option "charset_mes...
Sébastien Helleu
2019-08-24
irc: fix parsing of message 346, 348 and 728 when there is a colon before the...
Sébastien Helleu
2019-08-21
irc: fix parsing of message 367 (banlist) when there is a colon before the ti...
iwalkalone
2019-08-10
irc: replace calls to strcpy and strcat with a call to snprintf
Sébastien Helleu
2019-08-10
irc: rename variable vars_replaced to command2, remove fallback on *ptr_command
Sébastien Helleu
2019-08-10
Merge remote-tracking branch 'origin/pr/615'
Sébastien Helleu
2019-08-05
irc: fix memory leak when removing a server
Sébastien Helleu
2019-08-04
irc: fix length of user/nick/host in split of messages (closes #1387)
Sébastien Helleu
2019-08-04
irc: add variables "user_max_length" and "host_max_length" in server structur...
Sébastien Helleu
2019-08-04
tests: add unit tests on IRC functions irc_message_split* (issue #1387)
Sébastien Helleu
2019-08-03
tests: add unit tests on IRC functions irc_message_parse and irc_message_pars...
Sébastien Helleu
2019-08-03
irc: return NULL in function irc_message_get_address_from_host if the receive...
Sébastien Helleu
2019-07-11
irc: quote NICK command argument sent to the server only if there's a ":" in ...
Sébastien Helleu
2019-07-10
irc: split function irc_ignore_check into three functions
Sébastien Helleu
2019-07-04
irc: return all arguments in the PONG response to a PING (closes #1369)
Sébastien Helleu
2019-06-24
core: auto disable upgrade process (command line option "--upgrade") if the f...
Sébastien Helleu
2019-06-22
irc: fix help of /connect command: the server is optional
Sébastien Helleu
2019-06-15
irc: disable server reconnection when the server buffer is closed (closes #236)
Sébastien Helleu
2019-06-15
irc: strip spaces at beginning/end of addresses in server option "addresses" ...
Sébastien Helleu
2019-06-15
api: add argument "strip_items" in function string_split
Sébastien Helleu
2019-06-15
irc: remove capability from cap_list when a client capability is disabled (is...
Sébastien Helleu
2019-06-15
irc: fix display of enabled/disabled client capabilities received in command ...
Sébastien Helleu
2019-05-14
irc: add extra check on argument "nick" in functions "irc_nick_set_*"
Sébastien Helleu
2019-05-14
irc: fix crash when the nick in incoming message is not found in channel
Sébastien Helleu
2019-05-12
irc: rename server variable "nick_host" to "host"
Sébastien Helleu
2019-05-10
irc: set buffer local variable "nick_host" when a channel buffer is opened
Sébastien Helleu
2019-05-10
irc: add bar items "irc_nick", "irc_host" and "irc_nick_host"
Sébastien Helleu
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
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-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-18
irc: fix update of channels modes with arguments when joining a channel (clos...
Sébastien Helleu
2019-03-12
irc: fix compilation warning when gnutls is not found
Sébastien Helleu
2019-03-10
core: replace argument "keep_eol" by "flags" in function string_split (closes...
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-04
irc: fix parsing of whois messages in notify
Sébastien Helleu
[next]