]> git.stg.codes - stg.git/history - projects/stargazer/user_impl.h
Fight CLang warnings.
[stg.git] / projects / stargazer / user_impl.h
2022-08-27 Maksym MamontovFight CLang warnings.
2022-08-26 Maksym MamontovComplete replacement notifiers with subscriptions.
2022-08-23 Maksym MamontovSimplify notifiers.
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-19 Maxim MamontovMerge branch 'stg-2.409'
2015-01-10 Maxim MamontovSome fixes in USER_IMPL.
2015-01-10 Maxim MamontovMinor changes.
2015-01-10 Maxim MamontovMoved common initialization code to a separate class...
2015-01-09 Maxim MamontovAdded modification time for session traffic.
2015-01-09 Maxim MamontovMerge branch 'naffanya-dev'
2015-01-09 Maxim MamontovFixed merge issues.
2015-01-09 Maxim MamontovMerge branch 'new-daily-fee'
2015-01-09 Maxim MamontovMerge branch 'log-unauth-reasons'
2015-01-09 Maxim MamontovMerge branch 'naffanya-dev'
2015-01-09 Maxim MamontovRe-organized includes.
2014-10-18 Maxim MamontovImplemented charges for services.
2014-10-17 Maxim MamontovMinor changes.
2014-10-17 Maxim MamontovMoved common initialization code to a separate class...
2014-06-20 Maxim MamontovAdded modification time for session traffic.
2014-06-08 Maxim MamontovMerge branch 'naffanya-dev'
2014-04-10 NaffanyaMerge branch 'master' into naffanya-dev
2014-03-17 NaffanyaMerge branch 'master' into naffanya-dev
2014-01-29 NaffanyaSearch parameter in map case insensitive
2014-01-28 NaffanyaRename parameter's names
2014-01-06 Maxim MamontovFixed merge issues.
2014-01-06 Maxim MamontovMerge branch 'new-daily-fee'
2013-12-08 NaffanyaRemoving GetUserParam from rscript
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 MamontovRe-organized includes.
2013-08-05 Maxim MamontovAdded last disconnect reason and last authorization...
2013-07-26 Maxim MamontovAdded a function that lists all plugins that authorize...
2013-07-24 NaffanyaMethod GetParamValue and correction method Connect...
2013-07-14 NaffanyaMethod GetParamValue
2013-02-05 Maxim MamontovMassive refactoring.
2012-12-01 Maxim MamontovAdded const-ness for some params.
2012-08-02 Maxim MamontovAdded notifiers for the "disabled" property.
2011-09-15 Maxim MamontovHide or add proper copy ctor and assignement operator...
2011-09-14 Maxim MamontovInitialize some fields via initializer lists in USER_IM...
2011-09-14 Maxim MamontovHide assignement operator for USER_IMPL
2011-05-26 Maxim MamontovUSER_IMPL::SetPrepaidTraff moved to private section
2011-05-26 Maxim MamontovAllow to use virtual inheritance on SETTINGS for testin...
2011-05-20 Maxim MamontovFix error with invalid disconnect reason
2011-04-21 Maxim MamontovCosmetic changes
2011-04-21 Maxim MamontovCosmetic change
2011-04-14 Maxim MamontovAdded typedef for USER_IMPL * as USER_IMPL_PTR
2011-04-08 Maxim MamontovRemove 'stg' prefixes from headers and add it to libraries
2011-04-07 Maxim MamontovFix stargazer compilation errors
2011-04-07 Maxim MamontovAdd subscription for 'connected' property
2011-04-07 Maxim MamontovTranslate and remove some comments
2011-04-06 Maxim MamontovFix typo in USER_IMPL
2011-03-22 Maxim MamontovFix compilation issues after splitting SETTINGS into...
2011-03-19 Maxim MamontovFix work with admins
2011-03-18 Maxim MamontovRename BASE_AUTH and BASE_STORE to AUTH and STORE
2011-03-17 Maxim MamontovFix compilation errors after splitting classes into...
2011-03-17 Maxim MamontovBreak internal classes to interface and implementation