1
0
Fork 0
mirror of https://github.com/dirtbags/moth.git synced 2025-01-07 12:30:47 -07:00
Commit graph

67 commits

Author SHA1 Message Date
10b4723d9f Look for "until" file to disable contest by time 2018-01-28 10:24:49 -07:00
8b7b3fcbe7 Check for disabled file in state 2017-10-30 16:20:51 +00:00
9b94c2b1f0 Move assigned.txt into state 2017-10-12 00:55:34 +00:00
6a00d30c84 Dockerize 2017-09-11 03:08:18 +00:00
c56f704684 Commit mothd and its systemd service 2017-07-14 22:56:09 +00:00
ff5a4bd13d Fix install-category error if there are no CGIs 2017-06-17 06:29:20 +00:00
56c737311b Make CGIs executable on installation 2017-06-17 06:27:01 +00:00
Neale Pickett
f01598b0fc add server-start covenience script 2017-02-05 16:43:10 -07:00
Neale Pickett
f57b44db44 Make an actually working server, hopefully 2017-02-05 16:42:41 -07:00
Neale Pickett
b0d44f5b85 Shuffle files around: keep your campsite neat and tidy 2016-10-20 11:32:21 -06:00
716f6dd2b9 Merge branch 'master' of https://github.com/dirtbags/moth 2016-09-21 19:23:18 -06:00
b696853ec5 puzzles.html functional again 2016-09-21 16:10:29 -06:00
b7b21e94bd convert puzzles to lua standalone, json output 2016-09-21 10:14:13 -06:00
f1a8ef623e Rewrite points in lua 2016-09-21 07:48:05 -06:00
1484b20ac3 install-category: handle relative paths 2016-07-16 21:34:09 -06:00
Aaron McPhall
00c3b2939a fixing help in mktokens 2016-02-04 17:57:38 -07:00
J. Patrick Avery, Jr
cd99a9e8aa bin/mktokens: pulled in bubblebabble instead of depending on another package 2015-06-07 13:07:36 -05:00
J. Patrick Avery, Jr
7a4c1edd9c bin/mktokens: pulled in bubblebabble instead of depending on another package 2015-06-07 13:07:36 -05:00
J. Patrick Avery, Jr
25fdd24173 bin/once: fix points problem
TODO: neale says points should be written to state/points.tmp then be moved into
state/points.new to avoid race condition (multiple processes touching the file
causing the file to change risking bad data in state/points.log). It might be
wise to do some validation in bin/points that tosses bad data.
2015-06-06 22:17:55 -05:00
J. Patrick Avery, Jr
238c0f89a9 bin/once: fix points problem
TODO: neale says points should be written to state/points.tmp then be moved into
state/points.new to avoid race condition (multiple processes touching the file
causing the file to change risking bad data in state/points.log). It might be
wise to do some validation in bin/points that tosses bad data.
2015-06-06 22:17:55 -05:00
J. Patrick Avery, Jr
75f4967cdb a token generator! 2015-06-05 00:42:31 -04:00
J. Patrick Avery, Jr
5ac3847da0 a token generator! 2015-06-05 00:42:31 -04:00
J. Patrick Avery, Jr
d6cb477dcb install-category: fix for puzzles with Makefiles
- simplify outdir
- when running a Makefile in a puzzle, don't pass $(pwd) as a component of
  DESTDIR -- $tgt is an absolute path. Fixes: proto and others
2015-06-03 20:06:11 -04:00
J. Patrick Avery, Jr
6d4f200397 install-category: fix for puzzles with Makefiles
- simplify outdir
- when running a Makefile in a puzzle, don't pass $(pwd) as a component of
  DESTDIR -- $tgt is an absolute path. Fixes: proto and others
2015-06-03 20:06:11 -04:00
J. Patrick Avery, Jr
7a4d2ba132 don't bomb on no input 2015-06-03 19:59:58 -04:00
J. Patrick Avery, Jr
2b364c034b don't bomb on no input 2015-06-03 19:59:58 -04:00
Neale Pickett
47122fc720 Just send team hashes so we can recover from crash 2015-05-28 11:40:41 -06:00
Neale Pickett
31bc69083e Just send team hashes so we can recover from crash 2015-05-28 11:40:41 -06:00
Neale Pickett
e30d00ad23 s/cgi/cgi-bin/g 2015-05-26 10:14:30 -06:00
Neale Pickett
f2129b4b21 s/cgi/cgi-bin/g 2015-05-26 10:14:30 -06:00
c8879769cf Fix teams>10 2015-04-22 08:31:00 -06:00
0250ecf926 Fix teams>10 2015-04-22 08:31:00 -06:00
f0b6c1f1b6 Onle reset one 2015-04-21 07:59:35 -06:00
efd727050a Onle reset one 2015-04-21 07:59:35 -06:00
4c91d0ad93 More last-minute tweaks 2015-04-21 07:57:11 -06:00
f0cffd770a More last-minute tweaks 2015-04-21 07:57:11 -06:00
d310ed3f74 fix formatting for phones 2015-04-20 12:08:21 -06:00
9bfc0cd23b fix formatting for phones 2015-04-20 12:08:21 -06:00
17c2edcc4e Fully working and somewhat tested, with lua 2015-04-20 10:11:38 -06:00
e2f24de208 Fully working and somewhat tested, with lua 2015-04-20 10:11:38 -06:00
d0f74f97ec Stop conflicting with js category 2015-04-19 23:14:31 -06:00
53787d53e9 Stop conflicting with js category 2015-04-19 23:14:31 -06:00
fadf42a3e8 Lua-based puzzle lister 2015-04-19 22:57:35 -06:00
d2eaa68fab Lua-based puzzle lister 2015-04-19 22:57:35 -06:00
2d6ac84641 Puzzler that awards points. Maybe. 2015-04-18 19:13:07 -06:00
051a78c8b3 Puzzler that awards points. Maybe. 2015-04-18 19:13:07 -06:00
Neale Pickett
fe70bd3966 Fix relative path to images 2015-04-15 16:31:40 -06:00
Neale Pickett
de1b15d070 Fix relative path to images 2015-04-15 16:31:40 -06:00
Neale Pickett
d69a9acfad Add logos to individual puzzles 2015-04-15 16:12:06 -06:00
Neale Pickett
657b642e99 Add logos to individual puzzles 2015-04-15 16:12:06 -06:00