| Commit message (Expand) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | | m_sqlauth Allow the client certificate fingerprint to be used in the SQL query•••Idea by @m4z | 2014-02-11 | 1 | -0/+4 | ||
| * | | Call DelFd() and SetFd(-1) from SocketEngine::Close(EventHandler*) | 2014-02-09 | 2 | -4/+1 | ||
| * | | Change all socketengine methods to be static | 2014-02-08 | 6 | -35/+35 | ||
| * | | Replace SocketEngine::GetName() with INSPIRCD_SOCKETENGINE_NAME define | 2014-02-08 | 1 | -1/+1 | ||
| * | | Change SocketEngine functions that do not require an instance to be static | 2014-02-08 | 1 | -4/+4 | ||
| * | | m_ldapauth.cpp: Allow multiple patterns for users to bypass LDAP auth | 2014-02-07 | 1 | -5/+14 | ||
| * | | Convert irc::stringjoiner to be a method instead of a class.•••Add separator parameter | 2014-02-06 | 4 | -14/+9 | ||
| * | | Fix various cases of UUID exposure.•••- Introduce WriteCommand which sends * when the user has not registered. - Switch a ton of code to use WriteCommand instead of WriteServ. - Convert WriteNotice to be a wrapper around WriteCommand. - Only send * when NICK has not been sent instead of before registration. | 2014-02-06 | 2 | -5/+5 | ||
| * | | m_cap Instead of using case insensitive compare convert the subcommand to upp...•••This way if we send back the subcommand it will be in uppercase even if the client sent it in lowercase | 2014-02-06 | 1 | -1/+2 | ||
| * | | Remove a few unnecessary .c_str() calls | 2014-01-31 | 5 | -5/+5 | ||
| * | | Remove some dead code | 2014-01-31 | 8 | -18/+1 | ||
| * | | m_conn_join Read default settings in ReadConfig() | 2014-01-30 | 1 | -6/+13 | ||
| * | | m_conn_join: Allow time-delayed joins | 2014-01-30 | 1 | -8/+57 | ||
| * | | m_conn_join: Fixed indentation | 2014-01-30 | 1 | -23/+23 | ||
| * | | Allow Timers to delete themselves in Tick() | 2014-01-30 | 1 | -0/+1 | ||
| * | | m_spanningtree Rewrite /map | 2014-01-28 | 2 | -108/+128 | ||
| * | | m_tline Minor improvements•••- Replace floats with integers - Use size() instead of counting elements - Use WriteNotice() | 2014-01-27 | 1 | -7/+10 | ||
| * | | m_alias Remove duplicate checks | 2014-01-27 | 1 | -7/+3 | ||
| * | | m_alias Use equal_range() when searching for aliases | 2014-01-27 | 1 | -19/+6 | ||
| * | | Add m_clearchan which removes users from a channel without sending n*(n+1)/2 ... | 2014-01-26 | 1 | -0/+217 | ||
| * | | Add ProtocolInterface::BroadcastEncap() and infrastructure for manually forwa... | 2014-01-26 | 3 | -1/+17 | ||
| * | | ProtocolInterface::SendEncapsulatedData() changes•••- Pass command name and destination as real parameters - Allow callers to specify the command source - Send a SID instead of a server name if the target is a single server | 2014-01-26 | 4 | -16/+25 | ||
| * | | Add Channel* parameter to OnSendWhoLine | 2014-01-25 | 3 | -16/+5 | ||
| * | | Omit the server name internally when building a /STATS reply and prepend it l... | 2014-01-25 | 4 | -9/+9 | ||
| * | | Convert InspIRCd::PassCompare to return bool instead of int.•••The insane behaviour of this method was due to an implementation detail which has since become irrelevent. | 2014-01-25 | 2 | -2/+2 | ||
| * | | Convert UserChanList to an intrusively linked list | 2014-01-24 | 9 | -36/+32 | ||
| * | | Remove whitespace and minor style changes | 2014-01-23 | 26 | -30/+10 | ||
| * | | Globally #undef min and max on Windows | 2014-01-23 | 1 | -5/+0 | ||
| * | | Split IOHook into IOHook and IOHookProvider•••Create one IOHook instance for each hooked socket which contains all the hook specific data and read/write/close functions, removing the need for the "issl_session" array in SSL modules. Register instances of the IOHookProvider class in the core and use them to create specialized IOHook instances (OnConnect/OnAccept). Remove the OnHookIO hook, add a dynamic reference to ListenSocket that points to the hook provider (if any) to use for incoming connections on that socket. For outgoing connections modules still have to find the IOHookProvider they want to use themselves but instead of calling AddIOHook(hookprov), now they have to call IOHookProvider::OnConnect() after the connection has been established. | 2014-01-22 | 6 | -355/+248 | ||
| * | | Add the ability to have multiple SSL profiles•••SSL profiles are now used instead of fixed SSL settings for everything SSL, making it possible to use completely different settings for each listener and outgoing connection. Outgoing connections are broken until the next commit. | 2014-01-22 | 2 | -354/+790 | ||
| * | | m_ssl_gnutls Create GNUTLS_NEW_CERT_CALLBACK_API and cert_cb_last_param_type | 2014-01-22 | 1 | -15/+21 | ||
| * | | Merge insp20 | 2014-01-21 | 27 | -65/+219 | ||
| |\| | ||||||
| | * | m_httpd_stats Be more conservative when escaping data•••Fix clang warning | 2014-01-21 | 1 | -2/+1 | ||
| | * | m_joinflood Unset the mode on unload | 2014-01-21 | 1 | -2/+1 | ||
| | * | Fix some logically dead code which was found by Coverity. | 2014-01-21 | 1 | -11/+4 | ||
| | * | m_svshold Add config option to hide snotices | 2014-01-20 | 1 | -4/+23 | ||
| | * | m_httpd Add timeout option; remove timed out connections | 2014-01-20 | 1 | -1/+31 | ||
| | * | m_services_account Add workaround for wrong host being displayed in numeric w... | 2014-01-20 | 1 | -2/+31 | ||
| | * | m_dnsbl Don't send snotice when the {G|K|Z}line already exists•••Fixes issue #717 reported by @Robby- | 2014-01-20 | 1 | -0/+9 | ||
| | * | m_joinflood Fix remote joins affecting local joinflood state when the channel...•••Fixes issue #694 reported by @TurkDesk | 2014-01-19 | 1 | -1/+1 | ||
| | * | Use FindNickOnly() in a few more places if a local user is performing an acti... | 2014-01-19 | 4 | -6/+25 | ||
| | * | m_dccallow Increase penalty for /DCCALLOW help | 2014-01-19 | 1 | -0/+4 | ||
| | * | m_alias Fix out of bounds string access that happened with certain replace st... | 2014-01-19 | 1 | -2/+2 | ||
| | * | Merge pull request #732 from grawity/saslfix•••m_sasl: properly handle bad-mechanism failures | 2014-01-16 | 1 | -4/+7 | ||
| | |\ | ||||||
| | | * | Support SASL messages other than 'C' and 'D' | 2014-01-11 | 1 | -2/+6 | ||
| | | * | Handle SASL failures during SASL_INIT (wrong mechanism, etc.) | 2014-01-11 | 1 | -2/+1 | ||
| | * | | m_sajoin Send global snotice when the join happens•••Remove "sent remote SAJOIN" local snotice Fixes issue #382 reported by @JDowny | 2014-01-14 | 1 | -2/+1 | ||
| | * | | m_mlock Only deny the mlocked mode from being changed instead of denying the ...•••Fixes issue #615 reported by @BlacklightShining | 2014-01-13 | 1 | -9/+4 | ||
| | |/ | ||||||
| | * | Fix the HELPOP database being destroyed when a rehash fails. | 2013-12-27 | 1 | -5/+5 | ||
| | * | Allow ranges beginning with 0 in m_channames | 2013-12-21 | 1 | -0/+6 | ||
