Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-01-13 | Fix altitude factor | Evgeny S Maksimov | |
2019-01-13 | Fix copy/paste errors | Evgeny S Maksimov | |
2019-01-13 | Added F6 format support + minor improvements for previous formats. | Evgeny S Maksimov | |
2019-01-12 | Support H10 cell and wifi | Anton Tananaev | |
2019-01-12 | Test Suntech hours decoding | Anton Tananaev | |
2019-01-11 | Merge pull request #4188 from iEvgeny/logrotate | Anton Tananaev | |
Added logger.rotate configuration parameter for compatibility with logrotate | |||
2019-01-09 | Merge pull request #4186 from flocsy/logger-format | Anton Tananaev | |
fixed LOGGER format string | |||
2019-01-09 | fixed LOGGER format string | Gavriel Fleischer | |
2019-01-09 | Merge pull request #4184 from flocsy/fix-log-order | Anton Tananaev | |
fixed log order | |||
2019-01-09 | fixed log order | Gavriel Fleischer | |
2019-01-08 | Add ITS login response | Anton Tananaev | |
2019-01-08 | Merge pull request #4181 from flocsy/log-battery | Anton Tananaev | |
Small improvements to logging | |||
2019-01-08 | reverted getInteger | Gavriel Fleischer | |
2019-01-08 | made it possible to customize log order and use any attribute | Gavriel Fleischer | |
2019-01-08 | 120 chars line limit... | Gavriel Fleischer | |
2019-01-08 | remove non-standard -N | Gavriel Fleischer | |
2019-01-08 | use String formatting in logging | Gavriel Fleischer | |
2019-01-08 | use Java api | Gavriel Fleischer | |
2019-01-08 | renamed method to parseError | Gavriel Fleischer | |
2019-01-08 | added logger.events configuration | Gavriel Fleischer | |
2019-01-08 | log error in GoogleGeocoder | Gavriel Fleischer | |
2019-01-08 | changed log message for port confict | Gavriel Fleischer | |
2019-01-07 | added getInteger that can return null | Gavriel Fleischer | |
2019-01-07 | log battery level, outdated, invalid | Gavriel Fleischer | |
2019-01-07 | disconnect after hex command sent | Gavriel Fleischer | |
2019-01-07 | log port in case of conflict | Gavriel Fleischer | |
2019-01-07 | log error in geocoder | Gavriel Fleischer | |
2019-01-06 | Decode Atrack driver id | Anton Tananaev | |
2019-01-05 | Support Nyitech NT-183W protocol | Anton Tananaev | |
2019-01-04 | Log original exception | Anton Tananaev | |
2019-01-04 | Fix potential security issue | Anton Tananaev | |
2019-01-03 | Support alternative Atlanta L100 format | Anton Tananaev | |
2019-01-02 | Revert "Improve L100 decoder" | Anton Tananaev | |
This reverts commit 3254dbc | |||
2019-01-02 | Improve L100 decoder | Anton Tananaev | |
2019-01-01 | Merge pull request #4176 from mujeerhashmi/swaggerFixes | Anton Tananaev | |
Swagger.json: Fix typo and add type for attributes | |||
2019-01-01 | Swagger.json: Fix typo and add type for attributes. | Syed Mujeer Hashmi | |
This fixes typo in attributes field of various model classes and add the type for attributes as "object". This is based on inputs from "https://swagger.io/docs/specification/data-models/dictionaries/" Signed-off-by: Syed Mujeer Hashmi <mujeerhashmi@gmail.com> | |||
2018-12-31 | Decode additional Wristband data | Anton Tananaev | |
2018-12-31 | Handle Queclink GTSTC messages (fix #4173) | Anton Tananaev | |
2018-12-29 | Another Wristband update | Anton Tananaev | |
2018-12-29 | Another Wristband update | Anton Tananaev | |
2018-12-29 | Wristband respond with active mode | Anton Tananaev | |
2018-12-28 | Fix Wristband response | Anton Tananaev | |
2018-12-28 | Fix Wristband protocol response | Anton Tananaev | |
2018-12-28 | Wristband protocol response as text | Anton Tananaev | |
2018-12-27 | Fix Wristband protocol response | Anton Tananaev | |
2018-12-27 | Update Wristband decoder | Anton Tananaev | |
2018-12-27 | Merge pull request #4170 from mujeerhashmi/msg91sms | Anton Tananaev | |
SMS client: Changes to support msg91 | |||
2018-12-27 | SMS client: Changes to support msg91 | Syed Mujeer Hashmi | |
The authorization header may require different name:value pair for specifying token by the service provider. Add a config parameter "sms.http.authorizationName" to support this. In case of msg91, the name required is "authkey". The newline at the end of short templates are causing invalid json in request. Get rid of the newline using trim(). The required config to enable msg91 sms notifications are <entry key='notificator.types'>web,mail,sms</entry> <entry key='notificator.sms.manager.class'>org.traccar.sms.HttpSmsClient</entry> <entry key='sms.http.url'>http://api.msg91.com/api/v2/sendsms</entry> <entry key="sms.http.authorizationName">authkey</entry> <entry key='sms.http.authorization'>[YOUR TOKEN]</entry> <entry key='sms.http.template'> { "sender": "SOCKET", "route": "4", "country": "91", "sms": [ { "message": "{message}", "to": ["{phone}"] } ] } </entry> Signed-off-by: Syed Mujeer Hashmi <mujeerhashmi@gmail.com> | |||
2018-12-21 | Support PT100 protocol | Anton Tananaev | |
2018-12-21 | Handle long odometer values | Anton Tananaev | |