| Commit message (Expand) | Author | Age | Files | Lines |
| * | 2.1 alpha 2 release v2.1a2 | Daniel De Graaf | 2010-08-21 | 1 | -1/+1 |
| * | Correct some numerics | Daniel De Graaf | 2010-08-21 | 1 | -3/+3 |
| * | Add invite list and stats counters to /CHECK | Daniel De Graaf | 2010-08-21 | 1 | -6/+17 |
| * | Replace remaining Request users with dynamic_reference | Daniel De Graaf | 2010-08-21 | 18 | -1064/+255 |
| * | Remove some duplicate code | Daniel De Graaf | 2010-08-21 | 2 | -15/+11 |
| * | Remove ConfigReader (deprecated interface) | Daniel De Graaf | 2010-08-21 | 30 | -187/+71 |
| * | Add per-user registration limit to m_chanregister | webczat | 2010-08-21 | 1 | -0/+30 |
| * | More config logging fixups | Daniel De Graaf | 2010-08-21 | 5 | -80/+48 |
| * | Move spanningtree config to <spanningtree> from various other places | Daniel De Graaf | 2010-08-21 | 1 | -15/+11 |
| * | Correctly report errors in m_filter config | Daniel De Graaf | 2010-08-21 | 1 | -9/+9 |
| * | Fix crash in opermotd caused by reading config prior to init | Daniel De Graaf | 2010-08-21 | 1 | -7/+8 |
| * | Fix crash when m_chanregister is initialized prior to permchannels | Daniel De Graaf | 2010-08-21 | 2 | -4/+18 |
| * | Change config reading hook for better error reporting•••This eliminates the OnRehash hook, and replaces it with ReadConfig which
is called on boot, module load, and rehash.
| Daniel De Graaf | 2010-08-21 | 78 | -388/+344 |
| * | Prevent changing +r when already set | webczat | 2010-08-21 | 1 | -0/+7 |
| * | Add jackmcbarn to contributors, remove useless commas | Daniel De Graaf | 2010-08-20 | 1 | -11/+11 |
| * | Allow connect blocks to match the "servername" field in USER•••RFC 1459 specifies that the third parameter to USER is the name of the
server that the client is connecting to. While this is not set by all
clients, it is set by some, and could be used to alter MOTD or other
settings based on the DNS name used to connect to a server or network.
| Daniel De Graaf | 2010-08-20 | 1 | -0/+54 |
| * | Fix blockcaps error | Jackmcbarn | 2010-08-20 | 1 | -1/+1 |
| * | Don't display server-sourced changes to opflags | Daniel De Graaf | 2010-08-20 | 1 | -4/+6 |
| * | Fix m_autoop sync of opflags and extra send of mode changes | Daniel De Graaf | 2010-08-20 | 3 | -11/+18 |
| * | Fix desync of chanregister when merging modes | Daniel De Graaf | 2010-08-20 | 1 | -20/+17 |
| * | Add verbose parameter to m_chanregister | webczat | 2010-08-20 | 1 | -7/+15 |
| * | Remove double error check on prefixrequired | webczat | 2010-08-20 | 1 | -8/+6 |
| * | Add multi-registrant support | Jackmcbarn | 2010-08-20 | 1 | -26/+43 |
| * | Respect CycleHostsFromUser configuration for mode changes generated by m_autoop | Daniel De Graaf | 2010-08-20 | 1 | -3/+4 |
| * | Add support for setting accountname to m_sqlauth and m_ldapauth | Daniel De Graaf | 2010-08-19 | 4 | -6/+41 |
| * | Split provided modes off from m_services_account | Daniel De Graaf | 2010-08-19 | 3 | -182/+255 |
| * | Remove unneeded VF_COMMON and set default expire time to 21 days | Jackmcbarn | 2010-08-19 | 1 | -2/+2 |
| * | Allow disabling of the database in m_chanregister | Jackmcbarn | 2010-08-19 | 1 | -4/+6 |
| * | Document m_chanregister and mark it VF_VENDOR | Jackmcbarn | 2010-08-19 | 1 | -1/+1 |
| * | Change account.h to use the ServiceProvider hooks | Daniel De Graaf | 2010-08-19 | 4 | -99/+114 |
| * | Add m_chanregister: ircd-side channel registration | webczat | 2010-08-19 | 1 | -0/+766 |
| * | Change ResolveModeConflict to a simpler parameter ordering function | Daniel De Graaf | 2010-08-18 | 6 | -8/+7 |
| * | Change ModeHandler::AccessCheck to use PermissionData | Daniel De Graaf | 2010-08-18 | 5 | -27/+25 |
| * | Clarify null character append in m_cloaking (fixes compiler warning) | Daniel De Graaf | 2010-08-17 | 1 | -1/+1 |
| * | m_lockserv doesn't need to be VF_OPTCOMMON | Jackmcbarn | 2010-08-17 | 1 | -1/+1 |
| * | Fix errors in m_cline implementation | Daniel De Graaf | 2010-08-17 | 1 | -4/+7 |
| * | Add m_cline | Daniel De Graaf | 2010-08-17 | 1 | -0/+222 |
| * | Fix up invite checking code and add m_inviteextban | Jackmcbarn | 2010-08-16 | 3 | -2/+53 |
| * | Restore m_timedbans to allow it to be used when linking to 1.2/2.0 | Daniel De Graaf | 2010-08-16 | 1 | -0/+168 |
| * | Fix null deref on distant proto_version check in FMODE | Daniel De Graaf | 2010-08-16 | 1 | -1/+1 |
| * | Remove now-obsolete and buggy m_timedbans and document m_timedmodes | Jackmcbarn | 2010-08-16 | 1 | -168/+0 |
| * | Update m_nicklock and m_sanick to allow changing someone's nick to their UID,... | Jackmcbarn | 2010-08-16 | 2 | -13/+20 |
| * | Fix some minor bugs in m_timedmodes | Jackmcbarn | 2010-08-16 | 1 | -19/+18 |
| * | Fix compile error | Daniel De Graaf | 2010-08-15 | 1 | -1/+1 |
| * | Fix unload of prefix modes not unsetting prefixes | Daniel De Graaf | 2010-08-15 | 6 | -24/+29 |
| * | Move a useful utility function from spanningtree to core | Daniel De Graaf | 2010-08-15 | 3 | -25/+19 |
| * | Add User::frozen to temporarily stop processing on a user•••This is useful if you want to intercept a command and do an
asynchronous lookup (an SQL query, perhaps) to determine if it should
be allowed. Without this, commands by that user could become reordered.
| Daniel De Graaf | 2010-08-15 | 1 | -10/+8 |
| * | Add timed modes module | Jackmcbarn | 2010-08-15 | 1 | -0/+369 |
| * | Remove GetClass(), access MyClass directly when needed | Daniel De Graaf | 2010-08-15 | 6 | -42/+16 |
| * | Add SyncTarget::SendCommand for sending preformatted lines s2s | Daniel De Graaf | 2010-08-14 | 3 | -8/+12 |