Mads Marquart
|
89c6af516c
|
Fix various documentation mistakes
|
2020-03-11 15:00:50 +01:00 |
|
Mads Marquart
|
6dbcb8cc47
|
Don't mandate a specific way to handle listening events (for now)
|
2020-03-11 12:37:34 +01:00 |
|
Mads Marquart
|
085bbba302
|
Improve listening usability
Add Listener.register and Listener.run
|
2020-02-05 14:27:08 +01:00 |
|
Mads Marquart
|
01effb34b4
|
Add Session.user in favor of Session.user_id
|
2020-01-25 11:42:32 +01:00 |
|
Mads Marquart
|
0fd58c52ea
|
Small doc fixes
|
2020-01-22 23:59:47 +01:00 |
|
Mads Marquart
|
55ef9979c3
|
Clean up FAQ
|
2020-01-22 23:14:31 +01:00 |
|
Mads Marquart
|
3d3b0f9e91
|
Remove todo page and testing page in documentation
|
2020-01-22 23:00:45 +01:00 |
|
Mads Marquart
|
05375d9b11
|
Rewrite introduction documentation
|
2020-01-22 22:53:13 +01:00 |
|
Mads Marquart
|
66fdd91953
|
Disable fixup_module_metadata when running Sphinx
|
2020-01-22 19:21:10 +01:00 |
|
Mads Marquart
|
935947f212
|
Fix a few spelling errors
|
2020-01-22 03:48:03 +01:00 |
|
Mads Marquart
|
41f367a61b
|
Use sphinx-autodoc-typehints
|
2020-01-22 03:29:26 +01:00 |
|
Mads Marquart
|
03cc95e755
|
Update CONTRIBUTING.rst and README.rst
|
2020-01-22 03:22:19 +01:00 |
|
Mads Marquart
|
b6fd7e2cf2
|
Remove unnecessary dunder package attributes
|
2020-01-22 02:41:39 +01:00 |
|
Mads Marquart
|
e666073b18
|
Fix API docs
|
2020-01-22 01:43:11 +01:00 |
|
Mads Marquart
|
c81e509eb0
|
Remove TypingStatus
|
2020-01-09 21:00:35 +01:00 |
|
Mads Marquart
|
8b6d9b16c6
|
Remove ThreadColor
Replaced with raw color values. In the future, we should probably
investigate using "themes"
|
2020-01-09 21:00:34 +01:00 |
|
Mads Marquart
|
3341f4a45c
|
Remove MessageReaction
|
2020-01-09 19:51:06 +01:00 |
|
Mads Marquart
|
2ec0be9635
|
Remove ThreadType completely
|
2020-01-09 11:22:28 +01:00 |
|
Mads Marquart
|
a5abb05ab3
|
Rename .uid -> .id everywhere
|
2020-01-08 23:09:51 +01:00 |
|
Mads Marquart
|
d1fbf0ba0a
|
Clean up doc references
|
2019-12-11 16:20:38 +01:00 |
|
Mads Marquart
|
614e5ad4bb
|
Use snake_case method names
Renamed:
- Message.formatMentions
- _util.digitToChar
- _util.generateMessageID
- _util.getSignatureID
- _util.generateOfflineThreadingID
- Client._markAlive
Renamed following Client methods:
- isLoggedIn
- getSession
- setSession
- _forcedFetch
- fetchThreads
- fetchAllUsersFromThreads
- fetchAllUsers
- searchForUsers
- searchForPages
- searchForGroups
- searchForThreads
- searchForMessageIDs
- searchForMessages
- _fetchInfo
- fetchUserInfo
- fetchPageInfo
- fetchGroupInfo
- fetchThreadInfo
- fetchThreadMessages
- fetchThreadList
- fetchUnread
- fetchUnseen
- fetchImageUrl
- fetchMessageInfo
- fetchPollOptions
- fetchPlanInfo
- _getPrivateData
- getPhoneNumbers
- getEmails
- getUserActiveStatus
- fetchThreadImages
- _oldMessage
- _doSendRequest
- quickReply
- _sendLocation
- sendLocation
- sendPinnedLocation
- _sendFiles
- sendRemoteFiles
- sendLocalFiles
- sendRemoteVoiceClips
- sendLocalVoiceClips
- forwardAttachment
- createGroup
- addUsersToGroup
- removeUserFromGroup
- _adminStatus
- addGroupAdmins
- removeGroupAdmins
- changeGroupApprovalMode
- _usersApproval
- acceptUsersToGroup
- denyUsersFromGroup
- _changeGroupImage
- changeGroupImageRemote
- changeGroupImageLocal
- changeThreadTitle
- changeNickname
- changeThreadColor
- changeThreadEmoji
- reactToMessage
- createPlan
- editPlan
- deletePlan
- changePlanParticipation
- createPoll
- updatePollVote
- setTypingStatus
- markAsDelivered
- _readStatus
- markAsRead
- markAsUnread
- markAsSeen
- friendConnect
- removeFriend
- blockUser
- unblockUser
- moveThreads
- deleteThreads
- markAsSpam
- deleteMessages
- muteThread
- unmuteThread
- muteThreadReactions
- unmuteThreadReactions
- muteThreadMentions
- unmuteThreadMentions
- _pullMessage
- _parseMessage
- _doOneListen
- setActiveStatus
- onLoggingIn
- on2FACode
- onLoggedIn
- onListening
- onListenError
- onMessage
- onColorChange
- onEmojiChange
- onTitleChange
- onImageChange
- onNicknameChange
- onAdminAdded
- onAdminRemoved
- onApprovalModeChange
- onMessageSeen
- onMessageDelivered
- onMarkedSeen
- onMessageUnsent
- onPeopleAdded
- onPersonRemoved
- onFriendRequest
- onInbox
- onTyping
- onGamePlayed
- onReactionAdded
- onReactionRemoved
- onBlock
- onUnblock
- onLiveLocation
- onCallStarted
- onCallEnded
- onUserJoinedCall
- onPollCreated
- onPollVoted
- onPlanCreated
- onPlanEnded
- onPlanEdited
- onPlanDeleted
- onPlanParticipation
- onQprimer
- onChatTimestamp
- onBuddylistOverlay
- onUnknownMesssageType
- onMessageError
|
2019-09-08 19:59:53 +02:00 |
|
Mads Marquart
|
b5a37e35c6
|
Remove FBchatUserError in favor of builtin exceptions
|
2019-09-08 18:44:46 +02:00 |
|
Mads Marquart
|
66505f8f41
|
Remove redundant encoding specifiers and __future__ imports
|
2019-08-28 21:57:46 +02:00 |
|
Mads Marquart
|
330473a092
|
Update PyPI classifiers and required python version
|
2019-08-28 21:24:59 +02:00 |
|
Mads Marquart
|
5ee93b760a
|
Update badges
- Update version numbers
- Use badgen.net instead of shields.io
- Remove badges from the docs (they're only present in the README)
|
2019-08-28 21:24:09 +02:00 |
|
Mads Marquart
|
0389b838bc
|
Merge pull request #455 from carpedm20/add-spell-check
Add spell checking.
Use sphinxcontrib-spelling to fix documentation and docstring spelling errors.
|
2019-07-25 18:51:53 +02:00 |
|
Mads Marquart
|
441f53e382
|
Merge pull request #454 from carpedm20/google-style-docstrings
Google docstring style
|
2019-07-24 21:56:33 +02:00 |
|
Mads Marquart
|
cc9d81a39e
|
Fix spelling mistakes in documentation
|
2019-07-24 16:18:15 +02:00 |
|
Mads Marquart
|
edf14cfd84
|
Add and configure sphinxcontrib-spelling
|
2019-07-24 16:17:36 +02:00 |
|
Mads Marquart
|
ee79969eda
|
Delete docs/robots.txt
Introduced in a2930b4 , but I found out you could deprecate the doc url at /en/master/ using the ReadTheDocs web configuration
|
2019-07-24 16:15:31 +02:00 |
|
Mads Marquart
|
5b69ced1e8
|
Add ability to use Google style docstrings
Use and configure the `napoleon` Sphinx extension
|
2019-07-24 13:43:02 +02:00 |
|
Mads Marquart
|
1b08243cd2
|
Fix TODO entries showing file paths of the build system
|
2019-07-24 00:33:55 +02:00 |
|
Mads Marquart
|
a9c681818a
|
Enable strict/explicit code highlighting
|
2019-07-03 23:42:32 +02:00 |
|
Mads Marquart
|
d279c96dd5
|
Make docs parsing "nitpicky"
|
2019-07-03 23:18:02 +02:00 |
|
Mads Marquart
|
d30589d1fa
|
Add rst_prolog to docs/conf.py
|
2019-07-03 17:46:42 +02:00 |
|
Mads Marquart
|
47c744e5e2
|
Fix reST any roles/references
|
2019-07-03 17:35:38 +02:00 |
|
Mads Marquart
|
708869ea93
|
Include missing models in auto-generated API docs
|
2019-07-03 17:19:11 +02:00 |
|
Mads Marquart
|
a2930b4386
|
Deprecate the doc url at /en/master/ in favor of /en/latest/
|
2019-07-03 17:15:21 +02:00 |
|
Mads Marquart
|
2bd08c8254
|
Update Sphinx to version 2.0
|
2019-07-03 14:22:09 +02:00 |
|
Mads Marquart
|
81278ed553
|
Remove doc configuration entries that are set to the default
|
2019-07-03 14:21:40 +02:00 |
|
Mads Marquart
|
589cec66e1
|
Refactor doc files to match format generated by sphinx-quickstart
|
2019-07-03 14:21:25 +02:00 |
|
Mads Marquart
|
53c19f473b
|
Remove utils.py
The file, and contained functions, were explicitly documented as something you couldn't rely on for backwards compatibility
|
2019-06-23 17:38:27 +02:00 |
|
Mads Marquart
|
929c2137bf
|
Move model docstrings into the class level, out of init
|
2019-02-24 20:18:00 +01:00 |
|
Mads Marquart
|
e0710a2ec1
|
Format strings using black
|
2019-01-31 20:55:22 +01:00 |
|
Mads Marquart
|
d20fc3b9ce
|
Format using black (without string normalization)
|
2019-01-31 20:54:32 +01:00 |
|
ekohilas
|
d180650c1b
|
spellchecked docs
|
2018-10-25 18:18:19 +11:00 |
|
Mads Marquart
|
7ecf229db5
|
See commit description
- Deprecated `sendMessage` and `sendEmoji` in favor of `send`
- (Almost) Fully integrated attachment support
- Updated tests
- General cleanup
|
2017-10-21 17:59:44 +02:00 |
|
Mads Marquart
|
a58791048a
|
Added attachment and mention support in onMessage
Deprecated `message` in `onMessage`
|
2017-09-21 22:32:11 +02:00 |
|
Mads Marquart
|
1d42c4d3a6
|
Updated to 1.0.4, added fetchThread&GroupInfo and improved models
|
2017-06-26 15:41:58 +02:00 |
|
Mads Marquart
|
11e59e023c
|
Added GraphQL requests
|
2017-06-22 22:38:15 +02:00 |
|