Commit Graph

186 Commits

Author SHA1 Message Date
Ian Webster
0ae05b0829 Revert "add list of supported countries"
This reverts commit 1b14cfb718.
2017-08-06 18:26:04 -07:00
Ian Webster
1b14cfb718 add list of supported countries 2017-08-06 18:23:29 -07:00
Ian Webster
5efac0075d Merge pull request #106 from farazfazli/patch-1
Update readme, fromAddress is to be set from config.js
2017-02-09 11:27:26 -08:00
Faraz Fazli
69b5d27c99 Change fromAddress to be set from "config.js"
Before this file stated to modify the from address in lib/text.js when in fact the address is configured in lib/config.js and then the configuration variable is imported into the text.js file.
2017-02-09 09:23:22 -05:00
Ian Webster
a606f43584 Update README.md 2017-01-29 14:32:53 -08:00
Ian Webster
5dab810b23 Merge pull request #100 from pgibler/master
Fixed protocol bug for responses where the carrier is not supported.
2016-12-13 21:13:51 -08:00
Paul Gibler
d773319b32 Fixed protocol bug for responses where the carrier is not supported. 2016-12-11 15:48:30 -05:00
Ian Webster
d48b2e67a9 Correctly handle undefined carrier. #97 2016-12-10 17:47:54 -08:00
Ian Webster
776231dd09 Correct debug call after refactoring. Fixes #96. 2016-12-10 17:09:04 -08:00
Timothy Willard
69945a63fe Merge pull request #94 from TimothyWillard/master
Seperate Config File
2016-12-02 21:23:05 -05:00
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
Ian Webster
bd57d68b1f Add py-textbelt to README 2016-10-28 10:25:53 -07:00
Ian Webster
3945bd10d2 Merge pull request #90 from daluu/readme-updates
Readme update for html/js web client
2016-10-28 10:11:57 -07:00
David Luu
4469ff31f8 update readme for webpage clients 2016-10-25 09:07:08 -07:00
David Luu
897fecf51f add Vagrant VM config for textbelt as alternative to docker 2016-09-27 23:49:42 -07:00
Ian Webster
2162a47038 Merge pull request #89 from sigv/lint-lib-1609
Lint lib/
2016-09-20 09:08:39 -07: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
David Luu
ffe9afba56 better notes on port mapping 2016-09-18 00:36:49 -07:00
David Luu
557c595c93 first draft of Dockerfile for textbelt, builds but doesn't fully work as expected 2016-09-18 00:02:37 -07:00
Ian Webster
ed06e2675c Merge pull request #85 from gatorjuice/master
removed dup alltel
2016-08-11 21:03:49 -06:00
jgates
34c98ee964 removed dup alltel 2016-08-10 14:51:27 -05:00
Ian Webster
f4396a4cd9 add mutt to README 2016-05-26 14:29:06 -07:00
Ian Webster
3d758729e5 Fix crash on mutt error 2016-05-26 14:26:38 -07:00
Ian Webster
13a2f64970 Quote nex-tech carrier. Fixes #75 2016-03-16 15:53:56 -07:00
Ian Webster
58f2bad410 Clean up comment 2016-03-04 09:21:08 -08:00
Ian Webster
4c67ab46b3 Merge pull request #74 from markfinn/master
Add project fi provider
2016-02-22 08:53:15 +03:00
Mark Finn
990d5a89a0 add project fi provider as per announcement
https://support.google.com/fi/answer/6356597
https://productforums.google.com/forum/#!topic/project-fi/_1wI6z2GXQk
2016-02-15 16:46:25 -06:00
Ian Webster
e0e03abbe3 Merge pull request #69 from jconroy77/master
Add Nex-Tech Wireless as a provider
2016-01-29 14:44:23 -08:00
Ian Webster
8c38df849f Merge pull request #71 from ChandlerSwift/master
Removed Ting as Sprint Duplicate
2016-01-29 14:42:15 -08:00
Chandler T Swift
fdc440a509 Removed Ting as Sprint Duplicate 2016-01-28 16:57:06 -06:00
John Conroy
713b7b345b Add Nex-Tech Wireless as a provider 2016-01-26 18:13:01 -05:00
Ian Webster
7f9065f358 Merge pull request #68 from lalongooo/master
Added Telcel Mexico to the Intl Supported Carriers list
2016-01-26 08:37:45 -08:00
Jorge E. Hernández
263a1df715 Added Telcel Mexico to the Intl Supported Carriers list 2016-01-26 09:25:56 -06:00
Ian Webster
39d10d623e Merge pull request #66 from bronzehedwick/patch-1
Add syntax highlighting to readme code samples
2016-01-07 22:53:26 -08:00
Chris DeLuca
2bcbb0223a Add syntax highlighting to readme code samples 2016-01-08 00:08:40 -05:00
Ian Webster
1ec377e3a8 Merge pull request #65 from djds23/add-ruby-library
Update readme to include the textbelt-gem
2015-12-31 11:33:20 -05:00
Dean Silfen
2cf4dc6909 Update readme to include the textbelt-gem 2015-12-31 11:08:33 -05:00
Ian Webster
73e4c09b5c Merge pull request #63 from djds23/update-readme
Update readme to include redis
2015-12-30 15:12:53 -08:00
Dean Silfen
81d2f952d5 Update readme to include redis 2015-12-30 18:10:40 -05: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
1d8b41595f Merge branch 'master' of github.com:typpo/textbelt
Conflicts:
	server/app.js
2015-11-06 00:24:52 -08:00
Ian Webster
2c2888fbe9 Use mail command instead of sendmail. 2015-11-06 00:24:25 -08:00
Ian Webster
30b86ca53b Remove authbox and add banned IP list. 2015-11-06 00:23:04 -08:00
Ian Webster
e1219bf32b Merge branch 'master' of github.com:typpo/textbelt 2015-09-20 23:16:55 -07:00
Ian Webster
753d1f82fc Merge pull request #51 from vdrey/master
Added Republic Wireless to supported US carriers
2015-09-20 23:16:24 -07:00
Ian Webster
2d9e929fd5 Merge pull request #52 from kthibodeaux/add-ting-provider
Add Ting as a Provider
2015-09-20 23:15:55 -07:00
kthibodeaux
27fada7ec1 Add Ting as a Provider
Confirmation from Ting agent that this is supported:
https://help.ting.com/hc/communities/public/questions/203771568-Can-you-send-a-text-message-to-a-phone-number-via-the-internet-email-
2015-09-19 17:24:48 -04:00