summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)Author
2012-07-01Revert "users: add SetClientIP function for irc::sockets::sockaddrs type."Robin Burchell
2012-07-01Revert "users: introduce OnSetClientIP hook."Robin Burchell
2012-06-30Remove unused channelmanagerattilamolnar
2012-06-28InviteBase needs to be a CoreExport on Windows.Peter Powell
2012-06-17Fix pending invites not being removed when a channel was deleted or had its T...attilamolnar
2012-06-12users: introduce OnSetClientIP hook.William Pitcock
2012-06-12users: add SetClientIP function for irc::sockets::sockaddrs type.William Pitcock
2012-05-27Add testsuite tests for UID generationattilamolnar
2012-05-23Fix compile error caused by unistd.h not existing on Windows.Peter Powell
2012-05-03Merge pull request #96 from Justasic/insp20Robin Burchell
2012-04-22Fixed using a function on every call for /motd, causing lag on large networks...Justin Crawford
2012-04-19Replace copyright headers with headers granting specific authors copyrightRobby-
2012-04-19Add conf/ to include paths and fix some typosRobby-
2012-04-16FileWriter hasn't been non-blocking for a very, very long time.Robin Burchell
2012-04-16Fix compilation with GCC 4.7.Guillaume Delacour
2012-04-15Merge pull request #55 from Justasic/insp20Robin Burchell
2012-04-15Backported Shawn's NoSnoticeStack code from insp21Robby-
2012-04-14Fix some of the include guard names (requested by SaberUK)Justin Crawford
2012-04-14Fixes for bug #12Justin Crawford
2012-04-01Add <connect:maxconnwarn>Rutger
2011-05-23Fix recursion of QuitUser in SendQ quitsJackmcbarn
2011-04-10Fixed Windows build on VS 2010Adam
2010-12-23Fix bug #113Jackmcbarn
2010-08-17Include a placement operator new for classes that hide operator newDaniel De Graaf
2010-04-28Add log header including ircd versionDaniel De Graaf
2010-04-26Define comparator for irc::sockets::sockaddrsDaniel De Graaf
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