| Commit message (Expand) | Author | Age | Files | Lines |
* | Update README.mdHEAD1.2origin/masterorigin/HEADmaster | Hans Duedal | 2015-01-26 | 1 | -0/+8 |
* | 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 | 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 |
* | | Merge pull request #23 from frednias/patch-1 | Hans Duedal | 2013-07-22 | 1 | -2/+2 |
|\ \
| |/
|/| |
|
| * | Syntax error on line 72 | Fred Nias | 2013-07-19 | 1 | -2/+2 |
|/ |
|
* | Merge pull request #8 from rogerized/patch-1 | Hans Duedal | 2012-09-14 | 1 | -1/+1 |
|\ |
|
| * | 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 |
|\ |
|
| * | Delivery Receipt matching - found provider that uses 2 digit err value (http:... | Dinesh Copoosamy | 2012-07-18 | 1 | -1/+1 |
|/ |
|
* | 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 |
* | 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 |
* | | 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 |
* | | 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 wi... | Hans Duedal | 2011-09-06 | 1 | -9/+12 |
| * | 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 files... | Hans Duedal | 2011-07-22 | 9 | -1075/+424 |
| * | 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 |
| * | 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 fe... | Hans Duedal | 2011-05-05 | 3 | -128/+116 |
| * | Removed the worker components. This lib will focus on the SMPP protocol imple... | Hans Duedal | 2011-05-05 | 6 | -586/+0 |
| * | 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 |
|\ \
| |/
|/| |
|
| * | 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 https://github.com/blog/832-rolling-o... | Hans Duedal | 2011-04-20 | 1 | -5/+11 |
* | 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 pa... | Hans Duedal | 2011-03-26 | 1 | -2/+4 |
* | | 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 |