moerderspiel
moerderspiel copied to clipboard
Das Mörderspiel -- Es ist doch bloß ein Spiel!
https://github.com/orithena/moerderspiel/blob/b292cd064dbce785d70284989210ed2075eb60cc/lib/twitmord.py#L22 Evaluate whether also tweets via api are now allowed to have more than 140 chars and extend the restriction then.
Send welcome mail on registration.
Changes: - Fixed #38 - Included `requirements.txt` to ease the installation of the python dependencies with ``` pip install -r requirements.txt ``` - deleted some old stuff (see commits)
When generating blank pdfs, I get an Internal Server Error. When analyzing the error I found it to be twofold: First, `_pdfblankgen()` wants two parameters: `count` and `game`, but `getpdf`...
I got an Internal Server Error, when viewing a game, that has not been started. Once I started it, the error was gone. log: http://pastebin.com/CQKesunv
'yapgvb' was not updated in a while. The current version 1.2.4 is from 2009 and it binds itself to the old libgraph library, which is not supported since graphviz version...
On sending forms via ajax, the + character does not seem to be escaped. Looks like a problem in ajax.js.
Graph generation has become too expensive. We need a cache and invalidate mechanism...
replace _loadgame and _savegame by real persistence: http://www.zodb.org/ ... and maybe add a persistent ZEO server (which also could run timed actions, publishing bonus victims, decoupling long-running xetex stuff from...