Age | Commit message (Expand) | Author |
2005-12-13 | #define IS_LOCAL(x) (x->fd > -1) | brain |
2005-12-13 | Tons of optimizations to add_channel (UNTESTED) | brain |
2005-12-13 | De-messified GetRevision | brain |
2005-12-13 | Eliminated a strlcpy | brain |
2005-12-13 | Optimized accept() stuff to eliminate loop, idea while talking to w00t | brain |
2005-12-13 | Got rid of the evil loopy horrid mess in dnsqueue.cpp (singlethreaded dns loo... | brain |
2005-12-13 | added question about oper channel max | brain |
2005-12-13 | Modified channel joining to allow > MAXCHANS for opers/remote (when complete) | brain |
2005-12-13 | Made MAXCHANS growable for opers/ulines (growing of list not implemented yet) | brain |
2005-12-12 | Added reference to userprocess.h | brain |
2005-12-12 | Moved some stuff out to userprocess.cpp | brain |
2005-12-12 | Efficiency suggestion by w00t, faster processing of module sockets at the exp... | brain |
2005-12-12 | New version that doesnt yield() any more | brain |
2005-12-12 | Semicolon to colon | brain |
2005-12-12 | Code tidy | brain |
2005-12-12 | Comment and tidyup | brain |
2005-12-12 | Made socket loop flush a users buffer if they still remain after processing e... | brain |
2005-12-12 | Got the bool back to front! | brain |
2005-12-12 | Changed how background processing works, now once per second repeating until ... | brain |
2005-12-12 | Commented more stuff | brain |
2005-12-12 | Added timeout fixes | brain |
2005-12-12 | Fixed timeout code | brain |
2005-12-12 | Added a second yield | brain |
2005-12-12 | Tidy up of main function InspIRCd() | brain |
2005-12-12 | Attempts to make DNS nicer with new socket engine | brain |
2005-12-12 | *EXPERIMENTAL* Tied DNS into new socket engine | brain |
2005-12-12 | More experimental gubbins | brain |
2005-12-12 | X_MODULE -> X_ESTAB_MODULE | brain |
2005-12-12 | Added module sockets to new engine, MAY NOT WORK | brain |
2005-12-12 | EXPERIMENTAL new socket engine code | brain |
2005-12-08 | Fixed 'fake direction' messages being put out by user->registered = 7 being s... | brain |
2005-12-07 | Changed userlist to clientlist in UnloadModule | brain |
2005-12-07 | Added OnCleanup function | brain |
2005-12-07 | Changed behaviour of module API to pass Server* to the constructor, rather th... | brain |
2005-12-05 | Added new OnKick stuff | brain |
2005-12-05 | Fixed local compares to JOIN | brain |
2005-12-05 | Added OnChangeHost | brain |
2005-12-03 | Removed the MESHED 005 numeric token | brain |
2005-12-03 | Changed epoll delay | brain |
2005-12-02 | Allowed ulined servers to by pass all oper permissions checking | brain |
2005-12-02 | Added forward lookup sanity checks to single threaded dns | brain |
2005-12-02 | Made threading optional | brain |
2005-12-02 | Its too late at night for this :p | brain |
2005-12-02 | Blah | brain |
2005-12-02 | blah | brain |
2005-12-02 | Added permissions checks, ick! | brain |
2005-12-01 | Multithreaded DNS -- not tested!!!! | brain |
2005-12-01 | Fixed is_valid_cmd to only return true for non-core commands | brain |
2005-12-01 | Added clever code to propogate module's special commands (SAJOIN, KNOCK etc) ... | brain |
2005-11-30 | Added Server::RehashServer | brain |