Pull request - WebApp / irclib - #3
Open
ynohtna92 wants to merge 21 commits into
Open
Conversation
Adds polling as well as implementing an irc libaray. It is very experimental and needs to be reworked. Known issues. - Ctrl+C hangs , does not close irc thread. - When connecting to an IRC channel with ~70000 users it will abort without reconnecting or letting you know.
This reverts commit 8b7c149.
… please review. Should resolve aidanrwt#7.
Added known issues.
Added img
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This replaces the irc module with irclib as well as adding a webapp to capture from. There is a lot of room for improvement though.