Age | Commit message (Expand) | Author |
2005-12-13 | #define IS_LOCAL(x) (x->fd > -1) | brain |
2005-12-13 | Modified chlist() and whois to allow output of multi line channel membership ... | brain |
2005-12-13 | Forward declared ForceChan | brain |
2005-12-13 | Made MAXCHANS growable for opers/ulines (growing of list not implemented yet) | brain |
2005-12-13 | More old /map code removal, removed stuff from headers | w00t |
2005-12-13 | Set up externs to allow moving loads of crap out of inspircd.cpp | brain |
2005-12-12 | Moved some stuff out to userprocess.h | brain |
2005-12-12 | Commented more stuff | brain |
2005-12-12 | Fixed timeout code | brain |
2005-12-12 | Added comments | brain |
2005-12-12 | Attempts to make DNS nicer with new socket engine | brain |
2005-12-12 | More experimental gubbins | brain |
2005-12-12 | Added module sockets to new engine, MAY NOT WORK | brain |
2005-12-12 | Added GetType | brain |
2005-12-12 | EXPERIMENTAL new socket engine code | brain |
2005-12-12 | Made compile on freebsd | brain |
2005-12-12 | Added preliminary socketengine stuff | brain |
2005-12-09 | Added tons of extra documentation to Module class | brain |
2005-12-09 | Added preliminary remote WHOIS | brain |
2005-12-08 | Optimized (much faster, more efficient, less cpu usage) | brain |
2005-12-07 | Changed name of variable in OnCleanup | brain |
2005-12-07 | Added OnCleanup function | brain |
2005-12-07 | Added Metadata API (for transferring extensibles over a network transparent t... | brain |
2005-12-07 | Changed behaviour of module API to pass Server* to the constructor, rather th... | brain |
2005-12-07 | Tons of DNS debugging and stability fixes | brain |
2005-12-06 | Made ibuf larger to hold more of a burst | brain |
2005-12-06 | Added G/Z/Q/E line propogation | brain |
2005-12-05 | Added OnChangeHost | brain |
2005-12-04 | Added OnWallops | brain |
2005-12-04 | Added notice-to-servermask | brain |
2005-12-02 | Made threading optional | brain |
2005-12-01 | Multithreaded DNS -- not tested!!!! | brain |
2005-12-01 | Added clever code to propogate module's special commands (SAJOIN, KNOCK etc) ... | brain |
2005-11-30 | Removed old OnUserSync and OnChannelSync | brain |
2005-11-30 | Added opaque protocol functions | brain |
2005-11-30 | Added Server::RehashServer | brain |
2005-11-30 | Added onrehash parameter | brain |
2005-11-30 | Added OnGetServerDescription (mainly for link modules) | brain |
2005-11-30 | Added OnPostLocalTopic | brain |
2005-11-30 | Added OnUserInvite() | brain |
2005-11-30 | Added remote kill | brain |
2005-11-29 | Added opertype to OnOper and added OnMode function | brain |
2005-11-29 | Added reason to OnUserQuit | brain |
2005-11-28 | Added OnUserMessage and OnUserNotice (why have these been missing so long?) | brain |
2005-11-27 | Added proper administrativia notices to CONNECT and inbound connections | brain |
2005-11-27 | Added /CONNECT | brain |
2005-11-26 | Added reading of server link configs | brain |
2005-11-26 | Added listening socket support for InspSocket | brain |
2005-11-26 | Added start of spanning tree system TEST MODULE, tested outbound connections | brain |
2005-11-25 | Fixed missing constructor on class connection | brain |