git.stg.codes
/
stg.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Add creditExpire setting/getting via sgconf
[stg.git]
/
projects
/
stargazer
/
user.h
diff --git
a/projects/stargazer/user.h
b/projects/stargazer/user.h
index 8e33846329949c346e40465a3a9ac37392bb2200..1c84ba1ca5e8b3c9b00f9baf22a3b1d0d131e7d4 100644
(file)
--- a/
projects/stargazer/user.h
+++ b/
projects/stargazer/user.h
@@
-202,8
+202,8
@@
private:
void Disconnect(bool fakeDisconnect, const std::string & reason);
int SaveMonthStat(int month, int year);
void Disconnect(bool fakeDisconnect, const std::string & reason);
int SaveMonthStat(int month, int year);
- int SendMessage(
const STG_MSG & msg)
;
-
int
ScanMessage();
+ int SendMessage(
STG_MSG & msg) const
;
+
void
ScanMessage();
time_t lastScanMessages;
string login;
time_t lastScanMessages;
string login;
@@
-233,7
+233,7
@@
private:
const TARIFF * tariff;
TRAFF_STAT traffStat;
const TARIFF * tariff;
TRAFF_STAT traffStat;
- std::
list<std::pair<time_t, TRAFF_STAT> > traffStatQueue
;
+ std::
pair<time_t, TRAFF_STAT> traffStatSaved
;
const SETTINGS * settings;
const SETTINGS * settings;
@@
-241,13
+241,12
@@
private:
const map<uint32_t, user_iter> * ipIndex;
const map<uint32_t, user_iter> * ipIndex;
+ list<STG_MSG> messages;
+
bool deleted;
time_t lastWriteStat; // ÷ÒÅÍÑ ÐÏÓÌÅÄÎÅÊ ÚÁÐÉÓÉ ÓÔÁÔÉÓÔÉËÉ
time_t lastWriteDeatiledStat; // ÷ÒÅÍÑ ÐÏÓÌÅÄÎÅÊ ÚÁÐÉÓÉ ÄÅÔÁÌØÎÏÊ ÓÔÁÔÉÓÔÉËÉ
bool deleted;
time_t lastWriteStat; // ÷ÒÅÍÑ ÐÏÓÌÅÄÎÅÊ ÚÁÐÉÓÉ ÓÔÁÔÉÓÔÉËÉ
time_t lastWriteDeatiledStat; // ÷ÒÅÍÑ ÐÏÓÌÅÄÎÅÊ ÚÁÐÉÓÉ ÄÅÔÁÌØÎÏÊ ÓÔÁÔÉÓÔÉËÉ
- time_t lastSwapDeatiledStat; // ÷ÒÅÍÑ ÐÏÓÌÅÄÎÅÊ ÚÁÐÉÓÉ ÄÅÔÁÌØÎÏÊ ÓÔÁÔÉÓÔÉËÉ
-
- bool writeFreeMbTraffCost;
// Properties
USER_PROPERTY<double> & cash;
// Properties
USER_PROPERTY<double> & cash;