]> git.netwichtig.de Git - user/henk/code/inspircd.git/history - src/modules
Fix off by one in ping timeout.
[user/henk/code/inspircd.git] / src / modules /
2014-07-29 Justin CrawfordDiffer database error messages for m_permchannels and...
2014-07-28 Attila MolnarAllow fast sid reuse by erasing fake users from UserMan...
2014-07-28 Attila Molnarm_spanningtree Throw a ProtocolException if a server...
2014-07-28 Attila Molnarm_spanningtree Squit dead servers immediately when...
2014-07-28 Attila Molnarm_spanningtree Remove the now needless SplitInProgress...
2014-07-28 Attila Molnarm_spanningtree Check TreeServer::IsDead() to learn...
2014-07-28 Attila Molnarm_spanningtree Change type of num_lost_* to be unsigned
2014-07-28 Attila Molnarm_spanningtree Quit all split users in one go
2014-07-28 Attila Molnarm_spanningtree Mark servers awaiting destruction after...
2014-07-28 Attila Molnarm_spanningtree Remove now unused TreeServer::Tidy()
2014-07-28 Attila Molnarm_spanningtree Add the TreeServer that split to the...
2014-07-28 Attila Molnarm_spanningtree Remove split servers from the hash maps...
2014-07-28 Attila Molnarm_spanningtree Move squit logic into TreeServer from...
2014-07-28 Attila Molnarm_spanningtree Remove now needless TreeSocket::Connecti...
2014-07-28 Attila Molnarm_spanningtree Ensure that TreeSocket::Close() only...
2014-07-27 Attila Molnarm_spanningtree Keep track of whether servers are behind...
2014-07-27 Attila Molnarm_spanningtree Only mark one server as finished burstin...
2014-07-27 Attila Molnarm_spanningtree Sync bursting state of servers in SERVER
2014-07-27 Attila Molnarm_spanningtree Parse additional information present...
2014-07-27 Attila Molnarm_spanningtree Add TreeServer::BeginBurst() that marks...
2014-07-27 Attila Molnarm_spanningtree Use the value of StartBurst to determine...
2014-07-27 Attila Molnarm_spanningtree Replace direct access of TreeServer...
2014-07-27 Attila Molnarm_spanningtree Remove post-handshake BURST handler
2014-07-27 Attila Molnarm_spanningtree Don't send needless BURST after introduc...
2014-07-27 Attila Molnarm_spanningtree Keep track of whether we've sent our...
2014-07-27 Attila Molnarm_spanningtree Add TreeSocket::WriteLineNoCompat()...
2014-07-27 Attila Molnarm_spanningtree Translate the new SERVER message for...
2014-07-27 Attila Molnarm_spanningtree Remove unused parameters from the server...
2014-07-27 Attila Molnarm_spanningtree Add newly created TreeServers to the...
2014-07-27 Attila Molnarm_spanningtree Don't pointlessly copy strings in SERVER...
2014-07-27 Attila Molnarm_spanningtree Deduplicate server auth code
2014-07-27 Attila Molnarm_spanningtree Deduplicate auth finish code
2014-07-27 Attila Molnarm_spanningtree Remove duplicated code from TreeSocket...
2014-07-26 Attila Molnarm_spanningtree Set the TS of the uuid nick to the same...
2014-07-26 Attila Molnarm_spanningtree Warn instead of sending SAVE if we chang...
2014-07-26 Attila Molnarm_spanningtree Only accept uuids in SAVE
2014-07-26 Attila Molnarm_spanningtree Don't accept NICK with 0 TS
2014-07-26 Attila Molnarm_spanningtree Return a bool from DoCollision()
2014-07-26 Attila Molnarm_spanningtree Replace WriteLine() call with Unicast...
2014-07-26 Attila Molnarm_spanningtree Replace #defines with references in...
2014-07-26 Attila Molnarm_spanningtree Update comments around collision handling
2014-07-26 Attila Molnarm_spanningtree Let the NICK handler change the nick...
2014-07-25 Attila Molnarm_spanningtree Update nick overrule on UID code to...
2014-07-25 Attila Molnarm_ssl_openssl Read the DH params file using the BIO...
2014-07-25 Attila MolnarMerge insp20
2014-07-24 Attila MolnarUpdate example configuration files, fix typos and case
2014-07-24 Attila Molnarm_spanningtree Always treat the remote client as the...
2014-07-24 Attila MolnarMake sure the DN strings obtained from the SSL mods...
2014-07-20 Attila Molnarm_spanningtree Remove the MAP ISUPPORT token
2014-07-19 Adamm_hideoper: Hide hidden opers from /stats P. #874
2014-07-19 Attila MolnarSay "SSL certificate fingerprint" instead of "SSL finge...
2014-07-19 Attila MolnarAccess local user list via new UserManager::GetLocalUse...
2014-07-19 Attila MolnarMove and rename typedef LocalUserList to UserManager...
2014-07-19 Attila MolnarErase local users from UserManager::local_list in QuitU...
2014-07-16 Attila MolnarMove typedef OperIndex to ServerConfig::OperIndex
2014-07-14 Attila Molnarm_rmode Call Channel::GetUsers() instead of directly...
2014-07-14 Attila MolnarRename UserChanList to User::ChanList, remove UCListIter
2014-07-14 Attila MolnarRemove typedef UserMembIter, use Channel::MemberMap...
2014-07-14 Attila MolnarRemove typedef UserMembCIter, use Channel::MemberMap...
2014-07-14 Attila MolnarRename UserMembList to Channel::MemberMap, switch all...
2014-07-14 Attila MolnarChange return type of Channel::GetUsers() to reference...
2014-07-10 Attila MolnarRemove current time parameter of the Timer constructor
2014-07-05 Attila Molnarm_spanningtree Extract logic that finds the source...
2014-07-05 Attila Molnarm_spanningtree Fix fake direction detection for commands
2014-07-05 Attila Molnarm_spanningtree Add optional expected nick TS parameter...
2014-07-03 Attila Molnarm_spanningtree Replace manual string building of outgoi...
2014-07-03 Attila MolnarUser::ChangeNick() cannot fail if the new nick is the...
2014-07-03 Attila MolnarRemove now needless User::ForceNickChange()
2014-06-30 Julien VehentSet SSL options to sane default and enfore server ciphe...
2014-06-30 Attila Molnarm_spanningtree Drop support for changing user modes...
2014-06-30 Attila Molnarm_spanningtree Translate user mode changes done via...
2014-06-30 Attila Molnarm_spanningtree Accept legacy JOINs from 1202-protocol...
2014-06-28 Attila MolnarUse TimingSafeCompare() to compare passwords and passwo...
2014-06-28 Attila Molnarm_spanningtree Send the cert fingerprint message to...
2014-06-28 Matthew MartinCheck fingerprint before checking password (server...
2014-06-28 Peter PowellIgnore safe compiler warnings in a more reliable way.
2014-06-25 Attila MolnarMerge pull request #879 from SaberUK/insp20+fix-denychans
2014-06-25 Peter PowellAdd parameter to InspIRCd::TimeString for UTC time...
2014-06-25 Peter PowellAdd formatting to InspIRCd::TimeString; switch all...
2014-06-24 Peter PowellFix copy/paste error in m_denychans.
2014-06-22 Attila MolnarChange all occurrences of plain sort() to std::sort()
2014-06-20 Attila MolnarChange the type of the user parameter in the OnUserPreN...
2014-06-20 Attila MolnarIncrement serverstats::Collisions when a collision...
2014-06-18 Attila Molnarm_chghost Allow ulined servers to change the host of...
2014-06-17 Attila Molnarm_spanningtree Share server description updates via...
2014-06-17 Attila Molnarm_spanningtree Remove server-to-server VERSION handler
2014-06-17 Attila Molnarm_spanningtree Translate SINFO version to VERSION and...
2014-06-17 Attila Molnarm_spanningtree Exchange public server version strings...
2014-06-17 Attila Molnarm_spanningtree Show the full version string of servers...
2014-06-17 Attila Molnarm_spanningtree Send and receive full version strings...
2014-06-17 Attila Molnarm_spanningtree Add a field to TreeServer for storing...
2014-06-17 Attila Molnarm_spanningtree Add server-to-server SINFO command handl...
2014-06-17 Attila Molnarm_spanningtree Add TreeSocket::SendServerInfo() that...
2014-06-14 Attila MolnarKill needless #includes in source files
2014-06-14 Attila Molnarm_spanningtree Remove declaration for nonexistent funct...
2014-06-14 Attila Molnarm_spanningtree Use vector back() where it makes sense
2014-06-14 Attila Molnarm_spanningtree Initialize boolean member variables...
2014-06-14 Attila Molnarm_spanningtree Initialize TreeServer::UserCount for...
2014-06-13 Attila MolnarMake the default ProtocolInterface instance part of...
2014-06-13 Attila Molnarm_spanningtree Change allocation of the specialized...
next