summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* nfsw/scenes.py: sexshop initial version.rsiddharth2019-09-281-5/+102
| | | | | | * nfsw/scenes.py (get_scene): Add garden. (sexshop): Initial working version. (garden): New function.
* nfsw/redis.py: Update keysrsiddharth2019-09-281-1/+12
| | | | * nfsw/redis.py (keys): Add new keys.
* nfsw: Update io.jsrsiddharth2019-09-282-12/+8
| | | | | * nfsw/static/io.css: Change console p -> console pre * nfsw/static/io.js: console p -> console pre
* Rewrite nfsw/junk/sexshop/introrsiddharth2019-09-281-6/+21
|
* Update nfsw/junk/foobar/godrsiddharth2019-09-281-4/+6
|
* nfsw/static/io.css: Monospace .prompt input.rsiddharth2019-09-281-0/+1
|
* nfsw/static/io.css: Monospace everything please.rsiddharth2019-09-281-0/+1
|
* nfsw/static/io.css: Remove console p.user, add console p.error.rsiddharth2019-09-281-3/+3
|
* Makefile: Add jsh (jshint).rsiddharth2019-09-281-0/+6
|
* nfsw/redis.py: Add keys.rsiddharth2019-09-281-0/+6
|
* nfsw/templates/io.html: Remove placeholder on command input.rsiddharth2019-09-281-1/+1
|
* Add nfsw/junk/sexshop/introrsiddharth2019-09-281-0/+6
|
* Add nfsw/junk/foobar/godrsiddharth2019-09-281-0/+8
|
* nfsw/io.py: Add intro.rsiddharth2019-09-281-0/+16
| | | | * nfsw/io.py (intro): New function.
* nfsw/scenes.py: Flesh out sexshoprsiddharth2019-09-282-3/+18
| | | | | | * nfsw/io.py (query): Update scene call. * nfsw/scenes.py (sexshop): Change argument to 'o' (dict). Flesh out the function li'l bit.
* nfsw/io.py: Update preprocess.rsiddharth2019-09-281-4/+4
| | | | | nfsw/io.py (setup): Move function.. (proprocess): ...inside this function.
* Add nfsw/util.pyrsiddharth2019-09-281-0/+9
|
* nfsw/static/io.js: Add handling barf intro.rsiddharth2019-09-281-1/+60
|
* nfsw/static/io.js: Add back ';'. Make it pass jshint.rsiddharth2019-09-281-56/+56
| | | | Fuck it.
* nfsw/static/io.js: Remove ';'rsiddharth2019-09-281-9/+9
|
* nfsw/io.py: Update query.rsiddharth2019-09-211-2/+19
| | | | * nfsw/io.py (query): Flesh out initial structure to process a query.
* nfsw: Add scenes.py.rsiddharth2019-09-211-0/+18
|
* nfsw/io.py: query: Add 'prepcess' decorator.rsiddharth2019-09-211-0/+1
|
* nfsw/io.py: Add preprocess.rsiddharth2019-09-211-0/+11
|
* nfsw/io.py: Add setup.rsiddharth2019-09-211-0/+6
|
* nfsw: Add io.pyrsiddharth2019-09-211-0/+18
|
* requirements.txt: Add redis.rsiddharth2019-09-211-0/+1
|
* nfsw/static: Add io.js.rsiddharth2019-09-211-0/+146
|
* nfsw/static: Add io.css.rsiddharth2019-09-211-0/+62
|
* nfsw/templates/io.html: Add css and js template blocks.rsiddharth2019-09-211-0/+8
|
* nfsw/templates/io.html: Flesh out io-block.rsiddharth2019-09-211-1/+8
|
* nfsw/templates/base.html: Remove css from header. Add css template block.rsiddharth2019-09-211-1/+3
|
* nfsw/templates/base.html: Add meta tags to header.rsiddharth2019-09-211-0/+2
|
* nfsw/io.py: Import request from flask.rsiddharth2019-09-211-1/+1
|
* nfsw/io.py: Import login_required_ajax.rsiddharth2019-09-211-1/+1
|
* nfsw/templates/nfsw.html: Rename title to '/'.rsiddharth2019-09-211-1/+1
|
* nfsw/io.py: Add query.rsiddharth2019-09-211-0/+10
|
* nfsw/io.py: Rename console -> io.rsiddharth2019-09-211-1/+1
|
* nfsw/auth.py: Add login_required_ajax.rsiddharth2019-09-211-0/+13
|
* nfsw/__init__.py: Add / route.rsiddharth2019-09-131-1/+7
|
* nfsw/__init__.py: Register io blueprint.rsiddharth2019-09-131-0/+7
|
* Add nfsw/io.py.rsiddharth2019-09-131-0/+12
|
* Add nfsw/templates/io.htmlrsiddharth2019-09-131-0/+9
|
* Add nfsw/templates/exit.html.rsiddharth2019-09-131-0/+30
|
* Add nfsw/templates/terms.html.rsiddharth2019-09-131-0/+30
|
* Add nfsw/templates/nfsw.htmlrsiddharth2019-09-131-0/+16
|
* Add nfsw/templates/sorry.htmlrsiddharth2019-09-131-0/+11
|
* Add nfsw/templates/register.htmlrsiddharth2019-09-131-0/+30
|
* Add nfsw/templates/login.html.rsiddharth2019-09-131-0/+29
|
* nfsw/__init__.py: Remove 'hello' route.rsiddharth2019-09-131-5/+0
|