Age | Commit message (Expand) | Author |
2012-05-27 | Add testsuite tests for UID generation | attilamolnar |
2012-05-23 | Fix compile error caused by unistd.h not existing on Windows. | Peter Powell |
2012-05-03 | Merge pull request #96 from Justasic/insp20 | Robin Burchell |
2012-04-22 | Fixed using a function on every call for /motd, causing lag on large networks... | Justin Crawford |
2012-04-19 | Replace copyright headers with headers granting specific authors copyright | Robby- |
2012-04-19 | Add conf/ to include paths and fix some typos | Robby- |
2012-04-16 | FileWriter hasn't been non-blocking for a very, very long time. | Robin Burchell |
2012-04-16 | Fix compilation with GCC 4.7. | Guillaume Delacour |
2012-04-15 | Merge pull request #55 from Justasic/insp20 | Robin Burchell |
2012-04-15 | Backported Shawn's NoSnoticeStack code from insp21 | Robby- |
2012-04-14 | Fix some of the include guard names (requested by SaberUK) | Justin Crawford |
2012-04-14 | Fixes for bug #12 | Justin Crawford |
2012-04-01 | Add <connect:maxconnwarn> | Rutger |
2011-05-23 | Fix recursion of QuitUser in SendQ quits | Jackmcbarn |
2011-04-10 | Fixed Windows build on VS 2010 | Adam |
2010-12-23 | Fix bug #113 | Jackmcbarn |
2010-08-17 | Include a placement operator new for classes that hide operator new | Daniel De Graaf |
2010-04-28 | Add log header including ircd version | Daniel De Graaf |
2010-04-26 | Define comparator for irc::sockets::sockaddrs | Daniel De Graaf |
2010-04-01 | Split up API_VERSION number | Daniel De Graaf |
2010-03-22 | Change <security:operspywhois> to a tristate | danieldg |
2010-03-22 | Remove channel argument from OnSendWhoLine, this information is already avail... | danieldg |
2010-03-22 | Allow static initialization of dynamic_reference objects | danieldg |
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 |