]> git.netwichtig.de Git - user/henk/code/inspircd.git/history - include
Rewrite clone counting to use one map instead of two
[user/henk/code/inspircd.git] / include /
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
2013-12-15 Peter PowellMake various self contained methods static.
2013-12-15 Peter PowellRemove some pointless code:
2013-12-15 Peter PowellMove stuff around a bit:
2013-11-12 AdamUse WriteNumeric() everywhere we send numerics and...
2013-11-09 AdamMerge pull request #672 from SaberUK/master+rt-link-err
2013-11-09 Peter PowellFix PrefixMode not being exported which caused runtime...
2013-09-14 attilamolnarFix ConvToStr(char)
2013-09-13 ChrisTXFix a shadow warning created by ConfigTag::create
2013-09-13 attilamolnarPass an interface to the OnSync hooks
2013-09-13 attilamolnarSplit ProtocolInterface::SendMetaData() into multiple...
2013-09-12 attilamolnarSend ListModeBase modes implicitly on channel sync
2013-09-12 attilamolnarKeep lists of mode handlers by type
2013-09-12 attilamolnarAdd ModeHandler::IsListModeBase() and MC_LIST
2013-09-11 attilamolnarMove prefix mode specific fields and getters into Prefi...
2013-09-11 attilamolnarCreate a base class for prefix modes
2013-09-11 attilamolnarAdd a type id field to ModeHandler
2013-09-08 attilamolnarHide all symbols that aren't exported explicitly
2013-09-08 attilamolnarRemove InspIRCd::HandleRehash functor
2013-09-08 attilamolnarAutomatically register ServiceProviders created by...
2013-09-08 attilamolnarDeduplicate code in modmanager_static and modmanager_dy...
2013-09-08 attilamolnarRemove ModuleManager::ModCount and GetCount()
2013-09-08 attilamolnarFix module loading in PURE_STATIC builds
2013-09-08 ChrisTXFix a crash when running as systemd service
2013-09-04 Attila MolnarMerge pull request #623 from ChrisTX/insp20+compilerfixes
2013-08-30 attilamolnarRemove ModuleManager::GetAllModuleNames(), use GetModul...
2013-08-30 attilamolnarReplace OnRehash() with ReadConfig() that is called...
2013-08-30 attilamolnarMerge insp20
2013-08-30 attilamolnarDon't CoreExport reference, fixes m_dnsbl on Windows
2013-08-27 attilamolnarFix Windows build and a few more problems
2013-08-27 Attila MolnarMerge pull request #619 from SaberUK/master+regex-dedupe
2013-08-27 Peter PowellFix various small issues.
next