mirror of
https://github.com/ChronosX88/psyced.git
synced 2024-11-08 19:41:00 +00:00
fix /lusers xmpp:server
This commit is contained in:
parent
c17b81fa97
commit
069fb1e801
@ -1767,9 +1767,6 @@ das sieht doof aus.. gehts auch besser? hmm
|
|||||||
remain incarnated longer since mails seem to arrive often enough
|
remain incarnated longer since mails seem to arrive often enough
|
||||||
for some users to never leave memory.
|
for some users to never leave memory.
|
||||||
|
|
||||||
+ disallow TLS/SSL connections from localhost to save CPU resources
|
|
||||||
for useful things
|
|
||||||
|
|
||||||
- re-examine everything looking for optimizations.. like, are any
|
- re-examine everything looking for optimizations.. like, are any
|
||||||
lower_case's being called twice etc. or introduce a "lowercased"
|
lower_case's being called twice etc. or introduce a "lowercased"
|
||||||
flag into the driver's string structures *grin*
|
flag into the driver's string structures *grin*
|
||||||
|
@ -99,7 +99,7 @@ int msg(string source, string mc, string data,
|
|||||||
$2["_amount_users_registered"] = helper["@value"];
|
$2["_amount_users_registered"] = helper["@value"];
|
||||||
break;
|
break;
|
||||||
case "users/online":
|
case "users/online":
|
||||||
$2["_amount_users"] = helper["@value"];
|
$2["_amount_users_loaded"] = helper["@value"];
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user