Commit Graph

  • 430b5ff392 Bump expirary date back to 26/4/2013 md_5 2013-03-24 09:00:32 +11:00
  • 81fe547a7c Server admins see stack trace and die. See #225 md_5 2013-03-24 08:41:25 +11:00
  • 04fb1df3e1 Don't null out scores after objectives. md_5 2013-03-23 20:58:21 +11:00
  • 73aaf58009 Try and make the client not crash when switching teams. @lazertester md_5 2013-03-23 20:49:47 +11:00
  • fd062503e1 Skeleton team object. TODO: Make @mbax come and show me how to rewrite entire API. Also interface md_5 2013-03-23 20:41:35 +11:00
  • c97f113497 Add team packet. md_5 2013-03-23 20:32:37 +11:00
  • 14fcb90395 Fire server kick for logins too md_5 2013-03-23 19:38:00 +11:00
  • 39009d8c96 Check players have a server before sending md_5 2013-03-23 13:45:22 +11:00
  • 13f394b9a7 Send the players real IP for use in Spigot servers. md_5 2013-03-23 11:24:37 +11:00
  • 9838a09a8c Add slightly modified version of #220 - ChatColor.getByChar md_5 2013-03-21 21:29:26 +11:00
  • ffddcf939f Rewrite cancel method as it is posing some issues md_5 2013-03-21 20:16:41 +11:00
  • 3d8143c36e Use Bungee thread pool for additional logging md_5 2013-03-21 16:28:30 +11:00
  • 5e31b158e9 Work around JDK stupidity with regards to thread count md_5 2013-03-21 16:25:05 +11:00
  • a59e0f0b6b Async close http client as it appears bugged md_5 2013-03-21 13:54:40 +11:00
  • 517655f54e How did that debug stay there? md_5 2013-03-21 13:45:56 +11:00
  • 55ec76beee Allow users to connect md_5 2013-03-21 13:37:38 +11:00
  • a564d4c7f1 Fix issue #219 - make the scheduler work md_5 2013-03-21 13:35:35 +11:00
  • 86b864ce21 Fix small javadoc warning md_5 2013-03-20 20:36:33 +11:00
  • 6813b82b84 Fix issue #216 and #219 by moving current server check to the connect method. md_5 2013-03-20 20:25:42 +11:00
  • 27d454524f Use asynchttpclient instead md_5 2013-03-20 19:10:59 +11:00
  • 8827feacfb Implement high performance HTTP api for plugins with jetty. md_5 2013-03-20 18:52:26 +11:00
  • 692610cd7e Add asynchronous event API from issue #200 md_5 2013-03-19 20:09:15 +11:00
  • 1edd27963f Add issue #215 - scheduler API md_5 2013-03-19 19:45:34 +11:00
  • 730c05aaad Actually print time it took md_5 2013-03-19 17:23:07 +11:00
  • 2bae6cafc2 Try and prevent inefficient plugins by nagging when events take longer than 0.25ms to process. Someone let me know if this spams and I need to increase the max time. md_5 2013-03-19 17:21:54 +11:00
  • 5a15d5387c Use as many threads as the system can handle. md_5 2013-03-19 16:07:39 +11:00
  • 3fed94fbf2 Stop trying to be Forge for now. md_5 2013-03-19 12:07:59 +11:00
  • 1dd661f619 Use a byte array in the ping handler for simplicity md_5 2013-03-19 12:07:13 +11:00
  • e364cff44e Fix loading config. md_5 2013-03-19 12:00:57 +11:00
  • dfa47f740d Add feature #208 - Bungee texture packs. md_5 2013-03-19 11:54:13 +11:00
  • 87fcef0658 Implement PR #212 - sendMessages() for CommandSenders md_5 2013-03-19 11:43:37 +11:00
  • 49f2f5f28b Fix issue #211 - ServerInfo.ping md_5 2013-03-19 11:40:56 +11:00
  • a12debf6d0 Revert "Add info on registered channels to /bungee to enable users to help identify cause of random timeouts & resource leaks" md_5 2013-03-18 17:36:57 +11:00
  • 5d3cb452fe Fix issue #206 by updating netty. Big shoutout to Trustin and the Netty project. md_5 2013-03-18 17:36:41 +11:00
  • b3c34815b0 Add info on registered channels to /bungee to enable users to help identify cause of random timeouts & resource leaks md_5 2013-03-17 09:03:20 +11:00
  • 40768c1711 Update Netty to 4.0.0-Beta3 md_5 2013-03-17 09:01:12 +11:00
  • b16da7d048 Be sure to null serverSentScoreboard each connect. md_5 2013-03-16 22:35:13 +11:00
  • e681c8906d Add server kick event md_5 2013-03-16 21:32:11 +11:00
  • ce40391717 Untested attempt at sending users to default server when their server goes down. md_5 2013-03-16 21:17:41 +11:00
  • 2e51ec4fba *add else statement to prevent duplicate exception logging md_5 2013-03-16 21:09:16 +11:00
  • 54098c8989 Attempt to track, and remove scoreboards at reconnect md_5 2013-03-16 21:06:28 +11:00
  • 156ea30c32 Add scoreboard packets + API classes. Still unimplemented. md_5 2013-03-16 20:48:51 +11:00
  • 34f4bae923 Fix score add definition md_5 2013-03-16 20:37:36 +11:00
  • 6bb089074e Clear scoreboards on reconnect. md_5 2013-03-16 20:13:01 +11:00
  • 70c73211a0 Fix remapping of entities (fishing floats) md_5 2013-03-16 13:07:51 +11:00
  • c059345802 Add send command, closes issue #197 md_5 2013-03-16 12:14:15 +11:00
  • f5b4e1242d Add #205 more methods in Plugin for getting resources / data folders. md_5 2013-03-16 11:53:25 +11:00
  • 5365e5fb92 Bump the other pom versions to 1.5 too. md_5 2013-03-15 21:21:58 +11:00
  • dc2ef1eac7 Bump api to 1.5 md_5 2013-03-15 21:19:10 +11:00
  • 113dada511 Depreceate old register command / listener methods. md_5 2013-03-15 21:08:50 +11:00
  • 8ea5205fef Reuse single packet instance to save overhead md_5 2013-03-15 21:03:45 +11:00
  • 05d76c3f67 Pretty up login fail message. Fixes #201 md_5 2013-03-15 21:01:35 +11:00
  • d6e29b3f29 Fix issue #203 - errors in Util.exception when no trace present. md_5 2013-03-15 20:38:40 +11:00
  • bd479ba083 Remove outdated $() logger getter. md_5 2013-03-14 21:33:22 +11:00
  • 704fe11b05 Make forced hosts take higher priority than force default. Closes #184 md_5 2013-03-14 21:18:59 +11:00
  • 4811e7be4f Implement PostLoginEvent, closes #191 md_5 2013-03-14 21:11:16 +11:00
  • ac426f0c3f Use global netty version variable. md_5 2013-03-14 20:35:58 +11:00
  • 0f30024040 Now that we don't deploy the proxy we don't need the shaded identifier md_5 2013-03-14 20:28:24 +11:00
  • 5bfab582df Fix #156 - Bukkit trying to get client settings. md_5 2013-03-14 20:22:26 +11:00
  • ec1de0f636 Add global slot limit. Fixes feature request #40 md_5 2013-03-14 20:14:01 +11:00
  • 9bf6a58ba2 Update snakeyaml and guava versions. md_5 2013-03-14 19:51:36 +11:00
  • 9483c0228b Make protocol only depend on netty-buffer md_5 2013-03-14 19:50:44 +11:00
  • 09bb7a93d2 Update MySQL version md_5 2013-03-14 19:50:17 +11:00
  • 8935e77118 Use the Netty byte array encoder now that it is fixed. md_5 2013-03-14 19:49:31 +11:00
  • b71d253de2 Clean up cipher codec for maximum speed and minimal memory copy. md_5 2013-03-14 19:39:03 +11:00
  • d54f2462a8 Less error for IOExceptions, more debug for exceptions in the exception handler. md_5 2013-03-14 19:22:54 +11:00
  • c1ff4ffb89 Update to 1.5 & don't deploy proxy to maven, only APIs md_5 2013-03-14 17:50:33 +11:00
  • 58f1ab208b Reenable encryption + online mode. md_5 2013-03-14 17:46:57 +11:00
  • d5f25b07e5 *remove wrapper class md_5 2013-03-14 17:25:24 +11:00
  • 30b381853c Change packet handling from ByteBufs to byte arrays to work around netty bug. Connection now appears to be stable - just need to add an optimized encryption algorithm back. md_5 2013-03-14 17:24:32 +11:00
  • b0820208e6 @normanm @trustin This hack appears to fix all my issues with writing ByteBufs directly to channels. new @lazertester.party(). Others, please note this still isn't even a beta quality build. Due to memory laziness this build will only accept one connection. md_5 2013-03-13 20:08:15 +11:00
  • bc0a076e4b Don't sync, its an optimization - right? md_5 2013-03-13 18:08:43 +11:00
  • 1763dd3078 Remove unneeded channel option. Still trying to fix all these disconnect errors though. md_5 2013-03-13 18:07:07 +11:00
  • 373ec187fb Fix /server command to only show server name md_5 2013-03-12 18:07:25 +11:00
  • ac2c96c2ea This test WITHOUT encryption reveals something is majorly wrong with our packet decoding causing random and frequent disconnects. md_5 2013-03-12 17:53:18 +11:00
  • 5688099605 Also make sure we get the restricted value per server md_5 2013-03-12 17:14:50 +11:00
  • 1d2afae98e Fix canAccess check md_5 2013-03-12 17:13:50 +11:00
  • 4805087e38 Case insensitive sort md_5 2013-03-12 17:11:06 +11:00
  • e2f134ec08 Actually alphabetize players - thanks @Grooohm for the good spot! md_5 2013-03-12 16:56:09 +11:00
  • 92c1450909 Fix issue #129 - make chat event fire for commands, and add isCommand method. md_5 2013-03-12 15:15:25 +11:00
  • fea3642550 Add #183 - restricted servers md_5 2013-03-12 12:13:23 +11:00
  • f02d17c979 Fix issue #55 - show alerts in console md_5 2013-03-12 12:03:21 +11:00
  • 3dac86a94c Add getConsole() to the API md_5 2013-03-12 12:01:47 +11:00
  • 758e196479 Rewrite list command for per server breakdown, and alphabetizing. md_5 2013-03-12 11:58:04 +11:00
  • 5dd3384b31 Add GetServer channel, see #145 md_5 2013-03-12 11:43:37 +11:00
  • 59efec128d Add ProxiedPlayer.chat, see #146 md_5 2013-03-12 11:38:11 +11:00
  • 3b90737273 Update CipherCodec to try and fix issues. md_5 2013-03-12 11:21:39 +11:00
  • f9f664f9b6 Try using out.writerIndex instead of readerIndex md_5 2013-03-11 20:27:19 +11:00
  • 9edcda7ace Downgrade NIO to 1.4.7 md_5 2013-03-11 18:26:12 +11:00
  • cd1420d9cd Fix entity rewrites on falling blocks. md_5 2013-03-11 14:28:51 +11:00
  • a3e1493ce1 Merge NIO into master. I would not recommend this on a production server at all. Its 1.5 anyway. md_5 2013-03-11 13:29:17 +11:00
  • 9fb814003b Handle kicks when trying to login to server. Now we have to be about done. md_5 2013-03-11 10:15:14 +11:00
  • 76319371f7 Small code / api cleanup. Need to fix kicking in general, especially in ServerConnector before release. md_5 2013-03-11 10:06:14 +11:00
  • 2e33ab1460 Remove outdated javadoc md_5 2013-03-11 09:52:53 +11:00
  • cfd10f5714 Handle when user gets kicked midway through login to other server md_5 2013-03-11 09:47:42 +11:00
  • 6ae5feee60 Error handling when cannot connect to server. md_5 2013-03-11 09:39:37 +11:00
  • 0b7b87d9c3 Wait 100ms before closing socket to give server time to process. md_5 2013-03-11 09:30:49 +11:00
  • fa5804ec86 OMG WTF BBQ IT WORKS. LETS IRON OUT BUGS AND GET OUR RELEASE TARGET, ONLY 12 HOURS LEFT. md_5 2013-03-11 09:18:39 +11:00
  • 6e18403cd9 Ensure all resources are closed all the time. md_5 2013-03-11 09:11:36 +11:00
  • f67ad024f5 Make builds expire. md_5 2013-03-10 20:01:30 +11:00