Guild icon
Teeworlds
IRC / bridge
One-way IRC channel bridge. If you want to be able to send messages to IRC, contact @Dune or @heinrich5991. https://www.teeworlds.com/?page=docs&wiki=rules/irc_rules
Between 2018-10-13 00:00:00Z and 2018-10-14 00:00:00Z
Avatar
[quakenet] <heinrich5991> minus: if you care to make a 0.6.5 release, here's the source: https://github.com/heinrich5991/teeworlds/tree/fix-0.6, diff: https://github.com/teeworlds/teeworlds/compare/0.6...heinrich5991:fix-0.6
A retro multiplayer shooter. Contribute to teeworlds/teeworlds development by creating an account on GitHub.
10:28
[quakenet] <heinrich5991> can be compiled with cmake 2.8.9+, bam 0.4.0, bam 0.5.0
10:28
[quakenet] <heinrich5991> fixes the issue players are currently seeing in the server browser (contains anti-IP spoof measurements for CONNECT packets)
10:29
[quakenet] <heinrich5991> binary releases at https://heinrich5991.de/teeworlds/temp/
10:29
[quakenet] <heinrich5991> (cross-)compiled with cmake from linux to linux 32bit, linux 64bit, win32, win64, macos
10:30
[quakenet] <heinrich5991> tested everything while in progress, ultimately tested win32, linux 32bit, linux 64bit
10:30
[quakenet] <heinrich5991> (don't have a mac to retest the binary there, but it should™ still work
10:30
[quakenet] <heinrich5991> )
10:31
[quakenet] <heinrich5991> if you do release this, I'll also write release notes after the release if you want
10:31
[quakenet] <heinrich5991> didn't fix all warnings because I didn't want to put more work into something that might just be rejected
Avatar
[quakenet] <minus> heinrich5991: i don't particularly care; i can up the files though
Avatar
[quakenet] <heinrich5991> minus: would be nice if you could upload it — I'd update the steam client when that happens :)
Avatar
[quakenet] <minus> can you quickly tar them all up, heinrich5991?
17:08
[quakenet] <heinrich5991> contains all the tars on the top level
17:08
[quakenet] <heinrich5991> and the zip and the dmg
17:09
[quakenet] <minus> heinrich5991: uploaded
17:10
[quakenet] <heinrich5991> thanks
17:10
[quakenet] <heinrich5991> I might need your help once I write the new "downloads" post to update the link on the front page
17:13
[quakenet] <heinrich5991> minus: hmmm. uploaded where?
17:14
17:14
[quakenet] <minus> oh, you mean github?
17:14
[quakenet] <heinrich5991> ah, thanks
17:14
[quakenet] <heinrich5991> no, that's fine
17:14
[quakenet] <minus> afk
Avatar
[quakenet] <heinrich5991> minus: you could update the front page now
Avatar
[quakenet] <heinrich5991> it seems that there are some problems with this release :(
18:52
[quakenet] <Dune> namely?
18:52
[quakenet] <Dune> ah, just saw
18:53
[quakenet] <heinrich5991> some people report that they cannot start it on windows 7
18:53
[quakenet] <Dune> well, I can :/
18:54
[quakenet] <Dune> oops, Avira said teeworlds_srv.exe has a "Hijacker" trojan
18:55
[quakenet] <heinrich5991>
18:55
[quakenet] <Sonix-> lol
19:01
[quakenet] <minus> heinrich5991: you have a shell account on the website server too btw
19:02
[quakenet] <minus> i'll just give you su access
19:02
[quakenet] <heinrich5991> oh, and the rights to change stuff there?
19:02
[quakenet] <heinrich5991> thanks
19:02
[quakenet] <minus> already changed it though
19:03
[quakenet] <minus> hm, hopelessly outdated kernel
19:03
[quakenet] <minus> oh hei
19:03
[quakenet] <minus> downloads link to github
19:03
[quakenet] <minus> not downloads.teeworlds.com
19:04
[quakenet] <heinrich5991> hm?
19:05
[quakenet] <minus> the download link on the start page
19:05
[quakenet] <minus> 0.6.4 also links to github already
19:06
[quakenet] <minus> how will you fix it, heinrich5991
19:06
[quakenet] <heinrich5991> the release?
19:06
[quakenet] <heinrich5991> or the download links?
19:06
[quakenet] <minus> the download link
19:07
[quakenet] <heinrich5991> probably by linking back to downloads.teeworlds.com
19:07
[quakenet] <minus> that's in news.php
19:07
[quakenet] <minus> (almost muscle-memory'd a .py there)
Avatar
[quakenet] <heinrich5991> now, for the fine art of release quick fixes
19:20
[quakenet] <heinrich5991> minus: can you update the releases on https://downloads.teeworlds.com/ with https://heinrich5991.de/teeworlds/temp/teeworlds-0.6.5-win32.zip
19:20
[quakenet] <heinrich5991> (news.php is fixed already :) )
19:22
[quakenet] <minus> heinrich5991: just the win32 release?
19:23
[quakenet] <heinrich5991> no, win32, win64 and the changed source
19:23
[quakenet] <heinrich5991> (that only changes something in a #if defined(CONF_FAMILY_WINDOWS))
19:23
[quakenet] <minus> i'm just migrating downloads to the main server
19:24
[quakenet] <minus> /var/www/teeworlds.com/downloads, put them there
Avatar
[quakenet] <Dune> makes me think heinrich5991 should probably get the dev medal on the forums
19:36
[quakenet] <Dune> should this be flagged out of date? fill up security issues too
19:36
[quakenet] <Dune> idk archlinux
19:38
[quakenet] <minus> and of course i can't get a new cert for downloads.teeworlds.com because certbot on debian stable is so old it still uses a now-disable verification method
19:39
[quakenet] <heinrich5991> :D
Avatar
[quakenet] <minus> hey Kottizen you there
19:51
[quakenet] <minus> well, kinda fixed it
19:53
[quakenet] <minus> downloads.teeworlds.com now gets https from cloudflare, goes to downloads.teeworlds.com, gets an invalid cert (only valid for (www.)teeworlds.com), but continues, nginx interprets the request on the www.teeworlds.com server block, which rewrites ^/teeworlds- to downloads/
19:54
[quakenet] <minus> if Kottizen was there i'd ask him to snapshot the machine, then upgrade to buster, which has a recent enough certbot to get a new cert for downloads.teeworlds.com
19:57
[quakenet] <minus> feel free to fix it properly, heinrich5991
19:57
[quakenet] <heinrich5991> what does teeworlds.com currently host? forum and website, no masters?
19:57
[quakenet] <heinrich5991> + downloads now
20:02
[quakenet] <minus> correct
Exported 76 message(s)