| Commit message (Expand) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | | | m_services_account Fix uninitialized variable usage introduced by insp20 merg... | 2014-09-05 | 1 | -0/+1 | ||
| * | | | m_samode Simplify command handler logic | 2014-09-05 | 1 | -5/+3 | ||
| * | | | Migrate code from ModeParser into cmd_mode (core_user)•••- Process() that takes a std::vector<std::string> - DisplayCurrentModes() - DisplayListModes() | 2014-09-04 | 1 | -3/+19 | ||
| * | | | m_namedmodes Build and process a Modes::ChangeList when handling PROP | 2014-09-04 | 1 | -10/+13 | ||
| * | | | Pass Modes::ChangeList references to the OnPreMode hook, make it modifiable•••This gets rid of the duplicated mode parsing logic in m_namedmodes | 2014-09-04 | 3 | -52/+57 | ||
| * | | | Call the MODE command handler in several modules instead of the old ModeParse... | 2014-09-04 | 4 | -4/+4 | ||
| * | | | m_spanningtree Simplify processing non-prefix modes in FJOINs•••Use ModeParser::ModeParamsToChangeList() instead of duplicating logic | 2014-09-04 | 1 | -18/+1 | ||
| * | | | m_spanningtree Apply FMODE mode changes using the new ModeParser functions | 2014-09-04 | 1 | -6/+5 | ||
| * | | | m_services_account Call ModeHandler::RemoveMode() instead of duplicating code | 2014-09-04 | 1 | -6/+1 | ||
| * | | | m_spanningtree Remove CommandFJoin::ApplyModeStack() | 2014-09-03 | 2 | -13/+0 | ||
| * | | | Use Modes::ChangeList in ModeHandler::RemoveMode() | 2014-09-03 | 1 | -3/+3 | ||
| * | | | Replace irc::modestacker usage with the new ModeParser::Process() | 2014-09-03 | 11 | -103/+57 | ||
| * | | | Remove ProtocolInterface::SendMode() | 2014-09-03 | 2 | -5/+0 | ||
| * | | | m_spanningtree Send MODE/FMODE from the OnMode hook•••If the MODE_LOCALONLY flag is set the mode change is not propagated | 2014-09-03 | 3 | -18/+29 | ||
| * | | | m_spanningtree Add function to serialize parameters in a Modes::ChangeList::L... | 2014-09-03 | 2 | -0/+78 | ||
| * | | | m_spanningtree Add optional key parameter to SVSJOIN and allow it to do overr...•••Slightly more readable version of #892 by @ShutterQuick | 2014-09-01 | 1 | -1/+13 | ||
| * | | | m_blockamsg Update coding style, use User::WriteNotice() | 2014-08-31 | 1 | -13/+13 | ||
| * | | | m_blockamsg Remove redundant check | 2014-08-31 | 1 | -1/+1 | ||
| * | | | m_blockamsg Uncrook channel counting logic | 2014-08-31 | 1 | -11/+5 | ||
| * | | | m_blockamsg Prevent double copy of the target string | 2014-08-31 | 1 | -3/+3 | ||
| * | | | m_blockamsg Remove useless variable | 2014-08-31 | 1 | -4/+1 | ||
| * | | | m_ojoin Change allocation of NetworkPrefix to be physically part of the objec... | 2014-08-06 | 1 | -23/+8 | ||
| * | | | m_ojoin Leave it to the core throw an exception if the prefix char is in use | 2014-08-06 | 1 | -2/+0 | ||
| * | | | Pass prefix rank and prefix char to PrefixMode constructor | 2014-08-06 | 3 | -7/+4 | ||
| * | | | m_exemptchanops Fix parameter validation | 2014-08-06 | 1 | -2/+16 | ||
| * | | | m_spanningtree Remove redundant checks from HandleRemoteWhois()•••The size of the vector is checked in OnPreCommand() and that hook only runs for local users | 2014-08-06 | 1 | -13/+10 | ||
| * | | | m_pbkdf2 Less string copying | 2014-08-04 | 1 | -4/+6 | ||
| * | | | m_pbkdf2: Added module•••Bugfixes and minor changes are by @attilamolnar, original PR #767 | 2014-08-04 | 1 | -0/+260 | ||
| * | | | m_bcrypt: Add module•••bcrypt updated to 1.3 by @attilamolnar, original PR #767 | 2014-08-04 | 1 | -0/+987 | ||
| * | | | Hashing: Redo API•••* 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 | 7 | -27/+26 | ||
| * | | | m_password_hash: Use out_size as HMAC-key length, as RFC2104 recommends•••"In any case the minimal recommended length for K is L bytes (as the hash output length)." | 2014-08-04 | 1 | -1/+1 | ||
| * | | | Differ database error messages for m_permchannels and m_xline_db•••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-29 | 2 | -14/+14 | ||
| * | | | Allow fast sid reuse by erasing fake users from UserManager::uuidlist when th... | 2014-07-28 | 1 | -0/+4 | ||
| * | | | m_spanningtree Throw a ProtocolException if a server SQUITs a server it shoul... | 2014-07-28 | 1 | -0/+2 | ||
| * | | | m_spanningtree Squit dead servers immediately when they die, not at the next ... | 2014-07-28 | 2 | -6/+1 | ||
| * | | | m_spanningtree Remove the now needless SplitInProgress workaround | 2014-07-28 | 3 | -9/+0 | ||
| * | | | m_spanningtree Check TreeServer::IsDead() to learn whether a user is being qu... | 2014-07-28 | 1 | -1/+2 | ||
| * | | | m_spanningtree Change type of num_lost_* to be unsigned | 2014-07-28 | 2 | -7/+7 | ||
| * | | | m_spanningtree Quit all split users in one go | 2014-07-28 | 2 | -8/+9 | ||
| * | | | m_spanningtree Mark servers awaiting destruction after being lost in a netspl... | 2014-07-28 | 2 | -2/+15 | ||
| * | | | m_spanningtree Remove now unused TreeServer::Tidy() | 2014-07-28 | 2 | -25/+0 | ||
| * | | | m_spanningtree Add the TreeServer that split to the cull list and destroy eve... | 2014-07-28 | 2 | -7/+15 | ||
| * | | | m_spanningtree Remove split servers from the hash maps in TreeServer::SQuitIn... | 2014-07-28 | 2 | -3/+9 | ||
| * | | | m_spanningtree Move squit logic into TreeServer from TreeSocket | 2014-07-28 | 8 | -112/+84 | ||
| * | | | m_spanningtree Remove now needless TreeSocket::ConnectionFailureShown | 2014-07-28 | 3 | -13/+8 | ||
| * | | | m_spanningtree Ensure that TreeSocket::Close() only runs once | 2014-07-28 | 1 | -2/+4 | ||
| * | | | m_spanningtree Keep track of whether servers are behind a bursting server, us... | 2014-07-27 | 4 | -6/+28 | ||
| * | | | m_spanningtree Only mark one server as finished bursting on ENDBURST (or PONG... | 2014-07-27 | 1 | -3/+6 | ||
| * | | | m_spanningtree Sync bursting state of servers in SERVER•••Also send the time when they started bursting | 2014-07-27 | 3 | -3/+14 | ||
| * | | | m_spanningtree Parse additional information present in SERVER messages•••Format: <key>[=<value>] | 2014-07-27 | 2 | -0/+24 | ||
