Commit Graph

  • 2207f0add2 added placeholder for Mastodon interactions override modpol_mastodon Nathan Schneider 2024-07-19 15:11:32 -06:00
  • aed1d708c4 Masto govbot basics running Nathan Schneider 2024-07-19 15:08:19 -06:00
  • 13eb58a3ee Removed child org from parent children list master Nathan Schneider 2022-08-26 15:59:38 -07:00
  • ec0e4aa9c1 Small fix on policy_change variables Nathan Schneider 2022-08-23 17:11:00 -06:00
  • b09a7a24b4 Improvement on error catching in process Nathan Schneider 2022-08-23 17:04:04 -06:00
  • 9d759530e6 Fixes on process logic Nathan Schneider 2022-08-23 16:55:57 -06:00
  • 838a017f14 Various bugfixes on defer and processes Nathan Schneider 2022-08-17 17:24:53 -06:00
  • df20cc835b Small bugfixes Nathan Schneider 2022-08-17 15:39:11 -06:00
  • 0c13e6b084 Revert on CLI interactions pending process list Nathan Schneider 2022-08-17 15:09:12 -06:00
  • d24262d494 small documentation fixes ntnsndr 2022-08-17 19:57:52 +00:00
  • 23cf6abacd Merge branch 'bug-fixes' into 'master' Nathan Schneider 2022-08-16 15:33:09 +00:00
  • daa6d95bd6 merged changes, using standardized lazy table length function instead of for loop in interactions module Luke Miller 2022-08-16 11:12:07 -04:00
  • 52334f409e fixed process count, added lazy table length function, removed orgs now decrement org counter, orgs loaded message should now be accurate Luke Miller 2022-08-16 11:10:40 -04:00
  • 56adaba7d6 Simplified README, reference to modpol.net Nathan Schneider 2022-08-16 04:49:40 +00:00
  • 06e7bb9d2d Replaced image on README Nathan Schneider 2022-08-16 02:40:20 +00:00
  • 46dc48ffcc Fixed processes display in core except modules/display_processes.lua Nathan Schneider 2022-08-13 21:59:09 -06:00
  • 45347e2ac7 Merge branch 'master' of https://gitlab.com/medlabboulder/modpol Nathan Schneider 2022-08-13 17:02:58 -06:00
  • 1ff94b65fb Fixes on defer and remove_process Nathan Schneider 2022-08-13 17:02:30 -06:00
  • 4337e5511b Made approval on remove_process configurable Nathan Schneider 2022-08-13 16:34:03 -06:00
  • a26d2714d9 Merge branch 'remove-mkdir' into 'master' Nathan Schneider 2022-08-12 03:38:02 +00:00
  • 8d3428653c Merge branch 'master' of https://gitlab.com/medlabboulder/modpol Luke Miller 2022-08-11 14:57:42 -04:00
  • 6977614a7d Merge branch 'master' of https://gitlab.com/medlabboulder/modpol Luke Miller 2022-08-11 14:50:39 -04:00
  • 919194c995 added a placeholder file to keep data directory in git, removed now unnecessary unix mkdir call Luke Miller 2022-08-11 14:50:10 -04:00
  • 0532b084b7 Small correction on README Nathan Schneider 2022-08-11 10:49:03 -06:00
  • 9b27ac145c Merge branch 'generic_approval' into 'master' Nathan Schneider 2022-08-09 23:04:54 +00:00
  • 22a2048d5a Major improvements on policy configuration Nathan Schneider 2022-08-09 17:00:24 -06:00
  • 78ea89559f Simplier way of doing generic calls with call_module Nathan Schneider 2022-08-05 16:41:13 -06:00
  • 0ec287fa57 Reverting Nathan Schneider 2022-08-05 16:34:24 -06:00
  • 1f33232394 First shot at a generic approve() function for modules, testing on change_policy Nathan Schneider 2022-08-05 16:10:56 -06:00
  • 0725e66261 legacy module loading now works properly storage Luke Miller 2022-06-08 16:57:25 -04:00
  • 3824399f33 added back up module store for non lfs support Luke Miller 2022-06-08 16:52:46 -04:00
  • 1f88981112 Added missing end statements on unix-storage.lua. Still getting an lfs module error on CLI. Nathan Schneider 2022-06-08 10:31:20 -04:00
  • fcf0725534 refactored storage system to use the overloadable unix-storage which does not rely on ocutil lukvmil 2022-06-07 15:23:57 -04:00
  • 99c75861b0 small bugfix on display_processes Nathan Schneider 2022-05-25 12:30:59 -06:00
  • 26df04445d Small fix on CLI interactions on pending actions. Nathan Schneider 2022-05-25 12:19:34 -06:00
  • 3d8e4fb947 added automatic module loading system, use ignore.txt to exclude specific modules lukvmil 2022-03-12 01:01:04 -05:00
  • 2028f1ee85 Refactored policy structure Nathan Schneider 2022-02-09 22:14:26 -07:00
  • f950b5b94c More basic functionality for policy change Nathan Schneider 2022-02-06 22:04:07 -07:00
  • 9d4ad377e6 Created display_policies module to show existing module.config data across an org Nathan Schneider 2022-02-06 14:05:12 -07:00
  • 8086b18879 Removed org.policies table; policies are now handled in the org.modules[module].config table. Nathan Schneider 2022-02-06 13:45:31 -07:00
  • b92272afa2 Added basic policy backend for modules. Also added confirmation in CLI to call a module. At that confirmation, the relevant policies are shown. Still need to create a module for changing policies and to add more configuration options to existing policies. Nathan Schneider 2022-02-05 23:49:23 -07:00
  • fc8cd20e7f Updated screenshot for README Nathan Schneider 2022-01-28 14:29:29 -07:00
  • 509d2781f7 Created no-consent add_child_org module and a bugfix Nathan Schneider 2022-01-27 13:32:12 -07:00
  • cdb8e44099 Merge branch 'DocComments' into 'master' Nathan Schneider 2022-01-24 03:38:12 +00:00
  • 79b548f9a0 Added LDoc comments for new files, ready to merge pt. 2 SkylarHew 2022-01-23 18:21:23 -07:00
  • e72911c67c Added LDoc comments for new files, ready to merge SkylarHew 2022-01-23 18:19:24 -07:00
  • 7cb200ab04 Resolved merge conflicts with master SkylarHew 2022-01-23 16:01:44 -07:00
  • 55d1c2c446 Updated documentation section of README Nathan Schneider 2022-01-22 11:34:25 -07:00
  • 807ef6a150 Slight tweaks to ldoc docs Nathan Schneider 2022-01-22 11:28:38 -07:00
  • c8e911640e Edited README to include section on Documentation SkylarHew 2022-01-20 11:42:19 -07:00
  • da7b996a8b Added ldoc comments for all lua modules and generated docs in documentation index.html SkylarHew 2022-01-20 11:04:44 -07:00
  • 5085d87f68 Added Ldoc comments for interactions and orgs.process.lua SkylarHew 2022-01-10 17:27:27 -07:00
  • 4052fa4b55 Ldoc comments for orgs.base and edited comments for template_module SkylarHew 2022-01-09 22:15:54 -07:00
  • ba65b471b3 Merge branch 'process-delete' into 'master' Nathan Schneider 2022-01-07 21:24:58 +00:00
  • 0f479da5ff calling self:call_module instead of self.org:call_module, this should fix process deletion issues Luke Miller 2022-01-07 15:05:45 -05:00
  • a835799e11 added delete process tree function, updated remove process module Luke Miller 2022-01-06 20:17:38 -05:00
  • 65bb1aa532 Added failsafes to interactions against 'deleted' processes Nathan Schneider 2022-01-06 09:58:15 -07:00
  • bdf4d86593 Removing a possibly unnecessary table copy on remove_process Nathan Schneider 2022-01-05 23:28:15 +00:00
  • 81fcd9e3c1 Merge branch 'module-changes' into 'master' Nathan Schneider 2022-01-05 23:15:38 +00:00
  • 5788ce199a added parent/children ids to processes, modified delete process to be recursive, modules now have access to self:call_module Luke Miller 2022-01-05 18:10:38 -05:00
  • 544edddb21 Small bugfixes on testing Nathan Schneider 2022-01-05 22:40:41 +00:00
  • 2989bd34bd Completed checkbox_query and rewrite of change_modules module with checkboxes Nathan Schneider 2022-01-02 23:13:56 -07:00
  • 28a05c584c Minetest checkbox_query now working; checkbox-based change_modules module still needs debugging Nathan Schneider 2022-01-01 23:54:57 -07:00
  • c8d527dba8 Have basic checkbox_query working in CLI core interactions, not yet attempted in Minetest Nathan Schneider 2021-12-31 00:50:32 -07:00
  • 62d4c0518f Edits to README for readability Nathan Schneider 2021-12-30 11:38:43 -07:00
  • 1a6f27f2f6 More bugfixes on displays and interactions, mainly fixing damage done two commits ago Nathan Schneider 2021-12-29 22:25:28 -07:00
  • 6c9353d389 Last commit also changed titles on Minetest dashboards to much more flexible [hypertext] Nathan Schneider 2021-12-29 22:10:57 -07:00
  • 7ef0626357 Added modpol.interactions.display and display_processes module, as well as a bunch of bugfixes Nathan Schneider 2021-12-29 22:07:53 -07:00
  • 5a2e6277e5 added a module version of call_module which automatically handles parent ids in the backend Luke Miller 2021-12-29 21:10:00 -05:00
  • 6558b7a026 Created remove_process module---mostly works, but there are still some issues with processes and pending actions not being removed properly Nathan Schneider 2021-12-28 16:51:12 -07:00
  • 1b0335c069 Bugfix on copy_table and added refresh command to CLI Nathan Schneider 2021-12-28 14:39:34 -07:00
  • 18a29d674c Added user_dashboard and message_user to modpol_minetest Nathan Schneider 2021-12-27 23:13:10 -07:00
  • de8ad25b2f Added user_dashboard and message_user in modpol_core, still have to add to modpol_minetest Nathan Schneider 2021-12-27 22:34:22 -07:00
  • 286d131839 Got first token modules working, and a bunch of bugfixes throughout Nathan Schneider 2021-12-26 23:03:57 -07:00
  • 0c59767ef7 Filled out tokenomics functions; still not tested Nathan Schneider 2021-12-26 00:01:59 -07:00
  • 12a49ab66d Added record() function to tokenomics module functions Nathan Schneider 2021-12-25 18:14:38 -07:00
  • c017b80063 Added recording of main process events to persistent storage Nathan Schneider 2021-12-25 18:01:37 -07:00
  • 6d81bd7bd8 Started working on tokenomics module (but not yet activated) Nathan Schneider 2021-12-23 22:25:51 -07:00
  • 44c3e41b81 Created defer_consent module Nathan Schneider 2021-12-22 22:22:17 -07:00
  • fa50a59938 Added randomizer utility module Nathan Schneider 2021-12-22 16:28:28 -07:00
  • 9a2c72c6a1 Bugfixes after test with Skylar! Nathan Schneider 2021-12-21 18:12:59 -07:00
  • 956f9a2635 Update misc.lua to initialize the modpol.util table Nathan Schneider 2021-12-21 23:45:25 +00:00
  • 1e81b830c4 Fix on the mod.conf before submission to ContentDB Nathan Schneider 2021-12-21 15:38:57 -07:00
  • db57313165 Update README.md with some additional details about changing modules Nathan Schneider 2021-12-21 05:17:35 +00:00
  • cfef9b29b0 Bugfixes on CLI interactions Nathan Schneider 2021-12-20 21:28:54 -07:00
  • fe2d5fdb2a Added message_org module Nathan Schneider 2021-12-20 20:34:11 -07:00
  • 75f3a80d31 Changed name back to Modpol from Modular Politics Nathan Schneider 2021-12-20 20:14:43 -07:00
  • 645cc6f690 Changed Minetest module listing to remove slugs, retain only names Nathan Schneider 2021-12-20 20:06:17 -07:00
  • b9317490fb Added section on gameplay usage in README Nathan Schneider 2021-12-20 19:58:57 -07:00
  • 85e9916e27 Added pending actions list to main dashboard Nathan Schneider 2021-12-20 19:45:30 -07:00
  • 18d63485c2 Fixed interaction glitch on privs_to_org Nathan Schneider 2021-12-20 19:05:03 -07:00
  • 046fad7f57 Added refresh button to Minetest dashboards Nathan Schneider 2021-12-20 18:55:08 -07:00
  • 6aa09f9fdd Merge branch 'modules-as-actions' into 'master' Nathan Schneider 2021-12-20 06:27:42 +00:00
  • efd363daef Merge branch 'master' into 'modules-as-actions' Nathan Schneider 2021-12-20 06:27:01 +00:00
  • 2365eb83d0 Added change_modules mod and lots of bugfixes. Now merging to master. modules-as-actions Nathan Schneider 2021-12-19 23:23:23 -07:00
  • 1d6d0f21e2 Added more conceptual background to README Nathan Schneider 2021-12-19 17:20:30 -07:00
  • a59ad22370 Updated documentation Nathan Schneider 2021-12-19 16:42:34 -07:00
  • 53d2a25f42 Adding and fixing basic modules for renaming, removing, and adding orgs Nathan Schneider 2021-12-19 16:00:26 -07:00
  • d4599e9bbe Removing the testing buttons from formspecs now that modules do all that work Nathan Schneider 2021-12-18 21:01:33 -07:00
  • e994061f38 A bunch of module bugfixes Nathan Schneider 2021-12-18 20:41:49 -07:00