summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2006-08-09Move Blocking/NonBlocking to socket.cpp and make inlinebrain
2006-08-09common_channels -> userrec::SharesChannelWith()brain
2006-08-08Oops, goofed upbrain
2006-08-08Improve Write functions, and change some stuff from char* to const char*brain
2006-08-08WriteWallops() -> userrec::WriteWallops() (originates from a user, so belongs...brain
2006-08-08Document new methodsbrain
2006-08-08WriteCommon() and WriteCommonExcept() -> userrec::WriteCommon(), userrec::Wri...brain
2006-08-08Document Write* methods in userrecbrain
2006-08-08WHEEEEE!!!!!brain
2006-08-08Comment all the new stuffbrain
2006-08-08Tons of commentsbrain
2006-08-08Move whowas stuff into its own namespace, move more stuff into userrecbrain
2006-08-08FindMatchingLocal/FindMatchingGlobal -> userrec::LocalCloneCount(), userrec::...brain
2006-08-08userrec::UpdateNickHash(), userrec::ForceNickChange(), userrec::FullConnect()brain
2006-08-08AddOper() and DeleteOper() -> userrec::Oper() and userrec::UnOper() (these do...brain
2006-08-08userrec::AddToWhoWas() fixbrain
2006-08-08AddWhoWas(userrec) -> userrec::AddToWhoWas()brain
2006-08-08kill_link() and Server::QuitUser() -> userrec::QuitUser() (static member) - t...brain
2006-08-08WriteChannel* functions and ChanExceptSender* functions are now methods of ch...brain
2006-08-08add_channel -> chanrec::JoinUser()brain
2006-08-08Change to chanrec::PartUser. As with KickUser and ServerKickUser, returns the...brain
2006-08-08Check return valuesbrain
2006-08-08chanrec::KickUser and chanrec::ServerKickUser return number of users left on ...brain
2006-08-08kick_channel -> chanrec::KickUser(), server_kick_channel -> chanrec::ServerKi...brain
2006-08-08Add checking on AddFd that was missing (it assumed, like everything else)brain
2006-08-08Extra checking that the fd's we pass to SocketEngine::AddFd were added (a lot...brain
2006-08-07Only local users can have angry monkeys and packs of wild dogs. These are loc...brain
2006-08-07Now with added ANGRY MONKEYS.brain
2006-08-07Change the error message, just for LeaChim <3brain
2006-08-07Check earlier on is no longer requiredbrain
2006-08-07Bail if we couldn't bind any ports (when did this get broken?)brain
2006-08-07Put casts back :(brain
2006-08-07The segfaults on missing init_module symbol are now gone, and hopefully not c...brain
2006-08-07Change symbol backbrain
2006-08-07Added some hax :( to prevent invalid symbols. It seems that instead of return...brain
2006-08-07Tidy up, make a lot of char*'s constbrain
2006-08-07Better checks for running out of disk space, inability to write to tmp dir, etcbrain
2006-08-07Extra debug all over the place, which maybe we should keepbrain
2006-08-07Untested but compiling updates for Resolver DNS APIom
2006-08-07General cleanup of code., add support for +Q channel mode (and config tag <re...om
2006-08-07Change prototype of OneOfMatchesbrain
2006-08-07Add m_tline, tests how many users a gline, zline etc would match. Can use thi...brain
2006-08-07Remove dependent commands BEFORE deleting the Module*, otherwise things go ti...brain
2006-08-07Remove old debugbrain
2006-08-06Remove trailing spaces from input in irc::ircsepstreambrain
2006-08-06Left nick out of the cidr/ip check in bans/join, would never matchbrain
2006-08-06Fix for ipv6 buildbrain
2006-08-06return statement in wrong place caused modes to be droppedbrain
2006-08-06Give a full path to .gdbargs, should let you run the ./inspircd script from o...om
2006-08-06Install .gdbargs with ./inspircdom