Wulf2k / DaS-PC-MPChan

77 stars 30 forks source link

Replace IRC with http service #98

Closed Chronial closed 8 years ago

Chronial commented 8 years ago

This replaces the IRC server with a http service. The server code is here: https://github.com/Chronial/dscm-server

That server will also load nodes from IRC and publish nodes to IRC, so we can have a smooth transition.

The server will still just collect all nodes and send the list to all clients. But lack of IRC overhead and gzip compression already make this a lot more efficient

@Wulf2k It would be good if you could get this into a testing release as soon as possible.

Wulf2k commented 8 years ago

Awesome, but i don't have time to test it tonight. Do you feel confident enough in the code for me to just merge it, compile it and upload it? On May 31, 2016 19:13, "Chronial" notifications@github.com wrote:

This replaces the IRC server with a http service. Code for that is here: https://github.com/Chronial/dscm-server

That server will also load nodes from IRC and publish nodes to IRC, so we can have a smooth transition.

The server will still just collect all nodes and send the list to all clients. But lack of IRC overhead and gzip compression already make this a lot more efficient

@Wulf2k https://github.com/Wulf2k It would be good if you could get

this into a testing release as soon as possible.

You can view, comment on, or merge this pull request online at:

https://github.com/Wulf2k/DaS-PC-MPChan/pull/98 Commit Summary

  • Replace IRC with http service

File Changes

Patch Links:

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/Wulf2k/DaS-PC-MPChan/pull/98, or mute the thread https://github.com/notifications/unsubscribe/AOMBrpE2Q55btVHhWNkDJCeRSjxAUqb4ks5qHM6wgaJpZM4IrE1f .

Wulf2k commented 8 years ago

And I just wasted more time by introducing conflicts into this one by merging the old one....

Chronial commented 8 years ago

I will have a look and resolve them.

Wulf2k commented 8 years ago

k, I was just about to release a separate compile of just PR #98 .

I'll hold off then, and sorry about screwing it up. I should really just "learn" Github one of these days.

Chronial commented 8 years ago

Alright, conflicts are resolved. I tested it again just in case, and everything looks fine.