mirror of
https://github.com/jeremyd/ergo.git
synced 2026-07-30 18:58:10 -07:00
db: Finish removing refs to sqlite db
This commit is contained in:
@@ -22,7 +22,7 @@ This project adheres to [Semantic Versioning](http://semver.org/). For the purpo
|
|||||||
* IRC operators
|
* IRC operators
|
||||||
* ident lookups for usernames
|
* ident lookups for usernames
|
||||||
* passwords stored in [bcrypt][go-crypto] format
|
* passwords stored in [bcrypt][go-crypto] format
|
||||||
* channels that [persist][go-sqlite] between restarts (+P)
|
* channels that persist between restarts (+P)
|
||||||
* client accounts and SASL
|
* client accounts and SASL
|
||||||
* IRCv3 support
|
* IRCv3 support
|
||||||
|
|
||||||
@@ -71,4 +71,3 @@ oragono run
|
|||||||
* apologies to anyone I forgot.
|
* apologies to anyone I forgot.
|
||||||
|
|
||||||
[go-crypto]: https://godoc.org/golang.org/x/crypto
|
[go-crypto]: https://godoc.org/golang.org/x/crypto
|
||||||
[go-sqlite]: https://github.com/mattn/go-sqlite3
|
|
||||||
|
|||||||
@@ -74,11 +74,6 @@ datastore:
|
|||||||
# path to the datastore
|
# path to the datastore
|
||||||
path: ircd.db
|
path: ircd.db
|
||||||
|
|
||||||
# path to our sqlite db
|
|
||||||
# currently used to lookup masks and store persistent chan data
|
|
||||||
# but planned to be deprecated in a future release
|
|
||||||
sqlite-path: ircd-sqlite.db
|
|
||||||
|
|
||||||
# limits - these need to be the same across the network
|
# limits - these need to be the same across the network
|
||||||
limits:
|
limits:
|
||||||
# nicklen is the max nick length allowed
|
# nicklen is the max nick length allowed
|
||||||
|
|||||||
Reference in New Issue
Block a user