{"id":23039289,"url":"https://github.com/fondlez/eventtracker","last_synced_at":"2025-04-02T23:46:33.307Z","repository":{"id":267357085,"uuid":"890718324","full_name":"fondlez/EventTracker","owner":"fondlez","description":"A World of Warcraft addon to view detailed information on tracked events. Tested clients: 2.4.3 (TBC), 3.3.5a (WotLK), 4.3.4 (Cata), 5.4.8 (MoP)","archived":false,"fork":false,"pushed_at":"2025-01-14T18:04:02.000Z","size":123,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-02-08T14:13:02.333Z","etag":null,"topics":["lua","tbc","world-of-warcraft","world-of-warcraft-addon","wotlk","wow","wow-addon"],"latest_commit_sha":null,"homepage":"","language":"Lua","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/fondlez.png","metadata":{"files":{"readme":"README.md","changelog":"changelog.md","contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-11-19T03:56:19.000Z","updated_at":"2025-02-01T08:24:08.000Z","dependencies_parsed_at":"2024-12-09T22:23:03.843Z","dependency_job_id":"84d4852e-d92a-45ee-940c-f02ebac43478","html_url":"https://github.com/fondlez/EventTracker","commit_stats":null,"previous_names":["fondlez/eventtracker"],"tags_count":2,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fondlez%2FEventTracker","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fondlez%2FEventTracker/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fondlez%2FEventTracker/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fondlez%2FEventTracker/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/fondlez","download_url":"https://codeload.github.com/fondlez/EventTracker/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246911488,"owners_count":20853654,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["lua","tbc","world-of-warcraft","world-of-warcraft-addon","wotlk","wow","wow-addon"],"created_at":"2024-12-15T18:29:57.866Z","updated_at":"2025-04-02T23:46:33.289Z","avatar_url":"https://github.com/fondlez.png","language":"Lua","readme":"# EventTracker\n\nEvent Tracker is an addon for World of Warcraft that allows you to view detailed \ninformation on tracked events.\n\nTested clients: 2.4.3 (The Burning Crusade), 3.3.5 (Wrath of the Lich King),\n4.3.4 (Cataclysm), and 5.4.8 (Mists of Pandaria).\n\nThis version is a port from redeye's Event Tracker 1.4 (January 18, 2010) \nwith fixes and improvements.\n\n## Graphical Interface\n\n![Main Window screenshot](doc/img/addon-eventtracker-1.1.0-main.jpg)\n\n## Slash Commands\n\n**/et** - open/close EventTracker dialog\n\n**/et { help | ? }** - Show this list of commands\n\n**/et add \u003cevent\u003e** - Add event to be tracked\n\n**/et { remove | del } \u003cevent\u003e** - Remove event to be tracked\n\n**/et clear** - Remove all added tracked events\n\n**/et list** - List the added tracked events\n\n**/et off** - Turn off tracking\n\n**/et on** - Turn on tracking\n\n**/et toggle** - Toggle tracking on or off\n\n**/et filter** - Filter for events (plain substring). Requires `registerall` to \nbe active\n\n**/et { removefilter | delfilter }** - Remove filter\n\n**/et purge** - Purge all event data\n\n**/et reset** - Unregister all events, then register only tracked events\n\n**/et { registerall | all }** - Register all events to be tracked (# of events \nnot known)\n\n**/et { unregisterall | none }** - Unregister all events to be tracked (except \nfor VARIABLES_LOADED)\n\n**/et resetpos** - Reset position of the main EventTracker frame\n\n## Feature Notes\n\n### State of Tracking\n###### *\"Stop It Scrolling!\"*\n\nDisabling and enabling whether events are being tracked can be done by clicking\nthe On/Off button at the bottom of the main window or by using the `/et off`,\n`/et on` and `/et toggle` slash commands. Tracking is re-enabled by login or\nreload.\n\n### Shift Click Events in the Main Window\n###### *\"I Want Just This One!\"*\n\n- shift-clicking any event in the list of events of the main window will \nunregister the event and purge all data for that event.\n\n### Add Events from Slash Commands\n###### *\"This Is My Event. There Are Many Like It ...\"*\n\n- events added with `/et add`, removed with `/et remove` and `/et clear`, and \nshown with `/et list` are saved across login sessions. \n- these events are affected by `/et filter` after `registerall` is active. \n- using `/et reset` will reset to only these tracked events and those from \n`EventTracker_events.lua`.\n\n### Filter All Registered Events\n###### *\"You Got Something That Sounds Like ...?\"*\n\n- any string added with `/et filter` will be used to do a plain substring search \nof event names after `registerall` is active. Only matching events and those \nfrom `EventTracker_events.lua` will apply. \n- if no string is given, the current filter is displayed.\n- using `/et removefilter` will remove the filter.\n\n### Lua Lists\n###### *\"Take It, Take It All!\"*\n\nThe addon file `EventTracker_events.lua` can be edited to directly add two \nevent lists. This is useful for bulk or permanent changes.\n\n- `ET_TRACKED_EVENTS`: add to this array of events to permanently track events\n- `ET_IGNORED_EVENTS`: add to this array of events to permanently ignore events \nafter `registerall` is enabled. \n\nThese event lists are unaffected by the `/et filter` slash command. The lists \nwill always apply, except if `/et unregisterall` is used.\n\n### Ways to Reset Events\n###### *\"Hit The Reset Button! ... Wait, Which One?\"*\n\n- using `/et purge`, or the main window Purge button, will clear shown event \ndata; it does not affect registered events. \n- using `/et reset` will unregister all events, then re-register all tracked \nevents from `EventTracker_events.lua` and additional tracked events from the \nslash commands. It will purge existing event data.\n- using `/et unregisterall` will unregister all events except \n`VARIABLES_LOADED`. It will purge existing event data.\n\n## Credits\n\nThe original author of EventTracker is redeye \u003cwowaddon@xs4all.nl\u003e, with an\ninitial public release in June 8, 2009. Downloaded from \nhttps://www.curseforge.com/wow/addons/eventtracker\n\nTo raise any issues with this release, please use the Issues section of the\nrepository at http://github.com/fondlez/EventTracker\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffondlez%2Feventtracker","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffondlez%2Feventtracker","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffondlez%2Feventtracker/lists"}