summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2010-08-08Don't try to tidy m_autoop entries (fixes extra !*@*)Daniel De Graaf
2010-08-072.0.1 releaseDaniel De Graaf
2010-08-04Prevent kicking people you do not have permission to deprivilegeDaniel De Graaf
2010-08-04Fix $md5pass and $sha256pass in SQL queriesDaniel De Graaf
2010-08-04Change ThreadSignalSocket to EventHandler to avoid calling recv() on an ↵Daniel De Graaf
eventfd, which does not work
2010-08-03Fix m_opermodes.so sending modes for unintroduced clients with oper ↵Adam
autologin (bug 53)
2010-08-03Update a number of docs issuesDaniel De Graaf
2010-08-03Use the remote channel's capitalization on a losing TS mergeDaniel De Graaf
2010-08-03Clarify the m_custom prefix message a bitDaniel 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-07-02Change argument order of LDLIBS to work properly with -Wl,--as-neededDaniel 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 ↵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