Commit Graph

150 Commits

Author SHA1 Message Date
Qasim Ayyaz Khan 20c3b87ea7 Adding random uuid to message id if not assigned. It makes sure that the DLR's are mapped properly for smpp clients. 2018-03-09 11:27:57 +00:00
lilleman 8f34bded65 Minor test copy change 2017-06-25 02:17:57 +02:00
lilleman db64b9e309 Update LICENSE 2017-06-25 02:13:48 +02:00
lilleman 7cc0f4f94d var to let or const, better lints, code style and more 2017-06-25 02:10:26 +02:00
lilleman a3d253994f Merge branch 'master' of github.com:larvit/larvitsmpp 2017-06-24 13:22:34 +02:00
lilleman 5a46633374 Upped version and fixed better require paths in index file 2017-06-24 13:22:20 +02:00
lilleman 20ccbca9d3 Merge pull request #18 from Nimblr/jsdoc
Change to JSDoc type formatting {type}
2017-06-24 13:08:21 +02:00
lilleman da013fea70 More node versions for travis. Package lock file. Removal of pre-git. 2017-06-24 13:06:26 +02:00
lilleman 745b9830ed Merge pull request #19 from Nimblr/fixEncodingTest
Fix LATIN1 decode test
2017-06-24 13:05:38 +02:00
lilleman 754d808033 Merge pull request #21 from Nimblr/localMochaEslint
Use project eslint and mocha instead of global ones
2017-06-24 12:03:58 +02:00
lilleman b196cb9206 Merge pull request #22 from Nimblr/fixTlsOptionsTypo
Fix TLS options typo, missing "s"
2017-06-24 12:01:29 +02:00
David Jimenez c417de4d48 Fix TLS options typo, missing "s"
The
2017-06-22 20:31:02 -05:00
David Jimenez c0e7c61637 Use project eslint and mocha instead of global ones
As those are listed in `devDependencies`, developers should not be forced to install them globally.
2017-06-22 20:24:58 -05:00
David Jimenez 3bdb4b939c Fix LATIN1 decode test
It does not work as the latest version of the decode function
requires a Buffer, not just an array.
2017-06-22 20:13:06 -05:00
David Jimenez 50c5655ff2 Change to JSDoc type formatting {type} 2017-06-22 20:06:43 -05:00
Lillem4n fededfbfb1 Update README.md 2016-07-12 15:05:43 +02:00
lilleman bc93308a08 Version bump 2016-06-23 11:43:09 +02:00
lilleman 22c5d814e7 Merge branch 'Dexus-master' 2016-06-23 11:42:32 +02:00
lilleman 3c6f462175 Indent and minor linting tweaks to the latest merge 2016-06-23 11:42:10 +02:00
lilleman 9257174f9e Merge branch 'master' of https://github.com/Dexus/larvitsmpp into Dexus-master 2016-06-23 11:34:51 +02:00
lilleman 8c8a33ac81 Changed slow setting on some tests 2016-06-23 11:34:13 +02:00
Lillem4n f3f3ddf634 Merge pull request #15 from Dexus/fix-issue-14
Options for client should optional
2016-06-23 11:28:26 +02:00
Josef Fröhle 60cd78255f Options for client should optional
like the readme example

fixes #14
2016-06-22 22:18:36 +02:00
Josef Fröhle aaf93273c5 Add TLS Support 2016-06-22 22:13:57 +02:00
lilleman d5dbd74af2 Fixed bug on sorting concatenated messages 2016-06-08 18:40:09 +02:00
Lillem4n afeb4289c8 Merge pull request #10 from qasimakhan/master
Fix for PDU's arriving in random order.
2016-06-08 18:39:19 +02:00
lilleman 8478b166a3 Version bump 2016-06-08 11:29:50 +02:00
lilleman 9ed0f31cbc The actual eslint cleanup... 2016-06-08 11:25:51 +02:00
lilleman 46178864fc Eslint check cleanup 2016-06-08 11:25:29 +02:00
lilleman 2f4fd59156 Fixed JSON syntax error in package.json 2016-06-08 11:21:55 +02:00
lilleman aae9c8a497 Added pre-git scripts 2016-06-08 11:20:39 +02:00
lilleman 4ac751b279 Merge branch 'qasimakhan-master' 2016-06-08 11:17:56 +02:00
lilleman c0ea84e0ea Added node 6 to the travis tests 2016-06-08 11:16:19 +02:00
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