]> git.netwichtig.de Git - user/henk/code/inspircd.git/history - src/socket.cpp
OOPS! We try again, since I'm smoking craq. LF is 0x0a NOT CR.
[user/henk/code/inspircd.git] / src / socket.cpp
2007-07-16 peaveyOOPS! We try again, since I'm smoking craq. LF is 0x0a...
2007-07-16 peavey'svn propset -R svn:eol-style CR *' Set to UNIX-style...
2007-06-01 peaveyre-apply ipv6 ifdef tidyup that got pulled in last...
2007-06-01 peaveyrevert multiaccept for now until we can fix it for...
2007-05-30 brainApply ipv6 #ifdef tidyup patch from djGrrr, thanks :)
2007-05-29 brainMetaphorically add a metaphorical comment to the metaph...
2007-05-29 w00tCommit multiaccept diff by myself to speed up large...
2007-05-21 brainIt seems that making inspircd.h the first include in...
2007-05-19 brainVisual studio's ability to translate tabs to four space...
2007-05-19 w00tWindows support. Tested and working to compile on freeb...
2007-05-11 brainAllow removal of client ports from the config file...
2007-05-11 brainRefactor port binding, warning not yet tested fully
2007-03-24 brainFix two things: (1) log gets replaced by a user fd...
2007-02-06 brainRemove debug output that was only useful to me
2007-02-06 brainDNS lookups now work for users.
2007-02-05 brainStuff to make dns work protocol-independent
2007-02-05 brainNot safe for use yet
2007-02-05 brainSmart tricks to allow for ipv4 and ipv6 bindings on...
2007-02-05 brainPass sizeof(sockaddr) to bind now. Passing the size...
2007-02-05 brainFix ipv4 bindings for ipv4 only servers
2007-02-05 brainHeavy state of debug. If you are a developer, please...
2007-01-31 brainWhy the fuck do no systems have INADDR6_ANY?!
2007-01-30 brainTweaks to backwards memcpy's that dont actually do...
2007-01-15 brainCrusade to remove debug from stable and tested parts...
2007-01-01 brainAdd port type identifiers
2006-12-23 brainUnload as many modules as we can on restart, and close...
2006-12-22 specialFixed to compile properly with -O; keep in mind that...
2006-12-16 brainAdd stuff so that the core catches CoreException properly
2006-12-15 w00tJesus, look who's the commit whore today. More header...
2006-11-12 brainWhen some (but not all) of the ports fail to bind on...
2006-11-11 peaveyfix a compile warning
2006-11-11 brainDont allow overlapped ports in these files
2006-11-11 brainAdd irc::portparser, a class to parse port ranges in...
2006-11-11 brainAllow port ranges for client ports (this is still todo...
2006-11-05 brainFix the 'not all ports could be bound' warning to not...
2006-11-04 brainAs requested by satmd, inspircd will now run with no...
2006-10-31 brainSocket error state stuff
2006-09-08 brainFix small memory leak if non-cidr string passed to...
2006-08-30 brainWahhhhhhhhhhhh bwahahaha. Mass commit to tidy up tons...
2006-08-18 brainFix trying to add failed ports to socketengine (<3...
2006-08-18 brainEventHandler class, an abstraction for raw i/o
2006-08-11 brainJust to mess with om's head, remove helperfuncs.h from...
2006-08-11 brainChange to using Instance->Log (InspIRCd::Log) rather...
2006-08-11 brainNow two types of log macro, log() and ilog(). log(...
2006-08-11 brainextern time_t TIME -> InspIRCd::Time()
2006-08-11 braincommands.cpp:extern InspIRCd* ServerInstance;
2006-08-10 brainSo much stuff changed in this one, i forgot most of it.
2006-08-10 brainMove IsNick, IsIdent into class InspIRCd, update module...
2006-08-10 brainMove the socket functions like insp_ntoa into their...
2006-08-09 brainServerConfig extern moved into class InspIRCd
2006-08-09 brainMove Blocking/NonBlocking to socket.cpp and make inline
2006-08-08 brainExtra checking that the fd's we pass to SocketEngine...
2006-08-07 brainCheck earlier on is no longer required
2006-08-07 brainBail if we couldn't bind any ports (when did this get...
2006-08-06 brainRemove check that very rarely equates to true
2006-08-06 brainChange to strrchr when looking for '/'. faster
2006-08-06 brainComments
2006-08-06 brainExtra comments
2006-08-06 brainJust comments
2006-08-06 brainAllow nick!ident@ and ident@ portions in a CIDR mask...
2006-08-06 brainAdd <link:allowmask>
2006-08-06 brainClamp mask sizes to 128 for ipv6 and 32 for ipv4
2006-08-06 brainExtra safety checks
2006-08-06 brainSupport CIDR, CIDR zline, /oper and CIDR <connect>...
2006-08-06 brainFix CIDR functions so they work
2006-08-06 brainSimple CIDR checking routine
2006-08-03 brainFix bindsocket to work in ipv6 mode
2006-08-02 brainCheck for invalid ip's being bound to
2006-08-02 brain(1) remove CleanAndResolve.
2006-08-01 brainFix broken inet_pton call
2006-08-01 brainFixes for inspsocket in ipv6 environment
2006-08-01 brainThe IPV6 stuff compiles now, with compile-correct ipv6...
2006-08-01 brainAF_INET -> define to AF_FAMILY, will be either AF_INET...
2006-07-28 brainTidyup message.cpp, remove some really old craq.
2006-07-19 brainChange stats recv/send to double, so they can hold...
2006-07-11 brainMove openSockfd[] into ServerConfig
2006-05-03 brainChecks for negative fd's when adding them to the socket...
2006-04-12 brainSomeone didnt test their fixes in cygwin *gets tortoise...
2006-04-08 omSplit inspircd_io.* insp inspsocket.* and configreader...
2006-04-06 w00tHoly christ that was a LOT OF SPACES. TABS, USE THEM...
2006-04-04 brainConnection refused bug is FIXED!!!!
2006-04-04 brainBad brain bad
2006-04-04 brainTweaks to hopefully prevent 100% cpu use issue
2006-04-01 brainFixes for stability of connects (these didnt make it...
2006-03-28 brainBackport of 100% cpu on connection refused bug
2006-03-27 brainRemove debugging
2006-03-26 brainRegressed buffering code
2006-03-13 brainRemoval of ancient TRUE/FALSE #defines (C-ish stuff)
2006-03-11 brainComplete removal of all stl stuff here
2006-03-11 brainCompletely removed the deque
2006-03-11 brainPut some error checking back in here
2006-03-11 brainTemporarily removed output buffering as an experiment
2006-03-11 brainBlah
2006-03-11 brainLogging
2006-03-11 brainDifferent way of using substr
2006-03-11 brainDeque doing some reallllly odd stuff
2006-03-11 brainCant do *ANYTHING* in the damn destructor?!
2006-03-11 brainClose-pending checks
2006-03-11 brainChecking that buffers are empty in destructor
2006-03-11 brainChecks and stuff :p
next