summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)Author
2010-04-01Split up API_VERSION numberDaniel De Graaf
2010-03-22Change <security:operspywhois> to a tristatedanieldg
2010-03-22Remove channel argument from OnSendWhoLine, this information is already avail...danieldg
2010-03-22Allow static initialization of dynamic_reference objectsdanieldg
2010-03-19Add RAWIO log level which is more verbose than DEBUGdanieldg
2010-03-18PURE_STATIC fixes to use normal <module> tagsdanieldg
2010-03-14Add <options:cyclehostsfromuser> to configure source for mode changes on host...danieldg
2010-03-13Convert MySQL to SQLv3danieldg
2010-03-13Convert pgsql to SQLv3danieldg
2010-03-06Fix ModuleManager::SetPriority algorithm which did not handle PRIORITY_BEFORE...danieldg
2010-03-02DelFd should not fail, it will leave a bad dangling pointer in that casedanieldg
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