Bladeren bron

db: Finish removing refs to sqlite db

tags/v0.1.0
Daniel Oaks 7 jaren geleden
bovenliggende
commit
668d8242a9
2 gewijzigde bestanden met toevoegingen van 1 en 7 verwijderingen
  1. 1
    2
      README.md
  2. 0
    5
      oragono.yaml

+ 1
- 2
README.md Bestand weergeven

@@ -22,7 +22,7 @@ This project adheres to [Semantic Versioning](http://semver.org/). For the purpo
22 22
 * IRC operators
23 23
 * ident lookups for usernames
24 24
 * passwords stored in [bcrypt][go-crypto] format
25
-* channels that [persist][go-sqlite] between restarts (+P)
25
+* channels that persist between restarts (+P)
26 26
 * client accounts and SASL
27 27
 * IRCv3 support
28 28
 
@@ -71,4 +71,3 @@ oragono run
71 71
 * apologies to anyone I forgot.
72 72
 
73 73
 [go-crypto]: https://godoc.org/golang.org/x/crypto
74
-[go-sqlite]: https://github.com/mattn/go-sqlite3

+ 0
- 5
oragono.yaml Bestand weergeven

@@ -74,11 +74,6 @@ datastore:
74 74
     # path to the datastore
75 75
     path: ircd.db
76 76
 
77
-    # path to our sqlite db
78
-    # currently used to lookup masks and store persistent chan data
79
-    # but planned to be deprecated in a future release
80
-    sqlite-path: ircd-sqlite.db
81
-
82 77
 # limits - these need to be the same across the network
83 78
 limits:
84 79
     # nicklen is the max nick length allowed

Laden…
Annuleren
Opslaan