Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-05-08 | Send HALFOP= line in CAPAB CAPABILITIES for 1201 compat (anope relies on this) | Daniel De Graaf | |
2010-05-07 | Use unit-cc for all compile and and link tasks | Daniel De Graaf | |
This allows splitting .o and .so generation for distcc builds, and also removes some unneeded autodetection of build stage. | |||
2010-04-29 | Don't use an empty direction when receiving a sourceless server command | Daniel De Graaf | |
2010-04-29 | Removing example for m_spy which doesn't exist in insp20 | PhilSliderS | |
2010-04-29 | Helpop: Add snomask +v (requires override module) | Philouuu | |
2010-04-28 | Add log header including ircd version | Daniel De Graaf | |
2010-04-28 | 2.0 release candidate 2 | Daniel De Graaf | |
2010-04-26 | Define comparator for irc::sockets::sockaddrs | Daniel 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-26 | Add debug output for received DNS packets | Daniel De Graaf | |
2010-04-26 | Add debug output of UserResolver results | Daniel De Graaf | |
2010-04-25 | Change DNS binding to avoid BindSocket which could use the wrong address family | Daniel De Graaf | |
2010-04-24 | Add better debug output to dns.cpp | Daniel De Graaf | |
2010-04-24 | Emulate a bug in 1.2 to get matching cloaks | Daniel De Graaf | |
2010-04-24 | Add "CLOAK" command to allow opers to see the cloaked form of any host | Daniel De Graaf | |
2010-04-24 | Fix IPv6 cloaking in compatability mode (was using the wrong xtab confusor) | Daniel De Graaf | |
2010-04-24 | Add custom suffix support for 2.0-style IP cloaking (default of ".IP") | Daniel De Graaf | |
2010-04-21 | typo | Dennis Friis | |
2010-04-16 | Possible fix for OpenSSL SendQ processing halts | Daniel De Graaf | |
2010-04-16 | Fix crash when a remote server has the same name as we do | Daniel De Graaf | |
2010-04-16 | Check maximum length of ban list for local users, not remote | Daniel De Graaf | |
2010-04-15 | Fix cloak key being misread in 2.0 cloaking modes | Daniel De Graaf | |
2010-04-14 | Add IPV6_V6ONLY support | Daniel De Graaf | |
2010-04-11 | Prevent using invalid UIDs and enforce UID/SID matching | Daniel De Graaf | |
2010-04-05 | Fix typo in argument to valdebug spotted by daemonic. | Dennis Friis | |
2010-04-03 | Fix version comparisons in modulemanager so that "core 2.0" will match 2.0.1 | Daniel De Graaf | |
2010-04-02 | Use FindNickOnly in a few commands to prevent enumerating users via UID walking | Daniel De Graaf | |
2010-04-01 | Split up API_VERSION number | Daniel 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-31 | Prevent pre-registration connect blocks from being used post-registration | Daniel De Graaf | |
2010-03-31 | Remove unneeded inet_aton call | Daniel De Graaf | |
2010-03-31 | Allow E:lines to make users exempt from DNSBL checks | Daniel De Graaf | |
2010-03-31 | Fix <connect:password> incorrectly reading <connect:pass> | Daniel De Graaf | |
2010-03-29 | Improve INSTUID error message | Daniel De Graaf | |
2010-03-27 | 2.0 release candidate 1 | Daniel De Graaf | |
2010-03-27 | Block writes to pending-connect socket | Daniel De Graaf | |
2010-03-27 | Add debouncing to m_cloaking, and fix cloak of hosts without dots | Daniel De Graaf | |
2010-03-25 | Remove references to svn from configure | Daniel De Graaf | |
2010-03-25 | Remove references to SVN from the Makefile | Daniel De Graaf | |
2010-03-24 | Improve the output of "make install" | danieldg | |
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@12660 e03df62e-2008-0410-955e-edbf42e46eb7 | |||
2010-03-23 | Fix CommandFloodPenalty overflow on connect | danieldg | |
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@12659 e03df62e-2008-0410-955e-edbf42e46eb7 | |||
2010-03-23 | Fail config parse if duplicate keys are found | danieldg | |
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@12658 e03df62e-2008-0410-955e-edbf42e46eb7 | |||
2010-03-23 | Calling OnError from Resolver's constructor is broken; just use the exception | danieldg | |
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@12657 e03df62e-2008-0410-955e-edbf42e46eb7 | |||
2010-03-23 | Change 2.0 cloak function to use variable-length segments | danieldg | |
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@12656 e03df62e-2008-0410-955e-edbf42e46eb7 | |||
2010-03-22 | A few minor fixups | danieldg | |
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@12655 e03df62e-2008-0410-955e-edbf42e46eb7 | |||
2010-03-22 | Don't repeat the Raw I/O log message on every rehash | danieldg | |
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@12654 e03df62e-2008-0410-955e-edbf42e46eb7 | |||
2010-03-22 | Change <security:operspywhois> to a tristate | danieldg | |
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@12653 e03df62e-2008-0410-955e-edbf42e46eb7 | |||
2010-03-22 | Fix MySQL crash on module unload with empty query queue | danieldg | |
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@12652 e03df62e-2008-0410-955e-edbf42e46eb7 | |||
2010-03-22 | Move some unused modules to -extras | danieldg | |
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@12651 e03df62e-2008-0410-955e-edbf42e46eb7 | |||
2010-03-22 | Remove channel argument from OnSendWhoLine, this information is already ↵ | danieldg | |
available in params[0] git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@12650 e03df62e-2008-0410-955e-edbf42e46eb7 | |||
2010-03-22 | Move ModuleManager::UnloadAll out of modmanager_dynamic | danieldg | |
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@12649 e03df62e-2008-0410-955e-edbf42e46eb7 | |||
2010-03-22 | Allow static initialization of dynamic_reference objects | danieldg | |
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@12648 e03df62e-2008-0410-955e-edbf42e46eb7 |