]> git.stg.codes - stg.git/history - projects/stargazer/users_impl.cpp
Fight CLang warnings.
[stg.git] / projects / stargazer / users_impl.cpp
2022-08-27 Maksym MamontovFight CLang warnings.
2022-08-23 Maksym MamontovStart replacing notifiers with subscriptions.
2022-08-23 Maksym MamontovSimplify notifiers.
2022-07-30 Maksym MamontovApply some Clang Tidy suggestions.
2022-07-20 Maksym MamontovMore std::jthread
2022-07-12 Maksym MamontovUse std::jthread and C++17.
2021-02-01 Maksym MamontovMerge remote-tracking branch 'github/master'
2021-01-17 Maksym MamontovMove projects back into subfolder.
2020-01-07 Maksym MamontovPort to CMake, get rid of os_int.h.
2020-01-01 Maksym MamontovMerge branch 'stg-2.409-radius'
2020-01-01 Maksym MamontovMerge branch 'stg-2.409'
2017-01-21 Maxim MamontovMerge branch 'stg-2.409'
2017-01-21 Maxim MamontovMerge branch 'stg-2.409' into stg-2.409-radius
2017-01-21 Maxim MamontovVarious fixes of issues reported by static analyzers.
2016-12-22 Maxim MamontovMerge branch 'stg-2.409'
2016-12-22 Maxim MamontovMerge branch 'stg-2.409'
2016-11-13 Maxim MamontovMerge branch 'stg-2.409'
2016-10-25 Elena MamontovaMerge remote-tracking branch 'other/ticket37' into...
2016-09-17 Maxim MamontovMerge branch 'stg-2.409'
2016-09-17 Maxim MamontovMerge branch 'stg-2.409'
2016-08-20 Maxim MamontovMerge branch 'stg-2.409'
2016-07-21 Elena MamontovaMerge remote-tracking branch 'temp/ticket37' into ticket
2016-07-20 Elena MamontovaMerge branch 'master' into ticket
2016-07-19 Maxim MamontovMerge branch 'stg-2.409'
2016-07-19 Maxim Mamontovstg-2.409 pre-merge.
2016-05-20 Elena MamontovaMerge remote-tracking branch 'origin/stg-2.409' into...
2016-03-17 Elena MamontovaMerge remote-tracking branch 'origin/stg-2.409' into...
2015-12-20 Maxim MamontovMerge branch 'stg-2.409' into stg-2.409-radius
2015-12-20 Maxim MamontovDo not flush indexes on stop (fixes #44).
2015-12-15 Elena MamontovaTicket 12. Formatting fixed.
2015-11-09 Elena MamontovaTicket 12. The if (settings->GetStopOnError()) check...
2015-11-04 Elena MamontovaTicket 12. In the ReadUsers() method: the error variabl...
2015-01-10 Maxim MamontovMoved plugin-related things into a separate file.
2015-01-09 Maxim MamontovAdded a function to check user existance.
2015-01-09 Maxim MamontovSimplified STG_LOCKER.
2015-01-09 Maxim MamontovMerge branch 'new-daily-fee'
2015-01-09 Maxim MamontovMerge branch 'log-unauth-reasons'
2014-10-24 Maxim MamontovMoved plugin-related things into a separate file.
2014-10-18 Maxim MamontovProcess services on daily basis.
2014-09-18 Maxim MamontovAdded a function to check user existance.
2014-06-09 Maxim MamontovSimplified STG_LOCKER.
2014-01-29 NaffanyaSearch parameter in map case insensitive
2014-01-06 Maxim MamontovMerge branch 'new-daily-fee'
2013-11-27 Maxim MamontovImplemented daily fee charge with backward compatibility.
2013-11-14 Maxim MamontovMerge branch 'log-unauth-reasons'
2013-11-14 Maxim MamontovMerge branch 'master' of gitorious.org:stg/stg
2013-11-14 Maxim MamontovMerge branch 'log-unauth-reasons'
2013-11-14 Maxim MamontovImplemented IA protocol errors logging.
2013-11-09 Maxim MamontovMerge branch 'fix-gts-auth-errors'
2013-08-23 Maxim MamontovMerge branch 'naffanya-dev'
2013-08-05 Maxim MamontovAdded const user accessors.
2013-07-28 Maxim MamontovAllow to assign 0.0.0.0 to multiple users.
2013-07-26 Maxim MamontovCheck that IP is not in use before changing.
2013-02-05 Maxim MamontovMassive refactoring.
2012-02-07 Maxim MamontovC-style pointer cast replaced with normal static_cast
2011-09-16 Maxim MamontovBlock all signals in threads other than main
2011-09-13 Maxim MamontovCode cleanup
2011-09-12 Maxim MamontovCheck IP in USERS_IMPL::Authorize as early as possible
2011-09-10 Maxim MamontovMove authorization from USER to USERS
2011-09-01 Maxim MamontovSet "deleted" flag for user before executing notifiers
2011-08-13 Maxim MamontovGet<something>Num -> Count
2011-06-16 Maxim MamontovExplicit constructor initialization for the base class...
2011-05-26 Maxim MamontovFix prepaid traff setting on fee charge
2011-04-22 Maxim MamontovWriteConf removed from stopping process
2011-04-14 Maxim MamontovAllow to user USER_IMPL with USERS_IMPL methods (like...
2011-04-07 Maxim MamontovFix stargazer compilation errors
2011-03-22 Maxim MamontovChange some usleep() to nanosleep() `cause usleep(...
2011-03-22 Maxim MamontovFix compilation issues after splitting SETTINGS into...
2011-03-21 Maxim MamontovFix prefix increment operator to postfix
2011-03-19 Maxim MamontovFix work with admins
2011-03-18 Maxim MamontovFix compilation issues
2011-03-17 Maxim MamontovFix compilation errors after splitting classes into...
2011-03-17 Maxim MamontovBreak internal classes to interface and implementation