]> git.netwichtig.de Git - user/henk/code/inspircd.git/history - src/modules
m_spanningtree Deduplicate server auth code
[user/henk/code/inspircd.git] / src / modules /
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...
2014-06-13 Attila MolnarChange allocation of InspIRCd::Parser to be physically...
2014-06-13 Attila MolnarAdd CommandParser::GetCommands() and typedef CommandMap...
2014-06-13 Attila MolnarChange allocation of InspIRCd::Threads to be physically...
2014-06-12 Attila Molnarm_spanningtree Explicitly specify the routing for RESYN...
2014-06-11 Attila Molnarm_spanningtree Strip membership id from KICKs sent...
2014-06-11 Attila MolnarSend the membership id when kicking a remote user and...
2014-06-11 Attila Molnarm_spanningtree Strip membership ids from FJOINs sent...
2014-06-11 Attila Molnarm_spanningtree Send and parse FJOINs with membership ids
2014-06-11 Attila Molnarm_spanningtree Add CmdBuilder::push_raw_int()
2014-06-11 Attila Molnarm_spanningtree Use the FJOIN builder when a channel...
2014-06-11 Attila Molnarm_spanningtree Add CmdBuilder specialization for FJOIN
2014-06-11 Attila Molnarm_spanningtree Send, parse and translate IJOINs with...
2014-06-11 Attila Molnarm_spanningtree Assign an id to new Memberships
2014-06-11 Attila Molnarm_spanningtree Initialize membership ids on load
2014-06-10 Attila MolnarAdd channel TS to server-to-server INVITE to detect...
2014-06-10 Attila Molnarm_spanningtree Allow callers of InsertCurrentChannelTS...
2014-06-10 Attila MolnarUse the iterator version of Channel::KickUser() in...
2014-06-09 Attila Molnarm_remove Make the protected rank configurable instead...
2014-06-09 Attila Molnarm_remove Recognize /REMOVE <chan> <nick>
2014-06-09 Attila Molnarm_remove Manually forward all REMOVE messages, turn...
2014-06-07 Attila Molnarm_ssl_openssl Remove unused MAX_DESCRIPTORS define
2014-06-07 satmdFix harmless loop off-by-ones found by Moonlightning
2014-06-07 Attila Molnarm_channames Remove temporary vector from ValidateChans()
2014-06-07 Attila Molnarm_channames Call ValidateChans() from cull() on unload
2014-06-06 Attila Molnarm_spanningtree Forward NICK messages when they cause...
2014-06-05 Attila Molnarm_spanningtree Fix cleanup of connections when unloadin...
2014-05-28 Attila Molnarm_ident Close the ident socket when the object is culle...
2014-05-28 Attila Molnarm_ident Make use of the min parameter of ConfigTag...
2014-05-28 Robby-m_ident: Add an option to allow idents of users to...
2014-05-26 Attila Molnarm_ssl_gnutls Don't include cap.h
next