]> git.netwichtig.de Git - user/henk/code/inspircd.git/history - src/users.cpp
Convert the ISO 8859-2 nationalchars files to codepage configs.
[user/henk/code/inspircd.git] / src / users.cpp
2017-05-17 Attila MolnarMerge pull request #1321 from SaberUK/insp20+permwarn
2017-05-17 Attila MolnarMerge pull request #1269 from Adam-/insp20+saslhost
2017-05-17 Attila MolnarMerge pull request #1230 from SaberUK/insp20+ipcache
2017-03-05 Attila MolnarMerge pull request #1266 from Adam-/insp20+cloakip
2016-12-30 Attila MolnarClean up User::FormatModes(), rename to GetModeLetters()
2016-12-30 Attila MolnarMake all User::IsModeSet() methods const, accept const...
2016-12-30 Attila MolnarDeduplicate nickname overruling code
2016-12-05 Attila MolnarFix users receiving a QUIT with themselves as source...
2016-11-15 Attila MolnarMerge pull request #1241 from SaberUK/master+helpop
2016-11-01 Attila MolnarMerge pull request #1238 from SaberUK/master+openssl
2016-11-01 Attila MolnarMerge pull request #1236 from SaberUK/master+port
2016-10-25 Peter PowellAllow classes to take a port range.
2016-09-25 Peter PowellInvalidate the caches properly when User::SetClientIP...
2016-09-02 Attila MolnarMerge insp20
2016-08-30 Attila MolnarPass the ModeHandler to User::HasModePermission()
2016-08-29 Attila MolnarConvert ModeHandler::GetNumParams() to NeedsParam(...
2016-08-17 Attila MolnarMerge insp20
2016-08-10 Attila MolnarInitialize more User and LocalUser fields using the...
2016-08-10 Attila MolnarUpdate style of initializer lists in User and LocalUser...
2016-03-30 Attila MolnarRemove User::SendText() and overrides completely
2016-03-30 Attila MolnarMerge branch 'master+stnum'
2016-03-29 Attila MolnarMake User::WriteRemoteNumeric() virtual, implement...
2016-03-29 Attila MolnarHandle numerics with a source other than the local...
2016-03-22 Attila MolnarRemove now unused overload of User::SendText()
2016-03-02 Attila MolnarMerge branch 'master+writeremotenotice'
2016-03-01 Attila MolnarAdd User::WriteRemoteNotice()
2016-02-25 Attila MolnarRemove unnecessary std::string::c_str() calls
2016-02-25 Attila MolnarMerge branch 'master+writenumeric'
2016-02-25 Attila MolnarAdd User::WriteRemoteNumeric() and switch code using...
2016-02-25 Attila MolnarConvert WriteNumeric() calls to pass the parameters...
2016-02-25 Attila MolnarAdd Numeric::Numeric
2016-02-22 Attila MolnarMerge insp20
2015-12-07 Attila MolnarDo not insert FakeUsers into UserManager::uuidlist
2015-11-16 Attila MolnarMerge pull request #1106 from SaberUK/master+purge...
2015-11-15 Attila MolnarMerge pull request #1103 from rburchell/master-fix...
2015-11-10 Attila MolnarMerge branch 'master+alreadysent'
2015-11-03 Attila MolnarMove already sent id rollover handling and static Local...
2015-11-03 Attila MolnarAdd UserManager::NextAlreadySentId() and convert all...
2015-11-03 Attila MolnarMerge branch 'master+invite'
2015-11-02 Attila MolnarRewrite invite system
2015-05-10 Attila MolnarMerge insp20
2015-04-20 Attila MolnarMerge insp20
2015-02-27 Attila MolnarFix oversights in substr() conversion
2015-02-05 Attila MolnarMerge pull request #984 from Renegade334/modules-exempt...
2015-02-05 Attila MolnarMerge pull request #976 from SaberUK/master+fix-xline-db
2015-02-05 Attila MolnarMerge pull request #971 from SaberUK/master+numeric...
2015-01-26 Attila MolnarMerge branch 'master+foreachneighbor'
2015-01-24 Attila MolnarRemove needless checks from User::WriteCommon()/WriteCo...
2015-01-24 Attila MolnarImplement User::WriteCommonRaw() using ForEachNeighbor()
2015-01-24 Attila MolnarImplement User::WriteCommonQuit() using ForEachNeighbor...
2015-01-24 Attila MolnarAdd User::ForEachNeighbor()
2015-01-14 Attila MolnarMerge branch 'master+stfjoinforward'
2015-01-10 Attila MolnarReduce std::string::substr() usage
2014-10-27 Attila MolnarMerge insp20
2014-10-13 Attila MolnarMerge pull request #934 from SaberUK/insp20+fix-various...
2014-10-13 Peter PowellReplace dodgy use of const char* and memcpy with std...
2014-09-05 Attila MolnarUnset oper-only modes in User::UnOper() in a more sensi...
2014-09-03 Attila MolnarReplace irc::modestacker usage with the new ModeParser...
2014-07-28 Attila MolnarDo not attempt to detect non-culled users at destructio...
2014-07-28 Attila MolnarAllow fast sid reuse by erasing fake users from UserMan...
2014-07-25 Attila MolnarMerge insp20
2014-07-19 Attila MolnarErase local users from UserManager::local_list in QuitU...
2014-07-16 Attila MolnarMove typedef ClassVector to ServerConfig::ClassVector
2014-07-14 Attila MolnarRename UserChanList to User::ChanList, remove UCListIter
2014-07-14 Attila MolnarRename UserMembList to Channel::MemberMap, switch all...
2014-07-14 Attila MolnarChange return type of Channel::GetUsers() to reference...
2014-07-03 Attila MolnarGet rid of irc::strings (assign()) in User::ChangeNick()
2014-07-03 Attila MolnarDeduplicate code in User::ChangeNick()
2014-07-03 Attila MolnarRemove now needless User::ForceNickChange()
2014-07-03 Attila MolnarMove calling the OnUserPreNick() hook and the restrictb...
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-14 Attila MolnarKill needless #includes in source files
2014-06-13 Attila MolnarChange allocation of InspIRCd::Parser to be physically...
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 MolnarChange allocation of InspIRCd::stats to be physically...
2014-06-07 satmdFix harmless loop off-by-ones found by Moonlightning
2014-05-23 Peter PowellPrefix all definitions in config.h to avoid potential...
2014-04-11 Peter PowellKill <channels> in favour of <connect:maxchans> and...
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-25 Attila MolnarChange storage of UserManager::all_opers to be a vector
2014-03-17 Attila MolnarRewrite clone counting to use one map instead of two
2014-03-15 Attila MolnarChange allocation of UserManager::clientlist to be...
2014-03-14 Attila MolnarChange allocation of UserManager::uuidlist to be physic...
2014-03-08 Peter PowellMake the maximum hostname length configurable in the...
2014-03-03 Attila MolnarUpdate nick timestamps in User::ChangeNick(), pass...
2014-02-27 Attila MolnarRemove REG_ALL checks from User::SharesChannelWith()
2014-02-21 Attila MolnarIndex Channel::modes and User::modes with the id of...
2014-02-08 Attila MolnarChange all socketengine methods to be static
2014-02-06 Peter PowellFix various cases of UUID exposure.
2014-01-25 Peter PowellConvert InspIRCd::PassCompare to return bool instead...
2014-01-25 Attila MolnarDestroy Memberships of a quitting user in QuitUser...
2014-01-24 Attila MolnarRemove classbase inheritance from Invitation
2014-01-24 Attila MolnarConvert LocalUserList to an intrusively linked list
next