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-notify.c
Age
Commit message (
Expand
)
Author
2015-08-14
irc: add option irc.network.channel_encode (issue #218, issue #482)
Sébastien Helleu
2015-06-27
irc: decode/encode only text in IRC messages and not the headers (bug #29886,...
Sébastien Helleu
2015-01-01
core: update copyright dates
Sébastien Helleu
2014-11-01
irc: reformat some code to make it more readable
Sébastien Helleu
2014-11-01
irc: add argument "server_message" in function irc_nick_color_for_msg
Sébastien Helleu
2014-03-24
irc: fix notify message: "joined" -> "connected"
Sebastien Helleu
2014-02-10
api: add integer return code for functions hook_{signal|hsignal}_send
Sebastien Helleu
2014-01-23
irc: use MONITOR instead of ISON for /notify when it is available on server (...
Sebastien Helleu
2014-01-01
core: update copyright dates
Sebastien Helleu
2013-05-18
irc: fix uncontrolled format string when sending ison command (for nicks moni...
Sebastien Helleu
2013-01-01
core: update copyright dates
Sebastien Helleu
2012-12-15
core: move comments with description of C file to top of files
Sebastien Helleu
2012-12-13
core: reformat comments for functions
Sebastien Helleu
2012-12-08
api: allow creation of structure with hdata_update (allowed for hdata "history")
Sebastien Helleu
2012-11-23
irc: add support of tags in messages, add support of "server-time" capability...
Sebastien Helleu
2012-08-27
api: allow update for some variables of hdata, add new functions hdata_update...
Sebastien Helleu
2012-07-20
core: add support of arrays in hdata variables
Sebastien Helleu
2012-03-12
irc: use computed nick color in many messages instead of option weechat.color...
Sebastien Helleu
2012-03-12
irc: use computed nick color for nicks in notify messages
Sebastien Helleu
2012-03-12
irc: add signals and tags in messages for irc notify (patch from Quentin Glid...
Sebastien Helleu
2012-03-12
irc: check notify immediately when adding a nick to notify list, improve firs...
Sebastien Helleu
2012-01-08
core: update copyright dates
Sebastien Helleu
2011-12-25
irc: add optional server in info "irc_is_channel" (before channel name) (bug ...
Sebastien Helleu
2011-11-12
irc: add case insensitive string comparison based on casemapping of server (r...
Sebastien Helleu
2011-10-26
core: remove unneeded whitespace
Sebastien Helleu
2011-09-22
core: add colors for inactive windows and lines (in merged buffers)
Sebastien Helleu
2011-08-28
core: fix bugs with calls to realloc
Sebastien Helleu
2011-08-26
irc: fix redirect of ison command sent for notify when ison message is split
Sebastien Helleu
2011-06-26
core: many improvements on hdata
Sebastien Helleu
2011-06-13
core: add "hdata" (direct access to WeeChat/plugin data)
Sebastien Helleu
2011-02-07
Remove unneeded spaces
Sebastien Helleu
2011-01-01
Update copyright dates
Sebastien Helleu
2010-11-21
Move some functions from irc-server.c and irc-protocol.c to irc-message.c
Sebastien Helleu
2010-11-06
Add IRC command /notify, new options for notify and infolist "irc_notify" (ta...
Sebastien Helleu