aboutsummaryrefslogtreecommitdiff
path: root/src/org/traccar/BasePipelineFactory.java
AgeCommit message (Collapse)Author
2018-06-05Use wrappers for network message handlingAnton Tananaev
2018-06-03Properly handle datagram channelsAnton Tananaev
2018-06-02Start Netty 4 migrationAnton Tananaev
2018-05-31- Rename switch and variableAbyss777
- Add temporary comment
2018-05-31Add engine hours handlerAbyss777
2018-02-07fixed inline variables + test namenativbarak
2018-02-04Fixed length on basepipelinefactorynativbarak
2018-02-04added POST option to forward urlnativbarak
2017-11-10- Combine "getAddress" functionsAbyss777
- Change switches logic
2017-11-08- Implement synchronous geocodingAbyss777
- Implement retry geocoding for trips/stops reports - Implement API for revers geocoding
2017-09-21Move speedThreshold to TripsConfigAbyss777
2017-08-21Do not save IP by defaultAnton Tananaev
2017-08-11Make Overspeed and Motion events handlers singleton and move some code to ↵Abyss777
function
2017-07-14Merge pull request #3349 from Abyss777/driversAnton Tananaev
Drivers implementation
2017-07-14Populate driverUniqueId in CopyAttributesHanlerAbyss777
2017-07-13Fix max speed filtering (fix #3342)Anton Tananaev
2017-07-12Implement Driver Unauthorized EventAbyss777
2017-07-12- Handle rfid attributes and populate driverUniqueIdAbyss777
- Add Driver Name to Trip report
2017-06-20Do revers geocoding after filteringAbyss777
2017-06-20- Combine 'DistanceHandler' and 'CoordinatesHandler'Abyss777
- Move 'DistanceHandler' closer to beginning of pipeline - Use KEY_DISTANCE instead of distance recalculation
2017-06-16Centralized motion detectionAbyss777
2017-05-12Implement computed attributesAbyss777
2017-04-17Implement fuel drop eventsAnton Tananaev
2017-03-26Implement global timeout optionAnton Tananaev
2017-03-12Minor decoding and pipeline fixesAnton Tananaev
2017-01-08Rename geolocation config parametersAnton Tananaev
2016-12-31Fix style issuesAnton Tananaev
2016-12-31Add exception classes and more renamesAnton Tananaev
2016-12-31Rename Location to GeolocationAnton Tananaev
2016-11-22Implement maintenance eventAbyss777
2016-11-02Update copyright notice emailsAnton Tananaev
2016-10-21Implement copy attributes from last positionAbyss777
2016-09-24Fix a crash in base pipeline factoryAnton Tananaev
2016-08-13- Split distance to distance and total distanceAbyss777
- Switch summary report to total distance - Move DistanceHandler after filters in pipeline - Other accompanying changes
2016-08-12Always calculate distanceAbyss777
2016-08-11- Enabled IgnitionEventHandler in pipelineAbyss777
- Added motorHours to SummaryReport - Added ignition to test-generator.py
2016-08-08Add coordinates filter (fix #2192)Anton Tananaev
2016-07-19changes Anton asked meninioe
2016-07-17Added AlertEventHandler & Mute button for all notificationsninioe
2016-06-24- Reverted changes in web-clientAbyss777
- Removed duplicate flag
2016-06-23Added possibility to disable event and geofence subsystemsAbyss777
2016-06-10GeofencesAbyss777
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
2016-05-07Do not use idle timeout for UDPAnton Tananaev
2016-05-07Rename reset delay to timeoutAnton Tananaev
2016-05-04Explicitly use ASCII charsetAnton Tananaev
2016-03-19Option to use GSM location for invalidAnton Tananaev
2016-01-19Add hemisphere options to config (fix #1669)Anton Tananaev
2015-12-29Fix typo in config parameter nameAnton Tananaev