Age | Commit message (Expand) | Author |
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-07-01 | Change WriteChannelWithServ and it's _NoFormat to take a const char* serverna... | om |
2006-07-01 | Replace rather craq'y loop with a couple of std::string calls | om |
2006-06-30 | Tweak to IS_LOCAL macro to exclude invalid fd's that are > MAX_DESCRIPTORS | brain |
2006-06-29 | And add the include to make all the modules compile... | om |
2006-06-29 | This already adds the file and line number itself, call do_log() rather than ... | om |
2006-06-29 | Change log() to a #define, the real symbol is now do_log(), the new macro aut... | om |
2006-06-29 | Convert char* to const char* in InspSocket constructor prototype. Shouldn't b... | om |
2006-06-27 | Added auto-binding, picks the first ip in the <bind> tags that isnt localhost... | brain |
2006-06-21 | Added Server::PublishFeature(), | brain |
2006-06-20 | Class Request and class Event now take a void* in their constructor to save o... | brain |
2006-05-11 | Increase length of dhost | brain |
2006-05-10 | Fix output corruption when host is exactly 64 chars long | brain |
2006-04-25 | Check for NULL, set pointers to NULL after deletion | brain |
2006-04-24 | Fix various typos and warnings | brain |
2006-04-24 | Typo in the macro :p | brain |
2006-04-24 | delete operator tracking in debug mode (using a macro -- live with it.) | brain |
2006-04-20 | Movement of cmd_* headers into include/commands (this is incomplete) | brain |
2006-04-12 | Made FindMatching(Global|Local) available via users.h | brain |
2006-04-11 | Die windows die. | om |
2006-04-10 | Route some more stuff through socket.h and hash_map.h. Add #define protection... | om |
2006-04-10 | Routing more socket includes through socket.h | om |
2006-04-10 | Typedef an ugly iterator, dont send mode string if no modes were in the outpu... | brain |
2006-04-10 | A few more typedefs defined and put into use. | om |
2006-04-10 | Add time.h include to inspircd.h. Random cleanups in channels.cpp, mostly usi... | om |
2006-04-10 | Assorted changes here, Extend() is not templated so you can pass it any point... | om |
2006-04-10 | More fixes | brain |
2006-04-10 | Extra allowance for modes which have different number of params when being se... | brain |
2006-04-10 | Start of new mode parser | brain |
2006-04-09 | Om's way is better and lets watchers change mode parameters for the modes the... | brain |
2006-04-09 | Start of mode parser refactoring | brain |
2006-04-09 | Shuffle some more includes around, const reference a few functions in inspircd.* | om |
2006-04-08 | Remove references to inspircd_io from these, stop configure making all the mo... | om |
2006-04-08 | Obsolete | om |
2006-04-08 | Remove uneccessary socket includes now included in socket.h | om |
2006-04-08 | ... | om |
2006-04-08 | And remember to add this one, just a little header with the #ifdef GCC3 ... s... | 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-04 | move do_whois to cmd_whois, i'm stopping now. really. | om |
2006-04-04 | Add WriteOpers_NoFormat, now to remember what I wanted it for | om |
2006-04-04 | All new shiny config parser, there's probably some bugs there somewhere but h... | om |
2006-04-04 | Forward port the removal of -nolimit (doesn't seem to be in the current comma... | w00t |
2006-04-03 | split_clist will never send lines over 512 chars, also should be faster | om |
2006-04-02 | Undo me screwing stuff up | om |
2006-04-02 | Add amd64/linux to list of OS'es tested, but mainly CIA test :P | om |
2006-03-30 | Add configuration option <options:operspywhois> to set if opers see invisble ... | om |