]> git.netwichtig.de Git - user/henk/code/inspircd.git/history - src/users.cpp
Add a module which implements the HAProxy PROXY v2 protocol.
[user/henk/code/inspircd.git] / src / users.cpp
2018-07-26 Peter PowellAdd a module which implements the HAProxy PROXY v2...
2018-07-24 Peter PowellMake more config stuff case insensitive.
2018-07-20 Peter PowellRemove Log() calls made unnecessary by the previous...
2018-07-18 Peter PowellAdd the family() member to the sockaddrs union.
2018-07-15 Peter PowellMerge branch 'insp20' into master.
2018-04-22 Peter PowellMerge tag 'v2.0.26' into master.
2018-04-09 Peter PowellRemove swhois messages set in the oper block on deoper.
2018-04-09 Dylan FrankOptimize some behaviour in the core (#1476).
2018-01-25 systocratImprove performance under load of OnDataReady and remov...
2018-01-20 Peter PowellRemove duplicated code in LocalUser::GetServerPort().
2017-12-23 Peter PowellFix User::ChangeRealHost() to change the real host...
2017-12-22 Peter PowellRename <security:hidewhois> to <security:hideserver>.
2017-12-11 Peter PowellMerge branch 'insp20' into master.
2017-11-20 Peter PowellInherit non-core connect class settings properly.
2017-11-17 Peter PowellFix a ton of -Wsign-conversion warnings.
2017-11-13 Peter PowellAdd a class which encapsulates the concept of token...
2017-11-12 Peter PowellMerge tag 'v2.0.25' into master.
2017-11-06 Peter PowellMerge pull request #1359 from genius3000/insp20+sasl_no...
2017-11-05 Peter PowellUse InvalidateCache in the sockaddrs overload of OnSetC...
2017-10-28 Peter PowellHide User#host and User#dhost and use accessors to...
2017-10-27 Peter PowellChange SetClientIP to take a C++ string instead of...
2017-10-15 attilamolnarClean up the initialization of ConnectClass and ServerC...
2017-10-12 Peter PowellMerge the latest changes from insp20 into master.
2017-10-04 Peter PowellFix RPL_SERVERVERSION treating the modes as a single...
2017-09-12 Peter PowellGet rid of irc::sockets::satoap().
2017-09-03 Peter PowellMove <dns:timeout> out of the core.
2017-08-26 Peter PowellMake the build reproducible by removing time related...
2017-08-05 Peter PowellMerge pull request #1351 from SaberUK/master+webirc
2017-07-27 Peter PowellMerge pull request #1271 from SaberUK/master+exemption
2017-07-25 Peter PowellMerge pull request #1300 from SaberUK/master+genssl
2017-07-12 Peter PowellMerge pull request #1270 from SaberUK/master+sasl
2017-07-12 Peter PowellMerge pull request #1267 from SaberUK/master+config
2017-07-12 Peter PowellMerge pull request #677 from Robby-/master-dnsblzline
2017-07-12 Peter PowellMerge pull request #1337 from SaberUK/master+merge
2017-07-11 Peter PowellMerge pull request #1283 from SaberUK/insp20+mailmap
2017-07-09 Peter PowellMerge v2.0.23 and v2.0.24 into master.
2017-05-17 AdamMerge pull request #1094 from SISheogorath/insp20+fixed...
2017-05-17 AdamMerge pull request #1328 from Adam-/insp20+sakick
2017-05-17 AdamMerge pull request #1284 from Adam-/insp20+preregcloak
2017-05-17 Attila MolnarMerge pull request #1330 from SaberUK/insp20+mm-inc
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...
next