mirror of
https://forge.fsky.io/lda/Parsee.git
synced 2026-03-13 15:05:11 +00:00
[ADD/WIP] Chat settings
Right now, they are currently unused. Extensions, and Parsee itself will be able to use those, though.
This commit is contained in:
parent
55ac682d26
commit
064040c18f
17 changed files with 449 additions and 14 deletions
|
|
@ -222,6 +222,12 @@ Main(Array *args, HashMap *env)
|
|||
}
|
||||
ParseeInitialiseNickTable();
|
||||
|
||||
if (verbose >= PARSEE_VERBOSE_COMICAL)
|
||||
{
|
||||
Log(LOG_DEBUG, "Initialising affiliation table");
|
||||
}
|
||||
ParseeInitialiseAffiliationTable();
|
||||
|
||||
conf.port = parsee_conf->port;
|
||||
conf.threads = parsee_conf->http_threads;
|
||||
conf.maxConnections = conf.threads << 2;
|
||||
|
|
@ -291,6 +297,7 @@ end:
|
|||
CronStop(cron);
|
||||
CronFree(cron);
|
||||
ParseeFreeData(conf.handlerArgs);
|
||||
ParseeDestroyAffiliationTable();
|
||||
ParseeDestroyNickTable();
|
||||
ParseeDestroyOIDTable();
|
||||
ParseeDestroyHeadTable();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue