Graph of kakumei.git
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • 11b501b (HEAD -> master) newpost page: fix link/image float position so they're usable by Dario Rodriguez <dario@softhome.net> 2014-07-25 13:16:31 +0200;
  • 40412eb implement sending notification e-mails (with the corresponding config file support) by Dario Rodriguez <dario@softhome.net> 2014-07-24 13:03:47 +0200;
  • f9834c6 fix typo in comments by Dario Rodriguez <dario@softhome.net> 2014-07-23 18:48:27 +0200;
  • 9a710cd add account page (html, css, js) by Dario Rodriguez <dario@softhome.net> 2014-07-23 12:27:12 +0200;
  • 2c2340d remove unused styles from posts.css by Dario Rodriguez <dario@softhome.net> 2014-07-23 11:52:53 +0200;
  • c29cda0 add account link in posts page by Dario Rodriguez <dario@softhome.net> 2014-07-23 11:47:46 +0200;
  • d3b0c25 Fix sigint handling, so the program exits on first Ctrl+C by Dario Rodriguez <dario@softhome.net> 2014-07-23 11:19:23 +0200;
  • c87ac63 add etags for in-memory pages and for the banner (IOW, etags not implemented for XHR replies) by Dario Rodriguez <dario@softhome.net> 2014-07-16 15:32:00 +0200;
  • 965ec0c add etag field to the in-memory resources by Dario Rodriguez <dario@softhome.net> 2014-07-16 13:13:45 +0200;
  • 1461234 Enable connection log. Double the sbuf size (to 16384), as to accept larger GET headers. by Dario Rodriguez <dario@softhome.net> 2014-07-16 13:00:00 +0200;
  • 61ad489 delete unused variable by Dario Rodriguez <dario@softhome.net> 2014-07-15 13:18:51 +0200;
  • 86f56ca implement listen only on a specific IP by Dario Rodriguez <dario@softhome.net> 2014-07-15 13:17:20 +0200;
  • 60175fd use wk_init() new API (serverfd instead of port) by Dario Rodriguez <dario@softhome.net> 2014-07-15 13:05:01 +0200;
  • 0bae020 add logfile configuration option by Dario Rodriguez <dario@softhome.net> 2014-07-14 14:29:25 +0200;
  • 97bd8d1 make the secure attribute in the cookie optional (only works if using a ssl proxy, as in stunnel) by Dario Rodriguez <dario@softhome.net> 2014-07-14 14:10:33 +0200;
  • 84929fe add authid cookie to complement the session in QUERY_STRING by Dario Rodriguez <dario@softhome.net> 2014-07-13 23:41:07 +0200;
  • 0808869 add config file by Dario Rodriguez <dario@softhome.net> 2014-07-11 12:53:59 +0200;
  • ca7e799 add banner image by Dario Rodriguez <dario@softhome.net> 2014-07-10 19:17:13 +0200;
  • 106e4cd Add the older posts/newer posts links at the bottom of the posts page by Dario Rodriguez <dario@softhome.net> 2014-07-09 14:58:18 +0200;
  • a791913 Add reset.css to the html files by Dario Rodriguez <dario@softhome.net> 2014-07-09 13:59:16 +0200;
  • 11c35c8 Add charset to the html files by Dario Rodriguez <dario@softhome.net> 2014-07-09 13:53:35 +0200;
  • 126a9fb Make postnumber start on 1 by Dario Rodriguez <dario@softhome.net> 2014-07-09 13:11:48 +0200;
  • 2c31379 fix post_addcomment(), implement comments in the UI by Dario Rodriguez <dario@softhome.net> 2014-07-08 23:35:57 +0200;
  • 7aa33a1 Add titles to the posts by Dario Rodriguez <dario@softhome.net> 2014-07-08 13:34:03 +0200;
  • eaeacca View several posts in the posts page by Dario Rodriguez <dario@softhome.net> 2014-07-07 14:08:14 +0200;
  • 438424c fix Makefile by Dario Rodriguez <dario@softhome.net> 2014-07-02 13:24:15 +0200;
  • 1920c70 post fixes by Dario Rodriguez <dario@softhome.net> 2014-06-27 01:00:40 +0200;
  • 966a3c7 add the editor and the posts part by Dario Rodriguez <dario@softhome.net> 2014-06-27 00:41:33 +0200;
  • 94b5403 fix session handling (wasn't deleting old sessions) by Dario Rodriguez <dario@softhome.net> 2014-06-26 21:29:31 +0200;
  • bd31e84 only send html pages with valid session (except for those in the whitelist) by Dario Rodriguez <dario@softhome.net> 2014-06-26 15:41:55 +0200;
  • 13b4e7d fix password processing (workaround to issues with libscrypt: don't use scrypt_hash, check that the salt is small) by Dario Rodriguez <dario@softhome.net> 2014-06-26 13:58:59 +0200;
  • b9c559a finish new user creation by Dario Rodriguez <dario@softhome.net> 2014-06-25 22:52:20 +0200;
  • e5983a0 remove kakumei-invite binary from repository by Dario Rodriguez <dario@softhome.net> 2014-06-25 22:20:02 +0200;
  • a931e92 implement kakumei_session.c by Dario Rodriguez <dario@softhome.net> 2014-06-25 22:18:39 +0200;
  • c446149 implement kakumei_pass, add ÃÃlibscrypt to Makefile by Dario Rodriguez <dario@softhome.net> 2014-06-25 21:22:09 +0200;
  • 42e0fb4 put passwd handling in separate source file by Dario Rodriguez <dario@softhome.net> 2014-06-25 19:09:44 +0200;
  • 0104d9f put session handling in separate source file by Dario Rodriguez <dario@softhome.net> 2014-06-25 19:02:32 +0200;
  • 688274f finish login and newuser screens by Dario Rodriguez <dario@softhome.net> 2014-06-24 22:58:30 +0200;
  • 95cbd31 kakumei-invite: fix paths by Dario Rodriguez <dario@softhome.net> 2014-06-24 22:45:48 +0200;
  • 7856458 add kakumei-invite by Dario Rodriguez <dario@softhome.net> 2014-06-24 19:34:04 +0200;
  • 74449d7 test passing variables using GET, refine login page css by Dario Rodriguez <dario@softhome.net> 2014-06-23 23:31:49 +0200;
  • 5c4e0d3 login page skeleton by Dario Rodriguez <dario@softhome.net> 2014-06-21 22:53:01 +0200;
  • cd25794 README and Makefile by Dario Rodriguez <dario@softhome.net> 2014-06-21 12:05:26 +0200;