summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2010-05-21Use EFD_NONBLOCK in test creation of eventfd (makes it require glibc ↵Daniel De Graaf
2.8/linux 2.6.27)
2010-05-16Fix umode -r on nick change being denied by permission checkDaniel De Graaf
2010-05-12Be consistent in testing PURE_STATIC for defined vs == 1Daniel De Graaf
2010-05-12Add some missing <connect> updates from rehash, noticed by mixx941Daniel De Graaf
2010-05-09Fix negative array access in channameDaniel De Graaf
2010-05-08Correct source of initial BURST line from servers sending it without one ↵Daniel De Graaf
(like denora)
2010-05-08Compile testing can be usefulDaniel De Graaf
2010-05-08Change -debug to force RAWIO level logging and disable all other logsDaniel De Graaf
2010-05-08Send HALFOP= line in CAPAB CAPABILITIES for 1201 compat (anope relies on this)Daniel De Graaf
2010-05-07Use unit-cc for all compile and and link tasksDaniel De Graaf
This allows splitting .o and .so generation for distcc builds, and also removes some unneeded autodetection of build stage.
2010-04-29Don't use an empty direction when receiving a sourceless server commandDaniel De Graaf
2010-04-29Removing example for m_spy which doesn't exist in insp20PhilSliderS
2010-04-29Helpop: Add snomask +v (requires override module)Philouuu
2010-04-28Add log header including ircd versionDaniel De Graaf
2010-04-282.0 release candidate 2Daniel De Graaf
2010-04-26Define comparator for irc::sockets::sockaddrsDaniel De Graaf
This only compares IP/port, which ignores IPv6 flow information and scope ID, which aren't important in testing for equality.
2010-04-26Add debug output for received DNS packetsDaniel De Graaf
2010-04-26Add debug output of UserResolver resultsDaniel De Graaf
2010-04-25Change DNS binding to avoid BindSocket which could use the wrong address familyDaniel De Graaf
2010-04-24Add better debug output to dns.cppDaniel De Graaf
2010-04-24Emulate a bug in 1.2 to get matching cloaksDaniel De Graaf
2010-04-24Add "CLOAK" command to allow opers to see the cloaked form of any hostDaniel De Graaf
2010-04-24Fix IPv6 cloaking in compatability mode (was using the wrong xtab confusor)Daniel De Graaf
2010-04-24Add custom suffix support for 2.0-style IP cloaking (default of ".IP")Daniel De Graaf
2010-04-21typoDennis Friis
2010-04-16Possible fix for OpenSSL SendQ processing haltsDaniel De Graaf
2010-04-16Fix crash when a remote server has the same name as we doDaniel De Graaf
2010-04-16Check maximum length of ban list for local users, not remoteDaniel De Graaf
2010-04-15Fix cloak key being misread in 2.0 cloaking modesDaniel De Graaf
2010-04-14Add IPV6_V6ONLY supportDaniel De Graaf
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
Since we can make API changes in multiple branches at the same time, a single sequence number is insufficient. Use two numbers to indicate the major version and API increment.
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
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@12660 e03df62e-2008-0410-955e-edbf42e46eb7
2010-03-23Fix CommandFloodPenalty overflow on connectdanieldg
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@12659 e03df62e-2008-0410-955e-edbf42e46eb7
2010-03-23Fail config parse if duplicate keys are founddanieldg
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@12658 e03df62e-2008-0410-955e-edbf42e46eb7
2010-03-23Calling OnError from Resolver's constructor is broken; just use the exceptiondanieldg
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@12657 e03df62e-2008-0410-955e-edbf42e46eb7
2010-03-23Change 2.0 cloak function to use variable-length segmentsdanieldg
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@12656 e03df62e-2008-0410-955e-edbf42e46eb7