summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)Author
2009-10-19Maintain refcount of Module objects to complain about leaked pointersdanieldg
2009-10-19Fix implementation of reference to const, use reference counting for Extensib...danieldg
2009-10-19Add a setting to <connect> allowing the threshold for activation of the penal...peavey
2009-10-19Valgrind now runs completely clean.danieldg
2009-10-19Close files opened by configreaderdanieldg
2009-10-18Remove more classbasedanieldg
2009-10-18Remove VF_SERVICEPROVIDER, prevent heap allocation of ConfigReaderdanieldg
2009-10-18Cull channels, warn when Extensible objects are not culled as they must bedanieldg
2009-10-18Add more debug logging of object lifetimesdanieldg
2009-10-17Revert "Remove duplicated function calls when using reference"danieldg
2009-10-17CoreExport ConfigTag, fixes unresolved symbols when linking on windows.peavey
2009-10-17Some windows compile fixesdanieldg
2009-10-17Remove duplicated function calls when using referencedanieldg
2009-10-17Make classbase and refcountbase uncopyable; expand comments on their indended...danieldg
2009-10-17Remove dummy API_VERSION from Version constructordanieldg
2009-10-17Add filename/line information to all ConfigTag objectsdanieldg
2009-10-17Add ModeHandler::cull() for auto-deletion, fixes call of virtual method on pa...danieldg
2009-10-17Clean up excessive bits in User structdanieldg
2009-10-17Hold reference to the associated ConfigTag inside ConnectClassdanieldg
2009-10-17Rewrite ConfigReader againdanieldg
2009-10-16Clean up static allocationsdanieldg
2009-10-14Fix module unmapping with culled Module objectsdanieldg
2009-10-14Move static map of extensions into ServerInstance, add const-correctnessdanieldg
2009-10-13Remove Command and ModeHandler objects in their destructors; fixes possible p...danieldg
2009-10-13Change to new execution directory structuredanieldg
2009-10-12Encode module API version in the init_module symbol; fixes conflic with glibc...danieldg
2009-10-12DLLFactory--danieldg
2009-10-12Don't CoreExport reference.peavey
2009-10-12Make OnChannelRestrictionApply take a User* instead of a Membership* [jackmcb...danieldg
2009-10-12CoreExport changes, clean up DoHostCycle when users are exempteddanieldg
2009-10-12m_exemptchanops by jackmcbarn - channel mode +X to allow per-channel settingdanieldg
2009-10-11Less CoreExport.. Too much of a good thing..peavey
2009-10-11More CoreExport, brought the errors down, but some still persist.peavey
2009-10-11More CoreExport.peavey
2009-10-11CoreExport Membership since windows needs this.peavey
2009-10-11Move 2 static extensibles from user class to inspircd class for global access...peavey
2009-10-11Use CoreExport for the ServerInstance extern. Fixes unresolved symbol error f...peavey
2009-10-10Update m_cloaking to use free-form keys instead of weakening the hash IVdanieldg
2009-10-09Add server ports to ServerInstance->ports, enable SSL on them using OnHookIOdanieldg
2009-10-08Add names for all modes (part 1 of named channel mode list)danieldg
2009-10-08Update Event and Request APIsdanieldg
2009-10-06Take advantage of link errors to check API_VERSION at module load timedanieldg
2009-10-05Add OnBuildNeighborList hook, replaces all uses of OnHostCycledanieldg
2009-10-05Run DelMode and DelModeWatcher in RemoveModuledanieldg
2009-10-03Fix crash due to null address in DNSdanieldg
2009-10-03Get rid of a bunch of memory-wasting C-style stringsdanieldg
2009-10-02Fix routing for normal core commands like QUITdanieldg
2009-10-02Fix valgrind issues and crashes on exitdanieldg
2009-10-01Add ROUTE_TYPE_MESSAGE and use for PRIVMSG/NOTICE routingdanieldg
2009-09-30Add explicit reference-counting base classdanieldg