Age | Commit message (Expand) | Author |
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 merg... | Attila Molnar |
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 |
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 |
2014-09-04 | Call the MODE command handler in several modules instead of the old ModeParse... | Attila Molnar |
2014-09-04 | m_spanningtree Simplify processing non-prefix modes in FJOINs | Attila Molnar |
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 |
2014-09-03 | m_spanningtree Add function to serialize parameters in a Modes::ChangeList::L... | Attila Molnar |
2014-09-01 | m_spanningtree Add optional key parameter to SVSJOIN and allow it to do overr... | Attila Molnar |
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 objec... | Attila Molnar |
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 |
2014-08-04 | m_pbkdf2 Less string copying | Attila Molnar |
2014-08-04 | m_pbkdf2: Added module | Daniel Vassdal |
2014-08-04 | m_bcrypt: Add module | Daniel Vassdal |
2014-08-04 | Hashing: Redo API | Daniel Vassdal |
2014-08-04 | m_password_hash: Use out_size as HMAC-key length, as RFC2104 recommends | Daniel Vassdal |
2014-07-29 | Differ database error messages for m_permchannels and m_xline_db | Justin Crawford |
2014-07-28 | Allow fast sid reuse by erasing fake users from UserManager::uuidlist when th... | Attila Molnar |
2014-07-28 | m_spanningtree Throw a ProtocolException if a server SQUITs a server it shoul... | Attila Molnar |
2014-07-28 | m_spanningtree Squit dead servers immediately when they die, not at the next ... | Attila Molnar |
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 qu... | Attila Molnar |
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 netspl... | Attila Molnar |
2014-07-28 | m_spanningtree Remove now unused TreeServer::Tidy() | Attila Molnar |
2014-07-28 | m_spanningtree Add the TreeServer that split to the cull list and destroy eve... | Attila Molnar |
2014-07-28 | m_spanningtree Remove split servers from the hash maps in TreeServer::SQuitIn... | Attila Molnar |
2014-07-28 | m_spanningtree Move squit logic into TreeServer from TreeSocket | Attila Molnar |
2014-07-28 | m_spanningtree Remove now needless TreeSocket::ConnectionFailureShown | Attila Molnar |
2014-07-28 | m_spanningtree Ensure that TreeSocket::Close() only runs once | Attila Molnar |
2014-07-27 | m_spanningtree Keep track of whether servers are behind a bursting server, us... | Attila Molnar |
2014-07-27 | m_spanningtree Only mark one server as finished bursting on ENDBURST (or PONG... | Attila Molnar |