-
I tried rconed on both, my Linux machine at work and my Windows computer at home. But I always got strange errors
Couldn't get I/O for the connection: null
within SourceRcon.send()
The rconSocket.connect(remoteSocket, 1000) call failed and an additional System.err.println(e) for IOExceptions (e.getCause() is null, but what is the exact type of e) resulted in a general SocketException...
2009-01-20 16:29:25 UTC by mardur
-
Applied this patch and checked it into CVS, thank you.
2008-01-04 15:09:15 UTC by deaded
-
deaded committed patchset 27 of module RconEd to the RconEd CVS repository, changing 1 files.
2008-01-04 15:07:37 UTC by deaded
-
File Added: request1861207.patch.
2007-12-31 03:45:15 UTC by barkerjr
-
Using Strings to store passwords in Java can be a security hole. Strings are stored in memory until they are garbage collected and subsequently overwritten by something else. Using primitives lets the callee blank out the memory when done with it.
The send() methods should be overloaded to accept passwords as primitive arrays (bytes, chars, etc), in addition to Strings.
2007-12-31 03:24:56 UTC by barkerjr
-
I'd like to be able to specify how long I'm willing to wait for a reply from the server. This would be the total time to get a response, not just for the first packet.
2007-12-31 03:18:35 UTC by barkerjr
-
Currently, exceptions are caught and either thrown away (with an nondescript sysout) or printed to the console. It would be better to throw them to the caller. Currently, my code has no way to know that something went wrong, except that the response is "".
2007-12-31 03:16:37 UTC by barkerjr
-
deaded committed patchset 26 of module RconEd to the RconEd CVS repository, changing 1 files.
2007-11-23 16:39:49 UTC by deaded
-
RconEd 2.3 adds CODRcon for Call of Duty (COD) support plus a couple of minor BF2Rcon additions.
RconEd is a Java library for issuing RCON commands to supported game servers. These currently include:
- COD / COD2
- Halflife (HL)
- Halflife 2 (Source)
- Battlefield 2 (BF2)
2006-11-06 16:30:49 UTC by deaded
-
deaded committed patchset 25 of module RconEd to the RconEd CVS repository, changing 3 files.
2006-11-06 16:10:55 UTC by deaded