Commit Graph

12 Commits

Author SHA1 Message Date
Timothy Willard
7f8c2feb51 Update for suggestions made at typpo/textbelt pull request #94 2016-12-02 21:20:40 -05:00
Timothy Willard
60b4b8d6ec Update to now include a seperate config file 2016-11-27 00:57:45 -05:00
Valters Jansons
f842ebd65b Lint lib/
The carriers file contains duplicate keys. They have been resolved:
- exact duplicate of ideacellular deleted
- exact duplicate of onlinebeep deleted
- one duplicate of surewestcommunications (%s@freesurf.ch) renamed to
  sunrisecommunications as www.freesurf.ch redirects to sunrise.ch

Unused variables were defined in the library. They have been resolved:
- reference to the `underscore` module deleted
- reference to the `exec` function of the `child_process` module deleted

The carrier argument in text.send was not documented in the library
code. That line of documentation has been added.

The carrier argument in text.send was not being checked as strictly
equal to null. The triple-equals operator has now been applied to
the comparison.

The requires had bad line breakings before commas. The commas have
all been moved to ends of lines instead.

On an unrelated not to lint, the console.log call in the text library
has been switched out with an output call to obey the debug setting.
2016-09-20 17:39:09 +03:00
Ian Webster
3d758729e5 Fix crash on mutt error 2016-05-26 14:26:38 -07:00
Ian Webster
58f2bad410 Clean up comment 2016-03-04 09:21:08 -08:00
Ian Webster
4a84a8dbaa Merge pull request #57 from alexionescu/carrier-support
Added carrier support. typpo/textbelt#56
2015-12-05 11:24:45 -08:00
Ian Webster
19b7403174 switch to mutt 2015-12-02 23:36:39 -08:00
Alex Ionescu
6a65ff7907 Added carrier support. typpo/textbelt#56 2015-11-28 10:49:03 -08:00
Ian Webster
2c2888fbe9 Use mail command instead of sendmail. 2015-11-06 00:24:25 -08:00
Ian
da2fd044fc Set a default 'from' address that is not textbelt.com 2015-03-10 23:51:52 -07:00
Ian
33315c6050 minor cleanup 2014-10-22 23:51:58 -07:00
Taylor Russ
ce1ded590c Separate text sending into it's own module. 2014-10-05 23:12:30 -07:00