2010-03-22 |
danieldg | Allow static initialization of dynamic_reference objects |
blob | commitdiff | raw | diff to current |
2010-03-18 |
danieldg | PURE_STATIC fixes to use normal <module> tags |
blob | commitdiff | raw | diff to current |
2010-03-13 |
danieldg | Convert pgsql to SQLv3 |
blob | commitdiff | raw | diff to current |
2010-03-06 |
danieldg | Fix ModuleManager::SetPriority algorithm which did... |
blob | commitdiff | raw | diff to current |
2010-02-20 |
danieldg | Restore <options:exemptchanops> with long names |
blob | commitdiff | raw | diff to current |
2010-02-19 |
danieldg | Kill m_spy, which was replaced by channels/auspex in... |
blob | commitdiff | raw | diff to current |
2010-02-16 |
danieldg | Defer module init on initial load for easier dependency... |
blob | commitdiff | raw | diff to current |
2010-02-14 |
danieldg | m_dnsbl updates |
blob | commitdiff | raw | diff to current |
2010-02-09 |
danieldg | Add random number generation functions to InspIRCd... |
blob | commitdiff | raw | diff to current |
2010-02-02 |
danieldg | Add OnSetConnectClass hook for use in adding requiremen... |
blob | commitdiff | raw | diff to current |
2010-02-01 |
danieldg | Add parameters to OnSendWhoLine hook, fixes "/who ... |
blob | commitdiff | raw | diff to current |
2010-01-18 |
danieldg | PreCommand/PostCommand are local-only hooks |
blob | commitdiff | raw | diff to current |
2010-01-17 |
danieldg | Add Module::init() for correct exception handling durin... |
blob | commitdiff | raw | diff to current |
2010-01-14 |
danieldg | Verify cloak keys match during CAPAB negotiation |
blob | commitdiff | raw | diff to current |
2010-01-14 |
danieldg | Move revision information from Version object to a... |
blob | commitdiff | raw | diff to current |
2010-01-11 |
brain | ...because every now and again, i have to do a massive... |
blob | commitdiff | raw | diff to current |
2009-11-16 |
danieldg | Use ServiceProvider for inter-module dependencies |
blob | commitdiff | raw | diff to current |
2009-11-11 |
danieldg | Allow static build of inspircd without module support |
blob | commitdiff | raw | diff to current |
2009-11-03 |
danieldg | Move MODENOTICE command to a command module |
blob | commitdiff | raw | diff to current |
2009-10-25 |
danieldg | Force heap allocation of refcountbase, create usecountb... |
blob | commitdiff | raw | diff to current |
2009-10-24 |
danieldg | Move forward declarations to typedefs.h |
blob | commitdiff | raw | diff to current |
2009-10-21 |
danieldg | Kill ListenSocketBase, use OnAcceptConnection for all... |
blob | commitdiff | raw | diff to current |
2009-10-21 |
danieldg | Change module API to use LocalUser* where correct |
blob | commitdiff | raw | diff to current |
2009-10-21 |
danieldg | Split LocalUser and RemoteUser |
blob | commitdiff | raw | diff to current |
2009-10-19 |
danieldg | Maintain refcount of Module objects to complain about... |
blob | commitdiff | raw | diff to current |
2009-10-18 |
danieldg | Remove VF_SERVICEPROVIDER, prevent heap allocation... |
blob | commitdiff | raw | diff to current |
2009-10-17 |
danieldg | Make classbase and refcountbase uncopyable; expand... |
blob | commitdiff | raw | diff to current |
2009-10-17 |
danieldg | Remove dummy API_VERSION from Version constructor |
blob | commitdiff | raw | diff to current |
2009-10-17 |
danieldg | Rewrite ConfigReader again |
blob | commitdiff | raw | diff to current |
2009-10-14 |
danieldg | Fix module unmapping with culled Module objects |
blob | commitdiff | raw | diff to current |
2009-10-12 |
danieldg | Encode module API version in the init_module symbol... |
blob | commitdiff | raw | diff to current |
2009-10-12 |
danieldg | DLLFactory-- |
blob | commitdiff | raw | diff to current |
2009-10-12 |
danieldg | Make OnChannelRestrictionApply take a User* instead... |
blob | commitdiff | raw | diff to current |
2009-10-12 |
danieldg | m_exemptchanops by jackmcbarn - channel mode +X to... |
blob | commitdiff | raw | diff to current |
2009-10-08 |
danieldg | Update Event and Request APIs |
blob | commitdiff | raw | diff to current |
2009-10-06 |
danieldg | Take advantage of link errors to check API_VERSION... |
blob | commitdiff | raw | diff to current |
2009-10-05 |
danieldg | Add OnBuildNeighborList hook, replaces all uses of... |
blob | commitdiff | raw | diff to current |
2009-10-02 |
danieldg | Fix valgrind issues and crashes on exit |
blob | commitdiff | raw | diff to current |
2009-10-01 |
danieldg | Add ROUTE_TYPE_MESSAGE and use for PRIVMSG/NOTICE routing |
blob | commitdiff | raw | diff to current |
2009-09-26 |
danieldg | Flexible SendQ |
blob | commitdiff | raw | diff to current |
2009-09-26 |
danieldg | Change IS_FAKE and CheckTimeStamp to IS_SERVER and... |
blob | commitdiff | raw | diff to current |
2009-09-26 |
danieldg | Remove InspIRCd* parameters and fields |
blob | commitdiff | raw | diff to current |
2009-09-22 |
danieldg | Describe module purpose in /MODULES output |
blob | commitdiff | raw | diff to current |
2009-09-21 |
danieldg | Create StreamSocket for IO hooking implementation |
blob | commitdiff | raw | diff to current |
2009-09-13 |
danieldg | Change match direction of extbans to allow stacking |
blob | commitdiff | raw | diff to current |
2009-09-13 |
danieldg | Clean up Command constructor |
blob | commitdiff | raw | diff to current |
2009-09-13 |
danieldg | Add SerializeFormat for easier metadata formatting |
blob | commitdiff | raw | diff to current |
2009-09-13 |
danieldg | Remove redundant ServerInstance* fields |
blob | commitdiff | raw | diff to current |
2009-09-13 |
danieldg | Use FindMode instead of FindPrefix for OnUserPreJoin... |
blob | commitdiff | raw | diff to current |
2009-09-13 |
danieldg | Replace OnAccessCheck with OnPreMode to remove a number... |
blob | commitdiff | raw | diff to current |
2009-09-13 |
danieldg | Module API changes to use Membership* where sensible |
blob | commitdiff | raw | diff to current |
2009-09-13 |
danieldg | Membership* changes |
blob | commitdiff | raw | diff to current |
2009-09-13 |
danieldg | Change Extensible to use strongly typed entries |
blob | commitdiff | raw | diff to current |
2009-09-05 |
w00t | Likewise, convert OnLocalTopicChange to OnPreTopicChang... |
blob | commitdiff | raw | diff to current |
2009-09-05 |
w00t | Change OnPostLocalTopicChange to be OnPostTopicChange... |
blob | commitdiff | raw | diff to current |
2009-09-03 |
danieldg | Change cmd_*.so to use the Module object API |
blob | commitdiff | raw | diff to current |
2009-09-02 |
danieldg | Include VERSION/REVISION information in module version... |
blob | commitdiff | raw | diff to current |
2009-09-02 |
danieldg | Add OnChangeIdent and FIDENT support |
blob | commitdiff | raw | diff to current |
2009-09-02 |
danieldg | Add OnSendWhoLine hook, and use it in the oper hiding... |
blob | commitdiff | raw | diff to current |
2009-09-02 |
danieldg | Change SAMODE to source from the acting user, not the... |
blob | commitdiff | raw | diff to current |
2009-09-02 |
danieldg | Fix some ICC-found warnings and remove unused #define |
blob | commitdiff | raw | diff to current |
2009-09-02 |
danieldg | ModResult conversion: Change return type of all module... |
blob | commitdiff | raw | diff to current |
2009-09-02 |
danieldg | Remove "servermode" parameter, replace with IS_FAKE... |
blob | commitdiff | raw | diff to current |
2009-09-02 |
danieldg | Record module source file in the Module object |
blob | commitdiff | raw | diff to current |
2009-09-02 |
danieldg | Change OnHookUserIO to OnHookIO, making it usable for... |
blob | commitdiff | raw | diff to current |
2009-09-02 |
danieldg | Add VF_OPTCOMMON for optionally common modules |
blob | commitdiff | raw | diff to current |
2009-09-02 |
danieldg | MetaData rework |
blob | commitdiff | raw | diff to current |
2009-09-02 |
danieldg | Strong typing for stacked module results |
blob | commitdiff | raw | diff to current |
2009-09-02 |
danieldg | Remove unused I_ProtoSendMetaData, I_ProtoSendMode... |
blob | commitdiff | raw | diff to current |
2009-09-02 |
danieldg | Replace FOREACH_RESULT_MAP with a more readable and... |
blob | commitdiff | raw | diff to current |
2009-09-02 |
danieldg | Add "created" parameter to OnUserJoin, to avoid explici... |
blob | commitdiff | raw | diff to current |
2009-09-02 |
danieldg | Replace std::deque with std::vector in spanningtree... |
blob | commitdiff | raw | diff to current |
2009-09-01 |
danieldg | Remove unneeded #ifdef IPV6 lines |
blob | commitdiff | raw | diff to current |
2009-09-01 |
danieldg | Remove more text<->binary IP conversions, making code... |
blob | commitdiff | raw | diff to current |
2009-08-11 |
danieldg | Fix module prioritization when a module asks to be... |
blob | commitdiff | raw | diff to current |
2009-08-03 |
w00t | Purely a documentation fix: PRIO_AFTER doesn't exist... |
blob | commitdiff | raw | diff to current |
2009-07-01 |
danieldg | Make rehash generate a new ServerInstance->Config object |
blob | commitdiff | raw | diff to current |
2009-05-24 |
danieldg | OnRehash changes: split to multiple hooks to clarify... |
blob | commitdiff | raw | diff to current |
2009-05-13 |
danieldg | Replace loopCall detection in OnUserKick with a check... |
blob | commitdiff | raw | diff to current |
2009-04-23 |
peavey | rollback r11326, we're going to make vc9 the officially... |
blob | commitdiff | raw | diff to current |
2009-04-23 |
brain | Heres the beef so far |
blob | commitdiff | raw | diff to current |
2009-03-15 |
psychon | Update all wiki links to point to the new wiki. This... |
blob | commitdiff | raw | diff to current |
2009-03-14 |
danieldg | Extban rework: allow exceptions to override bans on... |
blob | commitdiff | raw | diff to current |
2009-03-07 |
danieldg | Include explicit parameter list in ProtocolInterface... |
blob | commitdiff | raw | diff to current |
2009-03-06 |
danieldg | Construct explicit parameter type list for MODE parameters |
blob | commitdiff | raw | diff to current |
2009-02-16 |
w00t | Remove redundant PriorityState, enum Priority does... |
blob | commitdiff | raw | diff to current |
2009-02-14 |
peavey | Nuke trailing spaces |
blob | commitdiff | raw | diff to current |
2009-01-23 |
w00t | Remove an unused event. |
blob | commitdiff | raw | diff to current |
2009-01-02 |
w00t | Update copyrights for 2009. |
blob | commitdiff | raw | diff to current |
2008-12-21 |
dz | Minor documentation fix, spotted by Johannes13 |
blob | commitdiff | raw | diff to current |
2008-12-15 |
w00t | Remove numbers from these. They shouldn't be used anywa... |
blob | commitdiff | raw | diff to current |
2008-10-25 |
w00t | Use TargetTypeFlags instead of int in a few places. |
blob | commitdiff | raw | diff to current |
2008-10-02 |
brain | Fix for bug #601 |
blob | commitdiff | raw | diff to current |
2008-08-25 |
w00t | Change module versions to use a string instead of fixed... |
blob | commitdiff | raw | diff to current |
2008-08-22 |
w00t | Add OnSendSnotice(char &, std::string &, const std... |
blob | commitdiff | raw | diff to current |
2008-08-07 |
w00t | Always deny invite to users below halfop status, move... |
blob | commitdiff | raw | diff to current |
2008-08-04 |
w00t | Oops, actually, return 1 to block change, 0 to check... |
blob | commitdiff | raw | diff to current |
2008-07-19 |
w00t | Change modes in channels and users to use std::bitset... |
blob | commitdiff | raw | diff to current |
2008-07-12 |
w00t | Okay, and there's the working version of it. Extbans... |
blob | commitdiff | raw | diff to current |
2008-07-11 |
w00t | Add OnCheckExtBan, will be used for exceptions to extbans |
blob | commitdiff | raw | diff to current |
next |