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
2023-01-08
core: remove build with autotools
Sébastien Helleu
2023-01-03
irc: properly rename private buffer on notice messages
Sébastien Helleu
2023-01-02
irc: properly rename private buffer on nick changes or private message when n...
Sébastien Helleu
2023-01-02
irc: replace "private window" by "private buffer" in comments
Sébastien Helleu
2023-01-01
core: update copyright dates
Sébastien Helleu
2022-12-19
irc: fix calls to weechat_string_toupper
Sébastien Helleu
2022-12-19
irc: return directly output of string_dyn_free without temporary variable
Sébastien Helleu
2022-12-18
api: return newly allocated string in functions string_tolower and string_tou...
Sébastien Helleu
2022-12-17
irc: do not join channels in server autojoin option after reconnection to the...
Sébastien Helleu
2022-10-12
irc: escape backslashes in raw buffer (closes #1838)
Sébastien Helleu
2022-10-01
irc: set local variable "filter" when doing `/server raw xxx` with raw buffer...
Sébastien Helleu
2022-09-26
irc: fix use of uninitialized variable `ptr_nick`
Sébastien Helleu
2022-09-17
irc: fix message when disconnecting from server in case of high lag when serv...
Sébastien Helleu
2022-09-15
irc: add option irc.look.display_pv_nick_change
Sébastien Helleu
2022-09-10
irc: replace chars "\01" by spaces in CTCP replies (closes #1819)
Sébastien Helleu
2022-09-05
irc: fix display of message 350 (whois, gateway) (closes #1815)
Sébastien Helleu
2022-08-29
irc: fix target buffer of generic errors when they contain a target nick (clo...
Sébastien Helleu
2022-08-15
irc: fix extract of isupport value when it is last in list and without value ...
Sébastien Helleu
2022-08-13
irc: display ACCOUNT command in private buffers
Sébastien Helleu
2022-08-13
irc: add options and display SETNAME command in channels and private buffers ...
Sébastien Helleu
2022-08-13
irc: display CHGHOST command in private buffers
Sébastien Helleu
2022-08-13
irc: add missing tag "irc_numeric" in all numeric IRC commands (closes #1804)
Sébastien Helleu
2022-08-07
irc: fix parsing of messages with trailing spaces and no trailing parameter (...
Sébastien Helleu
2022-08-07
core: add option `-save` in command `/upgrade` (closes #1630)
Sébastien Helleu
2022-08-03
irc: mention how to remove capability in /help cap
Sébastien Helleu
2022-07-27
irc: display an error message when using command /dcc without xfer plugin loaded
Sébastien Helleu
2022-07-21
irc: fix display of TOPIC message with an empty trailing parameter
Sébastien Helleu
2022-07-21
irc: fix display of QUIT message with an empty trailing parameter (closes #1797)
Sébastien Helleu
2022-07-20
irc: use API function string_rebuild_split_string in irc_protocol_string_params
Sébastien Helleu
2022-07-20
api: add arguments "index_start" and "index_end" in function string_rebuild_s...
Sébastien Helleu
2022-07-20
api: rename function string_build_with_split_string to string_rebuild_split_s...
Sébastien Helleu
2022-07-16
irc: fix duplicated channels in autojoin option when autojoin_dynamic is enab...
Sébastien Helleu
2022-07-02
irc: remove unneeded translation marker (issue #1772)
Sébastien Helleu
2022-07-02
irc: start at parameter #2 in callback of messages 524/704/705/706 (issue #1772)
Sébastien Helleu
2022-07-02
irc: fix comments (issue #1772)
Sébastien Helleu
2022-07-02
irc: add ERR_HELPNOTFOUND (issue #1772)
Valentin Lorentz
2022-07-02
irc: strip topic name when formatting RPL_HELPSTART/RPL_HELPTXT/RPL_ENDOFHELP...
Valentin Lorentz
2022-06-25
irc: update URLs to IRCv3 specifications
Sébastien Helleu
2022-06-18
core: add trailing slashes in URLs
Sébastien Helleu
2022-06-17
irc: add example with `/allchan` in `/help autojoin`
Sébastien Helleu
2022-06-15
irc: rename option `save` to `apply` in command `/autojoin`
Sébastien Helleu
2022-04-24
irc: remove channel from autojoin option when manually closing a buffer
Sébastien Helleu
2022-04-24
irc: fix add of channel to autojoin option when joining a channel with a buff...
Sébastien Helleu
2022-03-19
irc: fix memory leak in command /autojoin addraw when channels are missing
Sébastien Helleu
2022-03-19
irc: ensure old_autojoin and ptr_autojoin are not NULL before comparing them
Sébastien Helleu
2022-03-11
irc: add option "sort" in command /autojoin
Sébastien Helleu
2022-03-10
irc: update translations
Sébastien Helleu
2022-03-10
irc: display only one message in /autojoin command output
Sébastien Helleu
2022-03-10
irc: fix add of same channel with and without key in the array list
Sébastien Helleu
2022-03-10
irc: rename server option "autojoin_record" to "autojoin_dynamic"
Sébastien Helleu
[next]