116 次代码提交 (fd83b6b2a939647bd4ca4c20a0c85ccb2d1b2655)

作者 SHA1 备注 提交日期
  Shane Mc Cormack fd83b6b2a9 Update Copyright 13 年前
  Chris Smith 5d584f2068 Style fixes 14 年前
  Chris Smith a032a667eb Move CipherUtils into config package 14 年前
  Chris Smith 0542faba35 Move URLHandler to ui.core.util 14 年前
  Chris Smith a1e0ae2c2c Move downloader to util 14 年前
  Chris Smith 5a683ed6a8 Don't use logger pointlessly in Downloader 14 年前
  Chris Smith bcb50254d7 Change non-regex uses of replaceAll to replace 14 年前
  Chris Smith 94cc28e7c3 Quote replacements in URL handler 14 年前
  Chris Smith 58b2e9113f Move util classes into separate repo 14 年前
  Chris Smith 613debc69c Add getResourceURL method to resource manager 14 年前
  Gregory Holmes 888b63372a Adds code to extract files ending with a suffix to a directory, required for some plugins 14 年前
  Chris Smith 27fef67524 Fix potential file handle leak in TextFile 14 年前
  Chris Smith 3743933255 Fix some stupid if statements 14 年前
  Chris Smith 2b4f122e29 Escape pipes in URLs 14 年前
  Shane Mc Cormack b691b14491 Update the copyright date on all files. 14 年前
  Chris Smith f8fc611fc1 Use URI instead of IrcAddress. 14 年前
  Chris Smith d3dc745c29 More file closing fixes in util classes 14 年前
  Chris Smith f2cd3fb991 Fix possible file leaks in Downloader 14 年前
  Chris Smith 3e8d7c6ea2 Servers no longer autoconnect. 15 年前
  Chris Smith f55a6902f2 Issue 2736. 15 年前
  Chris Smith 5aec5dfc9f Servers now use IrcAddresses in constructors. Issue 2736. 15 年前
  Chris Smith 06079f141e Correct javadoc for IRC Address 15 年前
  Gregory Holmes 14ec26bb50 fixes issue 2491 15 年前
  Chris Smith e4cd22244c All methods marked @since 0.6.3 are now @since 0.6.3m1 15 年前
  Chris Smith af98f76ea2 ConfigFile now forces UTF-8, fixes issue 1775 15 年前
  Chris Smith 95cf0dce9b TextFile can now be told which charset to use 15 年前
  Chris Smith 0c23a0fc69 More deprecation fixes 15 年前
  Gregory Holmes ad6cddbba0 Update copyright header to 2009 15 年前
  Chris Smith 64517d103d Fix Greg's NPE in Downloader 16 年前
  Chris Smith 0694bc072b Fix SIOOBe when extracting a resource without a path with usePath set to true 16 年前
  Gregory Holmes 33daf50313 issue 1341 16 年前
  Chris Smith ca8a3b3714 Fixes and improvements based on findbugs report 16 年前
  Chris Smith cc40c87b31 Downloader now uses floats for progress properly. Fixes issue 1404 16 年前
  Chris Smith 13912937d0 Style and javadoc fixes. Does not impact functionality 16 年前
  Chris Smith 59fb45593f Style and javadoc fixes. Does not impact functionality 16 年前
  Chris Smith f6a763bf99 Unit tests for issues 1391 and 1392 (and URLHandler in general) 16 年前
  Gregory Holmes 173127e5a5 fixes issue 1391: URLHandler.substituteParams should replace unknown ports with \"\" not -1 16 年前
  Shane Mc Cormack 3a11411c48 Added getResourcesEndingWithAsBytes() methods to ResourceManagers 16 年前
  Gregory Holmes 37bee62bc7 issue 1274: Code tidying (Moved ReturnableThread hackiness to com.dmdirc.util) 16 年前
  Chris Smith dfcfc16783 Minor style fixes 16 年前
  Chris Smith cb1d3b464b DCC Plugin now uses its own icons. Fixes issue 1253. 16 年前
  Chris Smith 90b24d3077 Handle url handlers (heh) with quotes in properly. 16 年前
  Chris Smith 55d5f54efa URLhandler no longer randomly uses /bin/sh or cmd.exe 16 年前
  Chris Smith 2f4dcd468f Make the way identities are migrated much more sensible. 16 年前
  Chris Smith 47ceae6b4b ConfigFile now extends TextFile instead of wrapping it rather oddly (groundwork for fixing issue 1154) 16 年前
  Chris Smith 40b1aa81f4 Identities/ConfigFiles no longer try to write to non-writable files 16 年前
  Chris Smith b115c5adac Identities now force a save once they've migrated 16 年前
  Chris Smith 971603925a Extra ConfigFile test cases. Removed some superfluous conditionals in ConfigFile. 16 年前
  Chris Smith 6b52f5e5a2 Move themes to ui.themes 16 年前
  Chris Smith 990797b148 Update some util unit tests 16 年前