]> git.netwichtig.de Git - user/henk/code/inspircd.git/history - include
Pull in bancache.h from inspircd.h
[user/henk/code/inspircd.git] / include /
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-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 MolnarChange Channel::KickUser() to accept an iterator, add...
2014-06-09 Attila MolnarDeduplicate ParseStack::ParseFile() and ParseExec()
2014-06-07 Attila MolnarChange the number reported by SocketEngine::GetMaxFds...
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-06 Attila MolnarDocument the Membership and the Invitation class
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-11 Peter PowellKill <channels> in favour of <connect:maxchans> and...
2014-04-09 Attila MolnarAvoid double Membership lookup in Channel::UserList()
2014-04-07 Attila MolnarFix accessibility in intrusive_list_node and return...
2014-04-07 Attila MolnarMerge insp20
2014-04-02 Attila MolnarRemove unused User::WriteCommonExcept()
2014-04-02 Attila MolnarMove User::SendAll() into core_privmsg
2014-04-02 Attila MolnarRemove User::WriteTo() functions; use User::WriteFrom...
2014-03-28 Attila MolnarConvert the global list of dynamic reference pointers...
2014-03-25 Attila MolnarChange storage of UserManager::all_opers to be a vector
2014-03-25 Attila MolnarAdd typedef OperList to UserManager for use with all_opers
2014-03-24 Attila MolnarAdd stdalgo::delete_all() that deletes all elements...
2014-03-24 Attila MolnarCull ident sockets instead of immediate delete, add...
2014-03-24 Attila MolnarMake it possible to customize how SimpleExtItem should...
2014-03-24 Attila MolnarCreate the stdalgo namespace for container-related...
2014-03-17 Attila MolnarRewrite clone counting to use one map instead of two
2014-03-15 Attila MolnarChange allocation of InspIRCd::Timers to be physically...
2014-03-15 Attila MolnarChange allocation of UserManager::clientlist to be...
2014-03-15 Attila MolnarAdd UserManager::GetUsers()
2014-03-14 Attila MolnarChange allocation of UserManager::uuidlist to be physic...
2014-03-14 Attila MolnarChange allocation of InspIRCd::chanlist to be physicall...
2014-03-14 Attila MolnarAdd InspIRCd::GetChans(), remove ChannelCount()
2014-03-12 Attila MolnarDeduplicate and move the *MatchesEveryone() functions...
2014-03-09 Attila MolnarMove the wallops mode from the core into core_wallops
2014-03-08 Peter PowellMake the maximum hostname length configurable in the...
2014-03-07 Attila MolnarMove admin settings into core_info
2014-03-07 Attila MolnarMove {prefix|suffix|fixed}{quit|part} into core_user
2014-03-07 Attila MolnarRead the die and restart password and their hash type...
2014-03-03 Attila MolnarUpdate nick timestamps in User::ChangeNick(), pass...
2014-02-23 Attila MolnarThrow an exception if ModeParser::AddMode() fails
2014-02-22 Attila MolnarAdd ModeParser::GetModes(), returns all user/chanmodes
2014-02-21 Attila MolnarIndex Channel::modes and User::modes with the id of...
2014-02-21 Attila MolnarAssign an id to user modes, parameter chanmodes and...
2014-02-21 Attila MolnarReplace mode letter parameter of OnRawMode() with a...
2014-02-20 Attila MolnarAdd a ModeParser::FindMode() overload that takes a...
2014-02-20 Attila MolnarCreate a name -> ModeHandler* map
2014-02-18 Attila MolnarReplace ModeMasks with a two-dimensional array
2014-02-18 Attila MolnarChange the parameter type of ModeHandler::GiveModeList...
2014-02-15 Attila MolnarAdd ParamModeBase and ParamMode, change all parameter...
2014-02-15 Attila MolnarAdd ModeHandler::IsParameterMode() and MC_PARAM
2014-02-14 Attila MolnarMove GetAllPrefixChars() from Channel to Membership
2014-02-14 Attila MolnarMove GetPrefixChar() from Channel to Membership
2014-02-14 Attila MolnarReturn a Membership* from get_first_visible_channel...
2014-02-10 Attila MolnarReplace DummyExtItem with a flag in Extensible
2014-02-09 Attila MolnarCall DelFd() and SetFd(-1) from SocketEngine::Close...
2014-02-08 Attila MolnarChange all socketengine methods to be static
2014-02-08 Attila MolnarMove socketengine stats into a new class
2014-02-08 Attila MolnarRename SocketEngine::AddFd() and DelFd() to AddFdRef...
2014-02-08 Attila MolnarReplace SocketEngine::GetName() with INSPIRCD_SOCKETENG...
2014-02-08 Attila MolnarChange SocketEngine functions that do not require an...
2014-02-07 Attila MolnarOnly compile the testsuite if INSPIRCD_ENABLE_TESTSUITE...
2014-02-06 Peter PowellConvert irc::stringjoiner to be a method instead of...
2014-02-06 Peter PowellFix various cases of UUID exposure.
2014-02-04 AdamNew socketengine stuff:
2014-02-04 Attila MolnarChange type of SocketEngine::CurrentSetSize to size_t...
2014-01-31 Attila MolnarRemove some dead code
2014-01-30 Attila MolnarAllow Timers to delete themselves in Tick()
2014-01-26 Attila MolnarAdd ProtocolInterface::BroadcastEncap() and infrastruct...
2014-01-26 Attila MolnarProtocolInterface::SendEncapsulatedData() changes
2014-01-25 Attila MolnarAdd Channel* parameter to OnSendWhoLine
2014-01-25 Peter PowellConvert InspIRCd::PassCompare to return bool instead...
2014-01-24 Attila MolnarConvert InviteBase::invites to an intrusively linked...
2014-01-24 Attila MolnarRemove classbase inheritance from Invitation
2014-01-24 Attila MolnarConvert LocalUserList to an intrusively linked list
2014-01-24 Attila MolnarConvert UserChanList to an intrusively linked list
2014-01-24 Attila MolnarAdd intrusive list template
2014-01-23 Attila MolnarRemove whitespace and minor style changes
2014-01-23 Attila MolnarRemove unneeded classbase inheritance from FileReader
2014-01-22 Attila MolnarSplit IOHook into IOHook and IOHookProvider
2014-01-21 Attila MolnarMerge insp20
2014-01-21 Attila MolnarBump API version because of 3f4d54eb031f1cd6b016dfe1f76...
2014-01-08 Attila MolnarRead uline state in spanningtree; remove ConfigReader...
2014-01-06 Attila MolnarUnset all extensions and the topic when lowering TS...
2014-01-05 Attila MolnarMove server description field from TreeServer into...
2014-01-05 Attila MolnarIntroduce Server class
2014-01-05 Attila MolnarImprove UserManager::QuitUser() and related code
2014-01-04 Attila MolnarChange type of snomask parameter to char in ProtocolInt...
2014-01-04 Attila MolnarAdd functor that does strict weak ordering based on...
2014-01-04 Peter PowellFix some Windows-related problems.
2013-12-19 AdamAdd m_ldap, and convert m_ldapoper and m_ldapauth to...
2013-12-18 Attila MolnarClean up CoreException
2013-12-18 Attila MolnarRemove unused motd and rules field from ServerConfig
2013-12-15 Attila MolnarMerge pull request #708 from SaberUK/master+development...
2013-12-15 AdamMerge pull request #689 from SaberUK/master+cxxify
next