Commit graph

1145 commits

Author SHA1 Message Date
xboi209
de7ddf5300 Update account_wrap.cpp
Use ````snprintf```` instead of ````sprintf````
2015-02-09 08:26:41 -08:00
xboi209
f2a7d0b2ea Update watch.cpp
Use ````snprintf```` instead of ````sprintf````
2015-02-09 07:49:50 -08:00
xboi209
dc80998cc3 Update xstring.cpp
Use xmalloc
2015-02-08 08:28:30 -08:00
xboi209
df4e082f93 Update strdup.cpp
Use xmalloc
2015-02-08 08:25:50 -08:00
xboi209
5122177a00 Update d2dbs_winmain.cpp
Close va_list with va_end
2015-02-08 08:14:43 -08:00
xboi209
66768a796b Update d2cs_winmain.cpp
Close va_list with va_end
2015-02-08 08:14:42 -08:00
xboi209
fcf7256b03 Merge pull request #5 from HarpyWar/master
sync
2015-02-08 08:03:50 -08:00
HarpyWar
9375de8283 force lock account with illegal username when log on (fix for previous commit, restriction was when create account) 2015-02-02 13:22:12 +03:00
HarpyWar
8af97e7ad8 do not allow register account named with one of the reserved filenames in Windows https://msdn.microsoft.com/en-us/library/aa365247.aspx#naming_conventions 2015-02-01 21:42:56 +03:00
xboi209
5e8dfbd977 Merge pull request #4 from HarpyWar/master
Sync
2015-01-29 08:08:16 -08:00
HarpyWar
4c36a6ad25 Merge pull request #123 from aancw/bugIconSwithHack
Fix User DC when click Tournament Icon & Set user to Default Icon when I...
2015-01-27 21:38:13 +03:00
aancw
7397168f01 [CLEAN] Fix User DC when click Tournament Icon & Set user to Default Icon when ICON SWITCH HACK 2015-01-23 11:23:14 +07:00
aancw
efa98d3885 Fix User DC when click Tournament Icon & Set user to Default Icon when ICON SWITCH HACK
Signed-off-by: aancw <cacaddv@gmail.com>
2014-12-22 17:48:11 +07:00
HarpyWar
10c542a784 fix send "png" banner files https://github.com/HarpyWar/pvpgn/issues/120 2014-11-10 22:33:27 +03:00
HarpyWar
954dcd131a continue to previous commit 2014-11-08 10:57:11 +03:00
HarpyWar
451718a6b8 refactoring and fix code warnings from PVS Studio 2014-11-07 20:26:57 +03:00
HarpyWar
1bcf7879d4 fix possible memory leak, because key_get_tab return xstrdup (?) 2014-11-06 14:18:30 +03:00
HarpyWar
cf388ca0a4 cleanup code 2014-11-06 10:07:10 +03:00
HarpyWar
7878a6fec3 fix next_id assignment when loading ad.conf https://github.com/HarpyWar/pvpgn/issues/115 2014-11-05 11:52:46 +03:00
HarpyWar
eb7e80d35d fix russian encoding (in addition to https://github.com/HarpyWar/pvpgn/pull/117) 2014-11-05 11:51:28 +03:00
HarpyWar
8d9b37b9d5 Merge pull request #117 from iltmpz/master
fix encoding for W2BN, should be cp1251 instead of UTF-8
2014-11-05 11:48:22 +03:00
HarpyWar
3b3c385b02 Update CMakeLists.txt https://github.com/HarpyWar/pvpgn/issues/115 2014-11-04 20:46:39 +03:00
HarpyWar
16d8cc2d6b fix compile error in Linux https://travis-ci.org/HarpyWar/pvpgn/builds/39961428 https://github.com/HarpyWar/pvpgn/issues/115 2014-11-04 19:49:46 +03:00
HarpyWar
0825dd6c18 update banner configuration https://github.com/HarpyWar/pvpgn/issues/115 2014-11-04 19:32:14 +03:00
iltmpz
fac1e9328d fix encoding for W2BN, should be cp1251 instead of UTF-8 2014-11-03 15:53:42 +03:00
HarpyWar
91204db81a Update FindMySQL.cmake https://github.com/HarpyWar/pvpgn/issues/116
(fix for the commit  8b17eefadf)
2014-11-02 22:31:52 +03:00
HarpyWar
c2f5732611 more flexibly grant permissions for user groups who can manage icons of other users 2014-11-02 21:32:20 +03:00
HarpyWar
f3c2efdebd fix crash when fetching Ladder using MirageBot https://github.com/HarpyWar/pvpgn/issues/107 2014-11-02 14:40:14 +03:00
HarpyWar
44e5267940 Merge branch 'master' of https://github.com/harpywar/pvpgn 2014-11-01 13:12:12 +03:00
HarpyWar
8b17eefadf Update FindMySQL.cmake with the actual directory paths (source https://gist.github.com/RenatoUtsch/1623340) 2014-11-01 13:11:54 +03:00
HarpyWar
129ce9ba39 Merge pull request #58 from AleXoundOS/patch-1
little changes for ruRU translations
2014-10-29 14:21:20 +03:00
HarpyWar
3af4f2a7e1 fix displaying channel topic text (length was cut) 2014-10-29 11:57:51 +03:00
HarpyWar
8b3ed987ec fix mysql column names for mute/lock https://github.com/HarpyWar/pvpgn/issues/111
https://github.com/HarpyWar/pvpgn/issues/85
2014-10-28 18:58:20 +03:00
HarpyWar
dd71f21784 fix lock/mute text formatting https://github.com/HarpyWar/pvpgn/issues/108 2014-10-28 18:50:55 +03:00
HarpyWar
23f03d6060 flash attribute for online users if FORCE flag is passed https://github.com/HarpyWar/pvpgn/issues/110
https://github.com/HarpyWar/pvpgn/issues/85
2014-10-28 18:20:05 +03:00
HarpyWar
93c385ff2b oops, forgot set length https://github.com/HarpyWar/pvpgn/issues/72 2014-10-28 13:52:51 +03:00
HarpyWar
ab60ca6506 fix ExtraWork data handling https://github.com/HarpyWar/pvpgn/issues/72 2014-10-28 13:21:55 +03:00
HarpyWar
1fe87515ab there is _DEBUG flag for debug mode 2014-10-26 00:30:46 +04:00
HarpyWar
245c871d44 fix compile on Freebsd 10 http://forums.harpywar.com/viewtopic.php?id=1235 2014-10-26 00:17:09 +04:00
HarpyWar
e9d63f2678 generate a crash dump file on Windows https://github.com/HarpyWar/pvpgn/wiki/Debugging-Segment-Faults-(crash-dump) 2014-10-26 00:15:08 +04:00
HarpyWar
c75cbc5c63 Merge pull request #97 from GeckoVOD/master
German translation
2014-10-25 16:10:48 +04:00
xboi209
a13a545725 Update common.xml 2014-09-28 16:22:47 -07:00
xboi209
80a832a2fd Update common.xml 2014-09-25 19:33:41 -07:00
Celetuiw
9450bf8290 Update w3motd.txt 2014-09-25 21:48:10 +02:00
Celetuiw
8480f814fa Update newaccount.txt 2014-09-25 21:47:32 +02:00
Celetuiw
9ffaedef17 Update termsofservice.txt 2014-09-25 21:46:48 +02:00
Celetuiw
87b236a57e Update newaccount.txt 2014-09-25 21:43:14 +02:00
Celetuiw
62978dd7d8 Update common.xml 2014-09-25 21:39:49 +02:00
Celetuiw
c25a1dab67 Update chathelp-war3.txt 2014-09-25 20:28:53 +02:00
Celetuiw
f0f136ae02 Update bnmotd.txt 2014-09-25 20:28:12 +02:00