summaryrefslogtreecommitdiff
path: root/src/inspircd.cpp
AgeCommit message (Expand)Author
2005-12-14Half way through updating to move a ton of extern confs into class ServerConfigbrain
2005-12-13#define IS_LOCAL(x) (x->fd > -1)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-13Got rid of the evil loopy horrid mess in dnsqueue.cpp (singlethreaded dns loo...brain
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-12Added reference to userprocess.hbrain
2005-12-12Moved some stuff out to userprocess.cppbrain
2005-12-12Efficiency suggestion by w00t, faster processing of module sockets at the exp...brain
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 timeout codebrain
2005-12-12Added a second yieldbrain
2005-12-12Tidy up of main function InspIRCd()brain
2005-12-12Attempts to make DNS nicer with new socket enginebrain
2005-12-12*EXPERIMENTAL* Tied DNS into new socket enginebrain
2005-12-12More experimental gubbinsbrain
2005-12-12X_MODULE -> X_ESTAB_MODULEbrain
2005-12-12Added module sockets to new engine, MAY NOT WORKbrain
2005-12-12EXPERIMENTAL new socket engine codebrain
2005-12-08Fixed 'fake direction' messages being put out by user->registered = 7 being s...brain
2005-12-07Changed userlist to clientlist in UnloadModulebrain
2005-12-07Added OnCleanup functionbrain
2005-12-07Changed behaviour of module API to pass Server* to the constructor, rather th...brain
2005-12-05Added new OnKick stuffbrain
2005-12-05Fixed local compares to JOINbrain
2005-12-05Added OnChangeHostbrain
2005-12-03Removed the MESHED 005 numeric tokenbrain
2005-12-03Changed epoll delaybrain
2005-12-02Allowed ulined servers to by pass all oper permissions checkingbrain
2005-12-02Added forward lookup sanity checks to single threaded dnsbrain
2005-12-02Made threading optionalbrain
2005-12-02Its too late at night for this :pbrain
2005-12-02Blahbrain
2005-12-02blahbrain
2005-12-02Added permissions checks, ick!brain
2005-12-01Multithreaded DNS -- not tested!!!!brain
2005-12-01Fixed is_valid_cmd to only return true for non-core commandsbrain
2005-12-01Added clever code to propogate module's special commands (SAJOIN, KNOCK etc) ...brain