Skip to content
This repository has been archived by the owner on Jul 4, 2022. It is now read-only.

Implement IRC connection and command handling #2

Open
9 of 22 tasks
cozyGalvinism opened this issue Jan 22, 2021 · 1 comment
Open
9 of 22 tasks

Implement IRC connection and command handling #2

cozyGalvinism opened this issue Jan 22, 2021 · 1 comment
Assignees
Labels
todo Needs to be done
Milestone

Comments

@cozyGalvinism
Copy link
Owner

cozyGalvinism commented Jan 22, 2021

This one is gonna be the heart of the whole application. In the beginning, I will most likely port the irc.py file from the Pesterchum repo over to JavaScript first and get it running with that and after that optimize the code to work as well, if not better than the original code.

  • NOTICE
  • PRIVMSG
  • WELCOME / 001
  • NICKNAMEINUSE / 433
  • QUIT
  • KICK
  • PART
  • JOIN
  • MODE
  • NICK
  • NAMREPLY / 353
  • ENDOFNAMES / 366
  • LISTSTART / 321
  • LIST / 322
  • LISTEND /323
  • UMODEIS / 221
  • INVITE
  • INVITEONLYCHAN / 473
  • CHANNELMODEIS / 324
  • CANNOTSENDTOCHAN / 404
  • TOOMANYPEEPS / 010
  • PING
@cozyGalvinism cozyGalvinism added this to the v1.0 milestone Jan 22, 2021
@cozyGalvinism cozyGalvinism self-assigned this Jan 22, 2021
@cozyGalvinism cozyGalvinism added the todo Needs to be done label Jan 22, 2021
@cozyGalvinism
Copy link
Owner Author

I also realized that the application needs to implement the signals and slots from Qt in a different way (just as normal functions or as events, who knows)

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
todo Needs to be done
Projects
None yet
Development

No branches or pull requests

1 participant