Skip to content
This repository has been archived by the owner on Apr 24, 2024. It is now read-only.

Latest commit

 

History

History
26 lines (18 loc) · 851 Bytes

TODO.md

File metadata and controls

26 lines (18 loc) · 851 Bytes

Desired changes for discord-irc development

This document tracks upcoming and in-progress changes for the discord-irc project.

These are worked on in no particular order and not guaranteed to be completed.

Todo

  • Add annotated documentation to exported types
  • Improve API surface for modular extension or plugin system
    • Investigate plugin system viability
    • Document exported types with annotations
  • Support unicode emoji within mentions from IRC -> Discord
  • Implement unit tests
    • Investigate upstream project's testing surface
    • Port unit tests to deno test

In Progress

  • Add optional emoji filter for Discord -> IRC names
  • Improve config.json parsing/validation for ircOptions
  • Support username: mention format from IRC -> Discord names

Done ✓

  • Create TODO.md