Commit graph

142 commits

Author SHA1 Message Date
jhite1234 a5e65d7c9c
Merge 9f2b60b9f2 into 69d74e33dd 2025-02-17 08:21:21 -05:00
TC² 69d74e33dd
Merge pull request #116 from mdarty/main
Added missing Parenthisis
2025-02-17 08:21:17 -05:00
Matthew Daugherty 16660e1f49
Added missing Parenthisis 2025-02-16 17:16:04 -06:00
TC² 9b7c4e9aee Update command_handlers.py
Fix double posting of urgent bulletins when using Quick Command
2025-02-14 08:17:14 -05:00
TC² 7ebcd2fa23 Update command_handlers.py
Fix BBS Menu
2025-02-14 07:15:10 -05:00
Jonathan Hite 9f2b60b9f2 Added a repair tool for incorrectly formatted line mapping. 2025-02-08 23:22:24 -05:00
Jonathan Hite 775ab0c688 deleted file 2025-02-07 23:44:31 -05:00
Jonathan Hite 496638eb06 validated the AI generated game 2025-02-07 23:42:58 -05:00
Jonathan Hite dc5efa2b47 fixed an issue with exiting midgame 2025-02-07 23:08:04 -05:00
Jonathan Hite 463c333e48 Merge branch 'main' of https://github.com/jhite1234/TC2-BBS-mesh 2025-02-07 21:03:42 -05:00
Jonathan Hite 2525d76100 Revert Dockerfile changes 2025-02-07 21:02:39 -05:00
jhite1234 bcec01de88
Delete text.py
test file removed
2025-02-07 19:57:36 -05:00
Jonathan Hite 6a8811dca9 forced encoding so server.py would start on pi zero 2 w image 2025-02-07 19:31:59 -05:00
Jonathan Hite 97f9cbf9ca fixed example_config.ini Game menu integration 2025-02-07 19:22:54 -05:00
Jonathan Hite 5f1fe93c26 Added a GPT generated game. 2025-02-07 17:01:00 -05:00
Jonathan Hite dfeea2d36f Fixed an issue with Game Over states not being correctly detected/handled. 2025-02-07 13:25:27 -05:00
Jonathan Hite 34704013bd Adjusted the way game_title was displayed for games without a title line. Added clarification to the gamefile_syntax.md. 2025-02-07 10:19:10 -05:00
Jonathan Hite 91d31fc6f8 Fix Readmes 2025-02-07 00:19:03 -05:00
Jonathan Hite 416dec0822 Attempt at Docker update 2025-02-06 23:31:39 -05:00
Jonathan Hite 65c325a068 Updated Docker image 2025-02-06 23:09:24 -05:00
Jonathan Hite 73fd2d67f4 Added game system. [G]ames are available in the Utilities menu. The readme was updated. A gamefile syntax readme was added. 2025-02-06 22:33:14 -05:00
TC² 27279577dd
Merge pull request #107 from jabez007/docker_image_reduction
Reduce Docker image size
2025-01-03 10:30:21 -05:00
Jimmy 2a8f13d7cc
Update docker-compose.yaml to use new volume location 2025-01-02 19:41:19 -06:00
Jimmy d313953f8b
Update Dockerfile to reduce image size 2025-01-02 19:39:26 -06:00
TC² 6d7e1f4ad2
Merge pull request #97 from jkeychan/fix-handle-node-stats-type-error
Fix TypeError in handle_stats_steps
2025-01-02 20:16:57 -05:00
TC² cd2c4c9cb5
Merge pull request #100 from jakern/patch-1
Rename example_config.ini for docker build
2025-01-02 20:14:58 -05:00
TC² c0003ec536
Merge pull request #106 from jabez007/merge_config_hostname
merge args.host into system_config['hostname']
2025-01-02 20:09:30 -05:00
Jimmy 7d9de709c3
merge args.host into system_config['hostname'] 2025-01-02 18:46:16 -06:00
Jacob Kern ab228e97f0
Rename example_config.ini for docker build
resolves #80
2024-11-30 18:32:48 -05:00
Jeff Bollinger 03d8aebbe1
Fix TypeError in handle_stats_steps
Fix TypeError in handle_stats_steps for NoneType comparison in node stats command
2024-11-22 15:02:47 -05:00
TC² 141eb05156
Merge pull request #89 from noon92/patch-1
Add new mail notification to main menu and request ack
2024-09-27 10:07:30 -04:00
nagumii 8a00e435cc retry fix 2024-09-27 16:32:58 +03:00
nagumii 251825a123 fix line break error 2024-09-26 19:02:17 +03:00
TC² d8eea1640f
Merge pull request #83 from kizeren/main
Bug #75 message.lower() breaks adding channels.  Add a fix for all lo…
2024-09-26 10:47:02 -04:00
TC² 01e5282f1f
Merge pull request #62 from tekstrand/js8call-refactor-inserts
refactor and unify inserts to one method
2024-09-26 10:30:38 -04:00
nagumii 592f8bd073 fixed bug where cb,,board_name would always return no messages 2024-09-25 00:15:38 +03:00
nagumii 880f93d3ad messages are now wantAck=True to improve reliability 2024-09-24 15:12:32 +03:00
nagumii c6784290b5 make send message and receive message use same lingo 2024-09-24 13:57:22 +03:00
nagumii f7b1d49515 Add outgoing message contents and destination to logging 2024-09-24 13:45:33 +03:00
noon92 5e06ab1e3f
Update command_handlers.py 2024-09-22 23:19:47 +03:00
noon92 5adb682ff7
Update command_handlers.py 2024-09-22 23:03:58 +03:00
Shaun Mcbride 6a9c90a0f4 Bug #75 message.lower() breaks adding channels. Add a fix for all lower case board names not showing up. 2024-08-23 15:50:25 -05:00
TC² b778b8b6cd
Update README.md 2024-08-07 16:47:04 -04:00
TC² 82317776cd
Update README.md 2024-08-05 21:44:32 -04:00
TC² 23c3582a76
Merge pull request #73 from pitbullcoder/main
Example config comments update - Minor typo could be confusing to users
2024-08-01 15:48:27 -04:00
joe ketcham bba868325d Example config comments updates - minor typo could be confusing to users 2024-07-31 20:56:37 -04:00
TC² 973d83b880
Update example_config.ini 2024-07-29 06:18:17 -04:00
TC² 2dda18008d
Merge pull request #71 from pitbullcoder/main
[BUGFIX] Missing else statement to reset user state and respond with menu if user sends h or help multiple times or sends h or help from any sub menu
2024-07-28 12:54:55 -04:00
joe ketcham cc7e3b1a97 [BUGFIX] Missing else statement to reset user state and respond with menu if user sends h or help multiple times or from any sub menu 2024-07-28 12:17:52 -04:00
pitbullcoder 774478fe25
Merge pull request #2 from TheCommsChannel/main
sync up
2024-07-24 20:01:29 -04:00