summaryrefslogtreecommitdiff
path: root/src/inspircd.cpp
AgeCommit message (Expand)Author
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
2006-04-08Split inspircd_io.* insp inspsocket.* and configreader.* with a few odd bits ...om
2006-04-08- first steps towards a working IPv6 port. I'll work more on this tomorrow. :-Pnenolod
2006-04-07Slight optimisation to config reader, looks nicer even if it's not faster.om
2006-04-06Holy christ that was a LOT OF SPACES. TABS, USE THEM, LOVE THEM, APPRECIATE T...w00t
2006-04-04trivial: Made a slight error on that last commit, missed a bit.w00t
2006-04-03Test fixes for cpu eating issuebrain
2006-03-25Bugfix for bug #101 being as the fix was just one simple line :)brain
2006-03-22Stack overflow prevention allows deeper recursionbrain
2006-03-18Allow adding of new client ports via /REHASH.brain
2006-03-16Fix to warning line 218brain
2006-03-16Catch std::bad_alloc program wide (to catch out nazi sysadmins who restrict m...brain
2006-03-13Obscure bug of the week: InspIRCd crashes when given more than 64 client port...brain
2006-03-11Checks and stuff :pbrain
2006-03-11Re-enterant safetybrain
2006-03-11Removed lots of claptrap debug in a well tested old section of codebrain
2006-03-09Delete unknown sockets on sightbrain
2006-03-07What MUPPET made stdin, stdout and stderr FILE* pointers rather than ints?!brain
2006-03-07close stdin, stderr and stdout rather than freopen to /dev/nullbrain
2006-03-07Buffer flush time now under 0.5 secsbrain
2006-03-07Flush user buffers more often (every 30 iterations)brain
2006-03-07Whowas refactor - probably wont compile yetbrain
2006-03-07Added a 'max depth' to stop recursive issuebrain
2006-03-06Changed return to break in mainloop for better efficiencybrain