RElesgoe
RElesgoe
> Please do not commit common third party libraries like _zlib_, which is already shipped by all major GNU+Linux distributions. > > See also https://wiki.debian.org/UpstreamGuide specifically "No inclusion of third...
If I recall correctly, the original PvPGN developers wanted PvPGN 2.0 to become a general server software for all kinds of games, so they versioned their ongoing rewrite as `1.99.0`/`1.99.rXXX`....
You're saying appending a semantic version to `1.99` defeats the best practice but the best practice needs to utilize all 3 version parts (major, minor, patch). Your suggestion to only...
The default time is very arbitrary. Why is it 24 hours, why not 48 hours? Making it permanent by default makes the most sense to me.
> When a host client is kicked in a WOL channel (e.g. Red Alert 2 -> create game -> /kick host) the whole server goes down with a segfault after...
Oddly, there aren't any line numbers in that backtrace. Could you try to locate the exact line in irc_convert_channel() where pvpgn segfaults at.
@Sora012 Are you available to test a potential fix for the first segfault?
Try replacing https://github.com/pvpgn/pvpgn-server/blob/develop/src/bnetd/irc.cpp#L345-L348 with: ``` if ((conn_get_wol(c) == 1) && (channel_get_clienttag(channel) != 0 && (conn_get_clienttag(c) == channel_get_clienttag(channel)))) { bname = channel_get_shortname(channel); /* We converting unreadable "lob 18 0" names to...
Your log had your IP address in it, I deleted the link to the file and removed the original comment from the comment history. While keeping the previous change, try...
Can you double check which branch your pvpgn was compiled from?