22 Commits (0612ba0c7e9d1f64e38cc9e218b984d1290c02bb)

Author SHA1 Message Date
  Chris Smith 47ceae6b4b ConfigFile now extends TextFile instead of wrapping it rather oddly (groundwork for fixing issue 1154) 16 years ago
  Chris Smith 7d772cb5e7 Add DoubleMap unit test 16 years ago
  Chris Smith 2ad9ce2407 Refactor the unit tests so all supporting classes/harnesses are in com.dmdirc.harnesses, instead of dotted around as inner classes 16 years ago
  Chris Smith 971603925a Extra ConfigFile test cases. Removed some superfluous conditionals in ConfigFile. 16 years ago
  Chris Smith 990797b148 Update some util unit tests 16 years ago
  Chris Smith 0fa4e23c8f Implement ConfigFile.delete and TextFile.delete, and tests for them both 16 years ago
  Chris Smith 0e47e54b08 ConfigFile now escapes # 16 years ago
  Chris Smith 8905c5cab0 ConfigFile now escapes/unescapes content vaguely sensibly, although it still doesn't like =s 16 years ago
  Chris Smith 466200a6e1 Update config file test to cover odd things like :, =, \r, \n, \ 16 years ago
  Chris Smith 1485c865bb TextFiles/ConfigFiles can now be instansiated with InputStreams 16 years ago
  Chris Smith e460dddf94 IrcAddress now parses the query and fragment parts of URIs 16 years ago
  Gregory Holmes 75d0438bdc Fixes issue 887: Cipher utils doesn't work 16 years ago
  Chris Smith 4a94398035 Made cipher utils a singleton instead of having loads of static methods/properties 16 years ago
  Chris Smith 54236284a0 IrcAddress now uses URI to parse URLs. This means that encoded characters are now decoded properly. 16 years ago
  Chris Smith 24ba8d268f IrcAddress now ignores trailing "isnick", "needkey" and "needpass" strings 16 years ago
  Chris Smith 569454a89b Additional MapList unit tests 16 years ago
  Chris Smith 13579c6d61 Unit tests for ConfigFile 16 years ago
  Chris Smith d82b7a01c1 TextFile and ConfigFile can now be initialised with a URI 16 years ago
  Chris Smith e8d443b1e7 Bet you can't guess what these are! 16 years ago
  Chris Smith 82ae588034 More unit tests 16 years ago
  Shane Mc Cormack 882e9e735d Updated copyright header on all files. 16 years ago
  Chris Smith 0342f857ef Added EquatableWeakReference to make up for Sun's crap (Weak)Reference implementation 16 years ago