summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2005-12-14Use our shiny new IS_LOCAL() macro, and add a query.w00t
2005-12-14tidystring() anal optimisationw00t
2005-12-13Fixed a couple of missing \n's at request of Specialbrain
2005-12-13#define IS_LOCAL(x) (x->fd > -1)brain
2005-12-13optimized a ton of strcmps down to an integer comparison!brain
2005-12-13Tons of optimizations to add_channel (UNTESTED)brain
2005-12-13De-messified GetRevisionbrain
2005-12-13Eliminated a strlcpybrain
2005-12-13Optimized accept() stuff to eliminate loop, idea while talking to w00tbrain
2005-12-13Minor bug chasingbrain
2005-12-13Not sending fjoins on sync?brain
2005-12-13Got rid of the evil loopy horrid mess in dnsqueue.cpp (singlethreaded dns loo...brain
2005-12-13Made dnsqueue clean up its sockets from the socketengine properlybrain
2005-12-13Prevented zlines from being allowed with a username/ident in thembrain
2005-12-13Added ability for channel lists to grow past one line in WHOISbrain
2005-12-13Modified chlist() and whois to allow output of multi line channel membership ...brain
2005-12-13Forward declared ForceChanbrain
2005-12-13Fixed minor warningbrain
2005-12-13Left figure from outputbrain
2005-12-13added question about oper channel maxbrain
2005-12-13Modified channel joining to allow > MAXCHANS for opers/remote (when complete)brain
2005-12-13Made MAXCHANS growable for opers/ulines (growing of list not implemented yet)brain
2005-12-13Removed some logging that can cause excessively huge logs when select() is be...brain
2005-12-13More old /map code removal, removed stuff from headersw00t
2005-12-13Removed old /map codew00t
2005-12-13Removed some remnants from mesh linkingw00t
2005-12-13Set up externs to allow moving loads of crap out of inspircd.cppbrain
2005-12-12Added userprocessbrain
2005-12-12Added reference to userprocess.hbrain
2005-12-12Moved some stuff out to userprocess.cppbrain
2005-12-12Moved some stuff out to userprocess.hbrain
2005-12-12Efficiency suggestion by w00t, faster processing of module sockets at the exp...brain
2005-12-12Added extra documentation for InspSocket (at last)brain
2005-12-12Removal of some trivial debug outputbrain
2005-12-12New version that doesnt yield() any morebrain
2005-12-12Semicolon to colonbrain
2005-12-12Code tidybrain
2005-12-12Comment and tidyupbrain
2005-12-12Made socket loop flush a users buffer if they still remain after processing e...brain
2005-12-12Got the bool back to front!brain
2005-12-12Changed how background processing works, now once per second repeating until ...brain
2005-12-12Commented more stuffbrain
2005-12-12Added timeout fixesbrain
2005-12-12Fixed .inspircd.incbrain
2005-12-12Fixed timeout codebrain
2005-12-12Added a second yieldbrain
2005-12-12Timing tweaksbrain
2005-12-12Increased socketengine wait cyclesbrain
2005-12-12Tidy up of main function InspIRCd()brain
2005-12-12Added new docs for class SocketEnginebrain