]> git.stg.codes - stg.git/history - projects/stargazer/user_impl.cpp
Various fixes of issues reported by static analyzers.
[stg.git] / projects / stargazer / user_impl.cpp
2017-01-21 Maxim MamontovVarious fixes of issues reported by static analyzers.
2016-12-22 Maxim MamontovMerge branch 'stg-2.409' of stg.codes:stg into stg...
2016-12-22 Elena MamontovaTicket 37. The stgTime argument added in TariffChangeIs...
2016-10-18 Elena MamontovaMerge remote-tracking branch 'origin/stg-2.409' into...
2016-09-06 Elena MamontovaMerge remote-tracking branch 'origin/stg-2.409' into...
2016-09-02 Maxim MamontovAdded disabling of sessions log and filtering of params...
2016-09-01 Elena MamontovaMerge remote-tracking branch 'origin/stg-2.409' into...
2016-08-30 Elena MamontovaMerge remote-tracking branch 'origin/stg-2.409' into...
2016-08-22 Elena MamontovaMerge remote-tracking branch 'origin/stg-2.409' into...
2016-08-20 Maxim MamontovFix tariff name in OnConnect during reconnect on tariff...
2016-08-08 Elena MamontovaTicket 37. if (message == "") replaced by if (message...
2016-08-08 Elena MamontovaTicket 37. The message variable definition moved from...
2016-08-08 Elena MamontovaTicket 37. TariffChangelsAllowed function name changed to
2016-08-05 Elena MamontovaTicket 37. In the ProcessNewMonth() function switch...
2016-07-26 Elena MamontovaTicket 37. The switch case construction for changePolic...
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 MamontovImmediate disconnect on Unauthorize if not authorized.
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 MamontovFixed compilation with new TRAFF_TYPE.
2015-01-09 Maxim MamontovSome changes in crypto.lib. Added tests.
2015-01-09 Maxim MamontovAdded modification time for session traffic.
2015-01-09 Maxim MamontovSimplified STG_LOCKER.
2015-01-09 Maxim MamontovMerge branch 'naffanya-dev'
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.
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-02-05 Maxim MamontovMassive refactoring.
2013-01-01 Maxim MamontovCode cleanup.
2012-12-01 Maxim MamontovAdded const-ness for some params.
2012-08-02 Maxim MamontovAdded notifiers for the "disabled" property.
2012-02-29 Maxim MamontovNew fee charge algo added
2011-10-20 Maxim MamontovFix fee charge rules with non-zero credit
2011-09-19 Maxim MamontovMake fee charging rules inclusive (2 includes 0 and...
2011-09-16 Maxim MamontovBlock all signals in threads other than main
2011-09-14 Maxim MamontovInitialize some fields via initializer lists in USER_IM...
2011-09-03 Maxim MamontovReport about headers reading error
2011-07-27 Maxim MamontovFix compilation and linkage issues
2011-06-16 Maxim MamontovExplicit constructor initialization for the base class...
2011-05-28 Maxim MamontovReplace fake disconnects with real and fix some errors
2011-05-26 Maxim MamontovAdd missing header
2011-05-26 Maxim MamontovImplement ReconnectOnTariffChange logic
2011-05-26 Maxim MamontovAllow to use NULL tariff instead empty one
2011-05-26 Maxim MamontovAllow to use virtual inheritance on SETTINGS for testin...
2011-05-26 Maxim MamontovFee charge rule selector added with 3 different charge...
2011-05-20 Maxim MamontovFix error with invalid disconnect reason
2011-05-18 Maxim MamontovFix infinite loop while sending messages repeatedly
2011-04-21 Maxim MamontovRevert the effect of previous commit `cause it has...
2011-04-21 Maxim MamontovReplace properties in IsInetable with explicit use...
2011-04-21 Maxim MamontovReplace updating lastActivityTime via property with...
2011-04-08 Maxim MamontovFix script executer library header name
2011-04-07 Maxim MamontovFix stargazer compilation errors
2011-04-07 Maxim MamontovAdd subscription for 'connected' property
2011-04-06 Maxim MamontovFix typo in USER_IMPL
2011-03-22 Maxim MamontovFix compilation issues after splitting SETTINGS into...
2011-03-21 Maxim MamontovAdd cstdlib header to user_impl.cpp (use random() function)
2011-03-21 Maxim MamontovSETTINGS removed from USER_PROPERT[Y | Y_LOGGED | IES]
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