Age | Commit message (Expand) | Author |
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-09 | Move Blocking/NonBlocking to socket.cpp and make inline | brain |
2006-08-09 | common_channels -> userrec::SharesChannelWith() | brain |
2006-08-08 | Oops, goofed up | 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 | Move whowas stuff into its own namespace, move more stuff into userrec | 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 | userrec::AddToWhoWas() fix | brain |
2006-08-08 | AddWhoWas(userrec) -> userrec::AddToWhoWas() | 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 | Check return values | 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-08 | Extra checking that the fd's we pass to SocketEngine::AddFd were added (a lot... | 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 | Check earlier on is no longer required | brain |
2006-08-07 | Bail if we couldn't bind any ports (when did this get broken?) | brain |
2006-08-07 | Put casts back :( | brain |
2006-08-07 | The segfaults on missing init_module symbol are now gone, and hopefully not c... | brain |
2006-08-07 | Change symbol back | brain |
2006-08-07 | Added some hax :( to prevent invalid symbols. It seems that instead of return... | brain |
2006-08-07 | Tidy up, make a lot of char*'s const | brain |
2006-08-07 | Better checks for running out of disk space, inability to write to tmp dir, etc | brain |
2006-08-07 | Extra debug all over the place, which maybe we should keep | brain |
2006-08-07 | Untested but compiling updates for Resolver DNS API | om |
2006-08-07 | General cleanup of code., add support for +Q channel mode (and config tag <re... | om |
2006-08-07 | Add m_tline, tests how many users a gline, zline etc would match. Can use thi... | brain |
2006-08-07 | Remove dependent commands BEFORE deleting the Module*, otherwise things go ti... | brain |
2006-08-07 | Remove old debug | brain |
2006-08-06 | Remove trailing spaces from input in irc::ircsepstream | brain |
2006-08-06 | Left nick out of the cidr/ip check in bans/join, would never match | brain |
2006-08-06 | Fix for ipv6 build | brain |
2006-08-06 | return statement in wrong place caused modes to be dropped | brain |
2006-08-06 | Syntax notice on bad commandline | brain |
2006-08-06 | Add -notraceback startup option, disables automatic backtrace facility so tha... | brain |
2006-08-06 | Remove check that very rarely equates to true | brain |