Inactive [SEC] AuthMe v2.5.1 - High Performance Authorization plugin [1818/1.1-R1]

Discussion in 'Inactive/Unsupported Plugins' started by pomo4ka, Jun 19, 2011.

  1. Offline

    Schlumpf

    Hi,
    thanks sry havent looked on the pages before -,-
     
  2. Offline

    SpencerB

    Here's the error I get.
    Code:
    2011-07-12 16:37:12 [SEVERE] Could not pass event PLAYER_JOIN to AuthMe
    java.lang.StackOverflowError
        at de.fgtech.pomo4ka.AuthMe.DataController.RegistrationCache.DataNode.getPlayerData(DataNode.java:43)
        at de.fgtech.pomo4ka.AuthMe.DataController.RegistrationCache.DataNode.getPlayerData(DataNode.java:47)
    
    The last line of the error gets spammed about 1000 times in the console. (no joke).
    This happens on server startup. I'm at 10570 users & hashes saved in the flat file database.
    I fixed this last time by trimming the Database to around 9000 users & hashes.
     
  3. Offline

    whoami

    In 0.80 I replaced the recursion based list cache with a HashMap so this should be fixed.
     
  4. Offline

    Schlumpf

    Hi,
    I often get this error by register:
    Code:
    2011-07-13 13:06:36 [SEVERE] [AuthMe] [MySQL] Unable to save an authentication!
    2011-07-13 13:06:36 [SEVERE] [AuthMe] Failed to save an auth due to an error in the datasource!
     
  5. Offline

    Joggal

    Hi!
    On my Server the login takes a while, what can be the reason?
     
  6. Offline

    Loxeno

    Hello all!

    Is that possible to able player who don't auth to move?
    I want to "guest" player be able to move, and watch what the server looks like.


    Otherwise, AuthMe is a great plugin! Thank pomo4ka! ;)
     
  7. Offline

    whoami

    Yes you can allow players to move in the spawn area. Look in the config.yml:
    Code:
    Misc:
        AllowNonRegistered:
            WalkAroundSpawn:
                Enabled: false
                Radius: 20
    Just set it to true and set a radius.
     
    pomo4ka likes this.
  8. Offline

    Schlumpf

    Hello,
    is it possible to make a new line in the messages?
    For example:
    OtherUserLoggedIn: There is already a player logged in with the same name! Try another one!
    And now I would make a break beetwen:
    OtherUserLoggedIn: There is already a player logged in (<br /> or something?!)
    with the same name! Try another one!
     
  9. Offline

    alfskan

    hi!

    I have a bad news :'(

    Bukkitcontrib updated.

    and It couldnt load Bukkitcontrib again :'(

    can you fix it?

    Love your plugin:)
     
  10. Offline

    zachoooo

    Fix MySQL doesnt work
     
  11. Offline

    kralicinora

    Ive same problem on my server. After i send /login i must wait 1-4s before im loged in.
     
  12. Offline

    whoami

    Can one of you run this AuthMe version and paste the output of the console(with time stamps) when a login took to long?

    The version just contains a few extra debug message so that I can determine where exactly the plugins hangs.
     
  13. Offline

    jeanpoivrot

    AuthMe don't support sha1 (no salt) for custom user table ? im trying to use Fluxbb 1.4* database without success (wrong password blabla), for now i use authme wich is compatible with sha1 password. if u can look at it. thanks ;)
     
  14. Offline

    polux7

    there is some permissions nodes plz answer :)
     
  15. Offline

    whoami

    No.
    Normal users can use "/register, /login, /logout, /changepassword, /unregister" Ops can additionally use all commands that start with "/authme". But I could add permissions support if people want me to.
     
  16. Offline

    Loxeno


    I've tried it, but I occured some issues.
    First playing, everything is alright. I can move and chat as a guest. I can register myself, Permission makes is job with other plugins when I'm logged in, just like I want!

    When I'm leaving the game, no worries. But when I reconnect, I can't move. When I use /login **** , it's work, and I can move again.
    I use a cracked version of Minecraft (yeah, I know, it's bad, I'll pay for the game when my server will work), it's maybe why I can't move?

    EDIT I've tried it with a legal version of Minecraft, nothing changes... :s
     
  17. Offline

    Monopol

    Same problem here. Has anyone got a solution?
     
  18. Offline

    TNOMCat

    Seems like the plugin is not lagging the server at all, but when people play their fps drops 90%, all chat messages come 1-2 minutes delayed, when say /login pass it instantly appears on the console, but on the game client u gotta wait for 2 minutes in the terrible lag, then it says logged in and all starts workin smooth again. I really need a plugin like this but this one is just terrible.
     
    Monopol likes this.
  19. Offline

    riotherio

    Like xAuth?
     
  20. Offline

    Gabriel333

    I finally discovered why teh BukkitContrib plugin does not work in my configuration. I think BukkitContrip 0.1.7/BukkitContrip SP conflicts with AuthMe 0.81

    I had to make a totally clean Craftbukkit B1000 and Minecraft 1.7.3 (and Permissions 3.1.6, MultiVerse 1.7.2 and BukkitContrib 0.1.7). I used forced BukkitContrib on the clients. I worked as i should. Then i stoped the server and installed AuthMe 0.81 and now i get kicked off after the 200 ticks saying that I dont have the BukkitContrip SP. I didnt even had time to login in with AuthMe.

    I dont know if this is an error in BukkitContrib or AuthMe. I use AuthMe because i dont have MYSQL.

    Maybe it is AuthMe which does not let BukkitContrib test anythingm before logging in???

    Do you have any suggestions to try?

    EDIT: i tried to change kickoff time to 2000 ticks, then i can login but then the texture-change in BukkitContrib does not work. I does work if I remove AuthMe from my server.
     
  21. Offline

    whoami

    On every connect the BukkitContrib client plugin sends its version number as a command to the server. For the current version that would be "/0.1.7".

    AuthMe forbids for obvious reasons the usage of commands before a user logged in. What you can do is either wait for the next AuthMe release where the current BukkitContrib command is allowed. Type in the command of BukkitContrib by hand after you logged in or allow that command in the AuthMe config.


    It's not a bug, it's a feature. It is expected of players who already registered to /login before they can do anything. Otherwise "bad people" could connect with a already registered nick and walk around and talk shit and destroy the reputation of that player by insulting everyone...

    I have no explanation for this behaviour. What I found out so far is that the lag only occurs when the player tried to move or move the mouse before /login or /register. But I can't see anything in the code that could cause this...

    EDIT by Moderator: merged posts, please use the edit button instead of double posting.
     
    Last edited by a moderator: May 16, 2016
  22. Offline

    Gabriel333

    Oh no.... you have put the version number into the download URL. Now you cant be supported by BukkitUpToDate
    http://stuff.whoami.org.uk/authme/0.82/AuthMe.jar

    Please use something like http://stuff.whoami.org.uk/authme/newest/AuthMe.jar instead.

    EDIT by Moderator: merged posts, please use the edit button instead of double posting.
     
    Last edited by a moderator: May 16, 2016
    pomo4ka likes this.
  23. Offline

    whoami

    pomo4ka and Gabriel333 like this.
  24. Offline

    jeanpoivrot

    sha1 support can be added for password ? i can't use it with fluxbb :( thanks
     
  25. Offline

    whoami

    I will add it to 0.83.
     
  26. Offline

    darkwarriors

    same i cant update my php script with sha2 256 bit! edit solved with hash() function, maybe onyl sometime fail to compare string!

    pls help me i have to verify in a web application correct password of the game,

    your codification is sha256? so how u stored password in auths.db?

    i try hash('sha256', 'mypassord' ) but coded password is different from yours so u use a salt or something similar?

    EDIT by Moderator: merged posts, please use the edit button instead of double posting.
     
    Last edited by a moderator: May 16, 2016
  27. Offline

    whoami

    See here
     
  28. Offline

    darkwarriors

    thanks solved!
     
  29. Offline

    Svenboy222

    Thx I was searching for this! It works great!
     
  30. Offline

    Garloth

    CraftBukkitUpToDate support please.
     

Share This Page