]> git.netwichtig.de Git - user/henk/code/inspircd.git/shortlog
user/henk/code/inspircd.git
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...
2014-06-07 Attila Molnarsocketengine_epoll Pass a dummy value to epoll_create...
2014-06-07 Attila MolnarRelax fd bounds checking
2014-06-07 Attila Molnarm_channames Remove temporary vector from ValidateChans()
2014-06-07 Attila Molnarm_channames Call ValidateChans() from cull() on unload
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 Attila MolnarDescribe <ident:nolookupprefix>
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
2014-05-26 Attila MolnarSwitch to std::string::compare() from substr() in a...
2014-05-23 Peter PowellPrefix all definitions in config.h to avoid potential...
2014-05-23 Peter PowellReplace the configure templating system with something...
2014-05-16 Googolplexedm_passforward: Don't forward password if the connect...
2014-05-12 WindowsUserUpdate core_stats.cpp
2014-05-10 Adamm_ldap: time out LDAP queries
2014-05-06 Attila MolnarRemove needless checks from Invitation::Find()
2014-05-06 Attila MolnarDocument the Membership and the Invitation class
2014-04-26 Peter PowellAdd support for generating DANE TLSA records to genssl.
next