Age | Commit message (Collapse) | Author |
|
Still to implement:
- system.getCapabilities
- system.methodHelp
- system.methodSignature
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
The former causes a dereference which cause a database update. This
is not good for performance with db_sql_live on bigger networks.
|
|
|
|
Closes #444.
|
|
|
|
Also add more column types to ensure we are storing data in the
best format in the database.
|
|
Ref: #419
|
|
|
|
Resolves the issues some people were having with extremely wide rows.
|
|
This isn't actually used by MySQL for the column width.
|
|
|
|
|
|
This was done in some places already but not consistently.
Closes #349.
|
|
|
|
|
|
|
|
Having these throw is terrible for ergonomics and there are loads
of places where the exception was either silently ignored or not
handled at all. Having a function which returns an optional and
another that returns a default works a lot better imo.
|
|
|
|
|
|
Closes #369.
|
|
|
|
|
|
|
|
This prevents zombie accounts from being left around that can't be
authenticated to.
Closes #355.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|