Jakub Gocławski
8988caf058
Back to development: 0.21.1
2025-03-07 14:37:49 +01:00
Jakub Gocławski
75ea7fa18e
Preparing release 0.21.0
2025-03-07 14:37:30 +01:00
Jakub Gocławski
b1df0bbe2b
Update changelog.
2025-03-07 14:37:13 +01:00
Jakub Gocławski
34e5b156a5
Merge pull request #107 from socialwifi/allow_query_without_value
...
Allow query without value
2025-03-07 14:35:41 +01:00
Jakub Zdroik
7fb2ab6410
Allow query without value.
2025-03-07 14:32:55 +01:00
Jakub Gocławski
9da9c530ac
Merge pull request #106 from socialwifi/fix_plaintext_login
...
Fixed crash during connection with 'plaintext_login' option
2025-03-07 13:11:54 +01:00
Ben Allen
8e98bf6508
Fix double .encode()
2025-03-07 13:06:00 +01:00
Jakub Gocławski
995b04255d
Back to development: 0.20.1
2025-03-07 12:42:17 +01:00
Jakub Gocławski
36b49cb9bc
Preparing release 0.20.0
2025-03-07 12:41:47 +01:00
Jakub Gocławski
f3d9d20fa3
Update changelog.
2025-03-07 12:40:03 +01:00
Jakub Gocławski
8ba92a5669
Fix README.
2025-03-07 12:36:46 +01:00
Jakub Gocławski
48b389a1c2
Add more examples to README.
2025-03-07 12:25:45 +01:00
Jakub Gocławski
893d7ec793
Merge pull request #105 from socialwifi/fix_concat_str_to_bytes
...
Fix `TypeError: can't concat str to bytes`.
2025-03-07 11:43:15 +01:00
Jakub Gocławski
212cf8a55d
Merge pull request #104 from socialwifi/fix_non_utf8
...
Fix decoding non utf-8 characters.
2025-03-07 11:38:32 +01:00
Jakub Gocławski
4728e5c35c
Fix TypeError: can't concat str to bytes
.
...
Handle invalid use of the library.
2025-03-07 11:28:07 +01:00
Jakub Gocławski
4ad9cbd41b
Fix handling non utf-8 characters.
2025-03-07 10:21:54 +01:00
Jakub Gocławski
d757b07267
Update README.
2025-03-06 20:48:27 +01:00
Jakub Gocławski
218d7bff61
Back to development: 0.19.1
2025-03-06 17:03:50 +01:00
Jakub Gocławski
5041950708
Preparing release 0.19.0
2025-03-06 17:03:37 +01:00
Jakub Gocławski
7c8315d054
Update changelog.
2025-03-06 17:03:15 +01:00
Jakub Gocławski
d05c0b13ef
Merge pull request #103 from quentinmit/ros718-empty
...
Add support for RouterOS 7.18's `!empty` reply word
2025-03-06 16:44:02 +01:00
Quentin Smith
68aaa5ace9
Add support for RouterOS 7.18's !empty
reply word
...
See documentation at https://help.mikrotik.com/docs/spaces/ROS/pages/47579160/API#API-Replyword
2025-03-05 01:15:07 -05:00
Jakub Gocławski
5e7963fcfe
Back to development: 0.18.2
2024-05-28 15:45:07 +02:00
Jakub Gocławski
8eb00663f5
Preparing release 0.18.1
2024-05-28 15:40:00 +02:00
Jakub Gocławski
28c8b74b9e
Update changelog.
2024-05-28 15:39:01 +02:00
Jakub Gocławski
7c2d465ab4
Run linters with GitHub Actions.
2024-05-28 15:36:32 +02:00
Jakub Gocławski
e1a2eabc08
Add linters.
2024-05-28 15:35:00 +02:00
Jakub Gocławski
bd2aaa7559
Use raw bytes literals for regexp.
...
Fixes `SyntaxWarning: invalid escape sequence '\.' `.
2024-05-28 15:32:56 +02:00
Jakub Gocławski
0b057122fc
Fix test and tox configuration.
2024-05-28 15:13:48 +02:00
Jakub Gocławski
4c4441102b
Update README.md
...
Add an example showing how to run a script and get it's output.
2024-05-21 16:36:17 +02:00
Jakub Gocławski
907c4702e9
Back to development: 0.18.1
2024-04-30 13:42:57 +02:00
Jakub Gocławski
e406292436
Preparing release 0.18.0
2024-04-30 13:42:44 +02:00
Jakub Gocławski
e5d6c82f28
Update changelog.
2024-04-30 13:40:16 +02:00
Jakub Gocławski
3e8ef982e5
Update supported Python versions.
2024-04-30 13:37:10 +02:00
Jakub Gocławski
bdbc16e4b9
Update changelog.
2024-04-30 12:57:56 +02:00
Kuba S
5580d046c9
Merge pull request #88 from jktjkt/ipv6
...
support connecting via IPv6 as well
2023-03-15 20:14:24 +01:00
Jan Kundrát
2e18fa45dd
support connecting via IPv6 as well
...
There's no need to arbitrarily pick IPv4 connections over IPv6 ones.
Fortunately, the Python socket API has a convenience function which
takes care of that *and* setting the timeout as a nice bonus.
fixes #80 , #86
2023-03-11 04:36:01 +01:00
Mateusz Legięcki
47c1350c81
Refactor readme.
2019-09-25 15:29:34 +02:00
Mateusz Legięcki
40fbd9f8bb
Back to development: 0.17.1
2019-09-24 18:12:33 +02:00
Mateusz Legięcki
839af54c77
Preparing release 0.17.0
2019-09-24 18:12:13 +02:00
Mateusz Legięcki
4bf6d9e68c
Update changelog.
2019-09-24 17:50:07 +02:00
Mateusz Legięcki
a18a08a7ba
Refactor: add parent class for Fields.
2019-09-24 17:50:07 +02:00
Jakub Skiepko
d3ea42486f
Update api_structure.py
2019-09-24 17:50:07 +02:00
Mateusz Legięcki
d56f3d77b8
Add ipaddress requirement to python older than 3.3
2019-09-24 17:50:07 +02:00
Mateusz Legięcki
2f53a10eff
Back to development: 0.16.1
2019-09-24 16:26:07 +02:00
Mateusz Legięcki
b92a4b1915
Preparing release 0.16.0
2019-09-24 15:39:20 +02:00
Mateusz Legięcki
44149d69b4
Update changelog.
2019-09-24 15:33:05 +02:00
Mateusz Legięcki
b869801974
Fix: encode username and password if necessary for plaintext login method.
2019-09-24 14:53:43 +02:00
Mateusz Legięcki
b2c82bbccb
Move doc from wiki to README.md
2019-09-24 14:52:59 +02:00
Mateusz Legięcki
67790f3377
Add long description to setup.py
2019-09-24 14:52:59 +02:00