Age | Commit message (Expand) | Author |
2010-03-19 | Add RAWIO log level which is more verbose than DEBUG | danieldg |
2010-03-18 | PURE_STATIC fixes to use normal <module> tags | danieldg |
2010-03-14 | Add <options:cyclehostsfromuser> to configure source for mode changes on host... | danieldg |
2010-03-13 | Convert MySQL to SQLv3 | danieldg |
2010-03-13 | Convert pgsql to SQLv3 | danieldg |
2010-03-06 | Fix ModuleManager::SetPriority algorithm which did not handle PRIORITY_BEFORE... | danieldg |
2010-03-02 | DelFd should not fail, it will leave a bad dangling pointer in that case | danieldg |
2010-02-25 | Make remote/local snomasks consistent and allow use without naming | danieldg |
2010-02-23 | Replace #define IPV6 with <config defaultbind="ipv6">, and autodetect if not ... | danieldg |
2010-02-21 | Add Base64 encode/decode functions to the core | danieldg |
2010-02-20 | Replace m_halfvoice with m_customprefix | 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-18 | Allow SASL messages to be targeted at the services server | danieldg |
2010-02-16 | Defer module init on initial load for easier dependency checking | danieldg |
2010-02-15 | Show opers the raw VERSION string, not the custom one | danieldg |
2010-02-14 | m_dnsbl updates | danieldg |
2010-02-12 | Remove possible references to deleted User objects due to DNS lookups | danieldg |
2010-02-12 | Fix conversion warnings on g++ 3.4 | danieldg |
2010-02-12 | Floating-point math should have no place in an ircd | danieldg |
2010-02-11 | Change SERVICE_{CMODE,UMODE} to SERVICE_MODE, which makes more sense | danieldg |
2010-02-10 | Why are we wasting space on DieValue? | danieldg |
2010-02-09 | Add random number generation functions to InspIRCd class. | danieldg |
2010-02-02 | Executable include for MOTD and more | 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-31 | Update connect block matching on rehash to prefer names, show more useful inf... | danieldg |
2010-01-31 | Allow connect classes to be specified without an allow or deny mask | danieldg |
2010-01-30 | Remove UpdateNickHash due to incorrect behavior | danieldg |
2010-01-30 | Move nick change code out of cmd_nick; fixes double-invocation of hooks and m... | danieldg |
2010-01-29 | Remove MaxWhoResults, replace with an increase of Penalty based on result lis... | danieldg |
2010-01-28 | Fix empty FMODE being sent if SendMode mode changes | danieldg |
2010-01-21 | Remove unneeded save of errno | danieldg |
2010-01-19 | Fix some command registration warnings | danieldg |
2010-01-19 | Fix MOTD and RULES to work remotely (remove the old hacks for MOTD) | danieldg |
2010-01-18 | Move lots of spanningtree items to commands | danieldg |
2010-01-18 | Remove excessive gettimeofday system calls | danieldg |
2010-01-18 | PreCommand/PostCommand are local-only hooks | danieldg |
2010-01-17 | Fix for incorrect template application by GCC 3.4 | danieldg |
2010-01-17 | Add Module::init() for correct exception handling during hook registration | danieldg |
2010-01-16 | Fix signdedness error in LoopCall | 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-14 | Allow maxtargets to be bypassed in LoopCall for JOIN | danieldg |
2010-01-11 | ...because every now and again, i have to do a massive commit. | brain |
2010-01-09 | Remove mode counter, not reliable and only used for umode +i | danieldg |
2010-01-09 | Disallow adding prefix-mode when it is already set (fixes bug #935) | danieldg |
2009-11-16 | Use ServiceProvider for inter-module dependencies | danieldg |
2009-11-15 | Add Inspircd::AddServices | danieldg |
2009-11-15 | Add ParamChannelModeHandler | danieldg |