Commit graph

58 commits

Author SHA1 Message Date
c3455a5800
Merge pull request #3 from vale981/dependabot/pip/docs/urllib3-1.25.8
Bump urllib3 from 1.25.3 to 1.25.8 in /docs
2021-05-01 15:30:10 +02:00
dependabot[bot]
07c8874b17
Bump urllib3 from 1.25.3 to 1.25.8 in /docs
Bumps [urllib3](https://github.com/urllib3/urllib3) from 1.25.3 to 1.25.8.
- [Release notes](https://github.com/urllib3/urllib3/releases)
- [Changelog](https://github.com/urllib3/urllib3/blob/main/CHANGES.rst)
- [Commits](https://github.com/urllib3/urllib3/compare/1.25.3...1.25.8)

Signed-off-by: dependabot[bot] <support@github.com>
2021-04-30 21:24:36 +00:00
aa1fe562d7
Merge pull request #1 from vale981/dependabot/pip/docs/jinja2-2.11.3
Bump jinja2 from 2.10.1 to 2.11.3 in /docs
2021-03-30 14:06:02 +02:00
dependabot[bot]
e8a7640ba7
Bump jinja2 from 2.10.1 to 2.11.3 in /docs
Bumps [jinja2](https://github.com/pallets/jinja) from 2.10.1 to 2.11.3.
- [Release notes](https://github.com/pallets/jinja/releases)
- [Changelog](https://github.com/pallets/jinja/blob/master/CHANGES.rst)
- [Commits](https://github.com/pallets/jinja/compare/2.10.1...2.11.3)

Signed-off-by: dependabot[bot] <support@github.com>
2021-03-30 09:43:03 +00:00
8275dd2041
Merge pull request #2 from vale981/dependabot/pip/docs/pygments-2.7.4
Bump pygments from 2.4.2 to 2.7.4 in /docs
2021-03-30 11:41:52 +02:00
dependabot[bot]
87aa6a7a0b
Bump pygments from 2.4.2 to 2.7.4 in /docs
Bumps [pygments](https://github.com/pygments/pygments) from 2.4.2 to 2.7.4.
- [Release notes](https://github.com/pygments/pygments/releases)
- [Changelog](https://github.com/pygments/pygments/blob/master/CHANGES)
- [Commits](https://github.com/pygments/pygments/compare/2.4.2...2.7.4)

Signed-off-by: dependabot[bot] <support@github.com>
2021-03-29 20:35:13 +00:00
3407aea2d9 sync 2019-09-20 15:51:55 +02:00
f8cafe1736 add basic polling and logging
Signed-off-by: hiro98 <hiro@protagon.space>
2019-09-17 14:54:49 +02:00
a34e89a773 fix exports in API 2019-09-02 22:06:16 +02:00
8400fb3c78 Merge branch 'master' of github.com:vale981/cl-telegram-bot 2019-09-02 21:08:38 +02:00
5b15a176cd Adding timeouts and restarts for $, make-request and reply-fetchers. 2019-09-02 21:06:06 +02:00
ab42362fab
Update README.md 2019-08-24 11:36:40 +02:00
be0d3ab0c4 add reply matcher and fix wrapping 2019-08-24 11:32:31 +02:00
487baa1775 add some hooks 2019-08-20 23:57:44 +02:00
9d1b88b450 Reply working, but timout missing 2019-08-18 23:48:37 +02:00
d16266cbd2 Add reply-checker 2019-08-18 22:29:48 +02:00
5e77e1ccac Add gitignore 2019-08-18 22:29:31 +02:00
Valentin Boettcher
16ca54e95b make recursive-change-class nicer 2019-08-17 22:43:08 +02:00
Valentin Boettcher
573bae022b switch to dexador, fix recursive change type and element type 2019-08-17 22:38:28 +02:00
Valentin Boettcher
e1e7c4bdbd fix get-updates 2019-08-16 17:52:07 +02:00
Valentin Boettcher
dfeb85cead Add API and basic datatype casting 2019-08-16 17:35:34 +02:00
Rei
64f4d13709
Merge pull request #10 from sudodoki/clean-room
Treat bad response status as error
2017-12-03 12:06:17 +00:00
Rei
23facb2c02
Merge pull request #9 from sudodoki/patch-1
Update README.md
2017-12-03 12:05:43 +00:00
Rei
e7e382b9dd
Merge pull request #8 from sudodoki/master
Fix cl-telegram-bot:decode CLOS issue
2017-12-03 12:05:23 +00:00
sudodoki
cb7619d4cf Treat bad response status as error 2017-11-25 08:56:30 +02:00
sudodoki
9153e00599 Treat bad response status as error 2017-11-25 08:55:45 +02:00
Джон, просто Джон
ea55272716
Update README.md
Remove `:tl-bot` from list of nicknames
2017-11-21 21:01:37 +02:00
sudodoki
168c5edd15 Fix another alexandria reference 2017-11-20 17:54:46 +02:00
Rei
778a3de4d0
Merge pull request #7 from sudodoki/master
Fixing issue with define-constant throwing error compiling with SBCL (thanks @sudodoki)
2017-11-18 09:27:00 +00:00
sudodoki
735cca13bf Fixing issue with define-constant throwing error 2017-11-18 10:52:37 +02:00
Rei
2d337a7d36 Update cl-telegram-bot.asd 2017-08-29 20:16:03 +01:00
unwind-protect
be51e40419 updated methods 2017-08-07 15:30:38 +01:00
Rei
ad9ae3123b changed author address
I also want to thank cage2 for their much appreciated contributions.
2017-07-10 20:59:11 +01:00
Rei
fd4fef47f7 fixed docstring, thanks cage2
43b7d41702
2017-07-10 20:57:55 +01:00
Rei
3ccf8b8045 fixed deconding of vectors, thanks cage2
b6cee53819
2017-07-10 20:56:04 +01:00
Rei
48732cbd3f Close stream after decoding, fixed #5 (credit: cage2)
resolves #5, thanks cage2
2017-05-17 13:17:58 +02:00
unwind-protect
bbbc623b16 () 2016-08-18 04:37:00 +02:00
unwind-protect
91cb9156a0 () 2016-08-18 04:34:24 +02:00
Rei
34e7fca4bc Working fine 2016-08-18 04:28:22 +02:00
Rei
4691fc6a49 Delete .README.md.swp 2016-08-18 04:26:22 +02:00
unwind-protect
8fcd0d75c8 Several fixes, working fine now. 2016-08-18 04:24:09 +02:00
unwind-protect
901c633e1c fixed building with ASDF 2016-08-17 20:44:29 +02:00
unwind-protect
4a4b96ee4c fixed make-request 2016-08-17 19:57:24 +02:00
unwind-protect
3418a333f9 minor fixes 2016-08-17 19:55:19 +02:00
unwind-protect
55fa963125 Merge branch 'master' of github.com:unwind-protect/cl-telegram-bot 2016-08-17 19:45:58 +02:00
unwind-protect
8763c7fc40 fix asdf definition 2016-08-17 19:44:58 +02:00
Rei
0b2f19c012 Update README.md 2016-08-14 16:06:39 +02:00
Rei
e10a38c907 Merge pull request #1 from tsikov/pt-use-accessors-for-bot-class
Use accessors for bot class slots (id & endpoint).
2016-08-14 15:52:25 +02:00
Petko Tsikov
7bb9cfa849 Use accessors for bot class slots (id & endpoint). 2016-08-14 13:29:07 +03:00
Rei
a24b2b55b2 Update README.md 2016-08-14 05:17:03 +02:00