Inactive [SEC] xAuth v2.0.10 - Extra Authentication [1.2.5-R1.3+]

Discussion in 'Inactive/Unsupported Plugins' started by CypherX, Mar 15, 2011.

Thread Status:
Not open for further replies.
  1. Offline

    CypherX

    xAuth v2.0.10 - (CraftBukkit build: [1.2.5-R1.3+])
    Download v2.0.10

    lycano is taking over the development of xAuth as I no longer have the time nor the will to continue working on it. Please see the BukkitDev page: http://dev.bukkit.org/server-mods/xauth/

    Thanks to everyone who has showed support for me and xAuth over the past 17 months. It's been 'fun'. If for any reason you need to contact me, stop by my IRC channel (irc.rizon.net #LoveDespite) or toss me a message at http://love-despite.com/forum. Until we meet again, stay gold. Bang.

    ------------------------------------------------------------------​

    xAuth is a plugin designed with a single task in mind: protect a server and its players while running in offline-mode. The basic idea of this protection is allowing players to register an account based on their player name and a supplied password. When a registered player connects to the server, that player will be prompted to authenticate his or herself by logging in. If and only if a valid password is supplied, they will regain full control of their account until their session expires.


    Features
    • Before registering/logging in, players cannot:
      • Chat, execute commands, interact with objects (levers, chests, etc.), move, or pickup items.
      • Break or place blocks
      • Receive or give damage, be targeted (followed) by hostile mobs
    • Inventory and location protection
    • In-depth setting and message configuration
    • Persistent login sessions through server restarts
    • Player name filter and password complexity configuration
    • Kick non-logged in (but registered) players after a configurable amount of time
    • Bukkit Permissions support
    • Kick or temporarily lockout the IP address of a player who fails to log in after a configurable amount of tries
    • Custom, highly secure password hashing
    • H2 and MySQL support
    • Authentication over URL (AuthURL) allows for connection to forum or website databases
    Changelog (click for full changelog)
    • Version 2.0.10
      • [Fixed] Exploit to completely bypass login system.
      • [Fixed] xAuth commands not working with Rcon
      • [Fixed] Exploiting login system to avoid fire & drowning damage.
      • [Fixed] NPE caused by player connecting & disconnecting during same server tick.
      • [Fixed] 'Table "SESSIONS" not found' error when a player uses /logout while session length is set to zero.
      • [Fixed] Exploiting location protection after dieing to return to the spot of death.
    • Version 2.0.9
      • Added several reverse single session configuration options.
      • Fixed registration.forced: false not working.
      • Updated version check and H2 download links.
    xAuth Importer
    xAuth Importer is a tool used to import accounts from previous versions of xAuth as well as other authentication plugins. Click here for more information.
     
  2. uhm, i think i found a bug: "registration: forced: false" in config should work like a normal login without xAuth, when this acc isnt registered, right? Not registered users at my server still cant do anything when not registered and this is false.
    Or i just dont know what this option is for... tell me if im wrong.
     
  3. Offline

    MJRamon

    Okey. I'll try to integrate this plugin with MyBB. It uses this method to store passwords:
    Code:
    $stored_pass = md5(md5($salt).md5($plain_pass));
    Where salt is:
    Code:
    random_str(8);
    How can I change password encryption method?
     
  4. Offline

    eRko16

    Its buggy with Multiverse, when I am in another world with Creative mode and i logout and again login i am in normal world spawn and i have still creative. Please fix it
     
  5. Offline

    noneandnonly

    I'm also using it with MultiVerse. What is your problem that seems to be buggy? Could you maybe explain your problem a little better?
    Edit 1: Is it that you can like "cheat", because you're able to switch maps and still have your creative-mode?
     
  6. Offline

    Grifhell

    # If set to true, a valid email address is required
    How it work?

    # Length of time, in seconds, that a strike will remain in the database
    also tell us about it by more

    and please tell me, the plugin will have the function of the ban? What would be possible to ban a player for a period of 24 hours, after which the player unbanned
    ____________________________
    i enter / login <password> and I sometimes there are to spawn, but I must continue to play with place of disconnect.
    But I sometimes there are correctly, and sometimes find myself to spawn.

    How do I fix this?

    log:
    Code:
    161 recipes
    17 achievements
    2011-10-16 20:44:06 [INFO] Starting minecraft server version Beta 1.8.1
    2011-10-16 20:44:06 [INFO] Loading properties
    2011-10-16 20:44:06 [INFO] Starting Minecraft server on 5.197.153.49:25565
    2011-10-16 20:44:06 [WARNING] **** SERVER IS RUNNING IN OFFLINE/INSECURE MODE!
    2011-10-16 20:44:06 [WARNING] The server will make no attempt to authenticate us
    ernames. Beware.
    2011-10-16 20:44:06 [WARNING] While this makes the game possible to play without
     internet access, it also opens up the ability for hackers to connect with any u
    sername they choose.
    2011-10-16 20:44:06 [WARNING] To change this, set "online-mode" to "true" in the
     server.settings file.
    2011-10-16 20:44:06 [INFO] This server is running Craftbukkit version git-Bukkit
    -0.0.0-1131-g86b7fa8-b1338jnks (MC: 1.8.1)
    2011-10-16 20:44:07 [INFO] [PermissionsEx] sql backend registered!
    2011-10-16 20:44:07 [INFO] [PermissionsEx] file backend registered!
    2011-10-16 20:44:07 [INFO] [PermissionsEx] PermissionEx plugin initialized.
    2011-10-16 20:44:07 [INFO] [PermissionsEx] p2compat backend registered!
    2011-10-16 20:44:07 [INFO] [PermissionsCompat] Compatibility Layer Initalized!
    2011-10-16 20:44:08 [INFO] [PermissionsEx] Initializing file backend
    2011-10-16 20:44:08 [INFO] Spout 1.0.6.449 has been initialized
    2011-10-16 20:44:08 [INFO] Preparing level "world"
    2011-10-16 20:44:08 [INFO] Default game type: 0
    2011-10-16 20:44:08 [INFO] Preparing start region for level 0 (Seed: -9224016488
    43610773)
    2011-10-16 20:44:09 [INFO] Preparing spawn area: 32%
    2011-10-16 20:44:10 [INFO] Preparing spawn area: 89%
    2011-10-16 20:44:10 [INFO] Preparing start region for level 1 (Seed: -9224016488
    43610773)
    2011-10-16 20:44:11 [INFO] Preparing spawn area: 36%
    2011-10-16 20:44:12 [INFO] CommandBook 1.6-customized enabled.
    2011-10-16 20:44:12 [SEVERE] CommandBook: Unable to read default configuration:
    config.yml
    2011-10-16 20:44:12 [SEVERE] CommandBook: Unable to read default configuration:
    kits.txt
    2011-10-16 20:44:12 [WARNING] CommandBook: 0 Warps(s) loaded
    2011-10-16 20:44:12 [WARNING] CommandBook: 0 Homes(s) loaded
    2011-10-16 20:44:12 [INFO] CommandBook: Maximum wrapper compatibility is enabled
    . Some features have been disabled to be compatible with poorly written server w
    rappers.
    2011-10-16 20:44:12 [INFO] CommandBook: 0 banned name(s) loaded.
    2011-10-16 20:44:12 [INFO] CommandBook: Using the Bukkit Permissions API.
    2011-10-16 20:44:14 [INFO] DungeonBuilder (v.0.7.7) Enabled
    2011-10-16 20:44:14 [INFO] [LogOres] version [0.8] loaded
    2011-10-16 20:44:14 [INFO] [MineBackup] ThisIsAreku present MINEBACKUP, v0.4.8.3
    
    2011-10-16 20:44:14 [INFO] [MineBackup] Loading configuration...
    2011-10-16 20:44:14 [INFO] [MineBackup] 2 worlds loaded.
    2011-10-16 20:44:14 [INFO] [MineBackup] sucessfully loaded version 0.4.8.3
    2011-10-16 20:44:14 [INFO] [NoCheat] This version is for CB #1240. It may break
    at any time and for any other version.
    2011-10-16 20:44:14 [INFO] [MineBackup]  + 0 backup(s) deleted
    2011-10-16 20:44:14 [INFO] [NoCheat] version [2.1] is enabled.
    2011-10-16 20:44:14 [INFO] [Orebfuscator] OrebfuscatorSpoutBridge found, using S
    pout.
    2011-10-16 20:44:14 [INFO] [Orebfuscator] version 0.9.8 initialization complete!
    
    2011-10-16 20:44:14 [INFO] [PermissionsEx] Superperms support enabled.
    2011-10-16 20:44:14 [INFO] [PermissionsEx] v1.15 enabled
    2011-10-16 20:44:14 [INFO] CommandBook: PermissionsEx detected! Using Permission
    sEx for permissions.
    2011-10-16 20:44:14 [INFO] PlgLogCmd version 1.0 is enabled!
    2011-10-16 20:44:14 [INFO] [ProvisionQueue] Starting ProvisionQueue (Author: Vaq
    uxine), version 1.0.4
    2011-10-16 20:44:14 [INFO] [ProvisionQueue] Minequery not detected, Starting Pro
    visionQueue server on 5.197.153.49:26666
    2011-10-16 20:44:14 [INFO] [PVP Arena] enabled. (version v0.1.11.2)
    2011-10-16 20:44:14 [INFO] [Reservations]: VIP.yml loaded.
    2011-10-16 20:44:14 [INFO] [Reservations] is enabled!
    2011-10-16 20:44:14 [INFO] [ruFix] version 0.44 is enabled!
    2011-10-16 20:44:14 [INFO] [ruFix] ruFixConsole: cp866
    2011-10-16 20:44:14 [INFO] [ruFix] ruFixLogFile: UTF-8
    2011-10-16 20:44:14 [INFO] [SpoutTrade] Checking for updates...
    2011-10-16 20:44:16 [INFO] SpoutTrade is keeping usage stats an. To opt-out for
    whatever bizarre reason, check plugins/stats.
    2011-10-16 20:44:16 [INFO] [SpoutTrade] SpoutTrade v1.4.1 enabled
    2011-10-16 20:44:17 [INFO] [SunBurn] Attempting to load config file
    2011-10-16 20:44:17 [INFO] [SunBurn] Config file loaded successfully!
    2011-10-16 20:44:17 [INFO] [SunBurn] Protective Armor is ENABLED. Armor type is
    GOLD
    2011-10-16 20:44:17 [INFO] [SunBurn] v2.21 has been enabled!
    2011-10-16 20:44:17 [INFO] [SuperLog] Found and will use plugin Permissions v2.7
    .7
    2011-10-16 20:44:17 [INFO] [SuperLog v2.0] is now enabled!
    2011-10-16 20:44:17 [INFO] WorldEdit 4.7 enabled.
    2011-10-16 20:44:17 [SEVERE] WorldEdit: Unable to read default configuration: co
    nfig.yml
    2011-10-16 20:44:17 [INFO] WorldEdit: PermissionsEx detected! Using PermissionsE
    x for permissions.
    2011-10-16 20:44:17 [INFO] WorldGuard: PermissionsEx detected! Using Permissions
    Ex for permissions.
    2011-10-16 20:44:17 [SEVERE] WorldGuard: Unable to read default configuration: b
    lacklist.txt
    2011-10-16 20:44:17 [WARNING] WorldGuard blacklist does not exist.
    2011-10-16 20:44:17 [INFO] WorldGuard: (world) Single session is enforced.
    2011-10-16 20:44:17 [INFO] WorldGuard: (world) TNT ignition is PERMITTED.
    2011-10-16 20:44:17 [INFO] WorldGuard: (world) Lighters are PERMITTED.
    2011-10-16 20:44:17 [INFO] WorldGuard: (world) Lava fire is blocked.
    2011-10-16 20:44:17 [INFO] WorldGuard: (world) Fire spread is UNRESTRICTED.
    2011-10-16 20:44:17 [INFO] WorldGuard: Loaded configuration for world 'world"
    2011-10-16 20:44:17 [SEVERE] WorldGuard: Unable to read default configuration: b
    lacklist.txt
    2011-10-16 20:44:17 [WARNING] WorldGuard blacklist does not exist.
    2011-10-16 20:44:17 [INFO] WorldGuard: (world_nether) Single session is enforced
    .
    2011-10-16 20:44:17 [INFO] WorldGuard: (world_nether) TNT ignition is PERMITTED.
    
    2011-10-16 20:44:17 [INFO] WorldGuard: (world_nether) Lighters are PERMITTED.
    2011-10-16 20:44:17 [INFO] WorldGuard: (world_nether) Lava fire is blocked.
    2011-10-16 20:44:17 [INFO] WorldGuard: (world_nether) Fire spread is UNRESTRICTE
    D.
    2011-10-16 20:44:17 [INFO] WorldGuard: Loaded configuration for world 'world_net
    her"
    2011-10-16 20:44:17 [WARNING] WorldGuard: Region file for world "world" missing
    or inaccessible.
    2011-10-16 20:44:17 [WARNING] WorldGuard: Region file for world "world_nether" m
    issing or inaccessible.
    2011-10-16 20:44:17 [INFO] WorldGuard 5.3 enabled.
    2011-10-16 20:44:17 [INFO] [xAuth] 'Permissions' v2.7.7 support enabled!
    2011-10-16 20:44:18 [INFO] [xAuth] Connection to database established!
    2011-10-16 20:44:18 [INFO] [xAuth] Accounts: 2, Sessions: 0
    2011-10-16 20:44:18 [INFO] [xAuth] v2.0b4.3 Enabled!
    2011-10-16 20:44:18 [INFO] BookWorm 'Spout' support enabled.
    2011-10-16 20:44:18 [INFO] BookWorm v1.7 loaded!
    2011-10-16 20:44:18 [INFO] [ChatManager] ChatManager disabled. Check config.yml!
    
    2011-10-16 20:44:18 [INFO] [ChatManager] ChatManager disabled!
    2011-10-16 20:44:20 [INFO] MagicSpells v1.2 loaded!
    2011-10-16 20:44:20 [INFO] [Modifyworld] Modifyworld disabled. Check config.yml!
    
    2011-10-16 20:44:20 [INFO] [Modifyworld] Modifyworld disabled!
    2011-10-16 20:44:20 [INFO] [OrebfuscatorSpoutBridge] Spout found, using Spout.
    2011-10-16 20:44:20 [INFO] [OrebfuscatorSpoutBridge] version 0.9.2 initializatio
    n complete!
    2011-10-16 20:44:20 [INFO] [PermissionsCompat] Compatibility layer enabled.
    2011-10-16 20:44:20 [INFO] CommandBook: PermissionsEx detected! Using Permission
    sEx for permissions.
    2011-10-16 20:44:20 [INFO] WorldEdit: PermissionsEx detected! Using PermissionsE
    x for permissions.
    2011-10-16 20:44:20 [INFO] WorldGuard: PermissionsEx detected! Using Permissions
    Ex for permissions.
    2011-10-16 20:44:20 [INFO] [Citizens] NPC types loaded: blacksmith, guard, heale
    r, quester, trader, wizard
    2011-10-16 20:44:21 [INFO] [Citizens] Permissions system found (PermissionsEx v1
    .15)
    2011-10-16 20:44:21 [INFO] [Citizens] version [1.1.2] loaded.
    2011-10-16 20:44:22 [INFO] [Factions v1.5.1] === ENABLE START ===
    2011-10-16 20:44:22 [INFO] [Factions v1.5.1] Loading conf from disk
    2011-10-16 20:44:22 [INFO] [Factions v1.5.1] Loading players from disk
    2011-10-16 20:44:22 [INFO] [Factions v1.5.1] Loading factions from disk
    2011-10-16 20:44:22 [INFO] [Factions v1.5.1] Loading board from disk
    2011-10-16 20:44:22 [INFO] [Factions v1.5.1] Found and will use Permissions v2.7
    .7 for permissions
    2011-10-16 20:44:22 [INFO] [Factions v1.5.1] Found and will use features of Spou
    t v1.0.6.449
    2011-10-16 20:44:22 [INFO] [Factions v1.5.1] === ENABLE DONE (Took 251ms) ===
    2011-10-16 20:44:23 [INFO] [VirtualChest] (version 5.1)
    2011-10-16 20:44:25 [INFO] [VirtualChest] Chests loaded !
    2011-10-16 20:44:25 [INFO] [VirtualChest] Successfully linked with PermissionsEX
    
    2011-10-16 20:44:25 [INFO] WorldBorder version 1.4.3 loading
    2011-10-16 20:44:25 [INFO] [WorldBorder] [CONFIG] Using round border, knockback
    of 3.0 blocks, and timer delay of 5.
    2011-10-16 20:44:25 [INFO] [WorldBorder] [CONFIG] Border-checking timed task sta
    rted.
    2011-10-16 20:44:25 [INFO] [WorldBorder] [CONFIG] Will use plugin for permission
    s: Permissions v2.7.7
    2011-10-16 20:44:25 [INFO] For reference, the main world's spawn location is at
    X: 64 Y: 64 Z: 328
    2011-10-16 20:44:26 [INFO] Server permissions file permissions.yml is empty, ign
    oring it
    2011-10-16 20:44:27 [INFO] Done (1,936s)! For help, type "help" or "?"
    2011-10-16 20:44:27 [INFO] [Citizens] Loaded 0 NPCs.
    2011-10-16 20:44:27 [INFO] [Citizens] Loaded 0 quests.
    2011-10-16 20:44:28 [INFO] /5.197.153.49:60699 lost connection
    2011-10-16 20:44:31 [INFO] Grifhell [/5.197.153.49:60704] logged in with entity
    id 267 at ([world] 65.53162915650239, 64.0, 327.1100663542471)
    2011-10-16 20:44:32 [INFO] New max size: 484
    2011-10-16 20:44:32 [INFO] New max size: 784
    2011-10-16 20:44:35 [INFO] ←[32m[Резервное копирование мира] начато←[0m
    2011-10-16 20:44:35 [INFO] CONSOLE: Disabling level saving..←[0m
    2011-10-16 20:44:35 [INFO] CONSOLE: Forcing save..←[0m
    2011-10-16 20:44:36 [INFO] CONSOLE: Save complete.←[0m
    2011-10-16 20:44:36 [INFO] [MineBackup] Starting backup...
    2011-10-16 20:44:36 [INFO] [MineBackup]  * world
    2011-10-16 20:44:37 [INFO] [MineBackup]         Compressing...
    2011-10-16 20:44:37 [INFO] [MineBackup]  * world_nether
    2011-10-16 20:44:37 [INFO] [MineBackup]         Compressing...
    2011-10-16 20:44:37 [INFO] [MineBackup] Done !
    2011-10-16 20:44:37 [INFO] CONSOLE: Enabling level saving..←[0m
    2011-10-16 20:44:37 [INFO] ←[32m[Резервное копирование мира] завершено←[0m
    2011-10-16 20:44:39 [INFO] Grifhell tried to use command /login 123n432
    2011-10-16 20:44:39 [INFO] [xAuth] Grifhell has logged in
    2011-10-16 20:45:01 [INFO] Grifhell tried to use command /logout
    2011-10-16 20:45:08 [INFO] Grifhell tried to use command /login 123n432
    2011-10-16 20:45:08 [INFO] [xAuth] Grifhell has logged in
    2011-10-16 20:45:14 [INFO] Grifhell tried to use command /logout 123n432
    2011-10-16 20:45:21 [INFO] Grifhell tried to use command /login 123n432
    2011-10-16 20:45:21 [INFO] [xAuth] Grifhell has logged in
    2011-10-16 20:45:36 [INFO] Grifhell tried to use command /logout
    2011-10-16 20:45:42 [INFO] Grifhell tried to use command /login 123n432
    2011-10-16 20:45:42 [INFO] [xAuth] Grifhell has logged in
    2011-10-16 20:45:52 [INFO] Grifhell tried to use command /logout
    2011-10-16 20:45:57 [INFO] Grifhell tried to use command /login 123n432
    2011-10-16 20:45:57 [INFO] [xAuth] Grifhell has logged in
    2011-10-16 20:46:06 [INFO] Grifhell tried to use command /login 123n432
    2011-10-16 20:46:11 [INFO] Grifhell tried to use command /logout
    2011-10-16 20:46:15 [INFO] Grifhell tried to use command /login 123n432
    2011-10-16 20:46:15 [INFO] [xAuth] Grifhell has logged in
    2011-10-16 20:46:24 [INFO] Grifhell tried to use command /logout
    2011-10-16 20:46:27 [INFO] Grifhell tried to use command /login 123n432
    2011-10-16 20:46:27 [INFO] [xAuth] Grifhell has logged in
    2011-10-16 20:46:31 [INFO] Connection reset
    2011-10-16 20:46:31 [INFO] Grifhell lost connection: disconnect.quitting
    2011-10-16 20:46:34 [INFO] Grifhell [/5.197.153.49:60728] logged in with entity
    id 2694 at ([world] 32.76139129750668, 67.0, 320.34104378586807)
    2011-10-16 20:46:39 [INFO] Grifhell tried to use command /login 123n432
    2011-10-16 20:46:39 [INFO] [xAuth] Grifhell has logged in
    2011-10-16 20:46:42 [INFO] Connection reset
    2011-10-16 20:46:42 [INFO] Grifhell lost connection: disconnect.quitting
    2011-10-16 20:46:45 [INFO] Grifhell [/5.197.153.49:60736] logged in with entity
    id 2748 at ([world] 32.76139129750668, 67.0, 320.34104378586807)
    2011-10-16 20:46:50 [INFO] Grifhell tried to use command /login 123n432
    2011-10-16 20:46:50 [INFO] [xAuth] Grifhell has logged in
    2011-10-16 20:46:55 [INFO] Connection reset
    2011-10-16 20:46:55 [INFO] Grifhell lost connection: disconnect.quitting
    2011-10-16 20:46:57 [INFO] Grifhell [/5.197.153.49:60743] logged in with entity
    id 2794 at ([world] 28.78947595285219, 67.0, 320.8127161733365)
    2011-10-16 20:47:03 [INFO] Grifhell tried to use command /login 123n432
    2011-10-16 20:47:03 [INFO] [xAuth] Grifhell has logged in
    stop
    2011-10-16 20:47:17 [INFO] CONSOLE: Stopping the server..←[0m
    2011-10-16 20:47:17 [INFO] Unknown command. Type "help" for help.←[0m
    2011-10-16 20:47:17 [INFO] Stopping server
    2011-10-16 20:47:17 [INFO] DungeonBuilder - Teleporting players out of dungeons
    2011-10-16 20:47:17 [INFO] DungeonBuilder Disabled
    2011-10-16 20:47:17 [INFO] [LogOres] version [0.8] unloading
    2011-10-16 20:47:17 [INFO] [LogOres] version [0.8] unloaded
    2011-10-16 20:47:17 [INFO] [MineBackup] version 0.4.8.3 disabled
    2011-10-16 20:47:17 [INFO] [NoCheat] version [2.1] is disabled.
    2011-10-16 20:47:17 [INFO] [Orebfuscator] version 0.9.8 disabled!
    2011-10-16 20:47:17 [INFO] [PermissionsEx] v1.15 disabled successfully.
    2011-10-16 20:47:17 [INFO] CommandBook: Using the Bukkit Permissions API.
    2011-10-16 20:47:17 [INFO] WorldEdit: Using the Bukkit Permissions API.
    2011-10-16 20:47:17 [INFO] WorldGuard: Using the Bukkit Permissions API.
    2011-10-16 20:47:17 [INFO] PlgLogCmd version 1.0 stopping...
    2011-10-16 20:47:17 [INFO] [ProvisionQueue] Stopping ProvisionQueue (Author: Vaq
    uxine).
    2011-10-16 20:47:17 [INFO] [PVP Arena] disabled. (version v0.1.11.2)
    2011-10-16 20:47:17 [INFO] [Reservations] is disabled!
    2011-10-16 20:47:17 [INFO] [ruFix] is disabled!
    2011-10-16 20:47:17 [INFO] [SpoutTrade] Version 1.4.1 disabled
    2011-10-16 20:47:17 [INFO] [SunBurn] Saving Config.
    2011-10-16 20:47:17 [INFO] [SunBurn] has been disabled!
    2011-10-16 20:47:17 [INFO] [SuperLog v2.0] is now disabled!
    2011-10-16 20:47:17 [INFO] WorldGuard 5.3 disabled.
    2011-10-16 20:47:18 [INFO] [xAuth] v2.0b4.3 Disabled!
    2011-10-16 20:47:18 [INFO] [OrebfuscatorSpoutBridge] version 0.9.2 disabled!
    2011-10-16 20:47:18 [INFO] CommandBook: Using the Bukkit Permissions API.
    2011-10-16 20:47:18 [INFO] WorldEdit: Using the Bukkit Permissions API.
    2011-10-16 20:47:18 [INFO] WorldGuard: Using the Bukkit Permissions API.
    2011-10-16 20:47:18 [INFO] [Citizens] version [1.1.2] disabled.
    2011-10-16 20:47:18 [INFO] [VirtualChest] Plugin Disabled. (version 5.1)
    2011-10-16 20:47:18 [INFO] WorldBorder version 1.4.3 shutting down
    2011-10-16 20:47:18 [INFO] [WorldBorder] [CONFIG] Border-checking timed task sto
    pped.
    2011-10-16 20:47:18 [INFO] Saving chunks
    Для продолжения нажмите любую клавишу . . .
    I often used the / logout and disconnect, and once I found myself all to spawn again, but log don't have errors
    Code:
    2011-10-16 20:46:50 [INFO] [xAuth] Grifhell has logged in
    2011-10-16 20:46:55 [INFO] Connection reset
    2011-10-16 20:46:55 [INFO] Grifhell lost connection: disconnect.quitting
    2011-10-16 20:46:57 [INFO] Grifhell [/5.197.153.49:60743] logged in with entity
    id 2794 at ([world] 28.78947595285219, 67.0, 320.8127161733365)
    2011-10-16 20:47:03 [INFO] Grifhell tried to use command /login 123n432
    2011-10-16 20:47:03 [INFO] [xAuth] Grifhell has logged in
    On my server was a player who complained about this bug, but nobody else suffered from this. Now, build the server again, I saw it myself.

    Server Build 1338 (dev)
    All plugins, your can see in log, they are plugins.bukkit.org,
    but plugin rufix is here on http://rubukkit.org
     
  7. Offline

    DonPerotti

    A HORRIBLE PROBLEM WHEN I START THE SERVER AND I ATTEMPT TO REGISTER 469823476234876732469374563284765938426342869324987693427 TRILLONS OF TIMES AND ALWAYS SAYS "/REGISTER PASSWORD" WHY???????????????
     
  8. Offline

    Ahfaichucky

    i'm from xauth 1.2.5 and i tried converting to latest version, the database converted fine from .txt but when i tried to login all of my accounts i cant, is it something to do with the password hashing?
     
  9. Offline

    CypherX

    Setting forced registration to false means that registration is optional. Unregistered players will be able to move, chat, and do everything normally while still having the option to register if they wish to. If you have permissions, any group/player with the '*', 'xauth.*', or 'xauth.register' nodes will be forced to register either way.

    @MJRamon - You can't, use the AuthURL feature.

    Checks whether an email address entered by a player when they register is indeed an email address and not just random text.

    There's nothing more to tell.

    Nope, find a plugin that is specifically for banning, like EasyBan.

    Shouldn't be, passwords from xAuth 1 should work fine when logging in where they're then converted to the new hashing method. Does it just say incorrect password when you try to log in?
     
  10. Offline

    Ahfaichucky

    yes & my passwords from xauth 1 are already hashed
     
  11. Offline

    Grifhell

    bad, I do not like to add to the server is a lot of plug-ins.
    First the load on the processor,
    Secondly different plug-ins can conflict,
    If the xAuth not develop, I would suggest to add qualitativefeatures a ban,
    + VIP system accounts (IMHO it is suitable for Auth plug-in)
    _______________________________
    for
    http://forums.bukkit.org/threads/sec-xauth-v2-0-beta-4-3-offline-mode-security-suite-1000-1317.8712/page-40#post-750500

    I think problem is in Xauth. I changed it to AutHme. Now there is everything ok.
    i login, logout and i not appear to spawn in, I come from there I left the game. But I iksaut with low probability can povyaitsya to spawn.
    That is, plug-in to hold the player to spawn, and when he enter a valid username and password, he teleports back to where it was before. But sometimes there is no teleportation

    so, I will use autme
     
  12. Offline

    XtenD

  13. Offline

    _Robert

    Agree, but why you don't try to see the tables structures? Maybye you can make some script that works like a bridge, or an stored procedure in the database that executes every time you add/modify a row to the accounts table of xAuth (this should happen on creation and modify of passwords) and copy that registration to your forum table, or in the opposite way, from your forum to the xAuth table!
     
    Grifhell likes this.
  14. Offline

    JohnPulse

    Small request: :)
    A command to check when a user last logged in.
    My mods are requesting this and xAuth has it in it's database.
    Regards,
    John
     
  15. Offline

    Metamon7

    Do i need MYSQL? cause when i download the plugin and type /pl , it's red. all the other plugins shows green

    do i need another plugin to???
     
  16. Offline

    CypherX

    Well yeah, xAuth 1 used MD5 while xAuth 2 uses Whirlpool and a salt but also detects if the password is an MD5 hash and adapts accordingly. Are you sure you're entering the correct password? Were any errors displayed in the console while the auths file was being imported?

    I have event registration on lowest to avoid conflicting with various other plugins. I can bump them up to highest again but it'll probably cause the same issues as before.

    Hm, how about a /xauth info <player> command that shows a little report containing last logged in time along with various other details?

    Nope, MySQL is completely optional. If it's red in the plugins list then there was an error while it was being enabled. Check your server log.
     
  17. Offline

    JohnPulse

    CypherX, as long as it does not contain infos like the IP or any other that could be used by players to another effects, it will be perfect.
    Thank you!
    Regards,
    John
     
  18. @CypherX
    Hi, we have a problem: our server freezes randomly and in the memory dump is something about xAuth.
    Craftbukkit: 1337
    xAuth: 2.0b4.3
    Dump: http://pastebin.com/yVz6F8kX
    Do you have any idea? Thanks.
     
  19. Offline

    asterious

    Hi, I have big problem with this plugin.
    Xauth`s "accounts" table have a more than 7k+ rows, so every time, when any player joins the game, server lagging about 3-5 sec, even if online is 10.
    Server machine is Core i7 2600k, 8GB RAM...
     
  20. Offline

    jonathankim1999

    does this work without mysql?

    does it work without mysql?

    EDIT by Moderator: merged posts, please use the edit button instead of double posting.
     
    Last edited by a moderator: Jul 17, 2016
  21. Offline

    CypherX

    Looks like it occurs when a player is being kicked for not logging in after the specified amount of time and it attempts to cancel the running task. That's my fault for forgetting that it's possible for that to happen and the next update will include a fix.

    @iama - There's your answer. I didn't answer because you decided to spam my thread and inbox.

    I'll populate a test database with bogus data and see if it happens for me as well and we're go from there.

    @jonathankim1999 - Do you seriously think posting twice, five minutes apart is going to get me to respond quicker? No, it isn't and no MySQL is not required.
     
  22. @CypherX
    Yes, this feature is enabled. But I tried it 3 times myself, I had kicked for inactivity but I didn't crash the server. Anyway I hope it is what you said and you fix it.
     
  23. Offline

    WolwX

    Hello :)

    Please @CypherX can you help me to set this working with SMF ? If this plugin is compatible ?
     
  24. Offline

    jonathankim1999

    sry im new to bukkit and i didn't see my message. i thought that it didn't post. XD. (this means that a loooot of other plugin developers is gonna be rlly mad at me)
     
  25. Offline

    Jack_Miller

    Are there in The Future any Solutions for Hardware ID Logging in the Accounts? IP lock is highly unsecure...the IP Address Changes every day or through Router Reset. Result= Not Multiaccount safe. Maybe u can use The CPU or Hardware ID=???
     
  26. Wow it's an EPIC idea. Hope he'll be able to add this feature. (But I don't think so.)
     
  27. Offline

    Jack_Miller

    it would be very cool...sometimes joins hater in ma server and they try to fool around and tunnels the ip so that they can reconnect and register again.
     
  28. Offline

    Wytry

    After upgrading bukkit to 1337 xAuth stopped working:
    Code:
    2011-10-22 17:59:14 [INFO] [xAuth] 'Permissions' v2.7.7 support enabled!
    2011-10-22 17:59:14 [INFO] [xAuth] Connection to database established!
    2011-10-22 17:59:14 [INFO] [xAuth] Accounts: 1575, Sessions: 47
    2011-10-22 17:59:14 [SEVERE] Error occurred while enabling xAuth v2.0b4.3 (Is it up to date?): null
    java.lang.NullPointerException
            at com.cypherx.xauth.util.Util.getHostFromPlayer(Util.java:86)
            at com.cypherx.xauth.xAuthPlayer.isAuthenticated(xAuthPlayer.java:47)
            at com.cypherx.xauth.xAuth.handleReload(xAuth.java:246)
            at com.cypherx.xauth.xAuth.onEnable(xAuth.java:118)
            at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:174)
            at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:957)
            at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:280)
            at org.bukkit.craftbukkit.CraftServer.loadPlugin(CraftServer.java:171)
            at org.bukkit.craftbukkit.CraftServer.enablePlugins(CraftServer.java:154)
            at org.bukkit.craftbukkit.CraftServer.reload(CraftServer.java:413)
            at org.bukkit.Bukkit.reload(Bukkit.java:182)
            at org.bukkit.command.defaults.ReloadCommand.execute(ReloadCommand.java:22)
            at org.bukkit.command.SimpleCommandMap.dispatch(SimpleCommandMap.java:163)
            at org.bukkit.craftbukkit.CraftServer.dispatchCommand(CraftServer.java:355)
            at net.minecraft.server.NetServerHandler.handleCommand(NetServerHandler.java:757)
            at net.minecraft.server.NetServerHandler.chat(NetServerHandler.java:722)
            at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:715)
            at net.minecraft.server.Packet3Chat.a(Packet3Chat.java:33)
            at net.minecraft.server.NetworkManager.b(NetworkManager.java:226)
            at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:92)
            at net.minecraft.server.NetworkListenThread.a(SourceFile:108)
            at net.minecraft.server.MinecraftServer.h(MinecraftServer.java:471)
            at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:374)
            at net.minecraft.server.ThreadServerApplication.run(SourceFile:417)
     
  29. Offline

    ardyarde


    Code:
    2011-10-22 18:56:37 [SEVERE] Could not pass event PLAYER_JOIN to xAuth
    java.lang.NullPointerException
    at com.cypherx.xauth.xAuth.protect(xAuth.java:286)
    at com.cypherx.xauth.xAuth.createGuest(xAuth.java:270)
    at com.cypherx.xauth.listeners.xAuthPlayerListener.onPlayerJoin(xAuthPlayerListener.java:68)
    at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:244)
    at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:58)
    at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:339)
    at net.minecraft.server.ServerConfigurationManager.c(ServerConfigurationManager.java:129)
    at net.minecraft.server.NetLoginHandler.b(NetLoginHandler.java:121)
    at net.minecraft.server.NetLoginHandler.a(NetLoginHandler.java:80)
    at net.minecraft.server.Packet1Login.a(SourceFile:59)
    at net.minecraft.server.NetworkManager.b(NetworkManager.java:226)
    at net.minecraft.server.NetLoginHandler.a(NetLoginHandler.java:46)
    at net.minecraft.server.NetworkListenThread.a(SourceFile:94)
    at net.minecraft.server.MinecraftServer.h(MinecraftServer.java:471)
    at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:374)
    at net.minecraft.server.ThreadServerApplication.run(SourceFile:417)
    Help please?? :((
     
  30. Offline

    king_life

    Hey i'm having a problem with after logging in there are 2 prefixes ex: [g] StaffStaff King_Life.
     
  31. Offline

    trixed

    xAuth version: 2.0 (beta 4.3)

    CraftBukkit build: 1337

    Description of error/bug: Players can add a space before their name and then have the powers of that person.

    Other information: (Steps to reproduce or what you were doing when it occurred)

    Example:

    Owner: Notch
    Player

    Player Puts Space before name on their client " Notch"
    Player can register and will have powers of "Notch"

    Can you fix this?
     
Thread Status:
Not open for further replies.

Share This Page