178 Commits

Author SHA1 Message Date
lilleman 2e4d1c4041 Merge pull request #35 from larvit/renovate/portfinder-1.x
Update dependency portfinder to v1.0.20
2019-02-19 19:23:47 +01:00
Renovate Bot 27bc7d3243 Update dependency portfinder to v1.0.20 2019-02-19 18:23:40 +00:00
lilleman fd6cfb6343 Merge pull request #36 from larvit/renovate/eslint-5.x
Update dependency eslint to v5.14.1
2019-02-19 19:23:37 +01:00
lilleman c4b7f55e5c Merge pull request #37 from larvit/renovate/mocha-eslint-5.x
Update dependency mocha-eslint to v5
2019-02-19 19:23:30 +01:00
Renovate Bot 64abd65fb4 Update dependency mocha-eslint to v5 2019-02-19 18:23:18 +00:00
lilleman 1ada19d2fe Merge pull request #39 from larvit/renovate/mocha-6.x
Update dependency mocha to v6
2019-02-19 19:23:04 +01:00
Renovate Bot cfc1530bfc Update dependency mocha to v6 2019-02-18 21:20:51 +00:00
Renovate Bot 5d58aebf71 Update dependency eslint to v5.14.1 2019-02-18 17:29:12 +00:00
lilleman 10c30a6682 Merge pull request #34 from larvit/renovate/portfinder-1.x
Update dependency portfinder to v1.0.18
2018-10-19 10:08:54 +02:00
lilleman e9a4133512 Merge pull request #31 from larvit/renovate/eslint-5.x
Update dependency eslint to v5.7.0
2018-10-19 10:08:39 +02:00
Renovate Bot 7c13882493 Update dependency portfinder to v1.0.18 2018-10-17 23:40:39 +00:00
Renovate Bot 933a9ed083 Update dependency eslint to v5.7.0 2018-10-12 20:54:01 +00:00
lilleman 834f878484 Nicer travis config file 2018-08-22 17:05:57 +02:00
lilleman 81be0a9aea Dependency updates and new API for logging 2018-08-22 17:05:29 +02:00
lilleman d9d3babe3b Merge pull request #30 from larvit/renovate/eslint-5.x
Update dependency eslint to v5
2018-08-22 16:03:30 +02:00
Renovate Bot cb55c0ea8f Update dependency eslint to v5 2018-08-22 14:02:30 +00:00
lilleman dae8965c2b Merge pull request #29 from larvit/renovate/pin-dependencies
Pin dependencies
2018-08-22 16:02:20 +02:00
Renovate Bot c68edb910c Pin dependencies 2018-08-22 14:01:28 +00:00
lilleman b61b0a0427 Merge pull request #28 from larvit/renovate/configure
Configure Renovate
2018-08-22 16:01:20 +02:00
Renovate Bot a68f923ac8 Add renovate.json 2018-07-31 10:58:12 +00:00
lilleman 8d17f1790b Drop support for node 4 2018-06-13 10:57:17 +02:00
lilleman a356c64343 Lint fixes and dependency updates 2018-06-13 10:54:42 +02:00
lilleman eda6f90cee Merge pull request #27 from qasimakhan/master
Patch for Malformed PDU with cmdLength 0. Issue #25.
2018-06-13 10:46:36 +02:00
Qasim Ayyaz Khan 44a3859dc9 Patch for Malformed PDU with cmdLength 0. Issue #25. 2018-06-13 08:00:11 +00:00
lilleman efcc303ec0 Updated version with latest supported versions of dependencies 2018-03-09 13:36:18 +01:00
lilleman a8618a8216 New version of package-lock.json 2018-03-09 13:35:51 +01:00
lilleman b80254aa12 Version bump setting smsId to uuid instead of empty string in case it is missing 2018-03-09 13:31:44 +01:00
lilleman 1756971e8f Merge pull request #24 from qasimakhan/master
Adding random uuid to message id if not assigned. It makes sure that …
2018-03-09 13:30:28 +01:00
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