summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2010-04-11Prevent using invalid UIDs and enforce UID/SID matchingDaniel De Graaf
2010-04-05Fix typo in argument to valdebug spotted by daemonic.Dennis Friis
2010-04-03Fix version comparisons in modulemanager so that "core 2.0" will match 2.0.1Daniel De Graaf
2010-04-02Use FindNickOnly in a few commands to prevent enumerating users via UID walkingDaniel De Graaf
2010-04-01Split up API_VERSION numberDaniel De Graaf
2010-03-31Prevent pre-registration connect blocks from being used post-registrationDaniel De Graaf
2010-03-31Remove unneeded inet_aton callDaniel De Graaf
2010-03-31Allow E:lines to make users exempt from DNSBL checksDaniel De Graaf
2010-03-31Fix <connect:password> incorrectly reading <connect:pass>Daniel De Graaf
2010-03-29Improve INSTUID error messageDaniel De Graaf
2010-03-272.0 release candidate 1Daniel De Graaf
2010-03-27Block writes to pending-connect socketDaniel De Graaf
2010-03-27Add debouncing to m_cloaking, and fix cloak of hosts without dotsDaniel De Graaf
2010-03-25Remove references to svn from configureDaniel De Graaf
2010-03-25Remove references to SVN from the MakefileDaniel De Graaf
2010-03-24Improve the output of "make install"danieldg
2010-03-23Fix CommandFloodPenalty overflow on connectdanieldg
2010-03-23Fail config parse if duplicate keys are founddanieldg
2010-03-23Calling OnError from Resolver's constructor is broken; just use the exceptiondanieldg
2010-03-23Change 2.0 cloak function to use variable-length segmentsdanieldg
2010-03-22A few minor fixupsdanieldg
2010-03-22Don't repeat the Raw I/O log message on every rehashdanieldg
2010-03-22Change <security:operspywhois> to a tristatedanieldg
2010-03-22Fix MySQL crash on module unload with empty query queuedanieldg
2010-03-22Move some unused modules to -extrasdanieldg
2010-03-22Remove channel argument from OnSendWhoLine, this information is already avail...danieldg
2010-03-22Move ModuleManager::UnloadAll out of modmanager_dynamicdanieldg
2010-03-22Allow static initialization of dynamic_reference objectsdanieldg
2010-03-19Add RAWIO log level which is more verbose than DEBUGdanieldg
2010-03-19Add configuration options to m_invisibledanieldg
2010-03-18Only check password during second connect block check; add registered="yes" t...danieldg
2010-03-18Make /etc/resolv.conf reader slightly less stupiddanieldg
2010-03-18PURE_STATIC fixes to use normal <module> tagsdanieldg
2010-03-16Fix mismatched return value in kqueue DelFddanieldg
2010-03-16Fix typo in kqueuedanieldg
2010-03-15Use CycleHostsFromUser for on-join modes too (m_autoop)danieldg
2010-03-14Add <options:cyclehostsfromuser> to configure source for mode changes on host...danieldg
2010-03-13Fix uninit pointer on MySQL initial connectiondanieldg
2010-03-13Handle database not present a bit better, add missing MySQL rehash on initdanieldg
2010-03-13Change SQLv3 to format queries during submission, not beforedanieldg
2010-03-13Add OnUnloadModule hook to MySQLdanieldg
2010-03-13Change lockserv emergency unlock procedure, and add one for jumpserver [jackm...danieldg
2010-03-13Convert MySQL to SQLv3danieldg
2010-03-13Remove checkconf, it is no longer neededdanieldg
2010-03-13Implement OnUnloadModule for postgresdanieldg
2010-03-13Convert pgsql to SQLv3danieldg
2010-03-12Filter out modules not applicable to the installed inspircd versiondanieldg
2010-03-11Make MODENOTICE oper-only, noticed by jackmcbarndanieldg
2010-03-11Don't implement --atleast-version ourselves, incorrectlydanieldg
2010-03-11Clean up the Makefile a bit, add DESTDIRdanieldg