Age | Commit message (Collapse) | Author |
|
|
|
|
|
Closes #348.
|
|
|
|
Also add more column types to ensure we are storing data in the
best format in the database.
|
|
|
|
|
|
|
|
Closes #407.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Closes #392
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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.
|
|
|
|
|
|
|
|
This is safer, faster, and doesn't require seeding.
|
|
|
|
|
|
|
|
This is wildly insecure and has been disabled by default for at
least a decade.
|
|
|
|
|
|
|
|
|
|
Closes #357.
|
|
|
|
This will be used for upgrading certificate fingerprints when the
InspIRCd 1206 protocol support is added.
|
|
|
|
|
|
Most uses of Tick do not use the parameter and even when it is used
it is always the same as CurTime.
|
|
|
|
This was never actually changed from the default.
|
|
|