| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | 2.0.0 release v2.0.0 | 2010-06-11 | 1 | -1/+1 | |
| * | Use EFD_NONBLOCK in test creation of eventfd (makes it require glibc 2.8/linu... | 2010-05-21 | 2 | -2/+2 | |
| * | Fix umode -r on nick change being denied by permission check | 2010-05-16 | 1 | -1/+1 | |
| * | Be consistent in testing PURE_STATIC for defined vs == 1 | 2010-05-12 | 1 | -1/+1 | |
| * | Add some missing <connect> updates from rehash, noticed by mixx941 | 2010-05-12 | 1 | -0/+5 | |
| * | Fix negative array access in channame | 2010-05-09 | 1 | -13/+14 | |
| * | Correct source of initial BURST line from servers sending it without one (lik... | 2010-05-08 | 1 | -1/+1 | |
| * | Compile testing can be useful | 2010-05-08 | 1 | -2/+2 | |
| * | Change -debug to force RAWIO level logging and disable all other logs | 2010-05-08 | 2 | -1/+8 | |
| * | Send HALFOP= line in CAPAB CAPABILITIES for 1201 compat (anope relies on this) | 2010-05-08 | 1 | -0/+2 | |
| * | Use unit-cc for all compile and and link tasks•••This allows splitting .o and .so generation for distcc builds, and also removes some unneeded autodetection of build stage. | 2010-05-07 | 3 | -52/+93 | |
| * | Don't use an empty direction when receiving a sourceless server command | 2010-04-29 | 1 | -6/+2 | |
| * | Removing example for m_spy which doesn't exist in insp20 | 2010-04-29 | 1 | -6/+0 | |
| * | Helpop: Add snomask +v (requires override module) | 2010-04-29 | 2 | -0/+2 | |
| * | Add log header including ircd version | 2010-04-28 | 4 | -1/+10 | |
| * | 2.0 release candidate 2 v2.0.0rc2 | 2010-04-28 | 1 | -1/+1 | |
| * | Define comparator for irc::sockets::sockaddrs•••This only compares IP/port, which ignores IPv6 flow information and scope ID, which aren't important in testing for equality. | 2010-04-26 | 3 | -3/+17 | |
| * | Add debug output for received DNS packets | 2010-04-26 | 1 | -0/+4 | |
| * | Add debug output of UserResolver results | 2010-04-26 | 1 | -2/+10 | |
| * | Change DNS binding to avoid BindSocket which could use the wrong address family | 2010-04-25 | 1 | -20/+11 | |
| * | Add better debug output to dns.cpp | 2010-04-24 | 1 | -4/+24 | |
| * | Emulate a bug in 1.2 to get matching cloaks | 2010-04-24 | 1 | -2/+2 | |
| * | Add "CLOAK" command to allow opers to see the cloaked form of any host | 2010-04-24 | 1 | -23/+51 | |
| * | Fix IPv6 cloaking in compatability mode (was using the wrong xtab confusor) | 2010-04-24 | 1 | -2/+2 | |
| * | Add custom suffix support for 2.0-style IP cloaking (default of ".IP") | 2010-04-24 | 1 | -8/+13 | |
| * | typo | 2010-04-21 | 1 | -1/+1 | |
| * | Possible fix for OpenSSL SendQ processing halts | 2010-04-16 | 1 | -1/+3 | |
| * | Fix crash when a remote server has the same name as we do | 2010-04-16 | 1 | -2/+3 | |
| * | Check maximum length of ban list for local users, not remote | 2010-04-16 | 1 | -1/+1 | |
| * | Fix cloak key being misread in 2.0 cloaking modes | 2010-04-15 | 1 | -9/+9 | |
| * | Add IPV6_V6ONLY support | 2010-04-14 | 1 | -0/+16 | |
| * | Prevent using invalid UIDs and enforce UID/SID matching | 2010-04-11 | 1 | -4/+8 | |
| * | Fix typo in argument to valdebug spotted by daemonic. | 2010-04-05 | 1 | -1/+1 | |
| * | Fix version comparisons in modulemanager so that "core 2.0" will match 2.0.1 | 2010-04-03 | 1 | -9/+8 | |
| * | Use FindNickOnly in a few commands to prevent enumerating users via UID walking | 2010-04-02 | 6 | -7/+17 | |
| * | Split up API_VERSION number•••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-04-01 | 3 | -30/+23 | |
| * | Prevent pre-registration connect blocks from being used post-registration | 2010-03-31 | 1 | -0/+1 | |
| * | Remove unneeded inet_aton call | 2010-03-31 | 1 | -10/+5 | |
| * | Allow E:lines to make users exempt from DNSBL checks | 2010-03-31 | 1 | -0/+3 | |
| * | Fix <connect:password> incorrectly reading <connect:pass> | 2010-03-31 | 1 | -2/+2 | |
| * | Improve INSTUID error message | 2010-03-29 | 1 | -1/+10 | |
| * | 2.0 release candidate 1 v2.0.0rc1 | 2010-03-27 | 1 | -1/+1 | |
| * | Block writes to pending-connect socket | 2010-03-27 | 1 | -1/+1 | |
| * | Add debouncing to m_cloaking, and fix cloak of hosts without dots | 2010-03-27 | 1 | -19/+39 | |
| * | Remove references to svn from configure | 2010-03-25 | 1 | -80/+0 | |
| * | Remove references to SVN from the Makefile | 2010-03-25 | 1 | -1/+1 | |
| * | Improve the output of "make install"•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@12660 e03df62e-2008-0410-955e-edbf42e46eb7 | 2010-03-24 | 1 | -13/+17 | |
| * | Fix CommandFloodPenalty overflow on connect•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@12659 e03df62e-2008-0410-955e-edbf42e46eb7 | 2010-03-23 | 2 | -3/+8 | |
| * | Fail config parse if duplicate keys are found•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@12658 e03df62e-2008-0410-955e-edbf42e46eb7 | 2010-03-23 | 1 | -2/+7 | |
| * | Calling OnError from Resolver's constructor is broken; just use the exception•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@12657 e03df62e-2008-0410-955e-edbf42e46eb7 | 2010-03-23 | 2 | -4/+3 |
