Long years ago we made a tryst with destiny, and now the time
comes when we shall redeem our pledge, not wholly or in full measure,
but very substantially.
At the stroke of the midnight hour, when the world sleeps, Coderbus will
awake to life and freedom. A moment comes, which comes but rarely in
history, when we step out from the old to the new, when an age ends, and
when the soul of a server, long suppressed, finds utterance
Freedom and power bring responsibility. The responsibility rests upon
this assembly, a sovereign body representing the sovereign people of
Coderbus. Before the birth of freedom we have endured all the pains of
labour and our hearts are heavy with the memory of this sorrow. Some of
those pains continue even now. Nevertheless, the past is over and it is
the future that beckons to us now.
It is a fateful moment for us in coderbus, for all /tg/station and for
the ss13 community.
A new star rises, the star of freedom in the code, a new hope comes into
being, a vision long cherished materialises. May the star never set and
that hope never be betrayed!
Jordie proofs the codebase.
Some unbanned legacy bans came back as active bans because the db conversion
script jordie had me run back during the ban panel rewrite didn't account for
erro being erro and setting unbanned to 2 in some cases for reasons we don't
understand or care about.
Normally I could easily fix this by having mysql give me a list of every id in
the old ban table with unbanned set to 2, and shunting that as a subquery to an
update statement to unban those bans. but jordie, complaining about weird gaps
in ordering and id numbers, intentionally reset and reassigned the id numbers
of all bans during the conversion.
Its at this point that I decided we should never reshuffle ids arounds for
bullshit reasons.
* Comprehensive changelogs
* FrozenGuy5's images
* Revert CONTRIBUTING.md
* Fix PULL_REQUEST_TEMPLATE.md wording
* Default the setting to off in the webhook procesor
* And in secret.php
* Improve .github/ISSUE_TEMPLATE.md
* Improve .github/PULL_REQUEST_TEMPLATE.md
* Short message about Show Server Revision
* Re-add the admin note to ISSUE_TEMPLATE
* [Note] -> [Directions]