230 Commits

Author SHA1 Message Date
Nathan Schneider
55c3ee9f46 Added basic modpol.interactions.message 2021-04-17 21:46:14 -06:00
Nathan Schneider
9f65e2bdd3 Changed modpol.orgs.list_all to return table not string 2021-04-17 09:50:18 -06:00
Nathan Schneider
a6cd6ebcfe Began dashboard formspec in Minetest 2021-04-17 09:40:23 -06:00
Luke Miller
cff1d393c0 bug fixes: orgs load properly (metatable set), orgs can't have same name, orgs now saved on modifying operations 2021-04-16 20:27:31 -04:00
Nathan Schneider
6bc5f4077e Fixes to basic CLI dashboard 2021-04-15 23:50:13 -06:00
Nathan Schneider
10810eeaa7 Fixed modpol.dashboard call for listing orgs to new nomenclature 2021-04-15 23:33:40 -06:00
defa4fac50 Merge branch 'renaming' into 'master'
Renaming

See merge request medlabboulder/modpol!16
2021-04-15 04:35:38 +00:00
Luke Miller
70b1c4d7d2 bug fix 2021-04-15 00:30:55 -04:00
Luke Miller
8e190baa75 updated chat command to support new oo standard 2021-04-15 00:21:56 -04:00
Luke Miller
ce56ec3fd6 fixed bug where getting org by name wouldn't work 2021-04-15 00:13:04 -04:00
Luke Miller
4abee2e603 got rid of old orgs.lua 2021-04-15 00:09:33 -04:00
Luke Miller
4ccdb443e2 fixed typo and added instance creation to modpol.lua 2021-04-12 17:00:48 -04:00
Luke Miller
bc3aba4ff0 changed modpol.orgs.list to modpol.orgs.array, added support for id or org name in get_org function 2021-04-12 16:55:24 -04:00
08122f7a6a Small fix to switch dashboard call to OO logic 2021-04-12 16:11:19 +00:00
Nathan Schneider
74ecba940a Turned 'menu' command into 'dashboard' 2021-04-11 22:24:47 -06:00
8feae2d57e Merge branch 'typo-fix' into 'master'
fixed typo 'properites' -> 'properties'

See merge request medlabboulder/modpol!14
2021-04-11 04:11:19 +00:00
694e779658 Merge branch 'oo-pattern' into 'master'
Oo pattern

See merge request medlabboulder/modpol!15
2021-04-11 04:10:45 +00:00
Luke Miller
4557e9c7d8 completed refactor 2021-04-10 21:09:29 -04:00
Luke Miller
63ba335b44 fixed typo 'properites' -> 'properties' 2021-04-10 16:35:14 -04:00
Luke Miller
0a16d85be2 added remove_org, get_org, and record functions to orgs 2021-04-05 22:39:20 -04:00
Luke Miller
9a0680b07e Merge branch 'master' of https://gitlab.com/medlabboulder/modpol into oo-pattern 2021-04-03 23:01:59 -04:00
Luke Miller
66c4e63adb starting refactor, simple functionality works atm 2021-04-03 23:01:31 -04:00
13597e7fc8 Merge branch 'standardized_chat_commands' into 'master'
updated chat commands to be structured the same without duplicates/respellings

See merge request medlabboulder/modpol!13
2021-03-29 05:23:31 +00:00
Luke Miller
cd8770eb98 updated chat commands to be structured the same without duplicates/respellings 2021-03-28 16:26:14 -04:00
ae4c37d3ab Update LICENSE.md 2021-03-28 16:37:59 +00:00
fc5e117b63 Merge branch 'Redo_orgs' into 'master'
bugfix orgs

See merge request medlabboulder/modpol!12
2021-03-25 22:24:09 +00:00
user
41274b2ff7 add warning to modpol.record 2021-03-25 18:16:49 -04:00
user
252c04c6c7 bugfix orgs 2021-03-25 17:37:43 -04:00
ccbe3d2afb Merge branch 'fix_reset_orgs' into 'master'
Fix reset orgs

See merge request medlabboulder/modpol!11
2021-03-22 03:35:28 +00:00
Luke Miller
4c912f0e1b Merge branch 'master' of https://gitlab.com/medlabboulder/modpol 2021-03-21 23:00:24 -04:00
Luke Miller
f6e6b8acc1 fixed error where orgs without a ledger crash the server when the reset_orgs function is run 2021-03-21 23:00:03 -04:00
Nathan Schneider
1b770a987b Various bugfixes on orgs and minetest chatcommands 2021-03-15 18:08:06 -06:00
3b31dffe67 Made command_list a table 2021-03-15 19:28:05 +00:00
f255a057e5 changed minetest chat function regchat to create command_list table 2021-03-15 19:26:16 +00:00
Nathan Schneider
ebfd270b25 Slight README update 2021-03-14 22:52:57 -06:00
Nathan Schneider
ac6bae3f85 Added modpol.menu() functions modpol and modpol_minetest. Not sure if latter works. 2021-03-14 22:51:53 -06:00
8faca7931a Merge branch 'fix_storage_crash' into 'master'
fix modpol storage of old_ledgers

See merge request medlabboulder/modpol!10
2021-03-10 07:09:16 +00:00
MisterE123
aeb9ec5dc1 fix modpol storage of old_ledgers 2021-03-10 02:03:15 -05:00
501ef4d354 Merge branch 'fix_storage_crash' into 'master'
fix modpol storage of old_ledgers

See merge request medlabboulder/modpol!9
2021-03-10 06:56:49 +00:00
MisterE123
dc87322dbb fix modpol storage of old_ledgers 2021-03-10 01:52:42 -05:00
27ad3dd4a5 Merge branch 'try_num_3' into 'master'
try a third time to fix crash

See merge request medlabboulder/modpol!8
2021-03-10 06:45:27 +00:00
MisterE123
6ab11d4f2d try a third time to fix crash 2021-03-10 01:40:04 -05:00
cbedeefac7 Merge branch 'try_again' into 'master'
try again to fix crash

See merge request medlabboulder/modpol!7
2021-03-10 06:32:25 +00:00
MisterE123
1f48e8ff1a try again to fix crash 2021-03-10 01:29:20 -05:00
deeea90abc Merge branch 'fix_crash' into 'master'
fix dump crash

See merge request medlabboulder/modpol!6
2021-03-10 06:23:17 +00:00
MisterE123
dae67b3efd fix dump crash 2021-03-10 01:11:49 -05:00
b37e7002a8 Merge branch 'org_ids' into 'master'
change orgs to use id numbers as their table key and function input param

See merge request medlabboulder/modpol!5
2021-03-10 06:04:03 +00:00
843b41b617 Merge branch 'gbrrudmin-master-patch-64184' into 'master'
remove depends = default

See merge request medlabboulder/modpol!4
2021-03-10 05:58:54 +00:00
MisterE
3f5b65a28f remove depends = default 2021-03-10 05:20:02 +00:00
MisterE123
419fc84822 change orgs to use id numbers as their table key and function input param 2021-03-08 14:06:15 -05:00