]> git.stg.codes - stg.git/history - projects/stargazer/user_impl.cpp
Merge branch 'new-daily-fee'
[stg.git] / projects / stargazer / user_impl.cpp
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