Commit Graph

136 Commits

Author SHA1 Message Date
Joe Pritzel
e270be95f9 Removed Processor class -- part of bad concurrency ideas
Added code from issue #18
2011-11-05 12:57:58 -05:00
Joe Pritzel
53ca73e8f9 Removed Hex library dependancy 2011-11-05 12:22:06 -05:00
Joe Pritzel
2a3bd3517e Updated dependancies, buildfile, and README
Added persistence package, and abstracted away the storage medium
Removed bad concurrency ideas
Made some other minor tweaks
2011-11-05 12:06:03 -05:00
CodeForFame
63bda8b6a8 Merge pull request #20 from Joe0/issue19
Fix for NPE caused by blocking connections
2011-11-03 21:07:44 -07:00
Joe0
f896f2df65 Fix for NPE caused by blocking connections
closes #19
2011-10-31 15:26:15 -05:00
CodeForFame
c8312b5298 Merge pull request #17 from CodeForFame/master
Bug Fixes
2011-07-22 12:27:45 -07:00
CodeForFame
824a54cc8f Removed a bunch of junk from the database that had nothing to do with the server itself
Changed some queries to reflect these changes
2011-07-21 20:06:52 -05:00
CodeForFame
e184117109 Fixed ConnectionFilter and IPBanning
Expanded the Cache class
Removed duplicate of Cache class
Added ability to config ban length when banned from ConnectionFilter
2011-07-21 18:12:19 -05:00
CodeForFame
d8f211d45d Added option to disable congrats on max level
Added option for wilderness standstill time
Closes #16
Added config for bonus xp in wild
2011-07-21 15:43:33 -05:00
CodeForFame
2b976a8041 Players are now destroyed once they hit the threshold (fixed an off by one bug). 2011-07-21 15:14:52 -05:00
CodeForFame
e4807375de Merge pull request #12 from CodeForFame/master
Config Update, CommandHandler Rewrite, Cleanup, and added IP banning.
2011-06-25 19:40:16 -07:00
CodeForFame
428c3ec7cb Added reloadipbans command.
Dumped current database structure. (needs some cleanup)
2011-06-25 21:38:50 -05:00
CodeForFame
3fa1321df3 Added loading for IP bans. 2011-06-25 21:25:25 -05:00
CodeForFame
0a92efc01e Removed pointless disconnecting of player for spamming chat. It now just ignores the message. 2011-06-25 18:04:26 -05:00
CodeForFame
38cc620c56 Cleared err.log. 2011-06-25 16:43:53 -05:00
CodeForFame
7ccbc743b9 Added ip ban and unban commands.
Fixed formatting of LSPacketHandlers.xml
2011-06-25 16:42:55 -05:00
CodeForFame
4fcb575620 IP Banning re-write.
Closes #13.
2011-06-25 16:01:22 -05:00
CodeForFame
8bb374fd05 Removed garbage. 2011-06-25 01:36:04 -05:00
CodeForFame
bf7cc39d33 Moved alert-config.xml to conf folder.
Removed hard-coded file location (in EMail object).
Corrected table for MySQL query.
2011-06-25 01:24:43 -05:00
CodeForFame
93a5385f10 Fixed spelling error. 2011-06-25 01:09:09 -05:00
CodeForFame
dc7112653c Useless... Quests are in org.moparscape.msc.gs.plugins.quests 2011-06-25 01:05:46 -05:00
CodeForFame
07876364da Updated quests. BlackKnightFortress has some errors due to a missing method. 2011-06-25 00:59:47 -05:00
CodeForFame
d7e4583d3b Formatted all code.
Removed unused imports.
Addressed all warnings.
Made all fields in Player class private (added getters and setters where needed).
Removed dead code.
2011-06-25 00:44:53 -05:00
CodeForFame
3880d8869a Updated credits. 2011-06-24 19:58:12 -05:00
CodeForFame
c4ea11a48f Merge remote branch 'uupstream/master' 2011-06-24 19:55:10 -05:00
CodeForFame
8871a73166 Merge pull request #8 from Rodgerwilco/patch-3
Removal of the useless
2011-06-24 17:48:50 -07:00
CodeForFame
e3dfd85416 Removed fonts.tar.gz as it wasn't being used for anything. 2011-06-24 18:41:44 -05:00
CodeForFame
3f50aa37ec Removed unused captcha files. 2011-06-24 18:37:07 -05:00
CodeForFame
ead971e497 Cleaned up batch files for LoginServer. 2011-06-24 18:33:06 -05:00
CodeForFame
af38bd9f2a Removed unused libraries.
Cleaned up the batch files.
2011-06-24 18:31:54 -05:00
CodeForFame
7625db19dd Deleted Ant; there is no reason it should be there, it should be set up on the machine, and not application specific. 2011-06-24 18:22:33 -05:00
CodeForFame
eac2ad9f88 Fixed run-time classpath to include Scala.
Redid CommandHandler in Scala, and added permissions for each command.
Changed groupIDs to be more logical.
Added configs for other config files.
Refactored structure of config files (moved them out of server and ls folders respectively because they're already in a folder that denotes server/ls)
Cleared logs.
Deleted LS configs from server (they are completely unused there).
Moved configs to the config folder.
2011-06-24 17:18:51 -05:00
CodeForFame
990c5673a1 Fixed from merge. 2011-06-24 16:58:42 -05:00
CodeForFame
7fb4b90387 Merge remote branch 'upstream/master'
Conflicts:
	GameServer/alert-config.xml
	GameServer/src/org/moparscape/msc/gs/model/mini/CacheObject.java

...
2011-06-24 16:49:23 -05:00
CodeForFame
47f7211f03 Added line ending. 2011-06-24 16:25:59 -05:00
moparisthebest
58a6016ad5 Merge pull request #2 from CodeForFame/master 2011-06-23 13:34:46 -04:00
CodeForFame
742e31bd3e Added documentation, and refactored it a bit. 2011-06-22 11:44:40 -05:00
CodeForFame
dfbc8e8637 Added mail.jar to build path...
Removed IRC stuff in Constants...
Made the configs load before any logs being printed out (caused errors).
Fixed issue specified in pull request 9.
Fixed issue with being logged out (due to an error) caused by an old mistake (by the RSCA team) that created dead code.  So, I moved the dead code, so it's not dead, and fixes the bug.
2011-06-22 11:32:03 -05:00
CodeForFame
b76d909658 Added 'runeblast' pm, and reports to the alert system. 2011-06-21 22:39:49 -05:00
CodeForFame
40b78d9254 Alerts are now sent on their own thread (one thread for all alerts).
OSLevelBlocking sends alerts.  The priority is number of blocked ips / 10.
2011-06-21 22:26:18 -05:00
CodeForFame
5540cc3083 Added JavaMail API.
Added AlertHandler.
Added alert-config.xml.

Currently, the AlertHandler sends e-mails if the priority of the alert is <= the specified value.
2011-06-21 22:14:04 -05:00
CodeForFame
c696c3ef94 Made block/unblock command come from the config. 2011-06-21 19:46:47 -05:00
CodeForFame
c578718409 Forgot entry in config file... 2011-06-21 19:07:57 -05:00
CodeForFame
23f1500287 Added date format for log in config. 2011-06-21 19:06:34 -05:00
CodeForFame
3ca4aa75f0 Added configs for save interval, and garbage collection interval. 2011-06-21 18:43:31 -05:00
CodeForFame
a0aa5d6cdd Forgot unused-ip entry in world.xml.
Added config option for ip ban removal delay.
2011-06-21 18:36:48 -05:00
CodeForFame
40abc56b0f Removed extra JAR that isn't needed for Scala. 2011-06-21 18:25:21 -05:00
CodeForFame
9bf9a8cbc4 Added Scala.
Moved ConnectionFilter.
Removed OS specific code in GameEngine, and moved it into OSLevelBlocking.
2011-06-21 18:24:04 -05:00
CodeForFame
3701ea7a2f Changed .gitignore a bit...
Added config for OS level blocking.
Moved Cache.
Removed Quiz.
2011-06-21 18:22:37 -05:00
Travis Burtrum
9fa8583303 Merge pull request #5 from Nemmyz/patch-2
We're doing it exact RSC replica right?
2011-06-21 07:56:03 -07:00