Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-06-27 | - Rename NotificationException to MessageException | Abyss777 | |
- Simplify Notificator instantiation - Make sms configuration more clear - Move some defaults in code - Some cleanup | |||
2018-06-26 | Merge remote-tracking branch 'ivanfmartinez/notifications' | Abyss777 | |
# Conflicts: # src/org/traccar/Context.java | |||
2018-06-02 | Start Netty 4 migration | Anton Tananaev | |
2018-04-01 | generalization for notifications processing | Ivan Martinez | |
2018-03-22 | Add support for long SMS sending | Abyss777 | |
2018-03-06 | Implement additional way to detect SMPP delivery receipts | Abyss777 | |
2018-02-18 | Option to set SMPP system type | Anton Tananaev | |
2018-01-24 | Improve incoming SMS handling | 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 | |