summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2014-09-02Change mode_sequence to be a const ref in ModeParser::Process()Attila Molnar
2014-09-02Replace stringstream with a std::string in ModeParser::Process()Attila Molnar
2014-09-01m_spanningtree Add optional key parameter to SVSJOIN and allow it to do overr...Attila Molnar
2014-08-31m_blockamsg Update coding style, use User::WriteNotice()Attila Molnar
2014-08-31m_blockamsg Remove redundant checkAttila Molnar
2014-08-31m_blockamsg Uncrook channel counting logicAttila Molnar
2014-08-31m_blockamsg Prevent double copy of the target stringAttila Molnar
2014-08-31m_blockamsg Remove useless variableAttila Molnar
2014-08-30Move the intrusive list containers into the insp namespaceAttila Molnar
2014-08-06m_ojoin Change allocation of NetworkPrefix to be physically part of the objec...Attila Molnar
2014-08-06m_ojoin Leave it to the core throw an exception if the prefix char is in useAttila Molnar
2014-08-06Migrate ModeChannelOp and ModeChannelVoice constructors to builtinmodes.h, re...Attila Molnar
2014-08-06Pass prefix rank and prefix char to PrefixMode constructorAttila Molnar
2014-08-06Remove a bunch of useless classes representing simple core modesAttila Molnar
2014-08-06m_exemptchanops Fix parameter validationAttila Molnar
2014-08-06m_spanningtree Remove redundant checks from HandleRemoteWhois()Attila Molnar
2014-08-06core_who Remove redundant NULL checks from CanView()Attila Molnar
2014-08-04m_pbkdf2 Less string copyingAttila Molnar
2014-08-04m_pbkdf2: Added moduleDaniel Vassdal
2014-08-04m_bcrypt: Add moduleDaniel Vassdal
2014-08-04Hashing: Redo APIDaniel Vassdal
2014-08-04m_password_hash: Use out_size as HMAC-key length, as RFC2104 recommendsDaniel Vassdal
2014-08-04Remove InspIRCd::BindSocket()Attila Molnar
2014-08-04threadengine_win32 Use a stripped-down, local version of InspIRCd::BindSocket...Attila Molnar
2014-08-04Fix off by one in ping timeout.md-5
2014-07-29Differ database error messages for m_permchannels and m_xline_dbJustin Crawford
2014-07-28Do not attempt to detect non-culled users at destruction by looking for their...Attila Molnar
2014-07-28Allow fast sid reuse by erasing fake users from UserManager::uuidlist when th...Attila Molnar
2014-07-28m_spanningtree Throw a ProtocolException if a server SQUITs a server it shoul...Attila Molnar
2014-07-28m_spanningtree Squit dead servers immediately when they die, not at the next ...Attila Molnar
2014-07-28m_spanningtree Remove the now needless SplitInProgress workaroundAttila Molnar
2014-07-28m_spanningtree Check TreeServer::IsDead() to learn whether a user is being qu...Attila Molnar
2014-07-28m_spanningtree Change type of num_lost_* to be unsignedAttila Molnar
2014-07-28m_spanningtree Quit all split users in one goAttila Molnar
2014-07-28m_spanningtree Mark servers awaiting destruction after being lost in a netspl...Attila Molnar
2014-07-28m_spanningtree Remove now unused TreeServer::Tidy()Attila Molnar
2014-07-28m_spanningtree Add the TreeServer that split to the cull list and destroy eve...Attila Molnar
2014-07-28m_spanningtree Remove split servers from the hash maps in TreeServer::SQuitIn...Attila Molnar
2014-07-28m_spanningtree Move squit logic into TreeServer from TreeSocketAttila Molnar
2014-07-28m_spanningtree Remove now needless TreeSocket::ConnectionFailureShownAttila Molnar
2014-07-28m_spanningtree Ensure that TreeSocket::Close() only runs onceAttila Molnar
2014-07-27m_spanningtree Keep track of whether servers are behind a bursting server, us...Attila Molnar
2014-07-27m_spanningtree Only mark one server as finished bursting on ENDBURST (or PONG...Attila Molnar
2014-07-27m_spanningtree Sync bursting state of servers in SERVERAttila Molnar
2014-07-27m_spanningtree Parse additional information present in SERVER messagesAttila Molnar
2014-07-27m_spanningtree Add TreeServer::BeginBurst() that marks a server as burstingAttila Molnar
2014-07-27m_spanningtree Use the value of StartBurst to determine whether a server is b...Attila Molnar
2014-07-27m_spanningtree Replace direct access of TreeServer::bursting with IsBursting()Attila Molnar
2014-07-27m_spanningtree Remove post-handshake BURST handlerAttila Molnar
2014-07-27m_spanningtree Don't send needless BURST after introducing a serverAttila Molnar