Age | Commit message (Expand) | Author |
2006-08-10 | So much stuff changed in this one, i forgot most of it. | brain |
2006-08-10 | Move all_opers into class InspIRCd | brain |
2006-08-10 | Mass-tidyup of module global vars, theyre no longer global vars. | brain |
2006-08-10 | Move tons more stuff into class InspIRCd*, make signal handler functions stat... | brain |
2006-08-10 | Move strlower into nspace namespace where hash<std::string> lives | brain |
2006-08-10 | Move InsertMode into ModeParser | 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 | Updates to new API | om |
2006-08-10 | Fix to new API | om |
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 | Move the socket functions like insp_ntoa into their own namespace. They arent... | brain |
2006-08-10 | Relocate timer stuff into TimerManager class | brain |
2006-08-09 | Fix passing wrong instance to resolver | brain |
2006-08-09 | Move more stuff into userrec | brain |
2006-08-09 | Wrong version given in check it seems. Om can review this later, but now it c... | brain |
2006-08-09 | Change some resolver stuff. | 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 | Move clientlist and chanlist into InspIRCd* | brain |
2006-08-09 | Fixes for API changes | om |
2006-08-09 | Fix for when we hit PgSQL 9.x that I think actually works | om |
2006-08-09 | Fix for when we hit PgSQL 9.x | om |
2006-08-09 | This wont build. :( | brain |
2006-08-09 | Move socket_ref and module_sockets vectors/arrays into InspIRCd*. These are p... | brain |
2006-08-09 | Tidy up loglevel enum (remove some C-ish defines) | brain |
2006-08-09 | do_log -> static void InspIRCd::Log() (with vararg and std::string variants) | 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-08 | Improve Write functions, and change some stuff from char* to const char* | brain |
2006-08-08 | WHEEEEE!!!!! | brain |
2006-08-08 | FindMatchingLocal/FindMatchingGlobal -> userrec::LocalCloneCount(), userrec::... | brain |
2006-08-08 | userrec::UpdateNickHash(), userrec::ForceNickChange(), userrec::FullConnect() | brain |
2006-08-08 | AddOper() and DeleteOper() -> userrec::Oper() and userrec::UnOper() (these do... | 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-08-08 | chanrec::KickUser and chanrec::ServerKickUser return number of users left on ... | brain |
2006-08-08 | kick_channel -> chanrec::KickUser(), server_kick_channel -> chanrec::ServerKi... | brain |
2006-08-08 | Add checking on AddFd that was missing (it assumed, like everything else) | brain |
2006-08-07 | Only local users can have angry monkeys and packs of wild dogs. These are loc... | brain |
2006-08-07 | Now with added ANGRY MONKEYS. | brain |
2006-08-07 | Change the error message, just for LeaChim <3 | brain |
2006-08-07 | The segfaults on missing init_module symbol are now gone, and hopefully not c... | brain |