index
:
traccar-server
master
suntech-fixes
Traccar Server with some modifications and error fixes.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
test
/
org
/
traccar
/
events
Age
Commit message (
Collapse
)
Author
2018-05-07
Add basic support of overspeeding inside geofences.
Abyss777
2017-09-21
Move speedThreshold to TripsConfig
Abyss777
2017-09-21
Make check for valid in MotionEventHandler optional
Abyss777
2017-08-17
Pass Map<Event, Position> to notifications
Abyss777
2017-08-15
Merge remote-tracking branch 'upstream/master' into new_trips_detector
Abyss777
2017-08-15
Remove greadyParking
Abyss777
2017-08-14
Correct motion state by ignition.
Abyss777
2017-08-11
Make Overspeed and Motion events handlers singleton and move some code to ↵
Abyss777
function
2017-08-11
Move state updates from ConnectionManager to proper event handlers
Abyss777
2017-08-10
Implement delayed overspeed events
Abyss777
2017-08-09
Implement motion detection similar to trips detection
Abyss777
2017-06-16
Centralized motion detection
Abyss777
2017-01-26
Fix ignition test
Abyss777
2016-10-20
Kill EventHandlerTest class, it has been replaced by BaseTest
Renaud Allard
2016-08-11
- Added IgnitionEventHandler
Abyss777
- Added unit test for some EventHandlers - Changed a bit IdentityManager to fit EventHandlerTest