Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Update README.mdHEAD1.2origin/masterorigin/HEADmaster | Hans Duedal | 2015-01-26 | 1 | -0/+8 |
| | | | Added reference to pcntl | ||||
* | Fix CSMS with CSMS_16BIT_TAGS not working | gpedic | 2014-12-05 | 1 | -1/+1 |
| | |||||
* | Merge pull request #16 from terox/patch-1 | Hans Duedal | 2014-11-13 | 1 | -1/+1 |
|\ | | | | | Added to regex a white space in "stat" part for some gateways | ||||
| * | Added to regex a white space in "stat" part for some gateways | terox | 2013-03-22 | 1 | -1/+1 |
| | | |||||
* | | Added a basic composer file | Hans Duedal | 2014-11-13 | 1 | -0/+29 |
| | | |||||
* | | Fixed SMS padding if configured with 8bit CSMS UDH | Hans Duedal | 2014-11-13 | 1 | -1/+2 |
| | | | | | | | | | | | | Some providers would pad messages with 0x0D if using 8 bit CSMS reference numbers in the UDH and only using 152 of the available 153 GSM 03.38 chars. | ||||
* | | Merge pull request #23 from frednias/patch-1 | Hans Duedal | 2013-07-22 | 1 | -2/+2 |
|\ \ | |/ |/| | Syntax error on line 72 | ||||
| * | Syntax error on line 72 | Fred Nias | 2013-07-19 | 1 | -2/+2 |
|/ | | | '$' is missing for $hostname | ||||
* | Merge pull request #8 from rogerized/patch-1 | Hans Duedal | 2012-09-14 | 1 | -1/+1 |
|\ | | | | | Corrected the link to the namespaced version | ||||
| * | Corrected the link to the namespaced version | rogerized | 2012-09-14 | 1 | -1/+1 |
|/ | |||||
* | Merge pull request #4 from dineshcooper/master | Hans Duedal | 2012-07-18 | 1 | -1/+1 |
|\ | | | | | Some gateways use 2 digit err value in Delivery Receipt | ||||
| * | Delivery Receipt matching - found provider that uses 2 digit err value ↵ | Dinesh Copoosamy | 2012-07-18 | 1 | -1/+1 |
|/ | | | | (http://www.dialogue.net/) | ||||
* | Update README.md | Hans Duedal | 2012-02-28 | 1 | -1/+1 |
| | |||||
* | Fixed notice | Hans Duedal | 2012-02-20 | 1 | -1/+1 |
| | |||||
* | Fixed bug in IP4 validation, and added 8-bit CSMS | Hans Duedal | 2012-02-20 | 3 | -12/+41 |
| | | | | You can now select a CSMS method from three types; CSMS_16BIT_TAGS, CSMS_PAYLOAD or CSMS_8BIT_UDH. | ||||
* | Merged QUERY_SM / queryStatus() feature from develop | Hans Duedal | 2011-10-05 | 1 | -1/+74 |
|\ | |||||
| * | Merge branch 'develop' of github.com:onlinecity/php-smpp into develop | Hans Duedal | 2011-10-05 | 1 | -4/+5 |
| |\ | |||||
| | * | Fixed UTC offset symbol bug, where it was hardcoded as positive | Hans Duedal | 2011-10-04 | 1 | -4/+5 |
| | | | |||||
| * | | Bugfixes for queryStatus | Hans Duedal | 2011-10-05 | 1 | -2/+4 |
| |/ | |||||
| * | Added methods for QUERY_SM and parsing of SMPP times. | Hans Duedal | 2011-10-04 | 1 | -0/+70 |
| | | | | | | | | | | | | The parseSmppTime can parse a date+time combo as specified by SMPP v. 3.4 section 7.1 The queryStatus can be used to query a SMSC for the current delivery status of a SMS. At this time they are both considered experimental since they are only tested with emulators. | ||||
* | | Merge branch 'develop' | Hans Duedal | 2011-10-04 | 1 | -3/+3 |
|\ \ | |/ | |||||
| * | Improve reg.exp. parsing of delivery receipts | Hans Duedal | 2011-10-04 | 1 | -3/+3 |
| | | | | | | | | | | | | Relaxed case sensitive to insensitive. Added support for timestamps with seconds. These changes are made to support Vodacom (South Africa), which are non-standard. | ||||
* | | Merged new FAQ from develop | Hans Duedal | 2011-09-06 | 1 | -3/+37 |
|\ \ | |/ | |||||
| * | Added F.A.Q. | Hans Duedal | 2011-09-06 | 1 | -3/+37 |
| | | |||||
* | | Merged PHP5.2 compat and Logica/Generic_NACK fixes from develop | Hans Duedal | 2011-09-06 | 2 | -12/+18 |
|\ \ | |/ | |||||
| * | Removed array_push by accident in 9d18dc2dacf4f3d09b6cfb3d3beaeade3e4ccf43 | Hans Duedal | 2011-09-06 | 1 | -2/+5 |
| | | |||||
| * | Fixed issue where GENERIC_NACK was not accepted as a response. Seen in the ↵ | Hans Duedal | 2011-09-06 | 1 | -9/+12 |
| | | | | | | | | wild with logica based implementations | ||||
| * | Improved compatibility with PHP 5.2 | Hans Duedal | 2011-09-06 | 2 | -3/+3 |
| | | |||||
* | | Merged EAGAIN const fix | Hans Duedal | 2011-07-29 | 1 | -1/+1 |
|\ \ | |/ | |||||
| * | Fixed EAGAIN const, to allowing it to run on non-linux platforms | Hans Duedal | 2011-07-29 | 1 | -1/+1 |
| | | |||||
* | | Merge branch 'develop' | Hans Duedal | 2011-07-29 | 1 | -1/+1 |
|\ \ | |/ | |||||
| * | Only add valid PDUs to the queue | Hans Duedal | 2011-07-29 | 1 | -1/+1 |
| | | |||||
* | | Merged develop branch into master | Hans Duedal | 2011-07-22 | 17 | -2095/+829 |
|\ \ | |/ | |||||
| * | Updated readme with link to old version | Hans Duedal | 2011-07-22 | 1 | -1/+3 |
| | | |||||
| * | Updated readme | Hans Duedal | 2011-07-22 | 2 | -8/+17 |
| | | |||||
| * | Fixed gethostbyname call, so it fails properly on unknown hosts | Hans Duedal | 2011-07-22 | 1 | -1/+1 |
| | | |||||
| * | Replaced thrift socket components with new SocketTransport class. Moved ↵ | Hans Duedal | 2011-07-22 | 9 | -1075/+424 |
| | | | | | | | | files to new dir. Added feature to check for enquire link messages for transmitters as well | ||||
| * | Added check for missing reply to bind command | Hans Duedal | 2011-07-22 | 1 | -7/+5 |
| | | |||||
| * | More porting from namespaced code | Hans Duedal | 2011-07-08 | 2 | -4/+5 |
| | | |||||
| * | Moved scheduled delivery, validity period, and priority to the method params ↵ | Hans Duedal | 2011-05-26 | 1 | -10/+14 |
| | | | | | | | | for sendSMS and implemented support for using these fields | ||||
| * | Fixed typo from namespace removal | Hans Duedal | 2011-05-05 | 1 | -1/+1 |
| | | |||||
| * | Forgot an escape char in counting regexp | Hans Duedal | 2011-05-05 | 1 | -1/+1 |
| | | |||||
| * | Improved readme. Added handling of unknown UTF-8 chars, and added counting ↵ | Hans Duedal | 2011-05-05 | 3 | -128/+116 |
| | | | | | | | | feature to GsmEncoder | ||||
| * | Removed the worker components. This lib will focus on the SMPP protocol ↵ | Hans Duedal | 2011-05-05 | 6 | -586/+0 |
| | | | | | | | | implementation instead. | ||||
| * | Fixed return after updating to thrift 0.6.1, removed the remaining namespaces | Hans Duedal | 2011-05-05 | 1 | -6/+7 |
| | | |||||
| * | Updated thrift sockets to v. 0.6.1, and removed a namespace | Hans Duedal | 2011-05-04 | 2 | -6/+6 |
| | | |||||
| * | Removed namespaces from protocol and transport components | Hans Duedal | 2011-05-04 | 15 | -308/+274 |
| | | |||||
* | | Merge pull request #1 from mathewpeterson/master1.0.1-namespaced | Hans Duedal | 2011-06-02 | 1 | -13/+11 |
|\ \ | |/ |/| | New spl autoload function that plays nice with others. Thanks to mathew. | ||||
| * | Recreated autoloader function using php's spl_autoloader functionality. | Mathew Peterson | 2011-05-27 | 1 | -13/+11 |
|/ | |||||
* | Typo in readme markdown | Hans Duedal | 2011-04-20 | 1 | -1/+1 |
| | |||||
* | Added new code highlighting blocks, see ↵ | Hans Duedal | 2011-04-20 | 1 | -5/+11 |
| | | | | https://github.com/blog/832-rolling-out-the-redcarpet | ||||
* | Fixed missing GSM 03.38 encoding for sender field | Hans Duedal | 2011-04-12 | 1 | -1/+3 |
| | |||||
* | Merge branch 'develop' | Hans Duedal | 2011-03-26 | 1 | -2/+4 |
|\ | |||||
| * | Fixed issue where DLRs containing multiple line text-snippets could not be ↵ | Hans Duedal | 2011-03-26 | 1 | -2/+4 |
| | | | | | | | | parsed | ||||
* | | Merge branch 'develop' | Hans Duedal | 2011-03-26 | 1 | -1/+1 |
|\ \ | |/ | |||||
| * | Fixed bug with payload tag | Hans Duedal | 2011-03-26 | 1 | -1/+1 |
| | | |||||
* | | Merge branch 'develop' | Hans Duedal | 2011-03-25 | 2 | -10/+8 |
|\ \ | |/ | |||||
| * | Another markdown update | Hans Duedal | 2011-03-25 | 1 | -1/+1 |
| | | |||||
| * | Another markdown update | Hans Duedal | 2011-03-25 | 1 | -0/+1 |
| | | |||||
| * | Another markdown update | Hans Duedal | 2011-03-25 | 1 | -3/+3 |
| | | |||||
| * | Fixed a typo in SmsSender, and improved markdown | Hans Duedal | 2011-03-25 | 2 | -7/+4 |
|/ | |||||
* | Initial import | Hans Duedal | 2011-03-25 | 15 | -0/+2985 |