summaryrefslogtreecommitdiff
path: root/include/message.h
AgeCommit message (Expand)Author
2021-04-27Fix a bunch of weird indentation and spacing issues.Sadie Powell
2021-03-05Update copyright headers.InspIRCd Robot
2020-07-07Add a config option that forces bots to use NOTICEs.Sadie Powell
2020-03-05Allow modules to prevent a message from updating the idle time.Sadie Powell
2020-01-31Update copyright headers.InspIRCd Robot
2020-01-28Fix "control reaches end of non-void function" warning.Sadie Powell
2020-01-23Add a method for getting the name of a MessageTarget.Sadie Powell
2020-01-11Update copyright headers.InspIRCd Robot
2019-12-31Update my name and email address.Sadie Powell
2019-01-24Remove trailing whitespace from various source files.Peter Powell
2018-08-26Implement proper CTCP parsing in MessageDetails.Peter Powell
2018-08-15Fix aliases that resolve to messages echoing with echo-message.Peter Powell
2018-08-13Implement IRCv3 message tag support.Peter Powell
2018-01-06Rework message handling.Peter Powell
2006-10-31Update configure, remove a bunch of deprecated makefiles that have been just ...brain
2006-08-10Move IsNick, IsIdent into class InspIRCd, update modules that use it.brain
2006-08-10cmode(), cflags(), cstatus() -> chanrec::GetStatusChar(), chanrec::GetStatusF...brain
2006-08-09Move more stuff into userrecbrain
2006-08-09Get rid of Server::GetUsers(chanrec) - a throwback to before chanrec could do...brain
2006-08-09Move Blocking/NonBlocking to socket.cpp and make inlinebrain
2006-08-09common_channels -> userrec::SharesChannelWith()brain
2006-08-02(1) remove CleanAndResolve.brain
2006-07-28Tidyup message.cpp, remove some really old craq.brain
2006-07-18Tried to implement sprintf that returns std::string of any size, realized it ...brain
2006-07-08Add userrec::HasMode, fix some typos.brain
2006-03-10Support for hostnames in <bind> tag (so long as the hostname resolves to a lo...brain
2006-03-08Fixed externsbrain
2006-03-08cmode now returns const char* as it returns a pointer to a literal string and...brain
2006-02-12Tweak to allow @%+ to all exist on a user at once during burstbrain
2006-01-15Updated copyrights in headers etc using perl inplace editbrain
2005-12-13Modified chlist() and whois to allow output of multi line channel membership ...brain
2005-05-15Changed to use __single_client_alloc, faster on most systems in a single threadbrain
2005-05-05Fixes to:brain
2004-05-16Updated header commentsbrain
2004-04-19Moving yet more stuff into message.cppbrain
2004-04-19Started seperating out functionsbrain