Age | Commit message (Expand) | Author |
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 |
2009-10-17 | CoreExport ConfigTag, fixes unresolved symbols when linking on windows. | peavey |
2009-10-17 | Some windows compile fixes | danieldg |
2009-10-17 | Remove duplicated function calls when using reference | danieldg |
2009-10-17 | Make classbase and refcountbase uncopyable; expand comments on their indended... | danieldg |
2009-10-17 | Remove dummy API_VERSION from Version constructor | danieldg |
2009-10-17 | Add filename/line information to all ConfigTag objects | danieldg |
2009-10-17 | Add ModeHandler::cull() for auto-deletion, fixes call of virtual method on pa... | danieldg |
2009-10-17 | Clean up excessive bits in User struct | danieldg |
2009-10-17 | Hold reference to the associated ConfigTag inside ConnectClass | danieldg |
2009-10-17 | Rewrite ConfigReader again | danieldg |
2009-10-16 | Clean up static allocations | danieldg |
2009-10-14 | Fix module unmapping with culled Module objects | danieldg |
2009-10-14 | Move static map of extensions into ServerInstance, add const-correctness | danieldg |
2009-10-13 | Remove Command and ModeHandler objects in their destructors; fixes possible p... | danieldg |
2009-10-13 | Change to new execution directory structure | danieldg |
2009-10-12 | Encode module API version in the init_module symbol; fixes conflic with glibc... | danieldg |
2009-10-12 | DLLFactory-- | danieldg |
2009-10-12 | Don't CoreExport reference. | peavey |
2009-10-12 | Make OnChannelRestrictionApply take a User* instead of a Membership* [jackmcb... | danieldg |
2009-10-12 | CoreExport changes, clean up DoHostCycle when users are exempted | danieldg |
2009-10-12 | m_exemptchanops by jackmcbarn - channel mode +X to allow per-channel setting | danieldg |
2009-10-11 | Less CoreExport.. Too much of a good thing.. | peavey |
2009-10-11 | More CoreExport, brought the errors down, but some still persist. | peavey |
2009-10-11 | More CoreExport. | peavey |
2009-10-11 | CoreExport Membership since windows needs this. | peavey |
2009-10-11 | Move 2 static extensibles from user class to inspircd class for global access... | peavey |
2009-10-11 | Use CoreExport for the ServerInstance extern. Fixes unresolved symbol error f... | peavey |
2009-10-10 | Update m_cloaking to use free-form keys instead of weakening the hash IV | danieldg |
2009-10-09 | Add server ports to ServerInstance->ports, enable SSL on them using OnHookIO | danieldg |
2009-10-08 | Add names for all modes (part 1 of named channel mode list) | danieldg |
2009-10-08 | Update Event and Request APIs | danieldg |
2009-10-06 | Take advantage of link errors to check API_VERSION at module load time | danieldg |
2009-10-05 | Add OnBuildNeighborList hook, replaces all uses of OnHostCycle | danieldg |
2009-10-05 | Run DelMode and DelModeWatcher in RemoveModule | danieldg |
2009-10-03 | Fix crash due to null address in DNS | danieldg |