Age | Commit message (Expand) | Author |
2005-12-14 | Finished moving main config items into class ServerConfig | brain |
2005-12-14 | Fixed unresolved reference to Config::DNSServer | brain |
2005-12-14 | Fixed unresolved external | brain |
2005-12-14 | Missed a nofork | brain |
2005-12-14 | Moved tons of stuff into class ServerConfig | brain |
2005-12-14 | Moving more stuff into class ServerConfig | brain |
2005-12-14 | Started moving of data into ServerConfig class | brain |
2005-12-14 | Half way through updating to move a ton of extern confs into class ServerConfig | brain |
2005-12-14 | Added parameter to apply_lines to indicate what we want to apply | brain |
2005-12-14 | Changed a broken && to & which was preventing epoll from doing outbound conne... | brain |
2005-12-14 | Use our shiny new IS_LOCAL() macro, and add a query. | w00t |
2005-12-14 | tidystring() anal optimisation | w00t |
2005-12-13 | Fixed a couple of missing \n's at request of Special | brain |
2005-12-13 | #define IS_LOCAL(x) (x->fd > -1) | brain |
2005-12-13 | optimized a ton of strcmps down to an integer comparison! | 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 | Minor bug chasing | brain |
2005-12-13 | Not sending fjoins on sync? | brain |
2005-12-13 | Got rid of the evil loopy horrid mess in dnsqueue.cpp (singlethreaded dns loo... | brain |
2005-12-13 | Made dnsqueue clean up its sockets from the socketengine properly | brain |
2005-12-13 | Prevented zlines from being allowed with a username/ident in them | brain |
2005-12-13 | Added ability for channel lists to grow past one line in WHOIS | 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 | Fixed minor warning | brain |
2005-12-13 | Left figure from output | 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-13 | Removed some logging that can cause excessively huge logs when select() is be... | brain |
2005-12-13 | More old /map code removal, removed stuff from headers | w00t |
2005-12-13 | Removed old /map code | w00t |
2005-12-13 | Removed some remnants from mesh linking | w00t |
2005-12-13 | Set up externs to allow moving loads of crap out of inspircd.cpp | brain |
2005-12-12 | Added userprocess | brain |
2005-12-12 | Added reference to userprocess.h | brain |
2005-12-12 | Moved some stuff out to userprocess.cpp | brain |
2005-12-12 | Moved some stuff out to userprocess.h | brain |
2005-12-12 | Efficiency suggestion by w00t, faster processing of module sockets at the exp... | brain |
2005-12-12 | Added extra documentation for InspSocket (at last) | brain |
2005-12-12 | Removal of some trivial debug output | 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 |