Age | Commit message (Expand) | Author |
2006-08-10 | Move FileExists, CleanFilename, DirValid, GetFullProgDir into class ServerConfig | brain |
2006-08-10 | Move IsNick, IsIdent into class InspIRCd, update modules that use it. | brain |
2006-08-10 | Cast value to long instead of int, shouldn't break any sane system, fixes war... | om |
2006-08-10 | FindNick, FindChan, ChanModes, UserList, CountInvisible, PurgeEmptyChannels, ... | brain |
2006-08-10 | bad_alloc is thrown by reference not by value | brain |
2006-08-10 | Add a default exception handler around main() | brain |
2006-08-10 | Move the socket functions like insp_ntoa into their own namespace. They arent... | brain |
2006-08-10 | Relocate timer stuff into TimerManager class | brain |
2006-08-09 | Fix passing wrong instance to resolver | brain |
2006-08-09 | Change some resolver stuff. | brain |
2006-08-09 | userrec and chanrec now have their own independent pointer back to their 'cre... | brain |
2006-08-09 | Move tons more stuff into class InspIRCd | brain |
2006-08-09 | Move clientlist and chanlist into InspIRCd* | brain |
2006-08-09 | Move fd_ref_table into class InspIRCd* | brain |
2006-08-09 | Move socket_ref and module_sockets vectors/arrays into InspIRCd*. These are p... | brain |
2006-08-09 | ServerConfig extern moved into class InspIRCd | brain |
2006-08-08 | Move whowas stuff into its own namespace, move more stuff into userrec | brain |
2006-08-08 | Extra checking that the fd's we pass to SocketEngine::AddFd were added (a lot... | brain |
2006-08-07 | Bail if we couldn't bind any ports (when did this get broken?) | brain |
2006-08-07 | The segfaults on missing init_module symbol are now gone, and hopefully not c... | brain |
2006-08-07 | Added some hax :( to prevent invalid symbols. It seems that instead of return... | brain |
2006-08-07 | Remove dependent commands BEFORE deleting the Module*, otherwise things go ti... | brain |
2006-08-06 | Syntax notice on bad commandline | brain |
2006-08-06 | Add -notraceback startup option, disables automatic backtrace facility so tha... | brain |
2006-08-06 | Support CIDR, CIDR zline, /oper and CIDR <connect> tags. NOTE: With CIDR oper... | brain |
2006-08-06 | Fix CIDR functions so they work | brain |
2006-08-04 | Extra debug | brain |
2006-08-02 | Move more stuff into class DNS | brain |
2006-08-01 | Comments, add more detail, remove dnsqueue.h include from tons of places | brain |
2006-08-01 | Stuff to make user host resolving use class Resolver - not tested yet | brain |
2006-08-01 | Removed threaded dns (it might make a comeback some day, but as it stands its... | brain |
2006-08-01 | The IPV6 stuff compiles now, with compile-correct ipv6 code. I dont know if t... | brain |
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 |