Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merging changes from Indev for 1.8.2 release #69

Merged
merged 36 commits into from
Mar 11, 2015
Merged

Merging changes from Indev for 1.8.2 release #69

merged 36 commits into from
Mar 11, 2015

Commits on Oct 9, 2014

  1. Fix OverflowException for server port

    Change short to int. Bug report by 1092CQ.
    ORelio committed Oct 9, 2014
    1 Configuration menu
    Copy the full SHA
    dc06cef View commit details
    Browse the repository at this point in the history

Commits on Oct 28, 2014

  1. Protocol18: Redirect ping to Protocol17

    Removed duplicate ping code
    ORelio committed Oct 28, 2014
    Configuration menu
    Copy the full SHA
    531aede View commit details
    Browse the repository at this point in the history
  2. Merge pull request #50 from ORelio/master

    Import merged pull request from Master to Indev
    ORelio committed Oct 28, 2014
    Configuration menu
    Copy the full SHA
    f0f8183 View commit details
    Browse the repository at this point in the history
  3. Remove useless ping method from Protocol18

    ping method wasn't part of the interface so it can in fact be removed
    without any issue.
    ORelio committed Oct 28, 2014
    Configuration menu
    Copy the full SHA
    d6c286b View commit details
    Browse the repository at this point in the history

Commits on Nov 4, 2014

  1. Use usigned short to cover full range of ports

     Each side of a TCP connection has an associated 16-bit unsigned port number (0-65535).  Use an unsigned short rather than a signed short otherwise you'll only get half the ports!
    lokulin committed Nov 4, 2014
    Configuration menu
    Copy the full SHA
    b904664 View commit details
    Browse the repository at this point in the history
  2. Using ushort rather than keyword

    I'm not so familiar with this syntax.
    lokulin committed Nov 4, 2014
    Configuration menu
    Copy the full SHA
    466ad07 View commit details
    Browse the repository at this point in the history
  3. Update short to ushort

    lokulin committed Nov 4, 2014
    Configuration menu
    Copy the full SHA
    284d335 View commit details
    Browse the repository at this point in the history

Commits on Nov 6, 2014

  1. Missed ushort in protocol handler

    Lauchlin Wilkinson committed Nov 6, 2014
    Configuration menu
    Copy the full SHA
    006a1a5 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'master' into Indev

    Conflicts:
    	MinecraftClient/McTcpClient.cs
    	MinecraftClient/Protocol/ProtocolHandler.cs
    	MinecraftClient/Settings.cs
    lokulin committed Nov 6, 2014
    Configuration menu
    Copy the full SHA
    5c8c3f4 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #53 from lokulin/Indev

    Merging pull request
    ORelio committed Nov 6, 2014
    Configuration menu
    Copy the full SHA
    157aa2a View commit details
    Browse the repository at this point in the history

Commits on Nov 10, 2014

  1. Configuration menu
    Copy the full SHA
    07fed5c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b0988a8 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7fa2e0d View commit details
    Browse the repository at this point in the history
  4. Merge pull request #54 from lokulin/Indev

    Added /list command
    ORelio committed Nov 10, 2014
    Configuration menu
    Copy the full SHA
    5d1aee4 View commit details
    Browse the repository at this point in the history
  5. /list command improvements

    Coding style, Guid, interface, Fallback Command
    ORelio committed Nov 10, 2014
    Configuration menu
    Copy the full SHA
    f820412 View commit details
    Browse the repository at this point in the history
  6. Add /list support in Protocol17

    Fake UUID using md5(username) since protocol17 does not have UUID in
    player list item packet
    ORelio committed Nov 10, 2014
    Configuration menu
    Copy the full SHA
    8d16f1e View commit details
    Browse the repository at this point in the history

Commits on Nov 11, 2014

  1. Add /list support in Protocol16

    Removed fallback to server /list command
    ORelio committed Nov 11, 2014
    Configuration menu
    Copy the full SHA
    8e458f7 View commit details
    Browse the repository at this point in the history
  2. Add Minecraft 1.8.1 in supported version list

    Allows support for version=1.8.1 in config file
    ORelio committed Nov 11, 2014
    Configuration menu
    Copy the full SHA
    2dec21d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4752094 View commit details
    Browse the repository at this point in the history

