summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Update README.mdHEAD1.2origin/masterorigin/HEADmasterHans Duedal2015-01-261-0/+8
* Fix CSMS with CSMS_16BIT_TAGS not workinggpedic2014-12-051-1/+1
* Merge pull request #16 from terox/patch-1Hans Duedal2014-11-131-1/+1
|\
| * Added to regex a white space in "stat" part for some gatewaysterox2013-03-221-1/+1
* | Added a basic composer fileHans Duedal2014-11-131-0/+29
* | Fixed SMS padding if configured with 8bit CSMS UDHHans Duedal2014-11-131-1/+2
* | Merge pull request #23 from frednias/patch-1Hans Duedal2013-07-221-2/+2
|\ \ | |/ |/|
| * Syntax error on line 72Fred Nias2013-07-191-2/+2
|/
* Merge pull request #8 from rogerized/patch-1Hans Duedal2012-09-141-1/+1
|\
| * Corrected the link to the namespaced versionrogerized2012-09-141-1/+1
|/
* Merge pull request #4 from dineshcooper/masterHans Duedal2012-07-181-1/+1
|\
| * Delivery Receipt matching - found provider that uses 2 digit err value (http:...Dinesh Copoosamy2012-07-181-1/+1
|/
* Update README.mdHans Duedal2012-02-281-1/+1
* Fixed noticeHans Duedal2012-02-201-1/+1
* Fixed bug in IP4 validation, and added 8-bit CSMSHans Duedal2012-02-203-12/+41
* Merged QUERY_SM / queryStatus() feature from developHans Duedal2011-10-051-1/+74
|\
| * Merge branch 'develop' of github.com:onlinecity/php-smpp into developHans Duedal2011-10-051-4/+5
| |\
| | * Fixed UTC offset symbol bug, where it was hardcoded as positiveHans Duedal2011-10-041-4/+5
| * | Bugfixes for queryStatusHans Duedal2011-10-051-2/+4
| |/
| * Added methods for QUERY_SM and parsing of SMPP times.Hans Duedal2011-10-041-0/+70
* | Merge branch 'develop'Hans Duedal2011-10-041-3/+3
|\ \ | |/
| * Improve reg.exp. parsing of delivery receiptsHans Duedal2011-10-041-3/+3
* | Merged new FAQ from developHans Duedal2011-09-061-3/+37
|\ \ | |/
| * Added F.A.Q.Hans Duedal2011-09-061-3/+37
* | Merged PHP5.2 compat and Logica/Generic_NACK fixes from developHans Duedal2011-09-062-12/+18
|\ \ | |/
| * Removed array_push by accident in 9d18dc2dacf4f3d09b6cfb3d3beaeade3e4ccf43Hans Duedal2011-09-061-2/+5
| * Fixed issue where GENERIC_NACK was not accepted as a response. Seen in the wi...Hans Duedal2011-09-061-9/+12
| * Improved compatibility with PHP 5.2Hans Duedal2011-09-062-3/+3
* | Merged EAGAIN const fixHans Duedal2011-07-291-1/+1
|\ \ | |/
| * Fixed EAGAIN const, to allowing it to run on non-linux platformsHans Duedal2011-07-291-1/+1
* | Merge branch 'develop'Hans Duedal2011-07-291-1/+1
|\ \ | |/
| * Only add valid PDUs to the queueHans Duedal2011-07-291-1/+1
* | Merged develop branch into masterHans Duedal2011-07-2217-2095/+829
|\ \ | |/
| * Updated readme with link to old versionHans Duedal2011-07-221-1/+3
| * Updated readmeHans Duedal2011-07-222-8/+17
| * Fixed gethostbyname call, so it fails properly on unknown hostsHans Duedal2011-07-221-1/+1
| * Replaced thrift socket components with new SocketTransport class. Moved files...Hans Duedal2011-07-229-1075/+424
| * Added check for missing reply to bind commandHans Duedal2011-07-221-7/+5
| * More porting from namespaced codeHans Duedal2011-07-082-4/+5
| * Moved scheduled delivery, validity period, and priority to the method params ...Hans Duedal2011-05-261-10/+14
| * Fixed typo from namespace removalHans Duedal2011-05-051-1/+1
| * Forgot an escape char in counting regexpHans Duedal2011-05-051-1/+1
| * Improved readme. Added handling of unknown UTF-8 chars, and added counting fe...Hans Duedal2011-05-053-128/+116
| * Removed the worker components. This lib will focus on the SMPP protocol imple...Hans Duedal2011-05-056-586/+0
| * Fixed return after updating to thrift 0.6.1, removed the remaining namespacesHans Duedal2011-05-051-6/+7
| * Updated thrift sockets to v. 0.6.1, and removed a namespaceHans Duedal2011-05-042-6/+6
| * Removed namespaces from protocol and transport componentsHans Duedal2011-05-0415-308/+274
* | Merge pull request #1 from mathewpeterson/master1.0.1-namespacedHans Duedal2011-06-021-13/+11
|\ \ | |/ |/|
| * Recreated autoloader function using php's spl_autoloader functionality.Mathew Peterson2011-05-271-13/+11
|/
* Typo in readme markdownHans Duedal2011-04-201-1/+1
* Added new code highlighting blocks, see https://github.com/blog/832-rolling-o...Hans Duedal2011-04-201-5/+11
* Fixed missing GSM 03.38 encoding for sender fieldHans Duedal2011-04-121-1/+3
* Merge branch 'develop'Hans Duedal2011-03-261-2/+4
|\
| * Fixed issue where DLRs containing multiple line text-snippets could not be pa...Hans Duedal2011-03-261-2/+4
* | Merge branch 'develop'Hans Duedal2011-03-261-1/+1
|\ \ | |/
| * Fixed bug with payload tagHans Duedal2011-03-261-1/+1
* | Merge branch 'develop'Hans Duedal2011-03-252-10/+8
|\ \ | |/
| * Another markdown updateHans Duedal2011-03-251-1/+1
| * Another markdown updateHans Duedal2011-03-251-0/+1
| * Another markdown updateHans Duedal2011-03-251-3/+3
| * Fixed a typo in SmsSender, and improved markdownHans Duedal2011-03-252-7/+4
|/
* Initial importHans Duedal2011-03-2515-0/+2985