]> git.netwichtig.de Git - user/henk/code/inspircd.git/shortlog
user/henk/code/inspircd.git
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.
2014-04-26 Attila MolnarRemove redundant IS_LOCAL() checks discovered by static...
2014-04-20 Attila MolnarDocument parameters and return value for the OnNamesLis...
2014-04-20 Attila MolnarChange the OnNamesListItem() hook to return ModResult
2014-04-16 Attila Molnarm_spanningtree Add ServerCommand::ExtractTS() to conver...
2014-04-16 Attila Molnarm_spanningtree Throw an exception on protocol violation...
2014-04-14 Attila MolnarRemove WALLCHOPS and WALLVOICES ISUPPORT tokens
2014-04-14 Attila Molnarcore_lusers Don't capitalize "local users" and "global...
2014-04-14 Attila Molnarm_sajoin, m_sapart Support a comma separated list of...
2014-04-14 Attila Molnarm_sajoin Abort and report if the target user is already...
2014-04-14 Attila Molnarm_spanningtree Fix routing of unicast messages
2014-04-11 Peter PowellKill <channels> in favour of <connect:maxchans> and...
2014-04-11 Peter PowellImplement support for numeric character references.
2014-04-11 Peter PowellClean up a bunch of legacy code in the Poll socketengine.
2014-04-11 Peter PowellRemove various broken/useless features from the build...
2014-04-11 Attila Molnarm_filter Allow exemption of messages sent to nicks...
2014-04-11 Attila MolnarRedirect the reader to filters.conf.example for advance...
2014-04-11 Attila Molnarm_filter Rename config key used in exemptfromfilter...
2014-04-11 Attila Molnarm_filter Rename exemptfromfilter field to exemptedchans...
2014-04-11 Attila Molnarm_filter Use case insensitive compare for exempted...
2014-04-09 Attila Molnarm_services_account Remove now needless workaround added...
2014-04-09 md_5Fix m_cgiirc to set the user's host straight away when...
2014-04-09 Attila MolnarAvoid double Membership lookup in Channel::UserList()
next