aboutsummaryrefslogtreecommitdiff
path: root/ttrss.el
Commit message (Collapse)AuthorAgeFilesLines
* Remove a noisy OK messageHEADmasterYuchen Pei2025-08-311-1/+0
|
* Use default array type of json arraysYuchen Pei2025-08-311-1/+0
|
* Fix bug introduced by missing renaming ttrss-session-id to ttrss-sid in some ↵Pedro Silva2013-04-091-2/+2
| | | | places
* Add commentary section to library headerPedro Silva2013-04-051-3/+79
|
* Make API fully consistent with Tiny Tiny RSS's method namingPedro Silva2013-04-051-2/+2
|
* Refactor ttrss-post-request to use ttrss-parse-request to parse the responsePedro Silva2013-04-041-46/+64
| | | | | This allows us to add an async equivalent specifically for long-lived requests, such as those generated by ttrss-update-feed
* Implement ttrss-unsubscribe-feedPedro Silva2013-04-041-11/+18
|
* Implement ttrss-subscribe-to-feedPedro Silva2013-04-041-1/+23
|
* Implement ttrss-share-to-published methodPedro Silva2013-04-041-3/+12
|
* Implement ttrss-catchup-feed methodPedro Silva2013-04-041-0/+9
|
* Improve documentationPedro Silva2013-04-041-156/+340
| | | | | - Reflect previous commit in docstrings - Change property list tables formatting to conform with Emacs manual
* Change json-array-type to listPedro Silva2013-04-041-2/+4
|
* Defined group to enclose user-configurable bits and piecesPedro Silva2013-04-041-8/+22
|
* Implement most remaining methodsPedro Silva2013-04-031-6/+140
| | | | | | | | | 21:+(defun ttrss-get-config (address sid &optional property) 35:+(defun ttrss-get-pref (address sid property) 82:+(defun ttrss-get-unread (address sid) 93:+(defun ttrss-get-counters (address sid) 105:+(defun ttrss-get-article (address sid &rest article-ids) 147:+(defun ttrss-update-article (address sid &rest params)
* Improve docstrings as reported by checkdocPedro Silva2013-04-031-47/+91
|
* Extract functional bindings logic to its own ttrss.el libraryPedro Silva2013-04-031-0/+233