Commit Graph

116 Commits (dbbff088865c0dd5a3e8eb80eace2eea485897ee)

Author SHA1 Message Date
PSp..om 189a787d36 Added some warning for some odd state issues that can happen 14 years ago
PSp..om c5ac1c8bfe Modified to throw an exception if the class of the object 14 years ago
PSp..om 0f1b05b405 Fixed the few uncheck warnings that I could... suppressed 14 years ago
PSp..om 49f65bd7aa At least fixing the type-check warnings in the code I added. 14 years ago
PSp..om 4deb4d46e7 Improved the exception handling when objects fail 14 years ago
sha..rd cbbb261828 * Made sync system deprecated 14 years ago
PSp..om 041f47157d Modified serializer to throw an exception if it tries 14 years ago
PSp..om 858925182e Added a log INFO message for when messages are dispatched 14 years ago
PSp..om d3364b4622 Fixed an NPE (apparently harmless) for a certain connection 14 years ago
PSp..om 50465e37b3 Fixed a getConnection() bug caused by a silent autoboxing 14 years ago
PSp..om 37cc6e581d Deprecated registerPackage() and added a log INFO to 14 years ago
PSp..om f7f47a13e4 Modified to log and continue when the message/event 14 years ago
PSp..om 6465dbd516 Removing an errant println. 14 years ago
PSp..om e58ec4b8a0 Added code that will wake up the blocked kernel-caller 14 years ago
PSp..om 3fc0d506f4 Added some info logging for connection close events... 14 years ago
PSp..om 99a21a8c1d This would have saved me soooo much time. Serializer's 14 years ago
PSp..om 5012b2d3dd Use an extra byte per final-typed field to handle 14 years ago
PSp..om 3e5973793e A better exception for errors that really should have a root 14 years ago
PSp..om 7e3020fd07 Forgot to actually check the udp port for server 14 years ago
PSp..om 73305755bc Modified so that a -1 UDP port completely disables UDP. 14 years ago
PSp..om b641b5670c Fixed stupid buffer copy bug partially caused by some 14 years ago
PSp..om 862d2729f8 Pull the local UDP port from the ethereal set. The previous 14 years ago
PSp..om 6ee8fb646c HostedConnection can now supply the Server instance 14 years ago
PSp..om 35e19c1667 Applied the null filter fix to the UDP kernel that 14 years ago
PSp..om 6895e1e709 Pass the server name and version on through to the overloaded method. 14 years ago
PSp..om 82b8cebc16 Unwinding a bit of the Message vs. Message conundrum 14 years ago
PSp..om 0fecd032df Unwinding a bit of the Message vs. Message conundrum 14 years ago
PSp..om ec7431e0f1 Received messages now have their reliability flag 14 years ago
PSp..om 16c6b13564 Fix client message listeners threading. They may be 14 years ago
PSp..om b46a09066d Updated the Endpoint interface to define a close() method 14 years ago
PSp..om 0d23903830 More comments on restrictions to future thread pooling 14 years ago
PSp..om 4091a01c91 Modified the default server implementation to enforce my 14 years ago
PSp..om b1e52b865a Added some comments about the multi-threaded nature 14 years ago
PSp..om 382ca44941 Added a count-down latch to keep track of the connecting 14 years ago
PSp..om a14df8a68f added disconnect information to the client state listener 14 years ago
PSp..om 1871d02b7d Fixed a port typo after all the cutting pasting and 14 years ago
PSp..om b6b6175866 Send the version information with the client registration 14 years ago
sha..rd 3087235def * RMI system much more tolerant of bad data now (will display warning in log instead of crashing) 14 years ago
PSp..om 5faa1f08fe Added the rest of the game name and version stuff... still 14 years ago
PSp..om dda3e4c2a0 Real fix for the client UDP problems and removed my long 14 years ago
PSp..om 17ecd6f0c9 Committing something for testing... may revert. 14 years ago
PSp..om 9b5c1bb4d2 Leave the client UDP connection 'connectionless' and 14 years ago
PSp..om f00c13dfba Added a comment about the "magic number" used in the 14 years ago
PSp..om 5d525edc59 More graceful shutdown of client-initiated close of 14 years ago
PSp..om 312e26aeca Fixed an NPE in the filter code... oops. A null filter 14 years ago
PSp..om 8fc15d2ecf Basic useful filter implementations. 14 years ago
PSp..om fd62579bf3 Added a String getAddress() to the server-side connection 14 years ago
PSp..om c21ae83fc1 Basic connection filtering support. Standard filter implementations 14 years ago
PSp..om 2a33404814 Fixed some more cases where I missed the long -> int 14 years ago
PSp..om 8da5e751dd Client ID is now just an int. If users connect once 14 years ago