]> git.netwichtig.de Git - user/henk/code/inspircd.git/shortlog
user/henk/code/inspircd.git
2014-06-28 Attila MolnarUse TimingSafeCompare() to compare passwords and passwo...
2014-06-28 Attila MolnarAdd InspIRCd::TimingSafeCompare() function that compare...
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 PowellAdd man pages.
2014-06-28 Peter PowellAdd systemd service file.
2014-06-28 Peter PowellFix warning from gnutls-certtool about --bits being...
2014-06-28 Peter PowellIgnore safe compiler warnings in a more reliable way.
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 Attila MolnarInherit ThreadQueueData from Mutex to avoid duplicating...
2014-06-24 Attila MolnarRemove empty Thread destructor
2014-06-24 Attila Molnarthreadengine_win32 Don't ask for the thread id of newly...
2014-06-24 Attila MolnarMove and rename class ThreadData to ThreadEngine::Threa...
2014-06-24 Attila MolnarMove and rename ThreadData::FreeThread() to ThreadEngin...
2014-06-24 Attila MolnarMake Thread::state private
2014-06-24 Attila MolnarChange allocation of ThreadData to be physically part...
2014-06-24 Attila MolnarRemove empty ThreadEngine constructors and destructors
2014-06-24 Attila MolnarRemove the unused ThreadEngine::GetName() method from...
2014-06-24 Attila MolnarChange allocation of InspIRCd::Users to be physically...
2014-06-24 Attila MolnarChange allocation of InspIRCd::SNO to be physically...
2014-06-24 Attila MolnarRemove now needless dynref_init_complete
2014-06-24 Attila MolnarChange allocation of InspIRCd::Modules to be physically...
2014-06-24 Attila MolnarChange allocation of InspIRCd::Logs to be physically...
2014-06-24 Attila MolnarChange allocation of InspIRCd::Modes to be physically...
2014-06-24 Attila MolnarAdd the fakederef class
2014-06-22 Attila MolnarChange all occurrences of plain sort() to std::sort()
2014-06-22 Attila Molnarcore_userhost Show real host if the target is the same...
2014-06-22 Attila Molnarcore_userhost Append data to the output in a saner way
2014-06-22 Attila Molnarcore_userhost Do the HasPrivPermission() check only...
2014-06-22 Attila Molnarcore_ison Use iterators
2014-06-22 Attila Molnarcore_ison Extract duplicated code into a function
2014-06-22 Attila Molnarcore_ison Truncate string after sending it on overflow...
2014-06-22 Attila Molnarcore_ison Don't deduplicate nicks
2014-06-22 Attila Molnarcore_ison Remove check that is always true
2014-06-22 Attila Molnarcore_list Improve readability by assigning the Channel...
2014-06-22 Attila Molnarcore_list Check whether the chan name/topic has to...
2014-06-22 Attila Molnarcore_list Do the HasPrivPermission() check only once...
2014-06-20 Attila MolnarCheck Q-Lines on nick change in core_xline
2014-06-20 Attila MolnarReject nickname case changes too when enforcing <securi...
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-17 Attila Molnarm_spanningtree Share server description updates via...
2014-06-17 Attila MolnarUpdate the description field in the Server object repre...
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 MolnarRemove unused #define ERROR -1
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 MolnarRemove global Commandtable typedef
2014-06-13 Attila MolnarMake CommandParser::cmdlist private
2014-06-13 Attila MolnarAdd CommandParser::GetCommands() and typedef CommandMap...
2014-06-13 Attila MolnarUse CommandParser::GetHandler() in ServerConfig::ApplyD...
2014-06-13 Attila MolnarChange allocation of InspIRCd::BanCache to be physicall...
2014-06-13 Attila MolnarPull in bancache.h from inspircd.h
2014-06-13 Attila MolnarMove the definition of the BanCacheHit constructor...
2014-06-13 Attila MolnarMove BanCacheHash typedef into the private part of...
2014-06-13 Attila MolnarChange allocation of BanCacheManager::BanHash to be...
2014-06-13 Attila MolnarChange allocation of InspIRCd::Threads to be physically...
2014-06-13 Attila MolnarChange allocation of InspIRCd::stats 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-11 Attila MolnarAdd foundation for membership ids
2014-06-11 Attila MolnarAdd ConvToUInt64()
2014-06-10 Attila MolnarReturn the newly created Membership object from Channel...
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 Molnarcmd_kick Assign a value to the kick reason string more...
2014-06-10 Attila MolnarUse the iterator version of Channel::KickUser() in...
2014-06-10 Attila MolnarChange Channel::KickUser() to accept an iterator, add...
2014-06-10 Attila MolnarMove pre-kick checks from core to cmd_kick (core_channel)
2014-06-09 Attila MolnarDocument the config options of m_remove
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-09 Attila MolnarUse std::find() in ParseStack::ParseFile()
2014-06-09 Attila MolnarDeduplicate ParseStack::ParseFile() and ParseExec()
2014-06-07 Attila Molnarm_ssl_openssl Remove unused MAX_DESCRIPTORS define
2014-06-07 Attila MolnarChange the number reported by SocketEngine::GetMaxFds...
next