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
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
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-06-24
irc: add channel color in message 354 with missing parameters (issue #1212)
Sébastien Helleu
2018-06-24
irc: do not display message 354 with missing parameters if there's an automat...
Sébastien Helleu
2018-06-23
irc: display message 354 (WHOX) received with missing parameters (closes #1212)
Sébastien Helleu
2018-05-21
irc: update ircv3 URLs in comments
Sébastien Helleu
2018-05-21
irc: display an error if memory can not be allocated in chghost callback
Sébastien Helleu
2018-05-21
Merge remote-tracking branch 'origin/pr/640'
Sébastien Helleu
2018-05-20
irc: add space before capability only if the string is not empty
Sébastien Helleu
2018-05-20
irc: add missing space between capabilities in display of supported/enabled c...
Sébastien Helleu
2018-05-20
Merge remote-tracking branch 'origin/pr/639'
Sébastien Helleu
2018-05-20
irc: replace calls to sprintf by snprintf
Sébastien Helleu
2018-05-20
irc: use dynamic string functions to display supported/enabled capabilities
Sébastien Helleu
2018-05-20
irc: add missing "cap_extended_join" in comment
Sébastien Helleu
2018-05-20
irc: fix code style
Sébastien Helleu
2018-05-20
irc: do a case-sensitive comparison of CAP command
Sébastien Helleu
2018-05-20
irc: replace version x.y.z by 2.2 in comment
Sébastien Helleu
2018-05-20
Merge remote-tracking branch 'origin/pr/623' into irc-3.2-cap
Sébastien Helleu
2018-05-19
irc: display current nick on connected servers in output of /server list|list...
Sébastien Helleu
2018-05-19
irc: remove unneeded check on variable pos
Sébastien Helleu
2018-04-06
irc: replace "server" by "name" in /help server
Sébastien Helleu
2018-04-02
irc: always set nick away status on WHO response (sent manually or automatica...
Sébastien Helleu
2018-04-02
irc: allocate the string "prefix" in nick
Sébastien Helleu
2018-04-01
irc: add missing parameter "-server" in /help list (issue #1165)
Sébastien Helleu
2018-04-01
irc: add option "-server" in command /list (closes #1165)
Sébastien Helleu
2018-04-01
irc: replace "server" by "target" in help of commands when the argument is no...
Sébastien Helleu
2018-03-31
irc: fix split of messages when server option "split_msg_max_length" is set t...
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: update URL with IRCv3.2 message tags specification
Sébastien Helleu
2018-03-25
irc: fix memory leak when receiving a message with tags
Sébastien Helleu
2018-03-25
core: update translations
Sébastien Helleu
2018-03-25
irc: fix help on commands /unban and /unquiet
Sébastien Helleu
2018-03-25
irc: rename functions to search modelist items
Sébastien Helleu
2018-03-25
irc: reorder modelist functions
Sébastien Helleu
2018-03-25
irc: add completion with modelist numbers for commands /unban and /unquiet
Sébastien Helleu
2018-03-25
irc: factorize code to set state of modelists in a channel
Sébastien Helleu
2018-03-24
irc: clear the modelist if nothing was received before the end of list (invit...
Sébastien Helleu
2018-03-24
irc: fix indenting in debug print of modelist
Sébastien Helleu
2018-03-24
irc: fix debug print of modelist item number and pointer
Sébastien Helleu
2018-03-24
irc: fix debug print of modelist item datetime value
Sébastien Helleu
2018-03-24
irc: fix messages on exception to make them easier to translate
Sébastien Helleu
2018-03-24
irc: mark setter as optional in modelist item
Sébastien Helleu
2018-03-24
irc: first search the modelist item, then free it if found
Sébastien Helleu
2018-03-24
irc: check that the modelist item number is valid before using it
Sébastien Helleu
[next]