cswimr · he/him
  • Kentucky, United States of America
  • https://me.seafsh.cc
  • Hey! I'm the site administrator for CoastalCommits, read my profile for more information!

  • Joined on 2023-07-12
cswimr pushed to main at cswimr/SeaCogs 2024-05-28 20:35:27 -04:00
99cd13ccf1 feat(seautils): add correct formatting for masked links
cswimr pushed to main at cswimr/SeaCogs 2024-05-28 20:29:41 -04:00
28246121a6 feat(seautils): use markdownify to convert rfc html documents to markdown
cswimr pushed to main at cswimr/SeaCogs 2024-05-28 20:20:22 -04:00
a641cae640 feat(seautils): add [p]rfc command
cswimr pushed to main at cswimr/SeaCogs 2024-05-28 19:29:28 -04:00
2886d5e80d feat(seautils): use prolog syntax highlighting for dig results
cswimr pushed to main at cswimr/SeaCogs 2024-05-28 19:26:09 -04:00
50094b85fc fix(seautils): fixed the wrong thing lmao
cswimr pushed to main at cswimr/SeaCogs 2024-05-28 19:25:03 -04:00
7f46d6accc fix(seautils): fixed empty answer section
cswimr pushed to main at cswimr/SeaCogs 2024-05-28 19:10:16 -04:00
cb6ddabb4d fix(seautils): prevent duplicates in dig
cswimr pushed to main at cswimr/SeaCogs 2024-05-28 19:06:13 -04:00
8608e6a34e fix(seautils): fixed only the first A response being used
cswimr pushed to main at cswimr/SeaCogs 2024-05-28 18:55:11 -04:00
fb468ee63e fix(seautils): retrieve A, AAAA, and CNAME records by default (& docstring changes)
cswimr pushed to main at cswimr/SeaCogs 2024-05-28 18:46:34 -04:00
b27a3ee778 fix(seautils): fall back to the embed description if answer_section is too long
cswimr pushed to main at cswimr/SeaCogs 2024-05-28 18:44:03 -04:00
54491cb9c9 fix(seautils): convert port number to a string
cswimr pushed to main at cswimr/SeaCogs 2024-05-28 18:42:44 -04:00
29bb64b35c fix(seautils): query ANY instead of A records
cswimr pushed to main at cswimr/SeaCogs 2024-05-28 18:40:44 -04:00
5ffc42480a fix(seautils): revert breaking dig
cswimr pushed to main at cswimr/SeaCogs 2024-05-28 18:35:17 -04:00
7d51814a28 misc(seautils): purposefully breaking dig so i can test nslookup fallback
cswimr pushed to main at cswimr/SeaCogs 2024-05-28 18:31:40 -04:00
25fdf7b402 feat(seautils): default to nslookup if dig is not present
cswimr pushed to main at cswimr/SeaCogs 2024-05-28 18:02:18 -04:00
091f4fe36d fix(seautils): fixed maybe_send_message
cswimr pushed to main at cswimr/SeaCogs 2024-05-28 18:01:37 -04:00
d444242245 fix(seautils): catch the error that is raised if dig is not installed on the system
cswimr pushed to main at cswimr/SeaCogs 2024-05-28 17:57:12 -04:00
7a2ee0a655 misc(seautils): added an error symbol to the failed dns query result message
cswimr pushed to main at cswimr/SeaCogs 2024-05-28 17:54:49 -04:00
8b68cb7530 fix(seautils): don't use match and case
cswimr pushed to main at cswimr/SeaCogs 2024-05-28 17:53:59 -04:00
028cae9e99 feat(seautils): improve error code handling