cen1
89616448fa
add ubuntu 18.04 and clarify debian compiler
2019-07-11 23:26:05 +02:00
cen1
7f6caa7ac0
add route info to readme
2019-03-07 00:08:46 +01:00
HarpyWar
91fb4ee395
add track.pvpgn.pro to trackaddrs
2019-01-16 17:06:39 +03:00
RElesgoe
9e7c471e0f
Merge pull request #362 from pvpgn/develop
...
Finalize 1.99.7.2.1 release
2018-07-09 22:38:58 -07:00
RElesgoe
2b503e035e
Merge branch 'master' into develop
2018-07-09 16:08:14 -07:00
RElesgoe
6698e036cf
Add StarCraft and StarCraft: Brood War 1.18.0 versioncheck entry
2018-07-09 14:36:28 -07:00
RElesgoe
9a1a830347
Update PvPGN verion to 1.99.7.2.1
2018-07-09 14:33:59 -07:00
RElesgoe
e5d0aab7b9
Update downloads badge in readme
2018-07-09 14:33:20 -07:00
RElesgoe
ddc84e873a
Create versioncheck entries for StarCraft and StarCraft: Brood War 1.18.0
2018-06-26 02:43:55 -07:00
RElesgoe
9aa884eaa4
Modernized timing in accountlist_load_all()
2018-06-12 16:14:17 -07:00
RElesgoe
6ab1b48c28
Removed eventlog calls from conn_set_archtag() and conn_set_clienttag()
2018-05-31 00:40:24 -07:00
RElesgoe
7a1816ba1d
Renamed COUNTRYINFO_109 packet to AUTH_INFO
2018-05-31 00:37:01 -07:00
RElesgoe
df837c6f3e
Fixed memory leak in ipbanlist_check() when returning without freeing whole
2018-05-28 15:27:10 -07:00
RElesgoe
08b42c5990
Fixed memory leak in game_report() when returning without freeing ladder_info
2018-05-28 15:11:54 -07:00
RElesgoe
682abe3cc5
Update icon and supported StarCraft versions in README.md
2018-05-28 15:02:05 -07:00
RElesgoe
8464f2b4dd
Fixed /games command to hide private games when hide_pass_games is true. Admins can now view private games via /games all even when hide_pass_games is true.
2018-05-17 23:18:56 -07:00
RElesgoe
1212e047e2
Added ad000002.smk to installation
2018-05-17 22:27:51 -07:00
RElesgoe
2bb5613ce7
Fixed typo
2018-05-17 17:41:01 -07:00
RElesgoe
c29b950a82
Added versioncheck entries for StarCraft 1.17.0 and StarCraft: Brood War 1.17.0
2018-05-17 17:20:24 -07:00
RElesgoe
69b4b7ebbe
- Added additional logging
...
- Fixed bug that prevented clients using an older login system from connecting
2018-05-17 17:06:49 -07:00
RElesgoe
64386a81b7
Merge branch 'develop' of https://github.com/pvpgn/pvpgn-server into develop
2018-05-16 19:26:25 -07:00
RElesgoe
09caba4858
Remove deprecated options from bnetd.conf for Windows
2018-05-16 19:23:57 -07:00
RElesgoe
488f06791c
Fixed memory leak in _client_authreq109() when returning without calling packet_del_ref()
2018-05-16 13:15:21 -07:00
RElesgoe
222f4cd465
Fixed memory leak in _client_passchangeproofreq() when returning without calling packet_del_ref()
2018-05-16 13:13:55 -07:00
RElesgoe
4d87132872
Fixed memory leak when _client_logonproofreq() returns without calling packet_del_ref()
2018-05-16 13:11:35 -07:00
HarpyWar
36f9925357
set compiler and linker flags only for msvc
2018-05-09 11:16:34 +03:00
HarpyWar
f7ba9ec0a6
fix artifact file name
2018-05-09 11:16:34 +03:00
HarpyWar
4235aa8b3a
* fix cmake linker flags
...
* update appveyor with disable debug build and add separate archive with pdb for release
2018-05-09 11:16:34 +03:00
HarpyWar
0d1c09e918
add pdb
generation for d2cs and d2dbs
2018-05-09 11:16:34 +03:00
HarpyWar
90fa311a18
* Add debug information for crash dumps. /Zi
flag was missing and dumps did not contain useful info for debugging in non-assembler mode.
...
* Generate dump for Release by default
2018-05-09 11:16:34 +03:00
HarpyWar
33a70d17ce
Move crash dump generation into a separate file winmain.cpp
2018-05-09 11:16:34 +03:00
HarpyWar
70c654989e
set compiler and linker flags only for msvc
2018-05-09 01:01:46 +03:00
HarpyWar
9796253960
fix artifact file name
2018-05-08 22:25:44 +03:00
HarpyWar
c1c0c7789c
* fix cmake linker flags
...
* update appveyor with disable debug build and add separate archive with pdb for release
2018-05-08 20:51:28 +03:00
HarpyWar
b186b23a30
add pdb
generation for d2cs and d2dbs
2018-05-08 01:03:24 +03:00
HarpyWar
4d1025dd9d
* Add debug information for crash dumps. /Zi
flag was missing and dumps did not contain useful info for debugging in non-assembler mode.
...
* Generate dump for Release by default
2018-05-07 23:59:36 +03:00
HarpyWar
2e2232c4c1
Move crash dump generation into a separate file winmain.cpp
2018-05-07 23:53:36 +03:00
RElesgoe
007dc8a332
Merge pull request #347 from pvpgn/develop
...
Finalize 1.99.7.2.0 release
2018-05-06 15:07:44 -07:00
RElesgoe
b53e0b13c8
Add Coverity Scan to Travis CI
2018-05-06 12:42:31 -07:00
RElesgoe
7d0b2e7ab3
Merge branch 'develop' of https://github.com/pvpgn/pvpgn-server into develop
2018-05-05 23:24:06 -07:00
RElesgoe
6c2b35ce6c
Pass const char pointer instead of char to packet_append_string() in _client_authreq109()
2018-05-05 23:23:58 -07:00
RElesgoe
966751b26a
Fix crash when a client connects with no corresponding versioncheck entry and allow_unknown_version is true
2018-05-05 23:22:42 -07:00
RElesgoe
0695ed0716
Merge branch 'master' into develop
2018-05-03 01:53:39 -07:00
RElesgoe
1de80bfdae
Change version number from 1.99.7.1.1 to 1.99.7.2.0
2018-05-03 01:46:29 -07:00
RElesgoe
ee9d84478d
Revert accidental change
2018-05-03 01:45:58 -07:00
RElesgoe
0923f6a52e
Remove cdb support
2018-04-28 20:58:14 -07:00
RElesgoe
5699020a6b
Remove /src/autoconf directory
2018-04-28 18:46:08 -07:00
RElesgoe
74b06d022b
Overhaul versioncheck system ( #340 )
...
* Overhaul versioncheck system
- Removed version_exeinfo_match, skip_versioncheck, and version_exeinfo_maxdiff from bnetd.conf
- Modified configuration file to use JSON
- Correctly finds the appropriate versioncheck entries
- Add versioncheck.md to docs/
* Update JSON for Modern C++ from 3.0.1 to 3.1.2
2018-04-28 17:23:10 -07:00
RElesgoe
47ba463536
Add versioncheck.md to docs/
2018-04-26 01:37:02 -07:00
RElesgoe
5cc3771b5b
Change vc_entries to use std::unordered_map instead of std::forward_list
2018-04-26 00:56:54 -07:00