summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)Author
2006-07-07Add cmode_p (private)brain
2006-07-07Aaaand, correct all the obligitary typosbrain
2006-07-07Added masking stuff.brain
2006-07-07Mode parser WORKS! (for simple non-parameterized channel modes)brain
2006-07-07Header for cmode_s.cppbrain
2006-07-07change std::string's to const std::string references for *Feature() funcsom
2006-07-07Added InspSocket::WantWrite(), InspSocket::OnWriteReady() and private data me...brain
2006-07-07modules.*: Put some void* back to char*, sorry if they were only like that be...om
2006-07-03Change InspSocket's private members to only be protected, I couldn't find any...om
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-07-01Change WriteChannelWithServ and it's _NoFormat to take a const char* serverna...om
2006-07-01Replace rather craq'y loop with a couple of std::string callsom
2006-06-30Tweak to IS_LOCAL macro to exclude invalid fd's that are > MAX_DESCRIPTORSbrain
2006-06-29And add the include to make all the modules compile...om
2006-06-29This already adds the file and line number itself, call do_log() rather than ...om
2006-06-29Change log() to a #define, the real symbol is now do_log(), the new macro aut...om
2006-06-29Convert char* to const char* in InspSocket constructor prototype. Shouldn't b...om
2006-06-27Added auto-binding, picks the first ip in the <bind> tags that isnt localhost...brain
2006-06-21Added Server::PublishFeature(),brain
2006-06-20Class Request and class Event now take a void* in their constructor to save o...brain
2006-05-11Increase length of dhostbrain
2006-05-10Fix output corruption when host is exactly 64 chars longbrain
2006-04-25Check for NULL, set pointers to NULL after deletionbrain
2006-04-24Fix various typos and warningsbrain
2006-04-24Typo in the macro :pbrain
2006-04-24delete operator tracking in debug mode (using a macro -- live with it.)brain
2006-04-20Movement of cmd_* headers into include/commands (this is incomplete)brain
2006-04-12Made FindMatching(Global|Local) available via users.hbrain
2006-04-11Die windows die.om
2006-04-10Route some more stuff through socket.h and hash_map.h. Add #define protection...om
2006-04-10Routing more socket includes through socket.hom
2006-04-10Typedef an ugly iterator, dont send mode string if no modes were in the outpu...brain
2006-04-10A few more typedefs defined and put into use.om
2006-04-10Add time.h include to inspircd.h. Random cleanups in channels.cpp, mostly usi...om
2006-04-10Assorted changes here, Extend() is not templated so you can pass it any point...om
2006-04-10More fixesbrain
2006-04-10Extra allowance for modes which have different number of params when being se...brain
2006-04-10Start of new mode parserbrain
2006-04-09Om's way is better and lets watchers change mode parameters for the modes the...brain
2006-04-09Start of mode parser refactoringbrain
2006-04-09Shuffle some more includes around, const reference a few functions in inspircd.*om
2006-04-08Remove references to inspircd_io from these, stop configure making all the mo...om
2006-04-08Obsoleteom
2006-04-08Remove uneccessary socket includes now included in socket.hom
2006-04-08...om
2006-04-08And remember to add this one, just a little header with the #ifdef GCC3 ... s...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