Crafting & Gathering Order - Classic

Add crafting & gathering order feature to wow classic

File Details

1.0.0

  • R
  • Jul 1, 2026
  • 1.20 MB
  • 10
  • 3.4.3+2
  • Classic + 1

File Name

CraftingOrderClassic-1.0.0.zip

Supported Versions

  • 3.4.3
  • 2.5.4
  • 1.15.3

lightweight tag c96af3afa2be0c0d5f22bd022ead0b52d2924240 1.0.0
Author:    Wafhien <wafhien@gmail.com>
Date:    Wed Jul 1 19:41:52 2026 +0200

commit c96af3afa2be0c0d5f22bd022ead0b52d2924240
Author: Wafhien <wafhien@gmail.com>
Date:   Wed Jul 1 19:41:52 2026 +0200

    release: v1.0.0 - Crafting & Gathering Order - Classic (first stable)

    - rename to "Crafting & Gathering Order - Classic" (title, wordmark, notes, CF page)
    - /co scan [on|off]: toggle the /trade + /guild chat scanner
    - inbound scanner: OFFER/PROPOSE keywords so crafter ads aren't misfiled as requests
    - inbound alerts honor /co notify scope + per-player mutes
    - native profession/craft window: "Crafting Order view" toggle button
    - fix: recipe list pool 23->26 so bottom of long lists is reachable (Tailoring bolts)
    - bump 3 .toc to 1.0.0; CHANGELOG v1.0.0 entry

    Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>

commit 84c37e070de8836dccaa4f6509eb47a53359af54
Author: Wafhien <wafhien@gmail.com>
Date:   Wed Jul 1 16:01:05 2026 +0200

    feat: recipe partitioning, artisan matching & order management

    Partition knownRecipes by character and realm to prevent account-wide SavedVariables from leaking alt professions into the current character's broadcasts.

    Implement cross-matching of open orders against known artisans' professions. Notify capable crafters via whisper upon login, with real-time recipe verification to avoid false positives. Add order decline and release mechanics, allowing crafters to reject or abandon orders for reassignment while notifying buyers.

    Extract hardcoded French strings to localization tables (L[...]) for i18n preparation. Update CHANGELOG.md accordingly.

commit 6bb493c28d9aec92f5eb8df02ec9679f0acd6d55
Author: Wafhien <wafhien@gmail.com>
Date:   Mon Jun 29 18:32:45 2026 +0200

    refactor: extract slash dispatcher and add network diagnostics

    - Replace inline SlashCmdList closure with a dedicated COC:Slash method to improve routing maintainability and readability.
    - Introduce /co métier, /co trace, and /co pw subcommands for filtered order views and persistent diagnostic logging.
    - Initialize CraftLink tracer on PLAYER_LOGIN to persist network data for multi-account debugging and PTR testing.
    - Update help documentation to reflect the new command structure and clarify experimental flags.