Commit Graph

14 Commits

Author SHA1 Message Date
Major 09f5695fd0 Ensure /data/fs exists in fresh clones 2017-05-25 03:32:01 +01:00
Gary Tierney 4d79052199 Convert to the gradle build system
Ports the Maven build POMs to Gradle build scripts, which are a bit
friendlier to use.  Instead of using the exec:java Maven goal to run the
server now, the gradle run task should be used.
2017-01-02 04:44:04 +00:00
Cube bde4061b8a Store RSA in a PEM file instead of xml
- RsaKeyGenerator automatically saves the RSA keys in a PEM file
- Corrects key bit size suggestion
2016-03-08 13:55:08 +02:00
Cube 0eb8a6e7e6 Move RSA keys to their own file
RSA keys are sensitive information that should not be stored in git repositories.
This commit moves them to their own file, adds it to .gitignore and provides a template file.
2016-03-08 13:55:07 +02:00
Gary Tierney 4874ddaa90 Add travis build config and update .gitignore 2016-01-25 22:26:32 +00:00
Gary Tierney e9c33534a6 Add .editorconfig file to override IDE defaults
Add rules for enforcing tabs in Java, and spaces in Ruby.

Add a rule to make sure trailing whitespace is trimmed
and that no new final newline is inserted.
2015-09-19 15:18:14 +01:00
Major- 92ec907364 Add rubocop configuration file. 2015-08-27 18:18:53 +01:00
Major- e4778105f5 Modularise! Also add some unit tests. 2015-05-26 13:49:27 +01:00
Major- dabca79661 Add /lib/ to gitignore. 2015-02-27 18:27:49 +00:00
Ryley Kimmel 68addd2fa1 Ignore bin directory. 2015-02-25 23:24:13 -05:00
Major- 4f025e4e2f Add extra matches to gitignore. 2013-12-30 10:06:58 +00:00
Kyle Stevenson dafd0368d0 Ignore data/savedGames and data/fs. 2013-12-29 15:22:11 -08:00
Kyle Stevenson d9dc0ef09a Add IntelliJ project files to gitignore. 2013-12-29 15:21:15 -08:00
Kyle Stevenson 3b05c681c3 Add maven support. 2013-12-29 15:20:38 -08:00