| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
| |
* This allows specific requests to be identified.
|
|
|
|
|
|
|
| |
Patch to RegionReady which adds a field which adds to the message
whether the region is ready due to a server startup or due to an oar
file loading.
|
| |
|
|
|
|
| |
warnings. Fix some m_log declarations.
|
|
This changeset add the RegionReady module code. The module sends a
message on a configurable channel when an oar file has finished
loading or if the script engine has emptied its queue for the first
time (eg server startup). Config is something like this:
[RegionReady]
enabled = true
channel_notify = -800
The module also knows if there was an error with startup.
|