summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* 2.0.0 release v2.0.0Gravatar Daniel De Graaf2010-06-111-1/+1
|
* Use EFD_NONBLOCK in test creation of eventfd (makes it require glibc ↵Gravatar Daniel De Graaf2010-05-212-2/+2
| | | | 2.8/linux 2.6.27)
* Fix umode -r on nick change being denied by permission checkGravatar Daniel De Graaf2010-05-161-1/+1
|
* Be consistent in testing PURE_STATIC for defined vs == 1Gravatar Daniel De Graaf2010-05-121-1/+1
|
* Add some missing <connect> updates from rehash, noticed by mixx941Gravatar Daniel De Graaf2010-05-121-0/+5
|
* Fix negative array access in channameGravatar Daniel De Graaf2010-05-091-13/+14
|
* Correct source of initial BURST line from servers sending it without one ↵Gravatar Daniel De Graaf2010-05-081-1/+1
| | | | (like denora)
* Compile testing can be usefulGravatar Daniel De Graaf2010-05-081-2/+2
|
* Change -debug to force RAWIO level logging and disable all other logsGravatar Daniel De Graaf2010-05-082-1/+8
|
* Send HALFOP= line in CAPAB CAPABILITIES for 1201 compat (anope relies on this)Gravatar Daniel De Graaf2010-05-081-0/+2
|
* Use unit-cc for all compile and and link tasksGravatar Daniel De Graaf2010-05-073-52/+93
| | | | | This allows splitting .o and .so generation for distcc builds, and also removes some unneeded autodetection of build stage.
* Don't use an empty direction when receiving a sourceless server commandGravatar Daniel De Graaf2010-04-291-6/+2
|
* Removing example for m_spy which doesn't exist in insp20Gravatar PhilSliderS2010-04-291-6/+0
|
* Helpop: Add snomask +v (requires override module)Gravatar Philouuu2010-04-292-0/+2
|
* Add log header including ircd versionGravatar Daniel De Graaf2010-04-284-1/+10
|
* 2.0 release candidate 2 v2.0.0rc2Gravatar Daniel De Graaf2010-04-281-1/+1
|
* Define comparator for irc::sockets::sockaddrsGravatar Daniel De Graaf2010-04-263-3/+17
| | | | | This only compares IP/port, which ignores IPv6 flow information and scope ID, which aren't important in testing for equality.
* Add debug output for received DNS packetsGravatar Daniel De Graaf2010-04-261-0/+4
|
* Add debug output of UserResolver resultsGravatar Daniel De Graaf2010-04-261-2/+10
|
* Change DNS binding to avoid BindSocket which could use the wrong address familyGravatar Daniel De Graaf2010-04-251-20/+11
|
* Add better debug output to dns.cppGravatar Daniel De Graaf2010-04-241-4/+24
|
* Emulate a bug in 1.2 to get matching cloaksGravatar Daniel De Graaf2010-04-241-2/+2
|
* Add "CLOAK" command to allow opers to see the cloaked form of any hostGravatar Daniel De Graaf2010-04-241-23/+51
|
* Fix IPv6 cloaking in compatability mode (was using the wrong xtab confusor)Gravatar Daniel De Graaf2010-04-241-2/+2
|
* Add custom suffix support for 2.0-style IP cloaking (default of ".IP")Gravatar Daniel De Graaf2010-04-241-8/+13
|
* typoGravatar Dennis Friis2010-04-211-1/+1
|
* Possible fix for OpenSSL SendQ processing haltsGravatar Daniel De Graaf2010-04-161-1/+3
|
* Fix crash when a remote server has the same name as we doGravatar Daniel De Graaf2010-04-161-2/+3
|
* Check maximum length of ban list for local users, not remoteGravatar Daniel De Graaf2010-04-161-1/+1
|
* Fix cloak key being misread in 2.0 cloaking modesGravatar Daniel De Graaf2010-04-151-9/+9
|
* Add IPV6_V6ONLY supportGravatar Daniel De Graaf2010-04-141-0/+16
|
* Prevent using invalid UIDs and enforce UID/SID matchingGravatar Daniel De Graaf2010-04-111-4/+8
|
* Fix typo in argument to valdebug spotted by daemonic.Gravatar Dennis Friis2010-04-051-1/+1
|
* Fix version comparisons in modulemanager so that "core 2.0" will match 2.0.1Gravatar Daniel De Graaf2010-04-031-9/+8
|
* Use FindNickOnly in a few commands to prevent enumerating users via UID walkingGravatar Daniel De Graaf2010-04-026-7/+17
|
* Split up API_VERSION numberGravatar Daniel De Graaf2010-04-013-30/+23
| | | | | | 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.
* Prevent pre-registration connect blocks from being used post-registrationGravatar Daniel De Graaf2010-03-311-0/+1
|
* Remove unneeded inet_aton callGravatar Daniel De Graaf2010-03-311-10/+5
|
* Allow E:lines to make users exempt from DNSBL checksGravatar Daniel De Graaf2010-03-311-0/+3
|
* Fix <connect:password> incorrectly reading <connect:pass>Gravatar Daniel De Graaf2010-03-311-2/+2
|
* Improve INSTUID error messageGravatar Daniel De Graaf2010-03-291-1/+10
|
* 2.0 release candidate 1 v2.0.0rc1Gravatar Daniel De Graaf2010-03-271-1/+1
|
* Block writes to pending-connect socketGravatar Daniel De Graaf2010-03-271-1/+1
|
* Add debouncing to m_cloaking, and fix cloak of hosts without dotsGravatar Daniel De Graaf2010-03-271-19/+39
|
* Remove references to svn from configureGravatar Daniel De Graaf2010-03-251-80/+0
|
* Remove references to SVN from the MakefileGravatar Daniel De Graaf2010-03-251-1/+1
|
* Improve the output of "make install"Gravatar danieldg2010-03-241-13/+17
| | | | git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@12660 e03df62e-2008-0410-955e-edbf42e46eb7
* Fix CommandFloodPenalty overflow on connectGravatar danieldg2010-03-232-3/+8
| | | | git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@12659 e03df62e-2008-0410-955e-edbf42e46eb7
* Fail config parse if duplicate keys are foundGravatar danieldg2010-03-231-2/+7
| | | | git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@12658 e03df62e-2008-0410-955e-edbf42e46eb7
* Calling OnError from Resolver's constructor is broken; just use the exceptionGravatar danieldg2010-03-232-4/+3
| | | | git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@12657 e03df62e-2008-0410-955e-edbf42e46eb7