]> gitweb.hamatoma.de Git - jatty/commit
Initial state master
authorhm <hm@hawk>
Sun, 20 Mar 2016 19:19:47 +0000 (20:19 +0100)
committerhm <hm@hawk>
Wed, 23 Mar 2016 22:36:51 +0000 (23:36 +0100)
commit617befa841a28dc4eee5de7179ed6e7bdefee385
treea3906c15f8f418e0e93ca22d46627dd52a8a5432
Initial state
15 files changed:
.classpath [new file with mode: 0755]
.project [new file with mode: 0755]
.settings/org.eclipse.jdt.core.prefs [new file with mode: 0755]
bin/.gitignore [new file with mode: 0644]
resources/jatty.de.properties [new file with mode: 0644]
resources/jatty.en.properties [new file with mode: 0644]
resources/talk_schema.sql [new file with mode: 0755]
resources/user_schema.sql [new file with mode: 0755]
src/de/hamatoma/jatty/Client.java [new file with mode: 0755]
src/de/hamatoma/jatty/ClientGui.java [new file with mode: 0644]
src/de/hamatoma/jatty/I18N.java [new file with mode: 0644]
src/de/hamatoma/jatty/Jatty.java [new file with mode: 0755]
src/de/hamatoma/jatty/JattyDb.java [new file with mode: 0755]
src/de/hamatoma/jatty/Scrambler.java [new file with mode: 0644]
src/de/hamatoma/jatty/Server.java [new file with mode: 0755]