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-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
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-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
2019-01-20
irc: fix encoding of italic attribute when colors are removed
Sébastien Helleu
2019-01-13
irc: fix compiler warning on GNU Hurd
Sébastien Helleu
2019-01-13
irc: do not use strptime to parse a time as float number (issue #1289)
Sébastien Helleu
2019-01-13
tests: add tests on function irc_protocol_parse_time
Sébastien Helleu
2019-01-13
irc: check return code of calls to strptime (issue #1289)
Sébastien Helleu
2019-01-11
irc: fix parsing of "time" message tag on FreeBSD (issue #1289)
Sébastien Helleu
2019-01-11
tests: add tests on function irc_config_check_autojoin
Sébastien Helleu
2019-01-01
core: update copyright dates
Sébastien Helleu
2018-12-01
core: use https for links in comments
Sébastien Helleu
2018-11-29
core: use https for links to GNU GPL license
Sébastien Helleu
2018-11-18
core: replace "Mac OS X" and "OS X" by "macOS" (issue #1272)
Sébastien Helleu
2018-11-12
core: improve help on option irc.look.server_buffer (closes #1269)
Sébastien Helleu
2018-11-04
core: replace ellipses by "etc." (in English) and "etc..." by "etc." in French
Sébastien Helleu
2018-11-04
core: replace "web site" by "website"
Sébastien Helleu
2018-11-04
api: add functions string_base_{encode,decode}, remove functions string_{enco...
Sébastien Helleu
2018-11-02
api: return integer in function string_encode_base64
Sébastien Helleu
2018-10-21
irc: fix uninitialized variables in function irc_protocol_cap_sync
Sébastien Helleu
2018-10-14
irc: fix colors 14 and 15 in /help irc.color.mirc_remap (closes #1266)
Sébastien Helleu
2018-10-01
irc: remove useless test on argc
Sébastien Helleu
2018-10-01
core: replace "long unsigned int" by "unsigned long"
Sébastien Helleu
2018-09-20
irc: display a warning when the value of option irc.server.xxx.autojoin is se...
Sébastien Helleu
[prev]
[next]