KI4STU / Field-Day-LS

linux/perl based Field Day log server for integration with HamLog clients
GNU General Public License v3.0
1 stars 1 forks source link

Log entry capitalization #5

Closed KI4STU closed 7 years ago

KI4STU commented 7 years ago

Log entries currently need to be in upper-case to be accepted by the server. The fix is fairly simple (a regex string needs to be updated to accept upper- and lower-case characters), but has not been merged in yet. Initial testing of the server showed only upper-case characters were sent by the clients. Upon future use it was discovered that clients were also sending lower-case characters in their log data. Unsure whether this issue came in because of an update to client software or because of an alternate Android keyboard being used.

KI4STU commented 7 years ago

Resolved by updating regex to include a-z.