aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)Author
2015-09-03fix(grant,revoke): Change default ttl to `1440`update-ttlTeddy Wing
Update the default time-to-live argument value in `Pubnub.grant` and `Pubnub.revoke` to 1440. The docs for PubNub's JavaScript, Ruby, and Python SDKs all describe the `ttl` parameter's default value as `1440` (or 24 hours): - [JavaScript](http://www.pubnub.com/docs/web-javascript/api-reference#grant) - [Ruby](http://www.pubnub.com/docs/ruby/api-reference#grant) - [Python](http://www.pubnub.com/docs/python/api-reference#grant) This information was not reflected in the `grant` and `revoke` methods. Update their defaults to reflect the expected value given the information from the documentation.
2015-06-26Update CHANGELOGHEADmasterdevendram
2015-06-25Merge branch 'develop'Devendra
2015-06-19readme updateDevendra
2015-06-19history include_tokenDevendra
2015-06-19adding include_token testDevendra
2015-06-19history fixDevendra
2015-06-19added history testDevendra
2015-06-19fixing bad argumentsDevendra
2015-06-19changing importpam_demoDevendra
2015-06-19merging developDevendra
2015-06-19version bumpDevendra
2015-06-19removing junk fileDevendra
2015-06-18fix for history in encryption modeDevendra
2015-06-16changing Pubnub to pubnub in filesDevendra
2015-06-16editing setup.pyDevendra
2015-06-16changed Pubnub module to pubnubDevendra
2015-06-16remove subscribe_syncDevendra
2015-06-15removing pyflakes warningsDevendra
2015-06-12removing pam_demo example from developDevendra
2015-06-12Merge branch 'pam_demo' into developDevendra
2015-06-08Working example of secure PAM key exchange with client and server actors.gcohen
2015-06-08Working example of secure PAM key exchange with client and server actors.gcohen
2015-06-09fixing typoDevendra
2015-06-09adding channel param for error callbackDevendra
2015-06-06fix for issue where error callback not invoked for presenceDevendra
2015-06-06fixed issue of error callback not getting invoked for presenceDevendra
2015-06-05Added verbose comments, and added a scenarion to depict the client trying to ↵gcohen
subscribe on a restricted presence channel.
2015-06-05pam demoDevendra
2015-06-05state quoteDevendra
2015-06-05fix for grantDevendra
2015-06-05adding state support in subscribe and here nowDevendra
2015-06-05fixing issue where grant dint work on python 3Devendra
2015-06-02Update README.mddevendram
changing examples to use keyword parameters
2015-05-14adding include_token option to historyDevendra
2015-04-24merging osx 10.9 fix from Jay to developDevendra
2015-03-24Removed 'List Namespaces'crimsonred
2015-02-18version bumpDevendra
2015-02-18commit printDevendra
2015-01-13Update CHANGELOG3.7.0Geremy Cohen
2015-01-14bump version to 3.7.0Devendra
2014-12-31modiying comments for docsDevendra
2014-12-31updating docsDevendra
2014-12-30version changeDevendra
2014-12-30changes for channel groupcgDevendra
2014-12-27adding channel group unsubscribe, presenceDevendra
2014-12-27Merge branch 'develop' into cgDevendra
2014-12-18Merge branch 'develop' of github.com:pubnub/python into developDevendra
2014-12-18few minor fixesDevendra
2014-12-18cg subscribe support v1Devendra