Commit graph

  • 74b70ae2f3
    Merge pull request #1 from Ryxius/patch-1 master CoolJWB 2020-07-24 23:04:48 +0200
  • bdcd978833
    Update BTC_ConnectionManager.java Ryan 2020-07-13 21:38:47 +0800
  • 6bd4a161c1
    changes and stuff v1.0 ZeroEpoch1969 2020-03-29 23:18:31 -0700
  • 1408e4d09e * Fixed encoding glitch that causes special characters not to show up. * Maven build script will now generate a Windows EXE file. * Minor cleanup & updates to take advantage of JDK/JRE 8 features and syntax. StevenLawson 2017-06-27 21:47:41 -0400
  • 930a4a37e6 Change name to FreedomTelnetClient. Prepare for v2.0.5 release. StevenLawson 2014-09-07 11:03:54 -0400
  • 83f62c51eb Top align favorite buttons. StevenLawson 2014-09-03 06:55:27 -0400
  • a03bdea309 Added JDK 7 safe getDeclaredAnnotation. StevenLawson 2014-09-02 12:33:38 -0400
  • 680df00aec Make favorite buttons more compact. Make the scrollbar less sensitive for AutoScroll. Steven Lawson 2014-08-29 22:41:44 -0400
  • 7c148988f9 Resolve compatibility issues with JRE 7. Change settings file name. StevenLawson 2014-08-29 16:08:22 -0400
  • 051a53ab21 Added more wildcard parameters for player commands + an optional 'reason' dialog. StevenLawson 2014-08-28 12:44:56 -0400
  • 88c6b73b0b Added support for single item XML elements. StevenLawson 2014-08-28 10:45:03 -0400
  • 2c8785e9dc Finished implementing new config. StevenLawson 2014-08-27 22:06:27 -0400
  • ab27c3e1d1 Converted PlayerCommandEntry to new config. StevenLawson 2014-08-27 21:47:09 -0400
  • 15ac9c013f Fixed bugs in ConfigEntryList. StevenLawson 2014-08-27 18:31:14 -0400
  • 5ff5f765c3 Started implementation of generic XML config lists. StevenLawson 2014-08-27 14:13:52 -0400
  • 334eafd7a0 Removed unused event hander. StevenLawson 2014-08-26 16:48:40 -0400
  • 02c667346b Licensed under GPLv3. StevenLawson 2014-08-26 16:46:46 -0400
  • 06d54c1f58 Begin work on favorite buttons. Todo - load favButtonList from XML. StevenLawson 2014-08-26 11:01:27 -0400
  • bfbcfd1592 Fix popup not working in Mac & Linux. StevenLawson 2014-08-24 18:13:42 -0400
  • 467f6e47ea Restructured player list loading to incorporate new data tags. StevenLawson 2014-08-22 23:00:33 -0400
  • e8c146bca3 Improved error/warning ignore & coloring feature. StevenLawson 2014-08-21 22:40:05 -0400
  • a6be8fb5a0 Better organization of formatting functionality. StevenLawson 2014-08-21 19:44:51 -0400
  • fd944e110c Ignore warnings and errors. This needs work. StevenLawson 2014-08-20 21:20:01 -0400
  • 010e673ab9 Prepare 2.0.4 snapshot. StevenLawson 2014-08-20 19:43:44 -0400
  • 2a8beb9738 Trimming / null checks / empty checks for server address and name input. StevenLawson 2014-08-20 19:16:37 -0400
  • ade3933322 Switch popup to XML Player Command Entry. StevenLawson 2014-08-20 13:46:50 -0400
  • 737abc7697 Finished implementing support for XML server list saving. StevenLawson 2014-08-20 13:35:04 -0400
  • 0f25e91082 Switched usage of config in main program. TODO: -Server list order. -"reason" checkbox and dialog. -"favorite" command buttons + config StevenLawson 2014-08-19 20:24:58 -0400
  • 0f00da9dcb Continuing implementation of XML settings. StevenLawson 2014-08-19 11:14:36 -0400
  • 7abb17c9f5 Developing XML based config StevenLawson 2014-08-18 21:26:47 -0400
  • fafac5c515 2.0.3 release. StevenLawson 2014-08-17 21:07:21 -0400
  • 01ae52b2e3 Merge branch 'master' of https://github.com/StevenLawson/BukkitTelnetClient StevenLawson 2014-08-17 21:03:34 -0400
  • 9fd37e5e03 Added more popup menu commands. Removed support for partial messages with no line ending. StevenLawson 2014-08-17 21:02:47 -0400
  • 134f581624 Update README.md Steven Lawson 2014-08-17 17:36:13 -0400
  • 9dd733ad83 Tweaked layout. StevenLawson 2014-08-17 17:33:13 -0400
  • ea2c171744 Made player list preserve selection after update. StevenLawson 2014-08-17 16:59:00 -0400
  • 7569cbfaf2 Made autoscroll work better. Fixed a few glitches in console output. StevenLawson 2014-08-17 16:32:52 -0400
  • 4b632bdd23 Added copy name/ip on popup menu. StevenLawson 2014-08-17 14:13:01 -0400
  • ad0ec69ac9 Eliminated use of System.out. Organized some methods/classes. StevenLawson 2014-08-17 13:52:11 -0400
  • e2eaacd1e0 Added right click player list popup + actions. StevenLawson 2014-08-17 13:11:18 -0400
  • ba202365c7 Added automatic enabling of telnet.enhanced. Better title display. StevenLawson 2014-08-17 08:27:20 -0400
  • 2077e4ba33 Added rough, initial version of player list. StevenLawson 2014-08-16 23:11:55 -0400
  • c3cbce870f Merge branch 'master' of https://github.com/StevenLawson/BukkitTelnetClient StevenLawson 2014-08-16 20:21:02 -0400
  • 8417702fb7 Moved coloring and filtering functions to new class. Fixed "Username: " and "Password: " prompts. StevenLawson 2014-08-16 20:20:39 -0400
  • c007a49a94 Update README.md Steven Lawson 2014-08-15 22:31:01 -0400
  • d650867207 Revise version #. StevenLawson 2014-08-15 22:26:49 -0400
  • 5bf90be2d2 Added icon - thanks WickedGamingUK! StevenLawson 2014-08-15 22:23:57 -0400
  • b968784e62 Create README.md Steven Lawson 2014-08-15 22:15:17 -0400
  • 893540eaeb Merge branch 'master' into v2 StevenLawson 2014-08-15 22:09:11 -0400
  • 65f12447f6 Initial commit of BukkitTelnetClient v2. StevenLawson 2014-08-15 21:55:16 -0400
  • 23e1af4e9e Added options to enable and disable autoscrolling. Update to Java 1.7. A few other bugfixes. v1 Steven Lawson 2013-08-02 21:04:47 -0400
  • 7236d9d867 Update README.md Steven Lawson 2012-12-15 22:42:29 -0500
  • 3772207820 Update README.md Steven Lawson 2012-12-15 16:01:38 -0500
  • 05700c6bba Add check to prevent nasty error if no address is entered. Steven Lawson 2012-12-02 21:14:22 -0500
  • b6322d9dc4 Changed server entry field to combo box that remembers previous server entries. Steven Lawson 2012-12-02 21:07:16 -0500
  • 12c5e384ae v1.0.0.0 - Initial Commit Steven Lawson 2012-10-06 14:56:19 -0400
  • dc2193456b Initial commit Steven Lawson 2012-10-06 11:49:22 -0700