Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-10-10 | m_ssl_openssl Allow configuring raw OpenSSL context options | Attila Molnar | |
2014-10-10 | m_ssl_openssl Disable session caching and session tickets | Attila Molnar | |
2014-10-10 | m_ssl_openssl Enable single (EC)DH use and disable SSL v2 | Attila Molnar | |
Options enabled: - SSL_OP_NO_SSLv2 - SSL_OP_SINGLE_DH_USE - SSL_OP_SINGLE_ECDH_USE (if it exists) Partial backport of #856 by @jvehent | |||
2014-10-08 | m_ssl_openssl Clear the error queue before every SSL_* call | Attila Molnar | |
2014-10-03 | m_ssl_gnutls Re-set DH params when the gnutls_certificate_credentials_t ↵ | Attila Molnar | |
struct is reallocated | |||
2014-09-22 | Forward-port of ↵ | JustArchi | |
https://github.com/inspircd/inspircd-extras/commit/a311dbcaea1abad68b87ebbb283fc6d75a207a53 into master | |||
2014-09-10 | m_hidelist Make minimum rank required to view lists configurable | Attila Molnar | |
2014-09-10 | Add m_hidelist that allows hiding the lists of listmodes | Attila Molnar | |
2014-09-05 | m_services_account Fix uninitialized variable usage introduced by insp20 ↵ | Attila Molnar | |
merge e244cb2c63b1ac1d85bdbb4691f7b1bd940ae804 | |||
2014-09-05 | m_samode Simplify command handler logic | Attila Molnar | |
2014-09-04 | Migrate code from ModeParser into cmd_mode (core_user) | Attila Molnar | |
- Process() that takes a std::vector<std::string> - DisplayCurrentModes() - DisplayListModes() | |||
2014-09-04 | m_namedmodes Build and process a Modes::ChangeList when handling PROP | Attila Molnar | |
2014-09-04 | Pass Modes::ChangeList references to the OnPreMode hook, make it modifiable | Attila Molnar | |
This gets rid of the duplicated mode parsing logic in m_namedmodes | |||
2014-09-04 | Call the MODE command handler in several modules instead of the old ↵ | Attila Molnar | |
ModeParser::Process() | |||
2014-09-04 | m_spanningtree Simplify processing non-prefix modes in FJOINs | Attila Molnar | |
Use ModeParser::ModeParamsToChangeList() instead of duplicating logic | |||
2014-09-04 | m_spanningtree Apply FMODE mode changes using the new ModeParser functions | Attila Molnar | |
2014-09-04 | m_services_account Call ModeHandler::RemoveMode() instead of duplicating code | Attila Molnar | |
2014-09-03 | m_spanningtree Remove CommandFJoin::ApplyModeStack() | Attila Molnar | |
2014-09-03 | Use Modes::ChangeList in ModeHandler::RemoveMode() | Attila Molnar | |
2014-09-03 | Replace irc::modestacker usage with the new ModeParser::Process() | Attila Molnar | |
2014-09-03 | Remove ProtocolInterface::SendMode() | Attila Molnar | |
2014-09-03 | m_spanningtree Send MODE/FMODE from the OnMode hook | Attila Molnar | |
If the MODE_LOCALONLY flag is set the mode change is not propagated | |||
2014-09-03 | m_spanningtree Add function to serialize parameters in a ↵ | Attila Molnar | |
Modes::ChangeList::List into MODE/FMODE format | |||
2014-09-02 | m_sqlite3 Fix cleanup of unsuccessful database connections | Attila Molnar | |
2014-09-01 | m_spanningtree Add optional key parameter to SVSJOIN and allow it to do ↵ | Attila Molnar | |
override joins Slightly more readable version of #892 by @ShutterQuick | |||
2014-08-31 | m_blockamsg Update coding style, use User::WriteNotice() | Attila Molnar | |
2014-08-31 | m_blockamsg Remove redundant check | Attila Molnar | |
2014-08-31 | m_blockamsg Uncrook channel counting logic | Attila Molnar | |
2014-08-31 | m_blockamsg Prevent double copy of the target string | Attila Molnar | |
2014-08-31 | m_blockamsg Remove useless variable | Attila Molnar | |
2014-08-06 | m_ojoin Change allocation of NetworkPrefix to be physically part of the ↵ | Attila Molnar | |
object containing it | |||
2014-08-06 | m_ojoin Leave it to the core throw an exception if the prefix char is in use | Attila Molnar | |
2014-08-06 | Pass prefix rank and prefix char to PrefixMode constructor | Attila Molnar | |
2014-08-06 | m_exemptchanops Fix parameter validation | Attila Molnar | |
2014-08-06 | m_spanningtree Remove redundant checks from HandleRemoteWhois() | Attila Molnar | |
The size of the vector is checked in OnPreCommand() and that hook only runs for local users | |||
2014-08-04 | m_pbkdf2 Less string copying | Attila Molnar | |
2014-08-04 | m_pbkdf2: Added module | Daniel Vassdal | |
Bugfixes and minor changes are by @attilamolnar, original PR #767 | |||
2014-08-04 | m_bcrypt: Add module | Daniel Vassdal | |
bcrypt updated to 1.3 by @attilamolnar, original PR #767 | |||
2014-08-04 | Hashing: Redo API | Daniel Vassdal | |
* Don't assume the printable output of hashes is hex * Add virtual Compare() function, usable for KDFs like BCrypt Some changes and bugfixes are by @attilamolnar, original PR #767 | |||
2014-08-04 | m_password_hash: Use out_size as HMAC-key length, as RFC2104 recommends | Daniel Vassdal | |
"In any case the minimal recommended length for K is L bytes (as the hash output length)." | |||
2014-08-03 | Fix listmodes when the config does not specify a wildcard size entry. | Peter Powell | |
2014-07-29 | Differ database error messages for m_permchannels and m_xline_db | Justin Crawford | |
m_permchannels and m_xline_db both have the same error messages as well as not informing the server operator what file is at fault for the error. This makes it hard to find which module is causing the error and what file the module is referring to. The new messages explain which database is trying to be written and the path used to write the file. | |||
2014-07-28 | Allow fast sid reuse by erasing fake users from UserManager::uuidlist when ↵ | Attila Molnar | |
the netsplit is handled, not in cull() | |||
2014-07-28 | m_spanningtree Throw a ProtocolException if a server SQUITs a server it ↵ | Attila Molnar | |
shouldn't | |||
2014-07-28 | m_spanningtree Squit dead servers immediately when they die, not at the next ↵ | Attila Molnar | |
timer tick | |||
2014-07-28 | m_spanningtree Remove the now needless SplitInProgress workaround | Attila Molnar | |
2014-07-28 | m_spanningtree Check TreeServer::IsDead() to learn whether a user is being ↵ | Attila Molnar | |
quit due to a netsplit in OnUserQuit() | |||
2014-07-28 | m_spanningtree Change type of num_lost_* to be unsigned | Attila Molnar | |
2014-07-28 | m_spanningtree Quit all split users in one go | Attila Molnar | |
2014-07-28 | m_spanningtree Mark servers awaiting destruction after being lost in a ↵ | Attila Molnar | |
netsplit, add TreeServer::IsDead() |