Commit Graph

120 Commits

Author SHA1 Message Date
classabbyamp cf378a2ef4 CHANGELOG.md: relbump 2023-12-15 14:30:59 -05:00
0x5c a5cbb5a09a
exts/land_weather: switch to the new aviationweather.gov API
Fixes #475
2023-12-10 07:47:59 -05:00
0x5c f8d7316071
bump pycord to pre-release v5 2023-12-10 07:16:41 -05:00
Caleb Smith fcb682ec4a hamqsl.com has moved to https 2023-04-22 00:53:03 -06:00
Judd West c8a1128927 Add NOAA D-RAP map to propagation plugin 2023-01-30 05:25:01 -05:00
classabbyamp 642b49041a
bump version 2.9.1 2023-01-29 00:44:29 -05:00
classabbyamp 30c6e96883
exts/callsign: unworkaround some things solved in CLT 1.1.0
fixes #466
2023-01-29 00:23:20 -05:00
classabbyamp d7de78e582
common.py: use tz-aware datetime for proper timestamp display
https://docs.pycord.dev/en/stable/api/data_classes.html#discord.Embed.timestamp
2023-01-28 20:11:23 -05:00
classabbyamp b000c9173e
common.py: don't error when creating embeds for users without avatars
behaviour changed in pycord 2.0:
https://docs.pycord.dev/en/stable/api/models.html#discord.User.display_avatar

fixes #467
2023-01-28 20:11:00 -05:00
0x5c 4eed94b55b
Bump version to 2.9.0 2023-01-13 03:48:45 -05:00
0x5c 3110961a3a exts/propagation: Fix ?solarweather no image bug
Back to the ugly hack of downloading the image and uploading it to discord.

Fixes #461
2023-01-13 03:44:27 -05:00
classabbyamp 9368ccd9e2 exts/study: fix in DMs
fixes #442
2023-01-13 01:14:54 -05:00
0x5c 4803bf89b2
exts/propagation: Remove deprecated ?solarweather aliases
Fixes #332
2023-01-13 01:03:37 -05:00
classabbyamp c82216cae6 Revert "update changelog, bump release"
This reverts commit 1b0b244f99.
2023-01-13 00:48:06 -05:00
classabbyamp 1b0b244f99 update changelog, bump release 2023-01-01 16:22:42 -05:00
0x5c 91c5217d24
Bump version to 2.8.0 2022-06-24 17:42:41 -04:00
classabbyamp 4659cf2a48 exts/ae7q: remove extension
fixes #448
2022-06-24 17:17:26 -04:00
0x5c d33dad9f89 Bump version to 2.7.6 2022-06-13 12:58:18 -04:00
0x5c e2d1d1fc87
Fix aiohttp/apache http2 bug in ?muf and ?fof2
For more info, https://github.com/aio-libs/aiohttp/issues/3904
It is not possible to fix it by bumping aiohttp since it is pinned by another
dependency.
2022-06-13 08:45:17 -04:00
classabbyamp 68eaeff476 update to 2.7.5 2022-06-08 21:16:14 -07:00
classabbyamp aefca97e4f
bump to v2.7.4 and update discord.py (#434) 2021-10-07 03:07:16 -04:00
classabbyamp bbd646a7ec
move docker image to void linux (#435) 2021-10-07 02:57:36 -04:00
classabbyamp 8433a7ade0
fix function signature of filter_commands() to ignore other args (#433)
discord.py changed the signature to add kwargs which are not used by
qrm's help command

fixes #432
2021-10-07 01:25:02 -04:00
classabbyamp 4fb1320b2d
add github sponsor link to donate command (#430) 2021-06-30 01:49:18 -04:00
0x5c 04ccd807cd
Changed the licence to LiLiQ-Rplus-1.1
Fixes #387
2021-06-26 20:23:55 -04:00
Abigail G e7a1a4e5de
fix issue with help cmd not showing all cmds, bump to 2.7.3 2021-04-12 19:36:03 -04:00
Abigail G 0cb6ccd285
update changelog/version for 2.7.2 2021-04-12 19:04:54 -04:00
Abigail G abf79b844e
fix issue with help command/categories 2021-04-12 18:58:10 -04:00
0x5c ff40f0caca
Bump version 2.7.1 2021-04-12 11:37:43 -04:00
0x5c ce62c93d03
Fixed ?call crash on empty adress fields
Fixes #419
2021-04-12 10:00:11 -04:00
thxo 38ba8d9d0c
Tex command: more helpful error messages (#416)
* replace error message with common mistakes
* explicitly mention document mode in docstring
* add changelog

fixes #415 

Co-authored-by: thxo <thx@uw.edu>
2021-04-09 19:39:46 -04:00
0x5c 2db9dee951
Bumped version 2.7.0 2021-04-03 18:19:38 -04:00
0x5c e33d5f7213
Added missing changelog line for new feature 2021-04-03 18:13:54 -04:00
0x5c 6e54a27f14
Release the Cats! - Reorganised extensions and recategorised commands
Fixes #389 - Main issue
Fixes #388 - Accidental, Satmatch deadcode removal
2021-03-28 09:50:51 -04:00
0x5c f6d69f7498
Changed all categories to enums
- Accidentally fixed capitalisation of help command categories

Fixes #383
2021-03-28 02:38:36 -04:00
0x5c 98b2f30dcc
Moved map/plan code to a single function
Also changed ?bandplan aliases

Fixes #189
2021-03-27 18:00:28 -04:00
classabbyamp 1cb7ef5861
make ?xkcd only accept ints as arg (#379)
fixes #376

* Update CHANGELOG.md

Co-authored-by: 0x5c <dev@0x5c.io>
2021-03-26 08:04:54 -04:00
thxo a140f74273
address style feedback 2021-03-22 01:44:12 -07:00
Howard Xiao 137b275c78
implement ?tex command and add rTeX server option 2021-03-22 00:35:45 -07:00
0x5c 38eecf0010
Bump version v2.6.0 2021-03-18 09:37:28 -04:00
0x5c 0241d1856a
Added and switched to the Resource Manager
- Added Resource Manager
- Migrated most exts to it
- Added config entry for the resources URL
- Added my ID to template
- Bumped copyright on edited files

Fixes #246
2021-03-18 09:17:30 -04:00
Abigail G 361d4f894e
bump python to <=3.9, bump d.py to ~=1.6.0
fixes #361
2021-03-17 23:10:57 -04:00
Abigail G 3134c41191
Merge branch 'master' into qrztools-integration 2021-03-16 22:15:49 -04:00
Abigail G a7b4203112
convert qrzcog to use qrztools
fixes #58
fixes #351
2021-03-16 22:04:05 -04:00
Abigail G df8d258446
add ?invite command
fixes #356
2021-03-16 20:33:45 -04:00
Abigail G fa82610469
add donate command
fixes #355
2021-03-16 20:20:17 -04:00
0x5c 950840be60
Merge branch 'master' into helppfx 2021-03-13 18:30:23 -05:00
0x5c 78e34dff63
Added list of available prexifes to ?help
- Only shows when more then one is available.

Fixes #353
2021-03-13 18:16:58 -05:00
0x5c ab73001340
Made help command use the invocation prefix
Fixes #338
2021-03-13 17:48:18 -05:00
Abigail G 4d64d22ec6
add emojis, question mark, and changelog
fixes #347
2021-03-06 23:38:28 -05:00