Age | Commit message (Expand) | Author |
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 | Use Config->MaxChans as the default if class does not define maxchans | 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 | some WriteGlobalSno changes | danieldg |
2009-10-21 | Update documentation and remove unused classes/functions | danieldg |
2009-10-21 | Fix for memory leak when gui is attached, submitted and fixed by GreenReaper,... | brain |
2009-10-21 | comment fix.. | peavey |
2009-10-20 | Fix channel deletion on user quit and automatic removal of mode "z" | danieldg |
2009-10-20 | Fix interaction of m_permchannels post-cull and channel empty-by-quit that ca... | danieldg |
2009-10-20 | Fix GetUID generating 10-character UUIDs | 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 | Move ugly .*.inc files into make/template/ where they can be more easily found | danieldg |
2009-10-20 | Use custom allocater to decide if refcountbase was allocated on the heap and ... | danieldg |
2009-10-19 | Check GetPenaltyThreshold when processing commands | danieldg |
2009-10-19 | Fix null deref on Cleanup() called before FakeUser creation | 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 | Nuke VF_SERVICEPROVIDER from here too. | peavey |
2009-10-19 | Add a setting to <connect> allowing the threshold for activation of the penal... | peavey |
2009-10-19 | 1.2.1 release | danieldg |
2009-10-19 | Clean up some log messages | danieldg |
2009-10-19 | Valgrind now runs completely clean. | danieldg |
2009-10-19 | Close files opened by configreader | danieldg |
2009-10-19 | Prevent path names from being specified in modules, and move moduledir to a <... | danieldg |
2009-10-18 | Fix incorrect initialization of ConfigTag reference | danieldg |
2009-10-18 | Rewrite m_alias DoCommand to do variable substitution in one pass, fixing bug... | danieldg |
2009-10-18 | Fix infinite loop on alias expansion, found by Adam | danieldg |
2009-10-18 | Add <define> configuration tag | danieldg |
2009-10-18 | More classbase cleanup, hold ConfigTag reference in Autoconnect/Link | danieldg |
2009-10-18 | Remove more classbase | danieldg |
2009-10-18 | Remove VF_SERVICEPROVIDER, prevent heap allocation of ConfigReader | danieldg |
2009-10-18 | Update VC project file for latest changes to sources. | peavey |
2009-10-18 | Fix null dereference caused by tracking dummy | 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-18 | Improve SSL fingerprint messages when linking servers | danieldg |
2009-10-18 | Change to Duration for second param | danieldg |
2009-10-17 | Fix channel mode +H to allow maximum length and add explanatory message prefix | danieldg |
2009-10-17 | Revert "Remove duplicated function calls when using reference" | danieldg |
2009-10-17 | Add m_chanhistory, mode +H <lines> to replay some lines of history on channel... | danieldg |
2009-10-17 | CoreExport ConfigTag, fixes unresolved symbols when linking on windows. | peavey |
2009-10-17 | Text fix. | peavey |
2009-10-17 | Fix up finding dns server to use for windows to match latest configreader cha... | peavey |