summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2010-08-04Fix $md5pass and $sha256pass in SQL queriesDaniel De Graaf
2010-08-04Change ThreadSignalSocket to EventHandler to avoid calling recv() on an event...Daniel De Graaf
2010-08-03Fix m_opermodes.so sending modes for unintroduced clients with oper autologin...Adam
2010-08-03Use the remote channel's capitalization on a losing TS mergeDaniel De Graaf
2010-08-03Fix for crash on restart or config file open (bug #44)Adam
2010-08-03Allow halfops to remove their own halfop statusDaniel De Graaf
2010-08-03Remove wildcard support from module loading, breaks rehash (bug #51)Daniel De Graaf
2010-08-03Skip invalid allowed modes in oper block (bug #64)Daniel De Graaf
2010-08-03Fix rehash message sending for remote rehashesDaniel De Graaf
2010-07-30Fix incorrect default on <alias:channelcommand>Daniel De Graaf
2010-07-04Include location of duplicated oper blocksDaniel De Graaf
2010-06-12Quick fix for /RESTART crashingDaniel De Graaf
2010-06-112.0.0 releaseDaniel De Graaf
2010-05-21Use EFD_NONBLOCK in test creation of eventfd (makes it require glibc 2.8/linu...Daniel De Graaf
2010-05-16Fix umode -r on nick change being denied by permission checkDaniel 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 (lik...Daniel De Graaf
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-04-29Don't use an empty direction when receiving a sourceless server commandDaniel De Graaf
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
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-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-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-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-23Fix CommandFloodPenalty overflow on connectdanieldg
2010-03-23Fail config parse if duplicate keys are founddanieldg