Age | Commit message (Expand) | Author |
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 |
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 |