summaryrefslogtreecommitdiff
path: root/src/socket.cpp
AgeCommit message (Expand)Author
2006-11-05Fix the 'not all ports could be bound' warning to not count server ports at t...brain
2006-11-04As requested by satmd, inspircd will now run with no client ports configuredbrain
2006-10-31Socket error state stuffbrain
2006-09-08Fix small memory leak if non-cidr string passed to MatchCIDRbrain
2006-08-30Wahhhhhhhhhhhh bwahahaha. Mass commit to tidy up tons of messy include listsbrain
2006-08-18Fix trying to add failed ports to socketengine (<3 new code)brain
2006-08-18EventHandler class, an abstraction for raw i/obrain
2006-08-11Just to mess with om's head, remove helperfuncs.h from everywherebrain
2006-08-11Change to using Instance->Log (InspIRCd::Log) rather than log() macrobrain
2006-08-11Now two types of log macro, log() and ilog(). log() assumes an InspIRCd objec...brain
2006-08-11extern time_t TIME -> InspIRCd::Time()brain
2006-08-11commands.cpp:extern InspIRCd* ServerInstance;brain
2006-08-10So much stuff changed in this one, i forgot most of it.brain
2006-08-10Move IsNick, IsIdent into class InspIRCd, update modules that use it.brain
2006-08-10Move the socket functions like insp_ntoa into their own namespace. They arent...brain
2006-08-09ServerConfig extern moved into class InspIRCdbrain
2006-08-09Move Blocking/NonBlocking to socket.cpp and make inlinebrain
2006-08-08Extra checking that the fd's we pass to SocketEngine::AddFd were added (a lot...brain
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-06Remove check that very rarely equates to truebrain
2006-08-06Change to strrchr when looking for '/'. fasterbrain
2006-08-06Commentsbrain
2006-08-06Extra commentsbrain
2006-08-06Just commentsbrain
2006-08-06Allow nick!ident@ and ident@ portions in a CIDR mask if given, use match() wi...brain
2006-08-06Add <link:allowmask>brain
2006-08-06Clamp mask sizes to 128 for ipv6 and 32 for ipv4brain
2006-08-06Extra safety checksbrain
2006-08-06Support CIDR, CIDR zline, /oper and CIDR <connect> tags. NOTE: With CIDR oper...brain
2006-08-06Fix CIDR functions so they workbrain
2006-08-06Simple CIDR checking routinebrain
2006-08-03Fix bindsocket to work in ipv6 modebrain
2006-08-02Check for invalid ip's being bound tobrain
2006-08-02(1) remove CleanAndResolve.brain
2006-08-01Fix broken inet_pton callbrain
2006-08-01Fixes for inspsocket in ipv6 environmentbrain
2006-08-01The IPV6 stuff compiles now, with compile-correct ipv6 code. I dont know if t...brain
2006-08-01AF_INET -> define to AF_FAMILY, will be either AF_INET or AF_INET6brain
2006-07-28Tidyup message.cpp, remove some really old craq.brain
2006-07-19Change stats recv/send to double, so they can hold truly massive numbers of t...brain
2006-07-11Move openSockfd[] into ServerConfigbrain
2006-05-03Checks for negative fd's when adding them to the socketengine so we can gener...brain
2006-04-12Someone didnt test their fixes in cygwin *gets tortoise torture kit*brain
2006-04-08Split inspircd_io.* insp inspsocket.* and configreader.* with a few odd bits ...om
2006-04-06Holy christ that was a LOT OF SPACES. TABS, USE THEM, LOVE THEM, APPRECIATE T...w00t
2006-04-04Connection refused bug is FIXED!!!!brain
2006-04-04Bad brain badbrain
2006-04-04Tweaks to hopefully prevent 100% cpu use issuebrain
2006-04-01Fixes for stability of connects (these didnt make it into trunk!!!)brain