Commits on Dec 16, 2014

  1. Refactor Alerts Bot + Fix crash

    More efficient, succint and readable code with less bugs!
    Fixed crash when displaying alert under certain conditions.
    ORelio committed Dec 16, 2014
    Configuration menu
    Copy the full SHA
    1499f8c View commit details
    Browse the repository at this point in the history

Commits on Jan 2, 2015

  1. Auto-Tpaccept from everyone

    Disabled by default.
    Suggested by medxo
    ORelio committed Jan 2, 2015
    Configuration menu
    Copy the full SHA
    dd001e3 View commit details
    Browse the repository at this point in the history

Commits on Jan 22, 2015

  1. Update RemoteControl.cs

    medxo committed Jan 22, 2015
    Configuration menu
    Copy the full SHA
    bdbc408 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #61 from medxo/patch-1

    Update RemoteControl.cs
    ORelio committed Jan 22, 2015
    Configuration menu
    Copy the full SHA
    314c556 View commit details
    Browse the repository at this point in the history

Commits on Jan 23, 2015

  1. Fix scripts failing to send msg after reco

    Script was using old disposed handler
    Fixed by properly updating reference
    Bug report by 1092CQ (thanks!)
    ORelio committed Jan 23, 2015
    Configuration menu
    Copy the full SHA
    24c4344 View commit details
    Browse the repository at this point in the history

Commits on Jan 27, 2015

  1. Configuration menu
    Copy the full SHA
    ee406b2 View commit details
    Browse the repository at this point in the history
  2. Add 15 seconds timeout to session and login

    Add AutoTimeout class for use on login and session requests.
    Bug report by GamerCorey7.
    ORelio committed Jan 27, 2015
    Configuration menu
    Copy the full SHA
    391eca1 View commit details
    Browse the repository at this point in the history

Commits on Jan 31, 2015

  1. Configuration menu
    Copy the full SHA
    2408b51 View commit details
    Browse the repository at this point in the history

Commits on Feb 3, 2015

  1. Quick GUI fix

    Crash report by unamedgamer1
    ORelio committed Feb 3, 2015
    Configuration menu
    Copy the full SHA
    b566882 View commit details
    Browse the repository at this point in the history

Commits on Feb 21, 2015

  1. Configuration menu
    Copy the full SHA
    89ccc9d View commit details
    Browse the repository at this point in the history

Commits on Feb 24, 2015

  1. Merge pull request #65 from JamieSinn/patch-1

    Add Herochat/Essentials PM Check
    ORelio committed Feb 24, 2015
    Configuration menu
    Copy the full SHA
    9fc8faa View commit details
    Browse the repository at this point in the history
  2. Update README.txt

    Add a mention for sending chat messages or commands using remote control. In response to pull request #66
    ORelio committed Feb 24, 2015
    Configuration menu
    Copy the full SHA
    c4628ba View commit details
    Browse the repository at this point in the history

Commits on Feb 26, 2015

  1. Fix crash when log file is in same folder

    Fix #64 by adding an additional check
    Bug report by JamieSinn (thanks!)
    ORelio committed Feb 26, 2015
    Configuration menu
    Copy the full SHA
    57024a7 View commit details
    Browse the repository at this point in the history
  2. Handle HeroChat chat messages

    Fix #63 and rewrite PMsend
    Suggestion and PMsend v1 by JamieSinn
    ORelio committed Feb 26, 2015
    Configuration menu
    Copy the full SHA
    72c2ff5 View commit details
    Browse the repository at this point in the history

Commits on Mar 2, 2015

  1. Fix crash on disconnect when failed to connect

    Fix #67 and bug report by doranchak (post no 1084 on forum thread at
    minecraft forums)
    ORelio committed Mar 2, 2015
    Configuration menu
    Copy the full SHA
    e491603 View commit details
    Browse the repository at this point in the history

Commits on Mar 4, 2015

  1. Add build configuration

    Add Travis config file for automated nightly builds
    ORelio committed Mar 4, 2015
    Configuration menu
    Copy the full SHA
    07964e9 View commit details
    Browse the repository at this point in the history

Commits on Mar 11, 2015

  1. Remove build configuration

    Travis isn't designed for nightly build, only testing
    ORelio committed Mar 11, 2015
    Configuration menu
    Copy the full SHA
    67e5882 View commit details
    Browse the repository at this point in the history