0
I Use This!
Inactive

Commits : Listings

Analyzed 2 days ago. based on code collected 2 days ago.
Aug 10, 2025 — Aug 10, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
gitignore update
Robin Vobruba
as hoijui
More... over 16 years ago
minor error message fix
Robin Vobruba
as hoijui
More... over 16 years ago
allow the use of the DB instead of accounts.txt DB use is still disabled by default, enable with -USERDB on the command line
Robin Vobruba
as hoijui
More... over 16 years ago
readme: explain fetching of javax.transaction as it can not be auto-fetched by maven because of its proprietary licence
Robin Vobruba
as hoijui
More... over 16 years ago
readme: minor reformatting & typo fix
Robin Vobruba
as hoijui
More... over 16 years ago
run scripts: allow easy debugging
Robin Vobruba
as hoijui
More... over 16 years ago
run scripts: docu fixes
Robin Vobruba
as hoijui
More... over 16 years ago
Maven: add optional Postgres dependency use like this: mvn -P DB-Postgres package
Robin Vobruba
as hoijui
More... over 16 years ago
Maven: remove javax.sql dependency reasons: * it has a proprietary license -> no maven auto-fetch! * it seems to work without this
Robin Vobruba
as hoijui
More... over 16 years ago
typo fix & adding a TODO
Robin Vobruba
as hoijui
More... over 16 years ago
JPA: on copy of accounts from one storage to an other, load before the transfer otherwise, we get a transfer of 0 accounts
Robin Vobruba
as hoijui
More... over 16 years ago
JPA: MD5 (base 64) encode test user passwords
Robin Vobruba
as hoijui
More... over 16 years ago
JPA: fix simple logic error (ouch!)
Robin Vobruba
as hoijui
More... over 16 years ago
JPA: re-use queries & syntax fixes syntax fixes: 2 * (" == " -> " = ")
Robin Vobruba
as hoijui
More... over 16 years ago
fix for reading accounts.txt (bit field is stored in binary form) for example: "010101011"
Robin Vobruba
as hoijui
More... over 16 years ago
adjust native run scripts
Robin Vobruba
as hoijui
More... almost 17 years ago
update gitignore
Robin Vobruba
as hoijui
More... almost 17 years ago
add a persistence configuration file template to configure, do this: > cp conf/META-INF/persistence.xml.template conf/META-INF/persistence.xml > edit conf/META-INF/persistence.xml > ./runServer.sh
Robin Vobruba
as hoijui
More... almost 17 years ago
keep no backup log file by default
Robin Vobruba
as hoijui
More... almost 17 years ago
applied bibim's patch to avoid opening battles with empty hosting username field More... almost 17 years ago
Maven updates: * add javax.transaction & javax.sql to default dependencies * add dependency profiles for: - JPA-Hibernate (default: on) - JPA-OpenJPA (default: off) - JPA-DB-MySQL (default: on)
Robin Vobruba
as hoijui
More... almost 17 years ago
JPA tests: ask for argument if none was given
Robin Vobruba
as hoijui
More... almost 17 years ago
allow copying accounts from one persistent storage to the other example: java [classpath and other args here] com.springrts.tasserver.JPAAccountsService FS2DB This would copy all aconts from the file storage to the DB
Robin Vobruba
as hoijui
More... almost 17 years ago
add possibility to fetch all accounts from a persistent storage
Robin Vobruba
as hoijui
More... almost 17 years ago
privatization & minor cleanup
Robin Vobruba
as hoijui
More... almost 17 years ago
doc comment updates
Robin Vobruba
as hoijui
More... almost 17 years ago
BanEntry changes * make members private and set only through a constructor and fetch through getters * make documentation JavaDoc compatible * prepare for use with JPA
Robin Vobruba
as hoijui
More... almost 17 years ago
refactor replaceAccount() to mergeAccountChanges() & fixes in JPAAccountsService
Robin Vobruba
as hoijui
More... almost 17 years ago
Account fixes & extensions
Robin Vobruba
as hoijui
More... almost 17 years ago
generate Account.id and make it non-public
Robin Vobruba
as hoijui
More... almost 17 years ago