Age | Commit message (Expand) | Author |
2006-10-31 | Removed OnRawMode - this hasn't been called at all for awhile now, so it was ... | special |
2006-10-28 | Add 'dest' parameter to OnWhoisLine, contains the user being whois'ed (we nee... | brain |
2006-10-28 | Add support for OnWhoisLine, which allows modules to change or drop any line ... | brain |
2006-10-16 | Multiply API_VERSION by ten if IPV6 is defined, to prevent modules built for ... | brain |
2006-10-01 | Now with binary versioning goodness | brain |
2006-10-01 | Added OnPostJoin, which is (at the moment) almost exactly identical to OnUser... | special |
2006-09-26 | make OnPostConnect global | brain |
2006-09-25 | Whoops, patch | brain |
2006-09-17 | Add const std::string &original_command to OnPreCommand and OnPostCommand, wh... | brain |
2006-09-06 | Finish off the fix for bug #136 (a biggie for such a simple thing) | brain |
2006-08-30 | Remove a ton of <typeinfo>, <iostream>, <sstream> etc that we usually never use | brain |
2006-08-28 | Add support for NAMESX | brain |
2006-08-24 | Renamed the OnGlobalConnect callback to OnPostConnect, which is much more app... | special |
2006-08-23 | Inherit ModuleMessage from Extensible, so users can Extend and Shrink it. | brain |
2006-08-18 | EventHandler class, an abstraction for raw i/o | brain |
2006-08-12 | More docs. Tons more docs. I need coffee and we're out of coffee :< | brain |
2006-08-11 | Added comment about why its important to push_back onto the string_list when ... | brain |
2006-08-11 | Fix FOREACH_MOD macros | brain |
2006-08-11 | Now two types of log macro, log() and ilog(). log() assumes an InspIRCd objec... | brain |
2006-08-11 | ConfigReader and FileReader now take InspIRCd* to their constructors | brain |
2006-08-10 | Committing this as a rollback point - does not compile | brain |
2006-08-10 | Note: FOR THE MOMENT, this is BROKEN. It wont run right until im done. | brain |
2006-08-10 | Mass-tidyup of module global vars, theyre no longer global vars. | brain |
2006-08-10 | Move IsNick, IsIdent into class InspIRCd, update modules that use it. | brain |
2006-08-10 | PublishFeature, FindFeature, FindModule, PriorityBefore, PriorityAfter -> Ins... | brain |
2006-08-10 | Removal of Server::Log -- not much ever used it anyway with the ability to us... | brain |
2006-08-10 | Fixes and removal of Server::GetServerName() | brain |
2006-08-10 | Server::GetAdmin, Server::GetServerDescription, Server::GetNetworkName --- *R... | brain |
2006-08-10 | Why is most of Server:: virtual?` | brain |
2006-08-10 | Remove Server::Server() and Server::~Server() | brain |
2006-08-10 | cmode(), cflags(), cstatus() -> chanrec::GetStatusChar(), chanrec::GetStatusF... | brain |
2006-08-10 | Server::GetConfig, Server::GetVersion -> removed | brain |
2006-08-10 | FindNick, FindChan, ChanModes, UserList, CountInvisible, PurgeEmptyChannels, ... | brain |
2006-08-10 | Relocate timer stuff into TimerManager class | brain |
2006-08-09 | userrec and chanrec now have their own independent pointer back to their 'cre... | brain |
2006-08-09 | Move tons more stuff into class InspIRCd | brain |
2006-08-09 | Tidy up loglevel enum (remove some C-ish defines) | brain |
2006-08-09 | ServerConfig extern moved into class InspIRCd | brain |
2006-08-09 | Get rid of Server::GetUsers(chanrec) - a throwback to before chanrec could do... | brain |
2006-08-09 | common_channels -> userrec::SharesChannelWith() | brain |
2006-08-08 | Improve Write functions, and change some stuff from char* to const char* | brain |
2006-08-08 | WriteWallops() -> userrec::WriteWallops() (originates from a user, so belongs... | brain |
2006-08-08 | WriteCommon() and WriteCommonExcept() -> userrec::WriteCommon(), userrec::Wri... | brain |
2006-08-08 | WHEEEEE!!!!! | brain |
2006-08-08 | userrec::UpdateNickHash(), userrec::ForceNickChange(), userrec::FullConnect() | brain |
2006-08-08 | kill_link() and Server::QuitUser() -> userrec::QuitUser() (static member) - t... | brain |
2006-08-08 | WriteChannel* functions and ChanExceptSender* functions are now methods of ch... | brain |
2006-08-08 | add_channel -> chanrec::JoinUser() | brain |
2006-08-08 | Change to chanrec::PartUser. As with KickUser and ServerKickUser, returns the... | brain |
2006-07-30 | REMOTE STATS! WOOO AND YAY! | brain |