HarpyWar
f1a96c3920
example rating icons for starcraft, that are set in icons.conf
2014-04-07 17:59:40 +04:00
HarpyWar
368c4b9296
fix compile for unix
2014-04-07 17:11:36 +04:00
HarpyWar
422ea12fcf
Merge branch 'master' of https://github.com/HarpyWar/pvpgn
2014-04-07 16:50:37 +04:00
HarpyWar
c11af35260
Add flexible tuning of custom icons for Warcraft, Starcraft in icons.conf
2014-04-07 16:49:35 +04:00
HarpyWar
c376602982
fix compile on posix systems
2014-04-07 13:02:38 +04:00
HarpyWar
f2d3ed2a6d
* minor changes in motd, to avoid questions from users "how to display red color there"; message with a mail box is more visible now http://img819.imageshack.us/img819/810/40ao.png
...
* add text with a file location into all the files with a text information that displayed in games
* version string changed from "SVN" to "GIT"
2014-03-27 17:37:23 +04:00
HarpyWar
ff8ca941cd
Welcome text for Warcraft 3 is moved into new file conf/bnmotd_w3.txt
...
http://img21.imageshack.us/img21/1808/j2py.png
2014-03-27 17:26:45 +04:00
HarpyWar
d96e102947
/set command modifications
...
* disallow get/set value for password hash and username (hash can be cracked easily, account name should be permanent)
* detailed output
* logging as "warning" any changes that made with /set
2014-03-26 12:14:48 +04:00
HarpyWar
bdb4500847
Various modifications to /finger:
...
- Displaying account creation time
- Renamed is_admin/operator to Admin/Operator respectively
- Displaying whether account is muted or not
- Displaying last login owner
http://developer.berlios.de/patch/?func=detailpatch&patch_id=2859&group_id=2291
2014-03-25 23:32:25 +04:00
HarpyWar
c229c6693b
Command /find <substr to search for inside username>
...
http://developer.berlios.de/patch/?func=detailpatch&patch_id=1526&group_id=2291
2014-03-25 22:57:35 +04:00
HarpyWar
8762667276
Online friends list command /friends online
...
Shows friends list containing only friends who are online.
Note: The number prefix associated with each friend is their actual rank in the friend list instead of a normal numbered list incrementing by 1, e.g. (1,2,3,...)
http://developer.berlios.de/patch/?func=detailpatch&patch_id=3236&group_id=2291
2014-03-25 22:11:31 +04:00
HarpyWar
5d27cece2c
"/games lobby" command - show only games in lobby
...
http://developer.berlios.de/patch/?func=detailpatch&patch_id=3235&group_id=2291
2014-03-25 22:04:27 +04:00
HarpyWar
a1fb914c30
Add option ignore-version for bnchat and bnstat
...
http://developer.berlios.de/patch/?func=detailpatch&patch_id=3184&group_id=2291
2014-03-25 21:49:34 +04:00
HarpyWar
c39f9f0315
unknown udp packets should be logged in debug mode only
2014-03-01 11:09:00 +04:00
HarpyWar
34262706ea
reorganize files, only pvpgn source here now
2014-02-03 11:02:09 +04:00
HarpyWar
a66afd0d43
code format
2014-02-03 10:58:57 +04:00
HarpyWar
1df3c408f3
Update README.md
2014-02-02 07:49:45 -08:00
HarpyWar
be8d65d16f
Command /save that immediately saves changes from the cache to a storage
2014-02-02 19:31:53 +04:00
HarpyWar
7acb7c1382
Algorithms Library is needed to compile on VC++ 2013
2014-02-02 14:02:06 +04:00
HarpyWar
86b27d4835
Merge branch 'master' of https://github.com/HarpyWar/pvpgn
2014-01-24 15:09:14 +04:00
HarpyWar
18713ffe35
allows any symbols in sql field (not only letters and numerics)
...
http://forums.harpywar.com/viewtopic.php?id=1102
2014-01-24 15:07:00 +04:00
HarpyWar
daff864f80
Update README.md
2014-01-09 08:56:48 -08:00
HarpyWar
1c48ea06a8
Create README.md
2014-01-08 02:20:34 -08:00
HarpyWar
9bbf8db85a
pvpgn-support-1.2.zip are added to the main package
2014-01-08 13:52:15 +04:00
HarpyWar
a7c7bff57f
- /etc path for unix
...
- versioncheck disable by default
2014-01-08 13:41:21 +04:00
Mark Parncutt
1ea116434c
Fix compile error when pointer size is larger than int
2013-07-02 12:15:07 +04:00
Shakar
74f9e4faaf
fix against command flooding
2012-04-29 19:02:44 +04:00
HarpyWar
7dfb42af5f
fixed motds to utf-8
2012-04-29 14:15:07 +04:00
HarpyWar
52302c1bf4
(changes from pvpgn magic builder)
...
- corrected cmake build under Windows
- added cmake module to build with ODBC
- fixed Russian MOTD
- added latest versioncheck.conf
2012-04-29 12:13:10 +04:00
HarpyWar
39d0b2be71
Added game id field and user game version in status.dat output (the same as status.xml)
2012-04-29 12:11:01 +04:00
HarpyWar
84811bcfe8
Fixed Warcraft 3 ICON SWITCH hack
...
http://forums.harpywar.com/viewtopic.php?pid=3786
2012-04-29 11:02:07 +04:00
HarpyWar
b989d26e11
Added game id field in status.xml output
...
Example:
...
<Users>
<Number>1</Number>
<user><name>HarpyWar</name><clienttag>SEXP</clienttag><version>1.16.1.1</version></user>
<gameid>32</gameid></user>
</Users>
<Games>
<Number>1</Number>
<game><id>32</id><name>test</name><clienttag>SEXP</clienttag></game>
</Games>
...
2012-04-16 08:03:07 +04:00
d1zzy
69976febd2
Merge pull request #1 from Pelish/master
...
Fix for a bug in WOL USERIP command
2011-12-29 13:36:52 -08:00
Pelish
2360a7e959
fix for USERIP command bug where missing one parameter
2011-12-29 21:40:33 +01:00
Pelish
563bc75a98
Fix for /clan commands bug when clan was always created after two invitations was accepted add PHP WOLHASH implementation script
2011-03-03 20:58:02 +00:00
Pelish
27a1de3879
Fix for bug introduced in multilingual motd's. Should fix Bug #16451 and #17054 . Thank goes to pandaemonium for is help/fix of that issue.
2010-04-11 09:58:05 +00:00
Pelish
700ba62993
few WOL bug fixes (server admins are now able to join a game, client parts channel also if sends only QUIT command), big WOL cleanup - using native PvPGN functions instead of WOL hacks (which are no longer needed when WOL games uses t_game structure)
2010-02-19 23:36:03 +00:00
Pelish
786cc29fa9
fix for WOL gamepass bug
2010-02-14 11:55:56 +00:00
Pelish
4674084526
fix for copy-paste bug - thanks for fix goes to Alanstr
2010-02-07 10:55:30 +00:00
Pelish
97bdc50374
add WOL quickmatch player ability to prefer colour/country
2010-02-06 23:10:12 +00:00
Pelish
7af1cd6537
add of WOL quickmatch maps into bnmaps.conf and coded support for using them
2010-02-05 20:51:34 +00:00
Pelish
f6b2b75145
fix for bug "both WOL players got disconnect when game was not started"
2010-02-04 22:45:22 +00:00
Pelish
b2685ad084
add support for WOL passworded games
2010-02-04 16:27:51 +00:00
Pelish
ffee40fb08
add of TSXP and YURI solo ladders, fixed bad config line (according to multilingual motds), fix for bad WOL points counting when both ladder players has been disconnected
2010-01-28 22:10:56 +00:00
dizzy
390e469b2b
Not sure how this dir got in here.
2010-01-23 22:37:56 +00:00
dizzy
3b2457a175
Import the CVS web module (as of 2010-01-23) to SVN trunk/web/site.
2010-01-23 22:34:14 +00:00
dizzy
68936423f8
Revert the web import (svn!!!)
2010-01-23 22:30:23 +00:00
dizzy
a0230d3b84
Imported the CVS web module as of Jan 23.
2010-01-23 22:17:50 +00:00
Pelish
f47b38cd6f
fix for some of bugs introduced by multilingual motd's
2010-01-15 23:50:52 +00:00
Pelish
12bbcf0708
add of a bit recoded [ Patch #2709 ] /ipscan command. Thanks goes to saidin once again!
2009-10-17 16:20:17 +00:00