summaryrefslogtreecommitdiff
path: root/src/inspircd.cpp
AgeCommit message (Expand)Author
2006-08-09Change some resolver stuff.brain
2006-08-09userrec and chanrec now have their own independent pointer back to their 'cre...brain
2006-08-09Move tons more stuff into class InspIRCdbrain
2006-08-09Move clientlist and chanlist into InspIRCd*brain
2006-08-09Move fd_ref_table into class InspIRCd*brain
2006-08-09Move socket_ref and module_sockets vectors/arrays into InspIRCd*. These are p...brain
2006-08-09ServerConfig extern moved into class InspIRCdbrain
2006-08-08Move whowas stuff into its own namespace, move more stuff into userrecbrain
2006-08-08Extra checking that the fd's we pass to SocketEngine::AddFd were added (a lot...brain
2006-08-07Bail if we couldn't bind any ports (when did this get broken?)brain
2006-08-07The segfaults on missing init_module symbol are now gone, and hopefully not c...brain
2006-08-07Added some hax :( to prevent invalid symbols. It seems that instead of return...brain
2006-08-07Remove dependent commands BEFORE deleting the Module*, otherwise things go ti...brain
2006-08-06Syntax notice on bad commandlinebrain
2006-08-06Add -notraceback startup option, disables automatic backtrace facility so tha...brain
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-04Extra debugbrain
2006-08-02Move more stuff into class DNSbrain
2006-08-01Comments, add more detail, remove dnsqueue.h include from tons of placesbrain
2006-08-01Stuff to make user host resolving use class Resolver - not tested yetbrain
2006-08-01Removed threaded dns (it might make a comeback some day, but as it stands its...brain
2006-08-01The IPV6 stuff compiles now, with compile-correct ipv6 code. I dont know if t...brain
2006-07-19Change stats recv/send to double, so they can hold truly massive numbers of t...brain
2006-07-19* Seperate out socket engines into derived classes of SocketEngine.brain
2006-07-16Fix case sensitive commands issue due to new std::string based parser, improv...brain
2006-07-16Disable test suitebrain
2006-07-16Improved this a lotbrain
2006-07-16This should be faster, we read it like a stream now with GetToken until GetTo...brain
2006-07-16irc::tokenstream is a token parser which using std::string and std::vector bu...brain
2006-07-12Final test.brain
2006-07-12Testbrain
2006-07-12Mirroring testbrain
2006-07-12Test commit (this should be auto synched to staffbox)brain
2006-07-12Test commitbrain
2006-07-12Added class Resolver (needs testing)brain
2006-07-11Fix my last broken commitbrain
2006-07-11Move openSockfd[] into ServerConfigbrain
2006-07-01relocate the Move* methods to private: where they belong, rename erase_factor...brain
2006-07-01Make WritePID a public function of class InspIRCdbrain
2006-07-01Move SetSignals(), Start() and DaemonSeed() into private methods of class Ins...brain
2006-06-29Forward port of CullList and my bragging rightsspecial
2006-06-29You don't need to cast a char* to a char* to put it through a const char*...om
2006-06-29Remove hardcoded filename prefix to log message, with the new macro these are...om
2006-05-03Return false was missingbrain
2006-05-02New header at the top of this file clarifying gplv2 only (we hadnt made it cl...brain
2006-04-24delete operator tracking in debug mode (using a macro -- live with it.)brain
2006-04-20Fixes for lib dirsbrain
2006-04-20Execinfo stuffbrain
2006-04-09Shuffle some more includes around, const reference a few functions in inspircd.*om