Age | Commit message (Expand) | Author |
2009-11-15 | Hide channel mode structures | danieldg |
2009-11-13 | Get rid of socklen_t parameter to Bind, we are using C++ here and can do it o... | danieldg |
2009-11-11 | Add fine-grained command flood controls | danieldg |
2009-11-11 | Get rid of DieDelay, it just freezes the ircd prior to exit | danieldg |
2009-11-11 | Allow static build of inspircd without module support | danieldg |
2009-11-06 | Remove Extensible parent from EventHandler | danieldg |
2009-11-06 | Move StreamSocket inheritance off of User | danieldg |
2009-11-03 | Match USERINPUT/USEROUTPUT identifiers | danieldg |
2009-11-03 | Create m_halfop | danieldg |
2009-11-03 | Remove AllowHalfop item from server config | danieldg |
2009-11-03 | Move MODENOTICE command to a command module | danieldg |
2009-11-01 | Fix global clone count not being decremented on remote user quit | danieldg |
2009-10-30 | Clean up typos and some unused code | danieldg |
2009-10-25 | Force heap allocation of refcountbase, create usecountbase for non-allocation... | danieldg |
2009-10-25 | Fixes found by removing User inheritance from StreamSocket | danieldg |
2009-10-25 | Add <config:format> to avoid breaking existing configuration files with XML e... | danieldg |
2009-10-24 | Get rid of OpenTCPSocket | danieldg |
2009-10-24 | Create irc::sockets::cidr_mask | danieldg |
2009-10-24 | Move forward declarations to typedefs.h | danieldg |
2009-10-24 | Get rid of ModePair | danieldg |
2009-10-23 | Make User::uuid and User::server const | danieldg |
2009-10-23 | Change to <type:vhost> and <oper:vhost> because <oper:host> is taken. | danieldg |
2009-10-22 | Make ConfigTag::items private | danieldg |
2009-10-22 | Split up configreader.cpp, it's a bit large | danieldg |
2009-10-22 | Make irc::sockets::* parameters consistent, add irc::sockets::mask | danieldg |
2009-10-22 | Clean up unused functions, add nonicks operoverride [dKingston] | danieldg |
2009-10-21 | Kill ListenSocketBase, use OnAcceptConnection for all new connections | danieldg |
2009-10-21 | Move command-line items to CommandLineConf | danieldg |
2009-10-21 | Use ConfigTagList as a faster access method for access to configuration | danieldg |
2009-10-21 | Move AllowedPrivs and similar oper information from LocalUser to OperInfo | danieldg |
2009-10-21 | Change User::oper to an OperInfo reference | danieldg |
2009-10-21 | Move all local-only fields to LocalUser | danieldg |
2009-10-21 | Change module API to use LocalUser* where correct | danieldg |
2009-10-21 | Move some local-only fields to LocalUser | danieldg |
2009-10-21 | Move SetClass to LocalUser | danieldg |
2009-10-21 | Split LocalUser and RemoteUser | danieldg |
2009-10-21 | Update documentation and remove unused classes/functions | danieldg |
2009-10-20 | Move DumpText into User; kill unused WriteWallOps and DecreasePenalty functions | danieldg |
2009-10-20 | Get rid of more unneeded parent classes | danieldg |
2009-10-20 | Use custom allocater to decide if refcountbase was allocated on the heap and ... | danieldg |
2009-10-19 | Maintain refcount of Module objects to complain about leaked pointers | danieldg |
2009-10-19 | Fix implementation of reference to const, use reference counting for Extensib... | danieldg |
2009-10-19 | Add a setting to <connect> allowing the threshold for activation of the penal... | peavey |
2009-10-19 | Valgrind now runs completely clean. | danieldg |
2009-10-19 | Close files opened by configreader | danieldg |
2009-10-18 | Remove more classbase | danieldg |
2009-10-18 | Remove VF_SERVICEPROVIDER, prevent heap allocation of ConfigReader | danieldg |
2009-10-18 | Cull channels, warn when Extensible objects are not culled as they must be | danieldg |
2009-10-18 | Add more debug logging of object lifetimes | danieldg |
2009-10-17 | Revert "Remove duplicated function calls when using reference" | danieldg |