Mads Marquart
|
6ea174bfd4
|
Merge pull request #389 from kapi2289/fix-388
Fix #388 issue
|
2019-02-03 22:06:26 +01:00 |
|
Kacper Ziubryniewicz
|
56e43aec0e
|
Apply suggestions and fixes from review
|
2019-02-03 19:03:43 +01:00 |
|
Kacper Ziubryniewicz
|
491d120c25
|
Fix #388 issue
|
2019-02-03 14:45:10 +01:00 |
|
Mads Marquart
|
82d071d52c
|
Version up
v1.6.2
|
2019-01-31 21:27:04 +01:00 |
|
Mads Marquart
|
8190654a91
|
Add section about black in CONTRIBUTING.rst
|
2019-01-31 21:09:15 +01:00 |
|
Mads Marquart
|
5e21702d16
|
Add black code style badge
|
2019-01-31 21:00:17 +01:00 |
|
Mads Marquart
|
3df4172237
|
Add travis format checking step
|
2019-01-31 20:59:48 +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 |
|
Mads Marquart
|
f25faec108
|
Version up
v1.6.1
|
2019-01-31 20:26:17 +01:00 |
|
Mads Marquart
|
2750658c3c
|
Fix #385
|
2019-01-31 20:26:04 +01:00 |
|
Mads Marquart
|
e6bc5bbab3
|
Version up, thanks to @kapi2289 and @2FWAH
v1.6.0
|
2019-01-31 20:20:17 +01:00 |
|
Mads Marquart
|
de5f3a9d9e
|
Merge branch 'pr/300'
|
2019-01-31 20:13:27 +01:00 |
|
Mads Marquart
|
7f0da012c2
|
Few nitpicky fixes
|
2019-01-31 20:12:59 +01:00 |
|
Mads Marquart
|
76ecbf5eb0
|
Merge branch 'pr/325'
|
2019-01-31 19:57:22 +01:00 |
|
Mads Marquart
|
06881a4c70
|
Add formatMentions docstring
|
2019-01-31 19:56:35 +01:00 |
|
Mads Marquart
|
c14fdd82db
|
Merge branch 'pr/338'
|
2019-01-31 19:29:54 +01:00 |
|
Mads Marquart
|
b1a02ad930
|
Merge pull request #342 from kapi2289/quick_replies
[Feature] Quick replies
|
2019-01-31 19:26:03 +01:00 |
|
Mads Marquart
|
2b580c60e9
|
Readd deprecated markAlive parameter
|
2019-01-31 19:23:46 +01:00 |
|
Mads Marquart
|
27ffba3b14
|
Fix a few isinstance checks
|
2019-01-31 19:21:52 +01:00 |
|
Mads Marquart
|
fb7bf437ba
|
Merge pull request #384 from carpedm20/github-releases-ci
Automatic GitHub Releases
|
2019-01-25 20:01:37 +01:00 |
|
Mads Marquart
|
d8baf0b9e7
|
Put automatic GitHub releases in the draft state
This is done so that I can edit the description as needed, before publishing
|
2019-01-25 19:35:20 +01:00 |
|
Mads Marquart
|
a6945fe880
|
Merge branch 'disable-online-tests'
|
2019-01-25 19:18:03 +01:00 |
|
Mads Marquart
|
6ff77dd8c7
|
Merge pull request #382 from carpedm20/flit
Use `flit` as our build system
|
2019-01-25 19:14:04 +01:00 |
|
Mads Marquart
|
1d925a608b
|
Update pypy version to 3.5
|
2019-01-25 18:53:14 +01:00 |
|
Mads Marquart
|
646669ca75
|
Add Github Releases deployment
|
2019-01-25 18:49:56 +01:00 |
|
Mads Marquart
|
0ec2baaa83
|
Add Python 3.7 testing
|
2019-01-25 18:49:35 +01:00 |
|
Mads Marquart
|
5abaaefd1c
|
Disable Travis online tests
|
2019-01-25 18:49:08 +01:00 |
|
Mads Marquart
|
687afea0f2
|
Pin minimum pytest version to fix tests
|
2019-01-25 17:45:15 +01:00 |
|
Mads Marquart
|
7398d4fa2b
|
Use --python option to properly install the package under Python 2.7
|
2019-01-25 17:14:14 +01:00 |
|
Mads Marquart
|
d73c8c3627
|
Fix travis setup for running flit under Python 2.7
|
2019-01-25 17:05:35 +01:00 |
|
Mads Marquart
|
f921b91c5b
|
Make travis use flit
|
2019-01-25 16:43:22 +01:00 |
|
Mads Marquart
|
8ed3c1b159
|
Use flit instead of setuptools
Mostly just a simple move from `setup.cfg` -> `pyproject.toml`. Had to reformat the description in `__init__` a little though.
|
2019-01-25 16:36:09 +01:00 |
|
Mads Marquart
|
4f947cdbb5
|
Version up, thanks to @kapi2289 and @kaushalvivek
v1.5.0
|
2019-01-25 16:01:47 +01:00 |
|
Mads Marquart
|
ec6c29052a
|
Merge pull request #371 from carpedm20/fix-enums
Fix `ThreadColor` and `MessageReaction` enums
|
2019-01-24 22:42:41 +01:00 |
|
Mads Marquart
|
6b117502f3
|
Merge branch 'master' into fix-enums
|
2019-01-24 22:40:44 +01:00 |
|
Kacper Ziubryniewicz
|
a367aa0b31
|
Replying on location quick replies
|
2019-01-05 20:40:45 +01:00 |
|
Kacper Ziubryniewicz
|
7f6843df55
|
Better quick reply types
|
2019-01-05 20:06:28 +01:00 |
|
Kacper Ziubryniewicz
|
4b485d54b6
|
Merge remote-tracking branch 'origin/master' into quick_replies
|
2019-01-05 19:29:32 +01:00 |
|
Kacper Ziubryniewicz
|
e80a040db4
|
Deprecate markAlive parameter in doOneListen and _pullMessage
|
2019-01-05 18:48:40 +01:00 |
|
Kacper Ziubryniewicz
|
c357fd085b
|
Better listening for buddylist overlay and chatbox presence
|
2019-01-05 18:36:48 +01:00 |
|
Kacper Ziubryniewicz
|
d0c5f29b0a
|
Fixed getting active status
|
2019-01-05 18:24:23 +01:00 |
|
Mads Marquart
|
3e7b20c379
|
Merge pull request #377 from kapi2289/fix-fbchatexception
Fixed typos in FBchatException
|
2019-01-05 18:20:38 +01:00 |
|
Kacper Ziubryniewicz
|
f4a997c0ef
|
Fixed typos in FBchatException
|
2019-01-05 17:55:54 +01:00 |
|
Kacper Ziubryniewicz
|
102e74bb63
|
Merge remote-tracking branch 'origin/master' into active_status
|
2019-01-05 17:46:27 +01:00 |
|
Mads Marquart
|
84fa15e44c
|
Merge pull request #333 from kapi2289/extensible_attachments
[Feature] Extensible attachments
|
2019-01-04 21:06:11 +01:00 |
|
Kacper Ziubryniewicz
|
7b8ecf8fe3
|
Changed deleted to unsent
|
2019-01-04 20:02:00 +01:00 |
|
Kacper Ziubryniewicz
|
79ebf920ea
|
More on responding to quick replies
|
2019-01-03 23:28:23 +01:00 |
|
Kacper Ziubryniewicz
|
0d05d42f70
|
getPhoneNumbers and getEmails methods
|
2019-01-03 22:54:47 +01:00 |
|
Kacper Ziubryniewicz
|
95989b6da7
|
Merge branch 'master' into extensible_attachments
|
2018-12-23 14:58:03 +01:00 |
|