Commit Graph

87 Commits

Author SHA1 Message Date
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
classabbyamp 6dfc05217f
add the ability to select an element to hamstudy (#344)
fixes #208
2021-01-25 17:24:45 -05:00
classabbyamp 43a24d614b
add METAR and TAF commands (#340)
fixes #171
2021-01-20 02:48:38 -05:00
0x5c ac183a3e7f
Fixed ?greyline caching (set date url param)
Fixed #318
2021-01-18 00:28:16 -05:00
0x5c 6092252eaa
Renamed ?cond to ?solar
- Deprecated old name and aliases.

Fixes #324
2021-01-17 23:55:23 -05:00
0x5c 5a43495a00
Merge branch 'master' into map 2021-01-17 23:19:14 -05:00
0x5c 362a113e2e
Changelog for MUF/foF2 maps 2021-01-17 23:09:11 -05:00
classabbyamp a93aafaa96
convert GridCog to use gridtools (#326)
* deprecated ?ungrid
* added more help text to commands
* separated distance into its own command

fixes #306
2020-12-22 20:40:24 -05:00
0x5c ad96b59b23
Changed the greyline colour theme
Fixes #316
2020-12-11 11:31:11 -05:00
Abigail G 23ca74253d
prep for release 2.5.1 2020-12-10 17:43:58 -05:00
Abigail G af68be2b2a
add changelog for reaction intent fix 2020-12-10 17:41:41 -05:00
0x5c eba8eec5ac
Add nonce to greyline URL to force cache bypass
Fixes #308
2020-12-10 17:38:10 -05:00
0x5c be7e29b387
Bump version 2.5.0 + changelog 2020-10-31 21:08:44 -04:00
classabbyamp 0bfa0c6e41
Merge branch 'master' into moar-bandcharts 2020-10-31 20:28:18 -04:00
0x5c 0aac09f3bc
[Compressed] Japan and Nederlands Bandplan Update (#221)
PR originally by MadIceTea

note: will take care of miaowware/qrm-resources#5 once applied there

Co-authored-by: Alexander Wiegman (Taniguchi) <7548448+MadIceTea@users.noreply.github.com>
Co-authored-by: MadIceTea <7548448+MadIceTea@users.noreply.github.com>
2020-10-31 20:08:01 -04:00
0x5c cdcb0e17d2
Add missing changelog entry for greyline fix 2020-10-30 09:09:13 -04:00
Abigail G 3d96a43c50
add australian and italian band charts
fixes #225
fixes #242
2020-10-29 00:52:44 -04:00
classabbyamp f26a7af928
fixed qsl/lotw status being incorrectly shown (#278)
fixes #277
2020-10-28 21:03:41 -04:00
0x5c 80d80ab718
Bump version+changelog 2.4.1 2020-10-06 19:26:57 -04:00
0x5c 00f9929deb
Made bot work with new Intents system + only cache needed things
- all in one
- Bumped discord.py to 1.5.0

Fixes #267
Fixes #268
2020-10-06 18:56:45 -04:00
classabbyamp 7e35e8949a
release v2.4.0 (#254) 2020-09-27 18:03:52 -04:00
classabbyamp 77b572eb3e
add a decibel conversion command (#250)
fixes #231
2020-09-27 17:52:52 -04:00
classabbyamp 488ae6cc98
fix displaying multiple prefixes, add option to display ?help in status (#249)
* fix displaying multiple prefixes, add option to display ?help in status
Fixes #229

Co-authored-by: 0x5c <dev@0x5c.io>
2020-09-27 16:36:39 -04:00
classabbyamp a65fd04dbd
add cq zone, itu zone and region, canadian maps (#248)
* add cq zone, itu zone and region, canadian maps
* update arrl/rac maps
* add attribution to all maps

Fixes #112
Progress on #130

Co-authored-by: 0x5c <dev@0x5c.io>
2020-09-27 16:30:59 -04:00
classabbyamp 756a15c4c5
added `?worksplit` command (#247)
fixes #233
2020-09-27 16:07:21 -04:00
classabbyamp b462527211
add canadian callsign info, improve the prefix info data system
fixes #243
2020-09-24 19:02:12 -04:00
Abigail Gold 0af82ac241
pin dependency versions (#239) 2020-07-23 00:05:32 -04:00
Abigail 5f796d479e
bump version to 2.3.1 2020-04-02 23:04:29 -04:00
Abigail Gold 3ba55d4c35
update funetics words list (#218)
Fixes #217
2020-04-02 23:02:19 -04:00
Abigail f4ed93dc76
bump version to 2.3.0 2020-03-30 19:00:38 -04:00
Abigail Gold 2cb4b03532
add phonetic weight command (#215)
Fixes #170

Co-authored-by: 0x5c <dev@0x5c.io>
2020-03-30 18:56:29 -04:00
Abigail Gold bc93462c29
convert all OrderedDicts to dictionaries (#214)
Fixes #184

Co-authored-by: 0x5c <dev@0x5c.io>
2020-03-30 18:54:33 -04:00
Abigail Gold 6867c45c8c
add ?standards command for xkcd 927 (#213)
Fixes #187
2020-03-30 18:24:50 -04:00
Abigail dcbb7acab8
bump release to 2.2.3 2020-03-29 12:34:58 -04:00