RElesgoe
|
17e931280f
|
Change flags passed to G++ and Clang to "-Wall -Wextra -Wno-implicit-fallthrough -pedantic"
|
2020-10-17 19:09:29 -07:00 |
|
RElesgoe
|
c63bb693ff
|
Change flags passed to G++ and Clang to "-Wall -Wextra -Wcast-qual -pedantic"
|
2020-10-17 19:00:08 -07:00 |
|
relesgoe
|
8a37cf6e2f
|
Clear 'd2ladder_ladder_file' and 'd2ladder_backup_file' variables before writing to it
|
2020-10-16 18:41:34 -07:00 |
|
relesgoe
|
e3b7f6cc68
|
Change calls to fmt::format_to_n() to fmt::format_to()
|
2020-10-16 16:46:26 -07:00 |
|
relesgoe
|
41089f127d
|
Merge branch 'develop' of https://github.com/pvpgn/pvpgn-server into develop
|
2020-10-16 16:29:14 -07:00 |
|
relesgoe
|
b3613fae07
|
Update JSON for Modern C++ from 3.1.2 to 3.9.1
|
2020-10-16 16:29:11 -07:00 |
|
relesgoe
|
1042be1072
|
Replace usages of std::sprintf() with fmt::format() or fmt::format_to_n() in d2dbs
|
2020-10-10 13:07:07 -07:00 |
|
RElesgoe
|
6f5b27a8b0
|
Fix incorrect parameter value in call to BigInt() when initializing BnetSRP3::I, which caused a buffer overflow
|
2020-10-07 15:04:01 -07:00 |
|
RElesgoe
|
92211ef22d
|
Fixed heading formatting for CentOS 7 and Fedora 32 headings
|
2020-10-06 01:37:25 -07:00 |
|
relesgoe
|
f7c24b2d89
|
Merge branch 'develop' of https://github.com/pvpgn/pvpgn-server into develop
|
2020-10-06 01:28:02 -07:00 |
|
relesgoe
|
7901f666a3
|
Rewrite channel topics code to support JSON format
|
2020-10-06 01:27:54 -07:00 |
|
cen1
|
c50a499f9a
|
updated distro instructions
|
2020-10-05 19:11:06 +02:00 |
|
cen1
|
987ba4c42c
|
add lua 5.1 build instructions
|
2020-10-05 18:01:26 +02:00 |
|
cen1
|
0d945bd202
|
Update README.md
Add libcurl to apt command
|
2020-10-05 17:20:22 +02:00 |
|
RElesgoe
|
82fb9def9e
|
Update README.md
|
2020-10-03 16:32:27 -07:00 |
|
RElesgoe
|
325ae8a183
|
Fix regression where /ping command did not return the specified user's ping
|
2020-10-02 17:47:56 -07:00 |
|
relesgoe
|
ca61400e5d
|
Merge branch 'develop' of https://github.com/pvpgn/pvpgn-server into develop
|
2020-10-02 13:28:47 -07:00 |
|
relesgoe
|
11c204a4d7
|
Fix regression in conn_get_playerinfo() where statstrings were not properly returned
|
2020-10-02 13:28:25 -07:00 |
|
relesgoe
|
2768844791
|
Add optional-lite 3.2.0 to common project
|
2020-10-01 23:42:42 -07:00 |
|
RElesgoe
|
0e2c9d74f9
|
Update LICENSE
|
2020-09-26 14:58:12 -07:00 |
|
relesgoe
|
76271205bf
|
Replace calls to sprintf() with snprintf() in sql_dbcreator()
|
2020-09-26 14:21:03 -07:00 |
|
relesgoe
|
8a3c850d0b
|
Remove deprecated use of 'register' keyword in account_hash()
|
2020-09-26 14:10:35 -07:00 |
|
relesgoe
|
59827457f4
|
Replace call to snprintf() with empty format string with call to memset() in tracker_send_report()
|
2020-09-26 14:01:57 -07:00 |
|
relesgoe
|
e109b4b15e
|
Define macros for default configuration values for smtp_ca_cert_store_fetch_interval and smtp_port
|
2020-09-26 13:54:11 -07:00 |
|
relesgoe
|
428955c726
|
Change CURLE_OK to CURLM_OK to match type of variable 'code' in smtp_send_email()
|
2020-09-26 13:49:26 -07:00 |
|
relesgoe
|
9fb483a294
|
Rewrite ipban_func_list() to prevent buffer overflow
|
2020-09-26 13:48:13 -07:00 |
|
relesgoe
|
7ee369d436
|
Change call to sprintf() to snprintf() in _handle_set_command()
|
2020-09-26 13:34:37 -07:00 |
|
relesgoe
|
ef5f2c7503
|
Change vernum_to_verstr() to take in a std::uint32_t instead of a long and return a std::string instead of a const char* to a static variable
|
2020-09-26 13:28:53 -07:00 |
|
relesgoe
|
4df13c278a
|
Fix previous commit
|
2020-09-25 22:32:16 -07:00 |
|
relesgoe
|
71dbe2894b
|
Use std::string instead of fmt::memory_buffer in _client_motdw3()
|
2020-09-25 20:15:31 -07:00 |
|
relesgoe
|
6ccd19b164
|
Fix invalid vector::at() call to 'candidates' in AdBannerSelector::pick()
|
2020-09-25 16:15:40 -07:00 |
|
relesgoe
|
c98bc6eb55
|
Merge branch 'develop' of https://github.com/pvpgn/pvpgn-server into develop
|
2020-09-25 15:55:46 -07:00 |
|
RElesgoe
|
2f093fb624
|
Merge pull request #369 from VPeruS/replace-foreach
adbanner: replace for_each with ranged-for
|
2020-09-25 15:55:06 -07:00 |
|
relesgoe
|
f23f8d6a8a
|
Ensure exactly (std::strlen(CharName) + 1) bytes are written to a connection's write buffer instead of MAX_CHARNAME_LEN bytes
|
2020-09-25 15:51:54 -07:00 |
|
relesgoe
|
c0650d9cfa
|
Merge branch 'develop' of https://github.com/pvpgn/pvpgn-server into develop
|
2020-09-19 18:12:48 -07:00 |
|
relesgoe
|
9fa737df00
|
- Rewrite IRC code with {fmt}
- Fixed bug where irc_send_cmd() may write past end of buffer
- Break RPL_NAMREPLY into multiple packets if message cannot fit in one packet
|
2020-09-19 18:12:46 -07:00 |
|
RElesgoe
|
7270261245
|
Update CMakeLists.txt
|
2020-09-19 17:36:18 -07:00 |
|
relesgoe
|
6e95caa6d6
|
Merge branch 'develop' of https://github.com/pvpgn/pvpgn-server into develop
|
2020-09-19 17:12:22 -07:00 |
|
relesgoe
|
e03b58d1e2
|
Update {fmt} to 7.0.3
|
2020-09-19 17:11:56 -07:00 |
|
RElesgoe
|
a88419daa6
|
Update CMakeLists.txt
|
2020-09-19 01:51:58 -07:00 |
|
RElesgoe
|
075390adc4
|
Update .travis.yml
|
2020-09-19 01:26:30 -07:00 |
|
relesgoe
|
0238e40f0a
|
Merge branch 'develop' of https://github.com/pvpgn/pvpgn-server into develop
|
2020-09-18 15:35:29 -07:00 |
|
relesgoe
|
0ef29ae7bf
|
Free 'gameresult', 'gameresult->players', and 'gameresult->heroes' before returning NULL in anongame_gameresult_parse()
|
2020-09-15 15:12:46 -07:00 |
|
relesgoe
|
94aaa0c928
|
Free 'whole' before returning in ipban_str_to_ipban_entry()
|
2020-09-15 15:08:36 -07:00 |
|
relesgoe
|
b27f7e65dd
|
Free fp before continuing while loop in file_load_clans()
|
2020-09-08 22:15:08 -07:00 |
|
relesgoe
|
8508e58c75
|
Fix use-after-free bug in _anongame_queue()
|
2020-09-08 22:12:40 -07:00 |
|
relesgoe
|
c72000b6dc
|
Free clan before returning in sql_load_clans()
|
2020-09-08 21:48:50 -07:00 |
|
relesgoe
|
46e6d81906
|
Free team before returning in sql_load_teams()
|
2020-09-08 21:47:24 -07:00 |
|
relesgoe
|
71f3dba359
|
Free member before returning in sql_load_clans()
|
2020-09-08 21:46:22 -07:00 |
|
RElesgoe
|
5b5cd7f965
|
Change hardcoded 'smtps://' to 'smtp://' in smtp_config()
|
2020-09-05 14:28:48 -07:00 |
|