summaryrefslogtreecommitdiff
path: root/src/plugins/irc/irc-notify.c
AgeCommit message (Expand)Author
2014-02-10api: add integer return code for functions hook_{signal|hsignal}_sendSebastien Helleu
2014-01-23irc: use MONITOR instead of ISON for /notify when it is available on server (...Sebastien Helleu
2014-01-01core: update copyright datesSebastien Helleu
2013-05-18irc: fix uncontrolled format string when sending ison command (for nicks moni...Sebastien Helleu
2013-01-01core: update copyright datesSebastien Helleu
2012-12-15core: move comments with description of C file to top of filesSebastien Helleu
2012-12-13core: reformat comments for functionsSebastien Helleu
2012-12-08api: allow creation of structure with hdata_update (allowed for hdata "history")Sebastien Helleu
2012-11-23irc: add support of tags in messages, add support of "server-time" capability...Sebastien Helleu
2012-08-27api: allow update for some variables of hdata, add new functions hdata_update...Sebastien Helleu
2012-07-20core: add support of arrays in hdata variablesSebastien Helleu
2012-03-12irc: use computed nick color in many messages instead of option weechat.color...Sebastien Helleu
2012-03-12irc: use computed nick color for nicks in notify messagesSebastien Helleu
2012-03-12irc: add signals and tags in messages for irc notify (patch from Quentin Glid...Sebastien Helleu
2012-03-12irc: check notify immediately when adding a nick to notify list, improve firs...Sebastien Helleu
2012-01-08core: update copyright datesSebastien Helleu
2011-12-25irc: add optional server in info "irc_is_channel" (before channel name) (bug ...Sebastien Helleu
2011-11-12irc: add case insensitive string comparison based on casemapping of server (r...Sebastien Helleu
2011-10-26core: remove unneeded whitespaceSebastien Helleu
2011-09-22core: add colors for inactive windows and lines (in merged buffers)Sebastien Helleu
2011-08-28core: fix bugs with calls to reallocSebastien Helleu
2011-08-26irc: fix redirect of ison command sent for notify when ison message is splitSebastien Helleu
2011-06-26core: many improvements on hdataSebastien Helleu
2011-06-13core: add "hdata" (direct access to WeeChat/plugin data)Sebastien Helleu
2011-02-07Remove unneeded spacesSebastien Helleu
2011-01-01Update copyright datesSebastien Helleu
2010-11-21Move some functions from irc-server.c and irc-protocol.c to irc-message.cSebastien Helleu
2010-11-06Add IRC command /notify, new options for notify and infolist "irc_notify" (ta...Sebastien Helleu