Commit Graph

103 Commits

Author SHA1 Message Date
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
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
TC²
e9709fd781 Add ability to add "x" to commands
This is to allow web client users to use the BBS since the web client doesn't allow you to send single characters
2024-07-23 16:07:13 -04:00
TC²
ddc3fbf1f1 Add reply option to CM command 2024-07-23 12:31:49 -04:00
TC²
e8a35a9e66
Merge pull request #59 from pitbullcoder/main
Bug Fix: Issue: Observed Main Menu Behavior #56
2024-07-23 12:14:17 -04:00
TC²
fc86fe923e Add ability to remove menu items
Added the ability to remove items from menus for those who may not be using features like JS8call, etc..
2024-07-23 12:05:40 -04:00
TC²
33020e8ec5
Merge pull request #69 from fti7/debug-info
add reply debug logging
2024-07-22 15:37:00 -04:00
fti7
3839b050b9 add reply debug logging 2024-07-22 20:53:04 +02:00
TC²
de1f9079c0
Update README.md 2024-07-21 07:59:48 -04:00
TC²
953fb8d5b4
Update README.md 2024-07-21 07:59:25 -04:00
tekstrand
71f066f3c9 refactor and unify inserts to one method 2024-07-17 21:41:24 -05:00
joe ketcham
06163e950a Issue: Observed Main Menu Behavior #56 2024-07-15 10:28:40 -04:00
pitbullcoder
68640f8c0e
Merge pull request #1 from TheCommsChannel/main
Syncing with TC2
2024-07-15 10:00:36 -04:00
TC²
87add16151 Merge branch 'main' of https://github.com/TheCommsChannel/TC2-BBS-mesh 2024-07-15 04:51:12 -04:00
TC²
eaf2fbb8f8 Clean up log output 2024-07-15 04:51:07 -04:00
TC²
63b2aedf51
Update example_config.ini 2024-07-14 18:54:03 -04:00
TC²
3450e98dc5 Merge branch 'main' of https://github.com/TheCommsChannel/TC2-BBS-mesh 2024-07-14 18:52:18 -04:00
TC²
6363c8dd91 Add JS8Call capability 2024-07-14 18:52:06 -04:00
TC²
f7e40985f7
Update README.md 2024-07-11 13:35:10 -04:00
TC²
048772af0f Update db_admin.py
Wording change
2024-07-11 10:52:17 -04:00
TC²
1891ea2776 Update command_handlers.py
Change wording to add URL or PSK for channel dir
2024-07-11 09:52:35 -04:00
TC²
c7fbc4eb5f Fix CM,, issue
Fix issue where CM,, does not display the command format help message
2024-07-11 08:07:20 -04:00
TC²
8946a81760
Rename example_fortunes.txt to fortunes.txt 2024-07-10 23:26:41 -04:00
TC²
89e8b041eb Update db_admin.py 2024-07-10 15:47:43 -04:00
TC²
5a2db4b5f5 Added database admin script
This adds a simple database admin script
2024-07-10 15:39:49 -04:00
TC²
15d836db27 Added Reply option and some fixed
Added reply option and some fixes for the Urgent board permissions
2024-07-09 17:46:34 -04:00
TC²
35c341e6e6
Update example_config.ini 2024-07-09 14:07:57 -04:00
TC²
d1a2512d82 Merge branch 'main' of https://github.com/TheCommsChannel/TC2-BBS-mesh 2024-07-09 14:05:45 -04:00
TC²
ed90448164 Urgent board permissions
This adds a feature for Urgent board permissions where you can limit who can post to the urgent board via a list in config.ini
2024-07-09 14:05:33 -04:00
TC²
be5a9d8c51
Update .gitignore 2024-07-09 13:15:52 -04:00
TC²
7f65122477
Create example_config.ini 2024-07-09 13:14:30 -04:00
TC²
ab154b2934 Menu Structure Changes
Menu structure changes to improve performance
2024-07-09 11:57:38 -04:00
TC²
5229cc5481
Merge pull request #44 from vloschiavo/main
Created examples directory and renamed fortunes.txt
2024-07-06 07:35:07 -04:00
Vince Loschiavo
c0923576fc moved example files to their own directory; renamed fortunes.txt to example_fortunes.txt so as not to overwrite a user's custom fortunes.txt file. 2024-07-05 15:46:07 -07:00
Vince Loschiavo
e5ed8bc2ab Created Examples directory and added the Ferengi Rules of Acquisition 2024-07-05 15:32:36 -07:00
TC²
aa6f70831f Large number of changes
- Changed menu structure to support Web Client
- Added Quick Commands
- Added Sync process for Channel Dir
2024-07-04 23:46:22 -04:00
TC²
783c434f3f
Delete config.ini 2024-07-04 13:18:54 -04:00
TC²
56448a417a Update .gitignore 2024-07-04 11:43:53 -04:00
TC²
8bf833daa9 Make short_name case insensitive
Make short_name case insensitive and added config.ini to gitignore, added example_config.ini, and updated README
2024-07-04 11:42:29 -04:00
TC²
ab9449ad0b A number of fixes
- Added PyCharm .idea folder to gitignore
- Made main menu banner alfa-numeric only to fix issue with iOS devices not being able to see the menu
- Fixed delete-sync issue
2024-07-04 10:30:34 -04:00
TC²
a3e0b91995
Update README.md 2024-07-04 06:41:30 -04:00