Commit graph

22 commits

Author SHA1 Message Date
Erik Ogenvik
78130a7358 Remove unused tools and update docs. 2018-05-20 19:22:20 +02:00
Erik Ogenvik
b0cf29b18d Use SQLite 3 for persistence.
Instead of storing data in Postgres we store it by default in SQLite,
using an in-process database.
This makes setup and handling much easier.
2018-05-19 21:47:24 +02:00
Erik Ogenvik
66baf9c9dc Stor all rules as files only.
We should only store entities and accounts in the database.
2018-05-16 11:22:09 +02:00
Erik Ogenvik
e7fa53214b Use nullptr instead of NULL. 2018-02-06 13:45:11 +01:00
Erik Ogenvik
0286bcd47d Replace "parents" with "parent". 2017-07-24 15:05:18 +02:00
Erik Ogenvik
7aaa9b9ba7 Optimize includes. 2017-03-19 21:36:52 +01:00
Erik Ogenvik
98c7eb66c8 Convert to cmake. 2016-12-22 14:39:36 +01:00
Olek Wojnar
7f9ff2246d Remove CVS $Id tags
The legacy tags are causing build issues in Debian.
2013-07-15 20:31:59 +02:00
Alistair Riddoch
84de25e5c0 Convert Database::runCommandQuery 2011-09-28 22:46:32 +01:00
Alistair Riddoch
81aa2eed7a Report an error if database connection fails 2011-04-21 10:10:57 +01:00
Alistair Riddoch
ee03318f5e Rename class to Storage 2011-04-20 20:10:53 +01:00
Alistair Riddoch
3e3e43ab03 Rename AccountBase.* files to Storage.* 2011-04-20 20:03:30 +01:00
Alistair Riddoch
6d29ecad94 Add explicit getopt.h include where it is available, as on some platforms it is required. 2010-07-12 18:49:36 +01:00
Alistair Riddoch
b94ec3ed14 Fix the help system to work is was once intended. 2009-08-23 18:11:19 +01:00
Alistair Riddoch
ff5bee5ddb dd support for changing account passwords. 2009-03-20 16:58:29 +00:00
Alistair Riddoch
7479da8ce4 Rename accountbase file to AccountBase to match class. 2009-03-20 01:39:18 +00:00
Alistair Riddoch
0b2aaa4b12 Add options to "cydb user mod" to better support type change, and in
future support password.
2009-03-19 19:03:37 +00:00
Alistair Riddoch
823baf725a Implement a whole load more database functionality 2009-03-18 21:54:15 +00:00
Alistair Riddoch
bdc9055893 Implement the command to purge world data. 2009-03-18 15:59:23 +00:00
Al Riddoch
8093c17a00 2009-03-11 Al Riddoch <alriddoch@googlemail.com>
* tools/cydb.cpp: Fill out the subsystem mechanism.
2009-03-11 12:28:40 +00:00
Al Riddoch
42571fd756 2008-12-07 Al Riddoch <alriddoch@googlemail.com>
* tools/cydb.cpp: Add code for handle db connection.
2008-12-07 17:33:11 +00:00
Al Riddoch
0e7ed7b598 2008-12-01 Al Riddoch <alriddoch@googlemail.com>
* tools/cydb.cpp: Add the ground work for a new tool to perform
	  various admin tasks on the database.
2008-12-01 22:18:01 +00:00