Commit Graph

167 Commits

Author SHA1 Message Date
lilleman 4de8a71cbf Added tests for kannel large UDH test 2016-06-08 11:13:26 +02:00
lilleman d51e81ef34 Improved logging 2016-06-07 19:13:28 +02:00
lilleman b65d76a583 Improved logging 2016-06-07 19:13:16 +02:00
lilleman d25a90f6dd Updated README according to how the lib actually works 2016-06-07 19:12:55 +02:00
lilleman 96e6423a0f Raised the default socket timeout and other minor changes 2016-06-07 19:12:37 +02:00
lilleman fc629ddfdb Modifications to Qasims pull request to fix support for UDH header sizes above 1 2016-06-07 12:48:50 +02:00
lilleman 14f6fa4e5c Merge branch 'qasimakhan-master' 2016-06-07 12:37:12 +02:00
Qasim Ayyaz Khan 11512500de Fix for PDU's arriving in random order. Issue: https://github.com/larvit/larvitsmpp/issues/9 2016-06-03 10:00:30 -04:00
Qasim Ayyaz Khan 0936afbbbe Added test for PDU's arriving in random order. Issue: https://github.com/larvit/larvitsmpp/issues/9 2016-06-03 09:58:54 -04:00
Qasim Ayyaz Khan bc6b9f2146 Cleaning up the code and removing hacks for UDH headers. Also code now complies to all the test scenarios. 2016-06-03 04:46:59 -04:00
Qasim Ayyaz Khan d811dd32f2 Removing some debugging logs. 2016-06-03 00:10:05 -04:00
Qasim Ayyaz Khan 8f1c94724c Fixed extraction of UDH header from original buffer rather than from encoded message as CSMS reference / values number greater than 0x7F were not decoded properly. 2016-06-02 23:52:25 -04:00
Qasim Ayyaz Khan 7d0da6202c some fixes related to variable UDH header and Multipart SMS's
reference: https://github.com/larvit/larvitsmpp/issues/1
2016-06-02 15:18:58 -04:00
lilleman 5da55e0f52 Bumped upstream versions, minor adjustments to docs and a log message 2016-05-16 11:22:30 +02:00
lilleman f4a7c51b85 Added coverage badge n stuff 2016-04-27 09:55:55 +02:00
Lillem4n 40ae7bfe90 Merge pull request #5 from velichkov/master
Add code coverage report with Istanbul
2016-04-27 09:25:19 +02:00
Vasil Velichkov 75e18c65bc Add code coverage report with Istanbul
To generate the report run
    $npm run-script cover
2016-04-26 19:28:37 +03:00
lilleman f4ef447b56 Dependency version upgrades 2016-02-11 09:27:20 +01:00
lilleman 7614c42a54 Bumped upstream versions 2016-01-27 12:10:53 +01:00
lilleman 9aa4b6b9d9 Actually doing the dropping :) 2016-01-25 18:34:04 +01:00
lilleman 0f9971e53d Dropping support for node 0.8 2016-01-25 18:32:53 +01:00
lilleman a6998be01d Trying to please node 0.8 with clearer versions 2016-01-25 18:29:03 +01:00
lilleman 82ccb650f1 Bumped third party versions 2016-01-25 18:20:13 +01:00
lilleman 635212ca6e Fixed readme issue on npmjs 2016-01-14 13:29:17 +01:00
lilleman 1e25294095 Added test for readme example and added more logging 2016-01-14 13:19:32 +01:00
lilleman 32fc9c8063 Bumped moment version number 2016-01-13 09:17:29 +01:00
lilleman 4ddf3e798c Added dependency checking badge 2015-12-18 15:00:50 +01:00
lilleman 7ff3e93d91 Added dependency checking badge 2015-12-18 15:00:00 +01:00
lilleman 050ed2b529 Added dependency checking badge 2015-12-18 14:59:39 +01:00
lilleman bd1d6475a7 Added option to force encoding on message splitter 2015-12-14 11:49:26 +01:00
lilleman 7c0d589a07 Added solid dep versions 2015-11-29 14:44:33 +01:00
lilleman 836f4ef280 Added build status message 2015-11-15 09:45:12 +01:00
lilleman 3c3d464869 Added travis config 2015-11-15 09:41:50 +01:00
lilleman 6884c72346 Added event for login as well as original dlr pdus in the response callback 2015-06-16 21:46:15 +02:00
lilleman d7b54b6dde Added log entry for sending DLRs 2015-06-16 20:34:13 +02:00
lilleman 0228adb98c Moved smsDlr function to utils 2015-06-16 20:11:54 +02:00
lilleman 96a9e2c46a Added support for flash messages 2015-06-16 17:58:39 +02:00
lilleman 2f65fd118b Fixed negative sms IDs on failure 2015-06-16 16:56:04 +02:00
lilleman 16be9689fa Added option to let server listen to any host 2015-06-14 15:26:23 +02:00
lilleman 1e8452483f Added option to send user metadata to the server session 2015-06-14 14:55:07 +02:00
lilleman 32f6d41482 Version bumb 2015-06-14 11:30:24 +02:00
lilleman a9b6746506 Fixed bug that made session crash randomly 2015-06-14 11:30:02 +02:00
lilleman 1cfe5f7850 Fixed typo 2015-06-13 18:06:44 +02:00
lilleman 08ecfe9e1a Minor optimization to msg size counter 2015-06-13 18:05:32 +02:00
lilleman c5a4b93aee Fixed problem with UCS2 encoded long messages 2015-06-13 17:56:08 +02:00
lilleman 7c1f7ef485 Version bump 2015-06-13 16:25:58 +02:00
lilleman ad26a641c8 Added handler for socket errors 2015-06-13 16:25:40 +02:00
lilleman 93fdf8c83a Moved yet another function to pre declaration instead of inline. Also made sure references for smsGroupIds work as expected even if they are several 2015-06-13 15:58:55 +02:00
lilleman e42aa4f1e7 Minor simplification of code 2015-06-13 14:43:48 +02:00
lilleman 9b88428ebd Moved more functionality to pre declared instead of inline 2015-06-13 14:39:52 +02:00