]> git.stg.codes - stg.git/history - projects/stargazer/users_impl.cpp
stg-2.409 pre-merge.
[stg.git] / projects / stargazer / users_impl.cpp
2016-07-19 Maxim Mamontovstg-2.409 pre-merge.
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...
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