summaryrefslogtreecommitdiff
path: root/include/message.h
AgeCommit message (Expand)Author
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