• Joined on 2017-10-29
nortti pushed to master at nortti/gir 2018-06-25 20:11:13 +00:00
e5138ff737 Also replace DEL with its graphical equivalent
nortti pushed to master at nortti/buranun 2018-06-10 12:43:23 +00:00
c5edd6bc68 Read the session cookie
c9f8bfe1b8 Start implementing sessions
Compare 2 commits »
nortti pushed to master at nortti/buranun 2018-06-10 12:11:34 +00:00
fb9b6ba258 Enforce uniqueness of users and move initialize_* to initialize.py
nortti pushed to master at nortti/buranun 2018-06-10 11:52:46 +00:00
e2cc012c30 Remove the TODO about last commit
nortti pushed to master at nortti/buranun 2018-06-10 11:52:13 +00:00
161bb72d37 Read boards from a database
nortti pushed to master at nortti/buranun 2018-06-09 16:15:53 +00:00
128f937a11 Login finally works (but sessions don't)
nortti pushed to master at nortti/buranun 2018-06-09 16:00:04 +00:00
6d02c01751 Handle post and redirect after "login"
nortti pushed to master at nortti/buranun 2018-06-09 14:36:57 +00:00
fbf0495c82 Convert the BeautifulSoup object to a list before iterating
nortti pushed to master at nortti/buranun 2018-06-09 14:31:57 +00:00
b72544e480 Explicitly use html.parser to supress warnings from bs4
nortti pushed to master at nortti/buranun 2018-06-09 14:30:10 +00:00
77f70da475 Fix detection of when user is logged in
nortti pushed to master at nortti/buranun 2018-06-09 14:25:09 +00:00
0187775332 Add a login page (nonfunctional)
nortti pushed to master at nortti/gir 2018-05-29 19:23:36 +00:00
91849e2d6a Fix a comment referring to previous (never committed) implementation
nortti pushed to master at nortti/gir 2018-05-29 17:17:47 +00:00
5efd241ef9 Fix typo in the example program
nortti pushed to master at nortti/gir 2018-05-29 17:15:13 +00:00
4de80f4304 Add some info useful for npm site to README.md
nortti pushed to master at nortti/gir 2018-05-29 17:01:39 +00:00
ccc320522a Prepare for publishing to npm registry
nortti pushed to master at nortti/gir 2018-05-29 08:52:59 +00:00
f0feaa22e5 Add some improvements to ircbot.js
nortti pushed to master at nortti/gir 2018-05-27 20:55:29 +00:00
21832b0bb5 Move Gir to use modules
nortti pushed to master at nortti/gir 2018-05-27 11:37:36 +00:00
e203efdb47 Move IntParseError to example.js
nortti pushed to master at nortti/gir 2018-05-27 10:55:31 +00:00
2cde47e42b Document the architecture of Gir
nortti pushed to master at nortti/gir 2018-05-27 10:45:27 +00:00
5e3f11b0fa Split ircbotRun() into its own file