Age | Commit message (Expand) | Author |
2019-01-24 | Remove trailing whitespace from various source files. | Peter Powell |
2018-08-26 | Implement proper CTCP parsing in MessageDetails. | Peter Powell |
2018-08-15 | Fix aliases that resolve to messages echoing with echo-message. | Peter Powell |
2018-08-13 | Implement IRCv3 message tag support. | Peter Powell |
2018-01-06 | Rework message handling. | Peter Powell |
2006-10-31 | Update configure, remove a bunch of deprecated makefiles that have been just ... | brain |
2006-08-10 | Move IsNick, IsIdent into class InspIRCd, update modules that use it. | brain |
2006-08-10 | cmode(), cflags(), cstatus() -> chanrec::GetStatusChar(), chanrec::GetStatusF... | brain |
2006-08-09 | Move more stuff into userrec | brain |
2006-08-09 | Get rid of Server::GetUsers(chanrec) - a throwback to before chanrec could do... | brain |
2006-08-09 | Move Blocking/NonBlocking to socket.cpp and make inline | brain |
2006-08-09 | common_channels -> userrec::SharesChannelWith() | brain |
2006-08-02 | (1) remove CleanAndResolve. | brain |
2006-07-28 | Tidyup message.cpp, remove some really old craq. | brain |
2006-07-18 | Tried to implement sprintf that returns std::string of any size, realized it ... | brain |
2006-07-08 | Add userrec::HasMode, fix some typos. | brain |
2006-03-10 | Support for hostnames in <bind> tag (so long as the hostname resolves to a lo... | brain |
2006-03-08 | Fixed externs | brain |
2006-03-08 | cmode now returns const char* as it returns a pointer to a literal string and... | brain |
2006-02-12 | Tweak to allow @%+ to all exist on a user at once during burst | brain |
2006-01-15 | Updated copyrights in headers etc using perl inplace edit | brain |
2005-12-13 | Modified chlist() and whois to allow output of multi line channel membership ... | brain |
2005-05-15 | Changed to use __single_client_alloc, faster on most systems in a single thread | brain |
2005-05-05 | Fixes to: | brain |
2004-05-16 | Updated header comments | brain |
2004-04-19 | Moving yet more stuff into message.cpp | brain |
2004-04-19 | Started seperating out functions | brain |