| Commit message (Collapse) | Author | Files | Lines |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Fixes #2072
|
|
Fixes #2076.
Closes #2081.
Ref.: #2072.
|
|
|
|
Spaces around some operators are checked.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
StrToLower() returns a modified copy of the string, InPlaceLowercase() modifies the string in-place.
|
|
Also fixed the bindings, now all functions are static-like.
|
|
This is a simpler way to ask for a single name -> uuid conversion.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
The cache is persisted into a SQLite DB file on server shutdown.
|