| Commit message (Expand) | Author | Age | Files | Lines |
| ... | |
| * | Block writes to pending-connect socket | Daniel De Graaf | 2010-08-03 | 1 | -1/+1 |
| * | Add debouncing to m_cloaking, and fix cloak of hosts without dots | Daniel De Graaf | 2010-08-03 | 1 | -19/+39 |
| * | Basic counting is too easy to get wrong | Daniel De Graaf | 2010-08-03 | 1 | -1/+1 |
| * | Fix CommandFloodPenalty overflow on connect | Daniel De Graaf | 2010-08-03 | 2 | -3/+8 |
| * | Fail config parse if duplicate keys are found | Daniel De Graaf | 2010-08-03 | 1 | -2/+7 |
| * | Squash a few warnings | Daniel De Graaf | 2010-08-03 | 7 | -13/+25 |
| * | Calling OnError from Resolver's constructor is broken; just use the exception | Daniel De Graaf | 2010-08-03 | 2 | -4/+3 |
| * | Change 2.0 cloak function to use variable-length segments | Daniel De Graaf | 2010-08-03 | 1 | -30/+46 |
| * | Don't repeat the Raw I/O log message on every rehash | Daniel De Graaf | 2010-08-03 | 1 | -1/+1 |
| * | Fix rehash unloading AllModule | Daniel De Graaf | 2010-08-03 | 1 | -2/+2 |
| * | Change <security:operspywhois> to a tristate | Daniel De Graaf | 2010-08-03 | 2 | -10/+14 |
| * | Fix MySQL crash on module unload with empty query queue | danieldg | 2010-08-03 | 1 | -1/+3 |
| * | Remove modules that have moved to extras | Daniel De Graaf | 2010-08-03 | 3 | -389/+0 |
| * | Fix some issues found using valgrind/pure_static | Daniel De Graaf | 2010-08-03 | 3 | -6/+8 |
| * | Move ModuleManager::UnloadAll out of modmanager_dynamic | Daniel De Graaf | 2010-08-03 | 3 | -27/+23 |
| * | Allow static initialization of dynamic_reference objects | Daniel De Graaf | 2010-08-03 | 1 | -10/+25 |
| * | Add RAWIO log level which is more verbose than DEBUG | danieldg | 2010-08-03 | 7 | -10/+22 |
| * | Simplify SASL interface using SASLHook | Daniel De Graaf | 2010-08-03 | 2 | -138/+80 |
| * | Add configuration options to m_invisible | Daniel De Graaf | 2010-08-03 | 1 | -9/+26 |
| * | Only check password during second connect block check; add registered="yes" t... | Daniel De Graaf | 2010-08-03 | 1 | -1/+1 |
| * | Make /etc/resolv.conf reader slightly less stupid | Daniel De Graaf | 2010-08-03 | 1 | -2/+5 |
| * | PURE_STATIC fixes to use normal <module> tags | Daniel De Graaf | 2010-08-03 | 1 | -38/+78 |
| * | Fix kqueue compile | Daniel De Graaf | 2010-08-03 | 1 | -2/+2 |
| * | Add <options:cyclehostsfromuser> to configure source for mode changes on host... | Daniel De Graaf | 2010-08-03 | 3 | -3/+5 |
| * | Remove some unused duplicate hooks | Daniel De Graaf | 2010-08-03 | 3 | -22/+5 |
| * | Allow m_sqlauth to set connect class | Daniel De Graaf | 2010-08-03 | 3 | -24/+37 |
| * | Fix uninit pointer on MySQL initial connection | Daniel De Graaf | 2010-08-03 | 1 | -5/+3 |
| * | Handle database not present a bit better, add missing MySQL rehash on init | Daniel De Graaf | 2010-08-03 | 3 | -6/+18 |
| * | SQL API v3 | danieldg | 2010-08-03 | 12 | -3222/+1006 |
| * | Change lockserv emergency unlock procedure, and add one for jumpserver | Jackmcbarn | 2010-08-03 | 2 | -10/+11 |
| * | Rename opermodes parameter to "automodes" to resolve conflict with the migrat... | Daniel De Graaf | 2010-08-03 | 1 | -1/+1 |
| * | Make MODENOTICE oper-only, noticed by jackmcbarn | danieldg | 2010-08-03 | 1 | -1/+5 |
| * | Complain when duplicate tags are found using ConfValue | Daniel De Graaf | 2010-08-03 | 1 | -3/+8 |
| * | Add interface user list to testnet check output | Daniel De Graaf | 2010-08-03 | 1 | -0/+6 |
| * | Warn about duplicate <type> and <class> blocks | Daniel De Graaf | 2010-08-03 | 1 | -2/+5 |
| * | Change OperInfo to store oper/type/class together.•••This allows privelages to be granted using <oper:commands> or
<type:commands> instead of requiring <class> blocks.
| Daniel De Graaf | 2010-08-03 | 6 | -53/+42 |
| * | Move "topic" permisison back to "exempt/topiclock" like 2.0 | Daniel De Graaf | 2010-08-03 | 1 | -13/+8 |
| * | Change "CAP *" reply to "CAP $nick", which is the intended use of the parameter | danieldg | 2010-08-03 | 1 | -5/+5 |
| * | Fix mode +L being visibly reset on every FJOIN | danieldg | 2010-08-03 | 1 | -0/+2 |
| * | Fix <connect:deny> crash | Daniel De Graaf | 2010-08-03 | 2 | -0/+3 |
| * | Add m_chanacl, channel access control groups | Daniel De Graaf | 2010-08-03 | 3 | -1/+144 |
| * | Fix override permission checking the wrong list | Daniel De Graaf | 2010-08-03 | 2 | -9/+18 |
| * | Funnel access checks through the OnPermissionCheck hook | Daniel De Graaf | 2010-08-03 | 30 | -311/+138 |
| * | Remove mismerged init() addition | Daniel De Graaf | 2010-08-03 | 1 | -4/+0 |
| * | Fix ModuleManager::SetPriority algorithm which did not handle PRIORITY_BEFORE... | Daniel De Graaf | 2010-08-03 | 1 | -47/+28 |
| * | Fix CGI:IRC cloaking happening too late | Daniel De Graaf | 2010-08-03 | 1 | -22/+41 |
| * | Search for SQL service in init(), not in constructor•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@12598 e03df62e-2008-0410-955e-edbf42e46eb7
| danieldg | 2010-08-03 | 3 | -5/+8 |
| * | Fix SQL modules not all using AddService, noticed by Morpheus•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@12595 e03df62e-2008-0410-955e-edbf42e46eb7
| danieldg | 2010-08-03 | 4 | -15/+32 |
| * | Add <include:allow> permissions for included files•••This adds a "relative" permission to the existing "none", "file", and
"exec" permissions. This prevents <files rules="/etc/passwd"> and similar
shenanigans in remote include files.
| Daniel De Graaf | 2010-08-03 | 1 | -15/+52 |
| * | Fix variable shadowing warning | Daniel De Graaf | 2010-08-03 | 1 | -3/+3 |