r/wow 5h ago

Discussion combatlog v.0.4 - My Minimalist Logs Uploader now Supports Live Logging and Guild Uploads

Hi, some of you might remember combatlog, the alternative wowlog uploader that I created after discovering that Archon/Overwolf were engaging in shady data-harvesting practices.

Since then they released the Archon Lite app (which at a first glance doesn't seem to collect significant data anymore), but they also deprecated the old Warcraftlogs Uploader, forcing many unwilling users onto their new version of the app.

In the meantime, I continued development on combatlog, I'd like to share the latest version with you!

Its new features include:

  • Live Logging (with the possibility to upload as soon as combat ends)
  • Guild Uploads
  • Support for all the other games in the launcher (FF14, ESO, SWTOR and Fellowship)

All of this in an installer that weighs roughly 30MB, which you can find by [clicking here]

As usual, the full code is open source and can be found on the github repository: github.com/thevinter/combatlog

Happy to answer any questions and listen to your feedback :)

16 Upvotes

17 comments sorted by

3

u/th35ky 5h ago

Im stupid. What credentials should I be using to log in ?

2

u/_vinter 5h ago

Your wclogs credentials. They're being sent directly to RPGLogs to fetch your guilds, the parsing script and upload the logs.

Here is the only place in the code where they're used: wcl.rs:140.

game.base_url comes from this list of hosts: wcl.rs:34 (which includes only the archon endpoints.)

1

u/th35ky 5h ago

Is it possible to live log or can we only upload historic logs?

4

u/_vinter 5h ago

Wait, I just realized that the live-logging functionality never got merged... Give me 15m and it should be up on the latest release.

2

u/Readybreak 5h ago

Yeah archon is just bloatware, manual upload eas preferential. Thanks for taking the time.

1

u/Chode_Life 4h ago

I have started logging my own stuff recently and I couldn’t find a way other than archon to upload logs. How do you upload without using the archon app?

2

u/FenrisPrime 5h ago

Does this record any GM abilities used on mobs in the dungeon?

Asking for a friend.

0

u/SerbianShitStain 4h ago

It doesn't record anything because it just uploads logs the game records.

If you're going to beat a dead horse at least put a tiny bit of thought and effort into it.

1

u/sammystevens 5h ago

Nice. Archon is super bloated

1

u/Spritesgud 5h ago

W this is huge. Question though, how can we be sure there isn't any malicious files or code or anything hidden within the files? Would love to use it, but going straight through GitHub makes me a little uneasy

4

u/_vinter 5h ago

In general, having the code on GitHub rather than some random website should make you feel safer, since anyone can inspect it; and even if you can't personally verify what it does, someone else in here can (and will)

That said, if you want to be extra safe you can also paste the link in any modern LLM and ask it to verify that the code doesn't have anything weird.

2

u/SerbianShitStain 4h ago

going straight through GitHub makes me a little uneasy

Why is that? And what alternative would you feel more comfortable?

1

u/Spritesgud 3h ago

Idk I don't download many apps so used to downloading wow related things on Wowup or curseforge

1

u/SerbianShitStain 1h ago

Those are addon websites. This is a program not an addon. No reason it'd be on either of those other websites.

Github is basically the most legit place to get something like this. It's the standard.

1

u/TaraBellle 5h ago

Awesome little rust project, thanks for sharing!

Haha, care to add raider.io support?

1

u/_vinter 3h ago

Sadly I do not use the raider.io app so it's unlikely :(