Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Proxy connection to IRC server #402

Merged
merged 22 commits into from
Feb 23, 2024
Merged

Proxy connection to IRC server #402

merged 22 commits into from
Feb 23, 2024

Conversation

waybackarchiver
Copy link
Contributor

@waybackarchiver waybackarchiver commented May 19, 2023

Description

  • Change github.com/thoj/go-ircevent to gopkg.in/irc.v4
  • Fix daemon flag not working when value is irc
  • Add support for playback from IRC
  • Add support for place IRC name
  • Allow dialing to non-TLS servers
  • Styling IRC message

Waiting for #401
Closes #481

Checklist

Misc

Here some useful links for testing.

@waybackarchiver waybackarchiver added documentation Improvements or additions to documentation enhancement New feature or request go Pull requests that update Go code labels May 19, 2023
@codecov
Copy link

codecov bot commented May 20, 2023

Codecov Report

Attention: Patch coverage is 44.54148% with 127 lines in your changes are missing coverage. Please review.

Project coverage is 44.62%. Comparing base (d4e4dcd) to head (01db059).

Files Patch % Lines
service/relaychat/relaychat.go 43.26% 76 Missing and 4 partials ⚠️
publish/relaychat/relaychat.go 5.55% 34 Missing ⚠️
template/render/relaychat.go 80.64% 5 Missing and 1 partial ⚠️
template/render/render.go 28.57% 5 Missing ⚠️
publish/publish.go 75.00% 1 Missing ⚠️
reduxer/reduxer.go 0.00% 1 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main     #402      +/-   ##
==========================================
+ Coverage   43.95%   44.62%   +0.66%     
==========================================
  Files          84       84              
  Lines        6647     6779     +132     
==========================================
+ Hits         2922     3025     +103     
- Misses       3438     3462      +24     
- Partials      287      292       +5     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@github-actions
Copy link

It has been open 120 days with no activity. Remove stale label or comment or this will be closed in 5 days

@waybackarchiver waybackarchiver marked this pull request as ready for review February 23, 2024 12:48
@waybackarchiver waybackarchiver merged commit 30dc536 into main Feb 23, 2024
139 checks passed
@waybackarchiver waybackarchiver deleted the new-irc-pkg branch February 23, 2024 13:23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation enhancement New feature or request go Pull requests that update Go code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

IRC will not connect to non-TLS server
1 participant