Commit Graph

144 Commits

Author SHA1 Message Date
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
vdrey f6c70c4776 Add Republic Wireless to providers list in readme 2015-09-19 15:47:34 -04:00
vdrey 8a60de8ed7 Added Republic Wireless gateway to providers.js
Email to SMS is only available if the user allows it in the settings of the Republic Wireless app, but it makes sense to go ahead and add support for the users that do use it.
2015-09-19 15:45:59 -04:00
Ian Webster ff61a1bd6a Format list of textbelt clients 2015-09-06 08:43:15 -07:00
Ian Webster 222562eca5 Add list of textbelt clients 2015-09-06 08:41:57 -07:00
Ian Webster 2735ae1de1 Merge branch 'master' of github.com:typpo/textbelt 2015-09-06 08:24:42 -07:00
Ian Webster 26c02ff74d Fix IP tracking 2015-09-06 08:24:31 -07:00
Ian Webster 8063862d4c Remove orange providers that have requested to be removed 2015-09-06 08:22:32 -07:00
Ian Webster c570a7f3b5 Google analytics 2015-09-06 08:22:01 -07:00
Ian Webster b9fb645bac Enable CORS so sites can use directly in JS. Fixes #43. 2015-09-06 08:20:43 -07:00
Ian Webster 2de59bb48d Clarify what textbelt is in README. Fixes #48. 2015-09-06 08:18:14 -07:00
Ian Webster d50410afee Clarify meaning of success in README and site. Fixes #44 2015-07-21 23:55:55 -07:00
Ian Webster 9ca84ea1b9 Merge pull request #39 from randomite/master
Fixed Connect 3.0 Deprication Issue
2015-05-10 00:59:13 -07:00
Ravin Sardal 084649c998 Fixed Connect 3.0 Deprication Issue 2015-05-09 15:16:33 -07:00
Ian da2fd044fc Set a default 'from' address that is not textbelt.com 2015-03-10 23:51:52 -07:00
Ian Webster 4f22c477fa Merge pull request #35 from petehunt/better-ips
Send IP address to authbox
2015-01-03 19:23:25 -05:00
petehunt 84eab487fd Send IP address to authbox 2015-01-03 12:59:24 -08:00
Ian Webster 6728cc0dcd Correctly pass authbox digest. 2015-01-03 12:39:46 -08:00
Ian Webster ec699805ae Fix missing shasum var 2015-01-03 11:56:00 -08:00
Ian Webster 47aaa19906 Merge branch 'petehunt-authbox' 2015-01-03 14:51:23 -05:00
Ian Webster 604fd06b01 Add example authbox config 2015-01-03 14:50:18 -05:00
Ian Webster 5ca3eff6c2 Hash phone number sent to authbox and don't crash w no authbox config 2015-01-03 14:48:45 -05:00
petehunt 26104246ec Add Authbox support 2014-12-31 04:03:51 -05:00
Ian b6c8301ad4 add koodo in canada 2014-12-19 23:15:58 -08:00
Ian e8b4387510 Merge branch 'master' of github.com:typpo/textbelt 2014-12-09 23:17:52 -08:00
Ian 86d83691c6 Add txt.northerntelmobility.com endpoint. 2014-12-09 23:17:45 -08:00
Ian Webster 3076a00f4f Add cricket to US providers. #31 2014-11-27 20:18:52 -05:00
Ian ed1ecdc632 Merge branch 'master' of github.com:typpo/textbelt 2014-11-16 13:45:32 -08:00
Ian a45b675976 Don't allow IP source to be set via X-Real-IP unless we're behind a load balancer. #30 2014-11-16 13:45:20 -08:00
Ian Webster 41abd43314 Add nginx configuration. 2014-11-16 12:40:30 -08:00
Ian 33315c6050 minor cleanup 2014-10-22 23:51:58 -07:00
Ian b7a46c2d40 remove unused start script 2014-10-09 00:16:43 -07:00
Ian 4604e9bc81 add dev testing shortcut 2014-10-09 00:16:39 -07:00
Ian Webster 5504c7388f Merge branch 'soondobu-master' 2014-10-09 00:15:19 -07:00
Taylor Russ b33d31a1e2 Update README with module use info. 2014-10-05 23:12:30 -07:00
Taylor Russ a194086708 Add index.js to enable usage as module. 2014-10-05 23:12:30 -07:00
Taylor Russ ce1ded590c Separate text sending into it's own module. 2014-10-05 23:12:30 -07:00
Taylor Russ cfc629399a Fix a missing variable declaration. 2014-10-05 20:30:56 -07:00
Taylor Russ 210b0aef27 Refactor server and lib into separate folders. 2014-10-05 20:24:12 -07:00
Ian f68b4a5ca8 Add -X POST to tutorial for mac users 2014-09-29 22:25:05 -07:00
Ian b033d3ac57 Add subject - some providers include it in the delivered text and currently it says 'No subject'. 2014-09-20 16:52:18 -07:00
Ian Webster 17a94d2a60 txt2@textbelt.com 2014-09-20 15:58:39 -07:00
Ian Webster 438de8c5b6 add windmobile to canada providers list. Fixes #16. 2014-07-23 23:32:04 -07:00