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-channel.c
Age
Commit message (
Expand
)
Author
2023-10-15
irc: add structure with context sent as unique parameter to IRC protocol call...
Sébastien Helleu
2023-08-12
irc: add buffer for /list reply (closes #1972)
Sébastien Helleu
2023-08-01
irc: add channel in "autojoin" server option only when the channel is actuall...
Sébastien Helleu
2023-07-31
irc: fix switch to channel manually joined (closes #1982)
Sébastien Helleu
2023-07-08
core: use type "enum" in options
Sébastien Helleu
2023-05-20
irc: create server/channel/raw buffers with function buffer_new_props (issue ...
Sébastien Helleu
2023-05-18
irc: optimize and reuse irc_channel_rejoin
Simmo Saan
2023-05-18
irc: use key when /join-ing in open channel buffer
Simmo Saan
2023-05-14
irc: set "input_multiline" to 1 in buffers only if capability draft/multiline...
Sébastien Helleu
2023-05-14
irc: add support of capability "draft/multiline" (closes #1923)
Sébastien Helleu
2023-05-03
irc: add support of capability "batch" (closes #1292)
Sébastien Helleu
2023-04-03
irc: don't switch to buffer of joined channel if it was not manually joined n...
Sébastien Helleu
2023-01-28
core, plugins: check that string parameters are not NULL in search functions ...
Sébastien Helleu
2023-01-02
irc: properly rename private buffer on nick changes or private message when n...
Sébastien Helleu
2023-01-01
core: update copyright dates
Sébastien Helleu
2022-12-18
api: return newly allocated string in functions string_tolower and string_tou...
Sébastien Helleu
2022-08-13
irc: add options and display SETNAME command in channels and private buffers ...
Sébastien Helleu
2022-01-17
core: update copyright dates
Sébastien Helleu
2021-12-30
irc: add IRC message tags in messages displayed (closes #1680)
Sébastien Helleu
2021-11-07
irc: extend size of some internal buffers
Sébastien Helleu
2021-11-06
irc: fix join of channels with name longer than 127 chars (closes #1717)
Sébastien Helleu
2021-07-04
irc, typing: display typing status for IRC nicks
Sébastien Helleu
2021-07-04
irc: send typing status as TAGMSG to other users
Sébastien Helleu
2021-01-30
irc: add function irc_server_get_chantypes
Sébastien Helleu
2021-01-30
irc: use server option "default_chantypes" as fallback when automatically add...
Sébastien Helleu
2021-01-30
irc: simplify code in function irc_channel_is_channel
Sébastien Helleu
2021-01-30
irc: make default chantypes configurable
Matti Virkkunen
2021-01-02
core: update copyright dates
Sébastien Helleu
2020-06-21
irc: change default chantypes from "#&+!" to "#&"
Sébastien Helleu
2020-06-03
irc: display account messages in buffers
Max Teufel
2020-05-08
irc: reuse a buffer with wrong type "channel" when a private message is recei...
Sébastien Helleu
2020-03-28
irc: remove empty lines
Sébastien Helleu
2020-01-04
core: update copyright dates
Sébastien Helleu
2019-12-15
irc: fix memory leak when the channel topic is changed
Sébastien Helleu
2019-10-11
irc: add option irc.look.display_pv_warning_address (closes #892)
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-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-08-15
irc: add missing initialization of variable "chghost"
Sébastien Helleu
2018-07-11
irc: add nick, host and log tags in message displayed in private buffer when ...
Sébastien Helleu
2018-05-21
Merge remote-tracking branch 'origin/pr/640'
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: factorize code to set state of modelists in a channel
Sébastien Helleu
2018-03-24
irc: fix some styles
Sébastien Helleu
2018-03-24
irc: add indexed ban list, add completion for /unban and /unquiet (closes #59...
Simmo Saan
2018-01-07
core: fix some styles
Sébastien Helleu
2018-01-05
core: update copyright dates
Sébastien Helleu
2017-11-05
irc: add smart filtering for chghost messages
Simmo Saan
2017-08-12
core: fix cast of time_t (to "long long" instead of "long") (closes #1051)
Sébastien Helleu
[next]