No description
  • Dart 52.3%
  • PHP 20.6%
  • C++ 12.6%
  • CMake 10.1%
  • Swift 1.2%
  • Other 3.1%
Find a file
Zontreck daa7635482 Start implementing edit alter
Fix a few bugs with retrieving alters
KNOWN: Need to fix a synchronization error when already logged in, refresh token sometimes gets saved to preferences after the account page gets drawn, resulting in a not logged in error.
2026-04-25 10:19:23 -07:00
.idea Squash history, remove binaries 2026-03-21 14:11:53 -07:00
.vscode Attempt to fix the kotlin build script for android 2026-04-15 11:31:20 -07:00
android Adjust app icons 2026-04-17 12:08:57 -07:00
assets Finish implementing authentication network interfacing 2026-04-18 12:51:56 -07:00
bin Fix multiple bugs 2026-04-23 21:42:02 -07:00
docker/build-helper Attempt to fix ci builds 2026-04-15 19:31:10 -07:00
ios Adjust app icons 2026-04-17 12:08:57 -07:00
lib Start implementing edit alter 2026-04-25 10:19:23 -07:00
linux Squash history, remove binaries 2026-03-21 14:11:53 -07:00
macos Start to write the network protocols 2026-04-17 10:55:05 -07:00
server Start implementing edit alter 2026-04-25 10:19:23 -07:00
test Fix multiple bugs 2026-04-23 21:42:02 -07:00
tools Fix user creation endpoint, ensure that IDs are generated and inserted. 2026-04-11 08:50:28 -07:00
web Start replacing icons 2026-04-01 20:26:52 -07:00
windows Squash history, remove binaries 2026-03-21 14:11:53 -07:00
.gitignore Fix sql syntax in migration 2026-04-12 21:45:17 -07:00
.metadata Squash history, remove binaries 2026-03-21 14:11:53 -07:00
analysis_options.yaml Squash history, remove binaries 2026-03-21 14:11:53 -07:00
API Implementation.ods Update the api implementation sheet 2026-04-20 09:41:12 -07:00
build.sh Update build scripts 2026-03-22 13:48:47 -07:00
CHANGELOG.md Start implementing edit alter 2026-04-25 10:19:23 -07:00
devtools_options.yaml Squash history, remove binaries 2026-03-21 14:11:53 -07:00
Dockerfile Insert the final domain name into the code. 2026-04-13 23:18:01 -07:00
entrypoint.sh Work on implementation of the switchboard storage system 2026-03-22 16:47:32 -07:00
Jenkinsfile ci: Ensure jdk17 is available 2026-04-15 21:02:59 -07:00
LICENSE Squash history, remove binaries 2026-03-21 14:11:53 -07:00
localbuild.sh ci: switch to environment variable for building release 2026-04-15 20:41:55 -07:00
pubspec.yaml Start implementing edit alter 2026-04-25 10:19:23 -07:00
README.md Squash history, remove binaries 2026-03-21 14:11:53 -07:00
switchboard.iml Squash history, remove binaries 2026-03-21 14:11:53 -07:00

Switchboard

A proxy app and bot designed for plurals, DID, OSDD, or simply for roleplay!

Build

To build this code, you need a Dart toolchain installed. The easiest way to generate the outputs is to use the script inside the tools folder.

NOTE The tool script at path: tools/build.sh or tools\\build.bat will utilize Docker to build the output binaries.