Age | Commit message (Expand) | Author |
2006-07-19 | Change 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-16 | Fix case sensitive commands issue due to new std::string based parser, improv... | brain |
2006-07-16 | Disable test suite | brain |
2006-07-16 | Improved this a lot | brain |
2006-07-16 | This should be faster, we read it like a stream now with GetToken until GetTo... | brain |
2006-07-16 | irc::tokenstream is a token parser which using std::string and std::vector bu... | brain |
2006-07-12 | Final test. | brain |
2006-07-12 | Test | brain |
2006-07-12 | Mirroring test | brain |
2006-07-12 | Test commit (this should be auto synched to staffbox) | brain |
2006-07-12 | Test commit | brain |
2006-07-12 | Added class Resolver (needs testing) | brain |
2006-07-11 | Fix my last broken commit | brain |
2006-07-11 | Move openSockfd[] into ServerConfig | brain |
2006-07-01 | relocate the Move* methods to private: where they belong, rename erase_factor... | brain |
2006-07-01 | Make WritePID a public function of class InspIRCd | brain |
2006-07-01 | Move SetSignals(), Start() and DaemonSeed() into private methods of class Ins... | brain |
2006-06-29 | Forward port of CullList and my bragging rights | special |
2006-06-29 | You don't need to cast a char* to a char* to put it through a const char*... | om |
2006-06-29 | Remove hardcoded filename prefix to log message, with the new macro these are... | om |
2006-05-03 | Return false was missing | brain |
2006-05-02 | New header at the top of this file clarifying gplv2 only (we hadnt made it cl... | brain |
2006-04-24 | delete operator tracking in debug mode (using a macro -- live with it.) | brain |
2006-04-20 | Fixes for lib dirs | brain |
2006-04-20 | Execinfo stuff | brain |
2006-04-09 | Shuffle some more includes around, const reference a few functions in inspircd.* | om |
2006-04-08 | Split 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. :-P | nenolod |
2006-04-07 | Slight optimisation to config reader, looks nicer even if it's not faster. | om |
2006-04-06 | Holy christ that was a LOT OF SPACES. TABS, USE THEM, LOVE THEM, APPRECIATE T... | w00t |
2006-04-04 | trivial: Made a slight error on that last commit, missed a bit. | w00t |
2006-04-03 | Test fixes for cpu eating issue | brain |
2006-03-25 | Bugfix for bug #101 being as the fix was just one simple line :) | brain |
2006-03-22 | Stack overflow prevention allows deeper recursion | brain |
2006-03-18 | Allow adding of new client ports via /REHASH. | brain |
2006-03-16 | Fix to warning line 218 | brain |
2006-03-16 | Catch std::bad_alloc program wide (to catch out nazi sysadmins who restrict m... | brain |
2006-03-13 | Obscure bug of the week: InspIRCd crashes when given more than 64 client port... | brain |
2006-03-11 | Checks and stuff :p | brain |
2006-03-11 | Re-enterant safety | brain |
2006-03-11 | Removed lots of claptrap debug in a well tested old section of code | brain |
2006-03-09 | Delete unknown sockets on sight | brain |
2006-03-07 | What MUPPET made stdin, stdout and stderr FILE* pointers rather than ints?! | brain |
2006-03-07 | close stdin, stderr and stdout rather than freopen to /dev/null | brain |
2006-03-07 | Buffer flush time now under 0.5 secs | brain |
2006-03-07 | Flush user buffers more often (every 30 iterations) | brain |
2006-03-07 | Whowas refactor - probably wont compile yet | brain |
2006-03-07 | Added a 'max depth' to stop recursive issue | brain |
2006-03-06 | Changed return to break in mainloop for better efficiency | brain |