index
:
trackermap-server
master
upstream
Patches to the Traccar server for TrackerMap
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
org
/
traccar
/
smpp
Age
Commit message (
Collapse
)
Author
2018-01-24
Improve incoming SMS handling
Abyss777
2017-06-26
Fix reconnection on enquire link failed
Abyss777
2017-03-20
Move handleTextMessage function to separate handler.
Abyss777
2017-03-20
Implement phone to device comparison
Abyss777
2017-03-09
Allow set different source address for commands
Abyss777
2017-03-05
Merge pull request #2971 from Abyss777/sms_commands
Anton Tananaev
Implement SMS commands
2017-03-04
- Fixed log messages
Abyss777
- Combine exceptions in Protocol
2017-03-03
Schedule reconnection only if current task stopped
Abyss777
2017-03-02
Remove BaseProtocolSmsEncoder class
Abyss777
Add fallback to SMS if device is not online Use more variables and ternary operators
2017-03-02
Implement sms commands
Abyss777
2017-02-23
- Combine template retrieving in one function
Abyss777
- Do not request delivery receipt
2017-02-22
- Simplify delivery log message
Abyss777
- Use warning instead of error
2017-02-21
Implement SMS notifications with help smpp protocol
Abyss777