Difference between revisions of "Ladle/Tools"
From Armagetron
m (→ladle-stats) |
(Added Tournament Authority Generator tool) |
||
Line 7: | Line 7: | ||
Finds Global IDs in a block of text, and generates configuration files that server admins can RINCLUDE. There is [http://forums3.armagetronad.net/viewtopic.php?t=21307 a topic on the armagetronad forums] for discussion. | Finds Global IDs in a block of text, and generates configuration files that server admins can RINCLUDE. There is [http://forums3.armagetronad.net/viewtopic.php?t=21307 a topic on the armagetronad forums] for discussion. | ||
+ | |||
+ | == [http://generalconsumption.org/armagetronad/tournament-authority-generator/ Tournament Authority Generator] == | ||
+ | |||
+ | A derivative implementation of the [[Ladle/Tools#Minimum Authority Generator|Minimum Authority Generator]] with a couple different features. There is [http://forums3.armagetronad.net/viewtopic.php?f=55&t=21695 a topic on the armagetronad forums] for discussion. | ||
+ | |||
+ | * Better Global ID filtering. GIDs with spaces, full stops ("."), etc. all work. | ||
+ | * Validates the existence of Global IDs with the authentication servers. | ||
+ | * Auto-corrects Global IDs that use the wrong subgroup. Examples: | ||
+ | ** dlh@ct => dlh@ct/public | ||
+ | ** dlh@forums/incorrect => dlh@forums | ||
== [https://code.launchpad.net/~armagetronad-dev/ladle/ladle-export ladle-export] == | == [https://code.launchpad.net/~armagetronad-dev/ladle/ladle-export ladle-export] == |
Revision as of 15:42, 20 August 2011
Ladle Info | About | Challenge Board | Tools | Operations | Results | Statistics | Voting | Bowl
The One hundred and sixty-seventh TRONIC Ladle will be played on Sunday, April 13th, 2025!
|
Random Team IRC command
reply [sc [fetch [concat http://crazy-tronners.com/kyle/random_2.php?teams=[urlquote $*]]]]
Minimum Authority Generator
Finds Global IDs in a block of text, and generates configuration files that server admins can RINCLUDE. There is a topic on the armagetronad forums for discussion.
Tournament Authority Generator
A derivative implementation of the Minimum Authority Generator with a couple different features. There is a topic on the armagetronad forums for discussion.
- Better Global ID filtering. GIDs with spaces, full stops ("."), etc. all work.
- Validates the existence of Global IDs with the authentication servers.
- Auto-corrects Global IDs that use the wrong subgroup. Examples:
- dlh@ct => dlh@ct/public
- dlh@forums/incorrect => dlh@forums
ladle-export
The ladle-export program exports Ladle results, teams, and players to JSON.
ladle-results
Analyzes Ladle matches/players/teams, and offers several reports about the data.
ladle-stats
A website with basic Ladle stats. A live demo can be found at http://generalconsumption.org/armagetronad/ladle-stats/.