BarcodeOverIP-Server Changelog

What's new in BarcodeOverIP-Server 1.0.3-r3

Apr 4, 2013
  • Fixed null error cause by improperly initializing the KeypressEmulator object
  • KeypressEmulator is now fully working.
  • Removed some debugging log code
  • Fixed transmission of uppercase and special characters.
  • Removed a lot of bulky KeypressEmulator code
  • Found and fixed security hole when server receives the CHECK_OK command it does not perform a password verification. This is exploitable via telnet.
  • System tray icon is still screwed up.
  • Rewrote system tray and MainFrame icon code in Main.java
  • Cleaned up Main.java
  • Added class descriptions in class file headers.
  • Centralized the version string to Settings.VERSION and replace all hard-c oded version strings with 'SET.VERSION'
  • Moved all code from MainFrame constructor into init(), Main.java now calls this when it is done initializing MainFra

New in BarcodeOverIP-Server 0.7.1 (Aug 29, 2012)

  • Rewrote system tray and MainFrame icon code in Main.java
  • Cleaned up Main.java
  • Updated to version 0.7.1-Final
  • Added class descriptions in class file headers.
  • Centralized the version string to Settings.VERSION and replace all hard-coded version strings with 'SET.VERSION'
  • Moved all code from MainFrame constructor into init(), Main.java now calls this when it is done initializing MainFrame
  • Updated project docs: NOTICE, README
  • This is the LAST RELEASE before the push to v1.0 begins! I am doing this to introduce some new features and heavily change the MainFrame GUI. This big update to v1.0 is being done.in conjunction with the v1.0 update for the client app which is also introducing major changes