Age | Commit message (Expand) | Author |
2013-05-16 | Remove unused variables, avoid copies where possible, check empty() instead o... | attilamolnar |
2013-04-05 | Don't attempt to unload or reload modules that are waiting to be unloaded | attilamolnar |
2013-03-11 | Fix m_dnsbl not checking cgiirc users when the cgiirc address is elined | attilamolnar |
2012-12-15 | Add a flag to Command that controls whether an empty last parameter is allowe... | attilamolnar |
2012-10-12 | Windows: In-depth cleanup (see details) | ChrisTX |
2012-09-13 | New OnUserSetIP() hook | attilamolnar |
2012-07-05 | Fix Doxygen syntax errors. | Peter Powell |
2012-07-01 | Revert "users: introduce OnSetClientIP hook." | Robin Burchell |
2012-06-12 | users: introduce OnSetClientIP hook. | William Pitcock |
2012-04-19 | Replace copyright headers with headers granting specific authors copyright | Robby- |
2012-04-14 | Fixes for bug #12 | Justin Crawford |
2010-04-01 | Split up API_VERSION number | Daniel De Graaf |
2010-03-22 | Remove channel argument from OnSendWhoLine, this information is already avail... | danieldg |
2010-03-22 | Allow static initialization of dynamic_reference objects | danieldg |
2010-03-18 | PURE_STATIC fixes to use normal <module> tags | danieldg |
2010-03-13 | Convert pgsql to SQLv3 | danieldg |
2010-03-06 | Fix ModuleManager::SetPriority algorithm which did not handle PRIORITY_BEFORE... | danieldg |
2010-02-20 | Restore <options:exemptchanops> with long names | danieldg |
2010-02-19 | Kill m_spy, which was replaced by channels/auspex in 1.2 but kept alive for n... | danieldg |
2010-02-16 | Defer module init on initial load for easier dependency checking | danieldg |
2010-02-14 | m_dnsbl updates | danieldg |
2010-02-09 | Add random number generation functions to InspIRCd class. | danieldg |
2010-02-02 | Add OnSetConnectClass hook for use in adding requirements to connect classes ... | danieldg |
2010-02-01 | Add parameters to OnSendWhoLine hook, fixes "/who * o" returning opers with +H | danieldg |
2010-01-18 | PreCommand/PostCommand are local-only hooks | danieldg |
2010-01-17 | Add Module::init() for correct exception handling during hook registration | danieldg |
2010-01-14 | Verify cloak keys match during CAPAB negotiation | danieldg |
2010-01-14 | Move revision information from Version object to a static symbol | danieldg |
2010-01-11 | ...because every now and again, i have to do a massive commit. | brain |
2009-11-16 | Use ServiceProvider for inter-module dependencies | danieldg |
2009-11-11 | Allow static build of inspircd without module support | danieldg |
2009-11-03 | Move MODENOTICE command to a command module | danieldg |
2009-10-25 | Force heap allocation of refcountbase, create usecountbase for non-allocation... | danieldg |
2009-10-24 | Move forward declarations to typedefs.h | danieldg |
2009-10-21 | Kill ListenSocketBase, use OnAcceptConnection for all new connections | danieldg |
2009-10-21 | Change module API to use LocalUser* where correct | danieldg |
2009-10-21 | Split LocalUser and RemoteUser | danieldg |
2009-10-19 | Maintain refcount of Module objects to complain about leaked pointers | danieldg |
2009-10-18 | Remove VF_SERVICEPROVIDER, prevent heap allocation of ConfigReader | 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 | Rewrite ConfigReader again | danieldg |
2009-10-14 | Fix module unmapping with culled Module objects | 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 | Make OnChannelRestrictionApply take a User* instead of a Membership* [jackmcb... | danieldg |
2009-10-12 | m_exemptchanops by jackmcbarn - channel mode +X to allow per-channel setting | 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 |