NebulaAuth
January 25

🌌 NebulaAuth Update 1.8.1 [eng]

Official channel: https://t.me/nebulaauth

Update 1.8.1 is a small but important patch focused on bug fixes, stability improvements, and refinement of the auto-confirmation error handling system based on user feedback.


🆕 Mafile Export — Flexible Mafile Export Tool

A full-featured mafile export tool has been added, allowing flexible batch export with templates and fine-grained data filtering.

Features:

  • Export mafiles to a custom directory via a new menu
    (Menu → Other → Export).
  • Support for export templates:
    • create new templates or select existing ones.
  • Batch export using a list of:
    • logins
    • steamid
      (one per line).
  • All found mafiles are exported automatically, while missing ones remain in the list — useful for validation.
  • Flexible field selection:
    • choose which fields to keep in exported mafiles.
    • for example: keep only shared_secret to allow code generation without trade confirmations.
  • All options include tooltips explaining their purpose.

🆕 Other Improvements

  • Added “Unattach Proxy” button to the account context menu.

🔁 Reworked Auto-Confirmation Error Handling (MAAC)

The auto-confirmation timer error handling logic has been fully redesigned.

What’s changed:

  • The timer no longer disables accounts after the first session error.
  • On session errors, the account enters Warning mode (highlighted in yellow).
  • In Warning mode:
    • automatic relogin attempts are made every 15 minutes.
  • If the session cannot be restored after 3 hours, the account switches to Error status.
  • This allows:
    • surviving long Steam maintenance windows,
    • avoiding excessive request spam,
    • automatic recovery once Steam becomes available again.

Additional details:

  • Accounts in Warning / Error status display the error reason on hover.
  • Timing limits are currently configured via settings.json:
{
  "MaacErrorThreshold": "03:00:00",
  "MaacRetryInterval": "00:15:00"
}
  • MaacErrorThreshold — time before switching to Error status
  • MaacRetryInterval — retry interval in Warning mode
UI configuration for these parameters will be added in future versions.

🌍 Localization

New languages added:

  • 🇨🇳 Chinese (Simplified)
  • 🇫🇷 French

Credits:

Thanks to everyone contributing with testing, bug reports, and improvements 💜


🧹 Other Changes

  • The “Ignore Patch Tuesday errors” setting has been removed as obsolete.
  • The updated MAAC logic is currently in live testing on real users.