Pure-Battlefield / gswat

The Pure Game Server Web Administration Tool
Other
2 stars 5 forks source link

Refactored /api/messages endpoint #95

Closed wbbarr closed 11 years ago

wbbarr commented 11 years ago

All /api/messages requests are now GET requests, rather than POST. That should've been caught by me in code review, so that was partially my bad in the first place.

I also corrected some issues in the handling of UNIX timestamps (added a function to do the conversion).