aboutsummaryrefslogtreecommitdiff
path: root/src/org/traccar/events/CommandResultEventHandler.java
AgeCommit message (Collapse)Author
2016-06-16Added/updated license headersAbyss777
2016-06-16Fix typo and remove unnecessary super()Abyss777
2016-06-14- Overlapping geofencesAbyss777
- Simplified user-device link
2016-05-30- Style fixes (use lower camel case in all cases)Abyss777
- Added TYPE_prefix for event.type strings - Removed commented code - Removed "database.selectLastEvents" because it is not cross-database. Do the same via code.
2016-05-26Events subsystemAbyss777