summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Update README.mdHEAD1.2origin/masterorigin/HEADmasterHans Duedal2015-01-261-0/+8
| | | Added reference to pcntl
* 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 gateways
| * 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
| | | | | | | | | | | | 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-1Hans Duedal2013-07-221-2/+2
|\ \ | |/ |/| Syntax error on line 72
| * Syntax error on line 72Fred Nias2013-07-191-2/+2
|/ | | '$' is missing for $hostname
* Merge pull request #8 from rogerized/patch-1Hans Duedal2012-09-141-1/+1
|\ | | | | Corrected the link to the namespaced version
| * Corrected the link to the namespaced versionrogerized2012-09-141-1/+1
|/
* Merge pull request #4 from dineshcooper/masterHans Duedal2012-07-181-1/+1
|\ | | | | Some gateways use 2 digit err value in Delivery Receipt
| * Delivery Receipt matching - found provider that uses 2 digit err value ↵Dinesh Copoosamy2012-07-181-1/+1
|/ | | | (http://www.dialogue.net/)
* 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
| | | | 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 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
| | | | | | | | | | | | 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 Duedal2011-10-041-3/+3
|\ \ | |/
| * Improve reg.exp. parsing of delivery receiptsHans Duedal2011-10-041-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 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 ↵Hans Duedal2011-09-061-9/+12
| | | | | | | | wild with logica based implementations
| * 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 ↵Hans Duedal2011-07-229-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 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
| | | | | | | | for sendSMS and implemented support for using these fields
| * 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 ↵Hans Duedal2011-05-053-128/+116
| | | | | | | | feature to GsmEncoder
| * Removed the worker components. This lib will focus on the SMPP protocol ↵Hans Duedal2011-05-056-586/+0
| | | | | | | | implementation instead.
| * 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
|\ \ | |/ |/| New spl autoload function that plays nice with others. Thanks to mathew.
| * 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 ↵Hans Duedal2011-04-201-5/+11
| | | | https://github.com/blog/832-rolling-out-the-redcarpet
* 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 ↵Hans Duedal2011-03-261-2/+4
| | | | | | | | parsed
* | 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