Commit Graph

29 Commits

Author SHA1 Message Date
0x5c f6d69f7498
Changed all categories to enums
- Accidentally fixed capitalisation of help command categories

Fixes #383
2021-03-28 02:38:36 -04:00
Abigail G a7b4203112
convert qrzcog to use qrztools
fixes #58
fixes #351
2021-03-16 22:04:05 -04:00
Fran Rogers 483a0bad19 Use str.isalnum and str.isdecimal instead of re.match for ?ae7q and ?qrz input validation 2021-01-29 23:43:30 -05:00
Fran Rogers 4ab4748b9f Validate inputs for ?ae7q and ?qrz commands 2021-01-29 22:55:26 -05:00
classabbyamp f26a7af928
fixed qsl/lotw status being incorrectly shown (#278)
fixes #277
2020-10-28 21:03:41 -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
0x5c 4d9f9d1b19
Added/fixed/removed typing managers
Fixes #167
2020-02-25 20:36:21 -05:00
Abigail 4b122518f5 migrate classabbyamp/discord-qrm2 to miaowware/qrm2 2020-02-15 06:27:48 -05:00
0x5c af136c3d3e
Cleaned up description of commands
- Formatting and wording

Element of #142
New year lint removal
2020-02-15 04:59:25 -05:00
0x5c 6803b058d5
Reordered imports
- stdlib
- 3rd-party (pip)
- discord
- local (common, info, utils, & resources)
- data

Element of #142
New year lint removal
2020-02-05 07:09:08 -05:00
0x5c fdfc8cce06
Copyright headers cleanup
Element of #142
New year lint removal
2020-01-31 06:50:50 -05:00
0x5c 29d0440d3d
Normalised string quote type
- "" instead of '', except for dictionary lookups in f-strings

Element of #142
New year lint removal
2020-01-30 06:15:42 -05:00
0x5c 60764cd733
Merge pull request #163 from classabbyamp/async-session
[FIX] aiohttp DeprecationWarning
2020-01-07 15:39:36 -05:00
0x5c 8bfaaf4af6
[FIX] aiohttp DeprecationWarning
- Passing a connector to Bot()
- Using that connector for sessions in extensions

Fixes #141
2020-01-07 05:36:09 -05:00
Abigail Gold 8f15feab94
update copyright for nuevo ans
Fixes #150
2020-01-06 23:27:48 -05:00
Abigail Gold 5e33a6aca6
add trustee field to qrz
Fixes #154
2020-01-04 17:14:41 -05:00
Abigail Gold 118d5e0b63
add --link flag to only link the qrz page (rather than embed) 2020-01-04 14:40:08 -05:00
0x5c 70505f10f6
Merge pull request #143 from classabbyamp/5c-fixclose
Fix unclosed files (BytesIO)
2019-12-31 03:34:36 -05:00
0x5c 807ef46379
Fix unclosed files (BytesIO)
Fixes #119
2019-12-31 03:18:30 -05:00
Abigail b0072f779e addressing the issue for once 2019-12-25 02:48:59 -05:00
Abigail 4368e0b603 correct some line continuations
Fixes #43
2019-12-25 01:42:04 -05:00
Abigail f1993c85b2 combine all aiohttp operations into a single session
Fixes #49
2019-12-23 17:54:20 -05:00
Abigail e9d2274e64 remove print statement 2019-12-23 11:49:55 -05:00
Abigail ae67498e75 qrz: handle addresses that are only whitespace
Fixes #124
2019-12-23 11:47:37 -05:00
Abigail 51cd182c57 PEP8, my nemesis, we meet again! (removed unused imports) 2019-12-16 03:59:14 -05:00
Abigail 7a9d64465e convert all embed creation to embed_factory 2019-12-16 03:49:34 -05:00
Abigail Gold 12dc87ae9b
changed all references of qrmbot to qrm2. Fixes #96 2019-12-08 15:40:17 -05:00
Abigail Gold 725172f341
Merge branch 'master' into cog-to-ext 2019-12-08 03:16:08 -05:00
Abigail Gold fe39822dd5
remove ext from filenames 2019-12-08 03:10:30 -05:00