šŸ› Remove first character of version string before parsing
[Sone.git] / src / main / java / net / pterodactylus / sone / core / SoneParser.java
2019-06-26 David ā€˜Bombeā€™ RodenšŸ”€ Merge branch 'release-79' v79
2019-02-22 David ā€˜Bombeā€™ RodenReplace unnecessary type parameters with <>
2018-03-03 David ā€˜Bombeā€™ RodenRemove @author tags
2018-03-02 David ā€˜Bombeā€™ RodenUse database instead of Core in Sone parser
2016-07-11 David ā€˜Bombeā€™ RodenMerge branch 'release-0.9.5' 0.9.5
2016-06-23 David ā€˜Bombeā€™ RodenRemove the concept of the album image, always use a...
2015-11-27 David ā€˜Bombeā€™ RodenMerge branch 'release-0.9.4' 0.9.4
2015-07-24 David ā€˜Bombeā€™ RodenDonā€™t synchronize on Sone, itā€™s not a shared object...
2015-07-22 David ā€˜Bombeā€™ RodenMerge branch 'release/0.9.3' 0.9.3
2015-07-20 David ā€˜Bombeā€™ RodenMerge branch 'feature/fix-logging' into next
2015-07-20 David ā€˜Bombeā€™ RodenAbandon logging that does not work with Freenetā€™s logge...
2015-06-16 David ā€˜Bombeā€™ RodenMerge branch 'release/0.9-rc1' 0.9-rc1
2015-06-12 David ā€˜Bombeā€™ RodenMerge branch 'last-working' into next
2015-03-15 David ā€˜Bombeā€™ RodenReact to dedicated exception differently
2015-03-15 David ā€˜Bombeā€™ RodenAdd custom exception for adding duplicate fields
2014-10-10 David ā€˜Bombeā€™ RodenDonā€™t use number parsing from the utils package anymore.
2014-10-05 David ā€˜Bombeā€™ RodenDonā€™t use logging from utils package.
2014-10-03 David ā€˜Bombeā€™ RodenMove Sone parser into its own class.