]> git.netwichtig.de Git - user/henk/code/inspircd.git/history - include/message.h
Use IsCTCP in blockcolor for ignoring CTCPs.
[user/henk/code/inspircd.git] / include / message.h
2021-03-05 InspIRCd RobotUpdate copyright headers.
2020-07-07 Sadie PowellAdd a config option that forces bots to use NOTICEs.
2020-03-05 Sadie PowellAllow modules to prevent a message from updating the...
2020-01-31 InspIRCd RobotUpdate copyright headers.
2020-01-28 Sadie PowellFix "control reaches end of non-void function" warning.
2020-01-23 Sadie PowellAdd a method for getting the name of a MessageTarget.
2020-01-11 InspIRCd RobotUpdate copyright headers.
2019-12-31 Sadie PowellUpdate my name and email address.
2019-05-01 Peter PowellMerge branch 'insp20' into insp3.
2019-01-24 Peter PowellRemove trailing whitespace from various source files.
2018-11-07 Peter PowellMerge tag 'v2.0.27' into master.
2018-09-24 Peter PowellMerge branch 'insp20' into master.
2018-08-26 Peter PowellImplement proper CTCP parsing in MessageDetails.
2018-08-15 Peter PowellMerge branch 'insp20' into master.
2018-08-15 Peter PowellFix aliases that resolve to messages echoing with echo...
2018-08-13 Peter PowellImplement IRCv3 message tag support.
2018-07-15 Peter PowellMerge branch 'insp20' into master.
2018-04-22 Peter PowellMerge tag 'v2.0.26' into master.
2018-01-06 Peter PowellRework message handling.
2006-10-31 brainUpdate configure, remove a bunch of deprecated makefile...
2006-08-10 brainMove IsNick, IsIdent into class InspIRCd, update module...
2006-08-10 braincmode(), cflags(), cstatus() -> chanrec::GetStatusChar...
2006-08-09 brainMove more stuff into userrec
2006-08-09 brainGet rid of Server::GetUsers(chanrec) - a throwback...
2006-08-09 brainMove Blocking/NonBlocking to socket.cpp and make inline
2006-08-09 braincommon_channels -> userrec::SharesChannelWith()
2006-08-02 brain(1) remove CleanAndResolve.
2006-07-28 brainTidyup message.cpp, remove some really old craq.
2006-07-18 brainTried to implement sprintf that returns std::string...
2006-07-08 brainAdd userrec::HasMode, fix some typos.
2006-03-10 brainSupport for hostnames in <bind> tag (so long as the...
2006-03-08 brainFixed externs
2006-03-08 braincmode now returns const char* as it returns a pointer...
2006-02-12 brainTweak to allow @%+ to all exist on a user at once durin...
2006-01-15 brainUpdated copyrights in headers etc using perl inplace...
2005-12-13 brainModified chlist() and whois to allow output of multi...
2005-05-15 brainChanged to use __single_client_alloc, faster on most...
2005-05-05 brainFixes to:
2004-05-16 brainUpdated header comments
2004-04-19 brainMoving yet more stuff into message.cpp
2004-04-19 brainStarted seperating out functions