]> git.netwichtig.de Git - user/henk/code/inspircd.git/history - src/inspsocket.cpp
Remove an unused member.
[user/henk/code/inspircd.git] / src / inspsocket.cpp
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 brainConfigReader and FileReader now take InspIRCd* to their...
2006-08-10 brainCommitting this as a rollback point - does not compile
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 brainMove socket_ref and module_sockets vectors/arrays into...
2006-08-09 brainServerConfig extern moved into class InspIRCd
2006-08-08 brainExtra checking that the fd's we pass to SocketEngine...
2006-08-04 brainFixes for ::0 ip's, disable autobind when using ::ffff...
2006-08-02 brain(1) remove CleanAndResolve.
2006-08-02 brainInspSocket no longer resolves hosts.
2006-08-01 brainRemoved threaded dns (it might make a comeback some...
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-12 brainTypo #2
2006-07-12 brainMake it work:
2006-07-10 brainMove logging further up in inspsocket so we get the...
2006-07-07 brainAdded InspSocket::WantWrite(), InspSocket::OnWriteReady...
2006-06-29 omConvert char* to const char* in InspSocket constructor...
2006-06-28 brainAllow binding to hosts again in <bind> and <link>
2006-06-27 brainCommenting
2006-06-27 brainAdded auto-binding, picks the first ip in the <bind...
2006-05-03 brainChecks for negative fd's when adding them to the socket...
2006-04-08 omRemove uneccessary socket includes now included in...
2006-04-08 omHelps to svn add these too :P