summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)Author
2010-02-25Make remote/local snomasks consistent and allow use without namingdanieldg
2010-02-23Replace #define IPV6 with <config defaultbind="ipv6">, and autodetect if not ...danieldg
2010-02-21Add Base64 encode/decode functions to the coredanieldg
2010-02-20Replace m_halfvoice with m_customprefixdanieldg
2010-02-20Restore <options:exemptchanops> with long namesdanieldg
2010-02-19Kill m_spy, which was replaced by channels/auspex in 1.2 but kept alive for n...danieldg
2010-02-18Allow SASL messages to be targeted at the services serverdanieldg
2010-02-16Defer module init on initial load for easier dependency checkingdanieldg
2010-02-15Show opers the raw VERSION string, not the custom onedanieldg
2010-02-14m_dnsbl updatesdanieldg
2010-02-12Remove possible references to deleted User objects due to DNS lookupsdanieldg
2010-02-12Fix conversion warnings on g++ 3.4danieldg
2010-02-12Floating-point math should have no place in an ircddanieldg
2010-02-11Change SERVICE_{CMODE,UMODE} to SERVICE_MODE, which makes more sensedanieldg
2010-02-10Why are we wasting space on DieValue?danieldg
2010-02-09Add random number generation functions to InspIRCd class.danieldg
2010-02-02Executable include for MOTD and moredanieldg
2010-02-02Add OnSetConnectClass hook for use in adding requirements to connect classes ...danieldg
2010-02-01Add parameters to OnSendWhoLine hook, fixes "/who * o" returning opers with +Hdanieldg
2010-01-31Update connect block matching on rehash to prefer names, show more useful inf...danieldg
2010-01-31Allow connect classes to be specified without an allow or deny maskdanieldg
2010-01-30Remove UpdateNickHash due to incorrect behaviordanieldg
2010-01-30Move nick change code out of cmd_nick; fixes double-invocation of hooks and m...danieldg
2010-01-29Remove MaxWhoResults, replace with an increase of Penalty based on result lis...danieldg
2010-01-28Fix empty FMODE being sent if SendMode mode changesdanieldg
2010-01-21Remove unneeded save of errnodanieldg
2010-01-19Fix some command registration warningsdanieldg
2010-01-19Fix MOTD and RULES to work remotely (remove the old hacks for MOTD)danieldg
2010-01-18Move lots of spanningtree items to commandsdanieldg
2010-01-18Remove excessive gettimeofday system callsdanieldg
2010-01-18PreCommand/PostCommand are local-only hooksdanieldg
2010-01-17Fix for incorrect template application by GCC 3.4danieldg
2010-01-17Add Module::init() for correct exception handling during hook registrationdanieldg
2010-01-16Fix signdedness error in LoopCalldanieldg
2010-01-14Verify cloak keys match during CAPAB negotiationdanieldg
2010-01-14Move revision information from Version object to a static symboldanieldg
2010-01-14Allow maxtargets to be bypassed in LoopCall for JOINdanieldg
2010-01-11...because every now and again, i have to do a massive commit.brain
2010-01-09Remove mode counter, not reliable and only used for umode +idanieldg
2010-01-09Disallow adding prefix-mode when it is already set (fixes bug #935)danieldg
2009-11-16Use ServiceProvider for inter-module dependenciesdanieldg
2009-11-15Add Inspircd::AddServicesdanieldg
2009-11-15Add ParamChannelModeHandlerdanieldg
2009-11-15Add ModeHandler* versions of channel mode accessdanieldg
2009-11-15Hide channel mode structuresdanieldg
2009-11-13Get rid of socklen_t parameter to Bind, we are using C++ here and can do it o...danieldg
2009-11-11Add fine-grained command flood controlsdanieldg
2009-11-11Get rid of DieDelay, it just freezes the ircd prior to exitdanieldg
2009-11-11Allow static build of inspircd without module supportdanieldg
2009-11-06Remove Extensible parent from EventHandlerdanieldg