| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2018-10-24 | Fix global token (breaks backward compatibility) #27HEADmaster | Thibaut Horel | |
| 2018-05-13 | Version bumpv0.4 | Thibaut Horel | |
| 2018-05-13 | Add documentation for attachments | Thibaut Horel | |
| 2018-02-07 | Merge pull request #24 from chevell/master | Thibaut Horel | |
| Support for sending image attachments with messages | |||
| 2018-01-29 | Support for sending image attachments with messages | Dave Chevell | |
| 2018-01-22 | Merge pull request #22 from copart/master | Thibaut Horel | |
| added command line arguments for retry and expire. Both are required… | |||
| 2017-12-28 | added command line arguments for retry and expire. Both are required on ↵ | copart | |
| priority 2 messages. | |||
| 2016-12-30 | Version bumpv0.3 | Thibaut Horel | |
| 2016-12-29 | Add support for new receipt parameters | Thibaut Horel | |
| When sending messages with priority=2, the receipt now contains more information. We make it available as additional fields to the MessageRequest object | |||
| 2016-12-29 | Line length fix | Thibaut Horel | |
| 2016-12-28 | Merge pull request #17 from drachenminister/patch-1 | Thibaut Horel | |
| Implement canceling emergency-priority retries | |||
| 2016-12-28 | Merge pull request #19 from chevell/master | Thibaut Horel | |
| Added support for new Glances API | |||
| 2016-12-04 | Added support for new Glances API | Dave Chevell | |
| 2016-06-23 | Implement canceling emergency-priority retries | drachenminister | |
| see API description at https://pushover.net/api | |||
| 2016-03-25 | Merge pull request #15 from drachenminister/patch-1 | Thibaut Horel | |
| Enable HTML Message Support | |||
| 2016-03-25 | Update documentation in send_message() | drachenminister | |
| Update documentation to reflect addition of the 'html' parameter | |||
| 2016-03-25 | Enable HTML Message Support | drachenminister | |
| Enable HTML Message Support as described in http://updates.pushover.net/post/117525190347/html-message-support | |||
| 2016-02-12 | Merge pull request #14 from philipbl/master | Thibaut Horel | |
| Add ability to specify device | |||
| 2016-02-12 | Add ability to specify device through client | Philip Lundrigan | |
| Previously, this could only be done through the config. | |||
| 2014-10-30 | Fix inconsistency in the doc | Thibaut Horel | |
| 2014-10-26 | Update changelog | Thibaut Horel | |
| 2014-10-26 | Merge pull request #12 from filipl/poll_fix | Thibaut Horel | |
| Fix consistency in MessageRequest.poll | |||
| 2014-10-26 | Fix consistency in MessageRequest.poll | Filip Lundborg | |
| The help, example and actual code had different opinions on how the function should behave. This commit make them agree. poll() will return the base Request object until the receipt has expired, been acknowledged or called_back upon. Once one of those three things has occurred it returns None. The example now has expire=120 and retry=60 since without those arguments it is unable to send a message with priority=2. The expired_at does not exist, it is called expires_at in the Pushover API. This is fixed as well. The values of expires_at, acknowledged_at and called_back_at can be found as attributes in the MessageRequest object like before. | |||
| 2014-08-16 | Update MANIFEST.inv0.2 | Thibaut Horel | |
| 2014-08-16 | Add AUTHORS.rst update setup.py | Thibaut Horel | |
| 2014-08-16 | Update Changelog | Thibaut Horel | |
| 2014-08-16 | Command line utility: add epilog and version | Thibaut Horel | |
| 2014-08-16 | Add copyright notice | Thibaut Horel | |
| 2014-08-16 | Better help | Thibaut Horel | |
| 2014-08-16 | Fix bug: incorrect reading of configuration file | Thibaut Horel | |
| 2014-08-16 | Fix conflicting argument on the command line | Thibaut Horel | |
| 2014-08-16 | Update the documentation | Thibaut Horel | |
| 2014-08-16 | Add some parameters to the command line utility | Thibaut Horel | |
| 2014-08-16 | Better handling of the parameters | Thibaut Horel | |
| 2014-08-16 | PEP8 | Thibaut Horel | |
| 2014-07-29 | Add support for python3 | Thibaut Horel | |
| 2014-07-28 | Specify minimum version number for requests dependency | Thibaut Horel | |
| 2014-07-28 | Merge branch 'master' of https://github.com/Crupuk/python-pushover | Thibaut Horel | |
| Conflicts: pushover.py use `value is True` instead of `value == True` | |||
| 2014-07-28 | Fix #3 add console script entry point | Thibaut Horel | |
| 2014-07-28 | Fix #6 using setuptools rather than distutils, time to use modern packaging | Thibaut Horel | |
| 2014-07-28 | Fix #2 proper dependencies resolution | Thibaut Horel | |
| 2014-07-25 | Fix #4 typo in the documentation | Thibaut Horel | |
| 2014-07-25 | Merge pull request #5 from sbirch/patch-1 | Thibaut Horel | |
| Convenience function to create a client | |||
| 2014-07-23 | Addressed changes | Sam Birch | |
| 2014-07-23 | Merge pull request #8 from sbirch/master | Thibaut Horel | |
| Fix string representation of Request objects | |||
| 2014-07-22 | Should stringify before return as well... | Sam Birch | |
| (self.answer is a dict) | |||
| 2014-07-22 | init() in get_client() | Sam Birch | |
| I think it makes sense to init() in here too, and allow the user to keep the api_tokens in the config file. | |||
| 2014-07-22 | print -> return | Sam Birch | |
| I think this is supposed to be a return rather than a print. Print returns none and string serialization fails. | |||
| 2014-07-22 | Clarified some of the terms | Sam Birch | |
| 2014-07-22 | Convenience function to create a client | Sam Birch | |
| Loads a config file at and creates a client according to various options. Handy IMO so you don't have to constantly look up your user key etc. Has some precedent in a similar system used by boto for AWS credentials (http://boto.readthedocs.org/en/latest/boto_config_tut.html) | |||
