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