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
/
irc-server.c
Age
Commit message (
Expand
)
Author
2020-03-12
irc: fix variable name in function irc_server_connect when GnuTLS is disabled
Sébastien Helleu
2020-03-09
irc: add support of fake servers (no I/O, for testing purposes)
Sébastien Helleu
2020-03-08
irc: copy temporary server flag in command /server copy
Sébastien Helleu
2020-02-10
irc: use irc_server_prefix_chars_default if server->prefix_chars is NULL
Sébastien Helleu
2020-02-09
irc: fix crash when a new message 005 is received with longer nick prefixes
Sébastien Helleu
2020-01-04
core: update copyright dates
Sébastien Helleu
2019-12-13
irc: fix compilation with GnuTLS < 3.1.0 (issue #115)
Simmo Saan
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-09-27
irc: add "user" in output of irc_message_parse (closes #136)
Sébastien Helleu
2019-09-22
irc: remove option irc.network.channel_encode, add server option "charset_mes...
Sébastien Helleu
2019-08-05
irc: fix memory leak when removing a server
Sébastien Helleu
2019-08-04
irc: add variables "user_max_length" and "host_max_length" in server structur...
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-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-05-12
irc: rename server variable "nick_host" to "host"
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-04-13
api: return allocated string in hook_info callback and function info_get
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-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-02-28
irc: quote argument to NICK
Matthew Martin
2019-01-01
core: update copyright dates
Sébastien Helleu
2018-11-29
core: use https for links to GNU GPL license
Sébastien Helleu
2018-05-20
irc: fix code style
Sébastien Helleu
2018-05-20
Merge remote-tracking branch 'origin/pr/623' into irc-3.2-cap
Sébastien Helleu
2018-03-25
irc: send whole IRC message including IRCv3 tags in the signals irc_in, irc_i...
Sébastien Helleu
2018-03-25
irc: fix memory leak when receiving a message with tags
Sébastien Helleu
2018-02-05
irc: allow ${irc_server.xxx} and ${server} in server evaluated options (close...
Sébastien Helleu
2018-01-13
irc: add server option "split_msg_max_length"
Sébastien Helleu
2018-01-05
core: update copyright dates
Sébastien Helleu
2017-08-12
core: fix cast of time_t (to "long long" instead of "long") (closes #1051)
Sébastien Helleu
2017-06-17
irc: factor supported CAP version
Simmo Saan
2017-06-17
irc: add support for IRCv3.2 Client Capability Negotiation (closes #586)
Simmo Saan
2017-06-17
irc: add hashtables to keep track of all capabilities
Simmo Saan
2017-06-14
irc: remove unused functions irc_server_get_number_connected and irc_server_g...
Sébastien Helleu
2017-06-10
core, plugins: fix conditions to insert elements in linked lists
Sébastien Helleu
2017-05-06
irc: fix update of server addresses on reconnection when the evaluated conten...
Sébastien Helleu
2017-03-25
irc: fix type of values for hashtable extra_vars in irc_server_get_default_msg
Sébastien Helleu
2017-03-25
irc: send signal "irc_server_lag_changed", store lag in server buffer
Sébastien Helleu
2017-03-25
irc: check that pointers received in arguments are not NULL in "free" functions
Sébastien Helleu
2017-02-18
irc: add function irc_server_get_max_modes
Sébastien Helleu
2017-01-06
irc: fix option "-temp" in command /server (closes #880)
Sébastien Helleu
2017-01-01
core: update copyright dates
Sébastien Helleu
2016-12-11
irc: rename server option "umodes" to "usermode"
Sébastien Helleu
2016-12-11
Merge remote-tracking branch 'origin/pr/820'
Sébastien Helleu
2016-12-03
irc: evaluate content of server option "ssl_fingerprint" (closes #858)
Sébastien Helleu
2016-10-12
Add server option umodes (closes #377)
Simmo Saan
[next]