aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2022-06-24Merge pull request #43 from jhalter/implement_can_use_any_nameJeff Halter
Implement "Can use any name" permission
2022-06-24Implement "Can use any name" permissionJeff Halter
2022-06-24minor: v0.7.0Jeff Halter
2022-06-24Merge pull request #42 from jhalter/implement_user_banJeff Halter
Implement user ban
2022-06-24Implement user banJeff Halter
2022-06-24Fix broken path in setUserJeff Halter
2022-06-24Backfill test for tranHandleListUsersJeff Halter
2022-06-24Implement io.Reader interface for accountJeff Halter
2022-06-24Implement bufio.Scanner for transaction parsingJeff Halter
2022-06-23Fix panic when commenting file without existing info forkJeff Halter
2022-06-23Handle invalid private chat ID caseJeff Halter
2022-06-23Improve logging readabilityJeff Halter
2022-06-23Merge pull request #41 from jhalter/implement_user_get_infoJeff Halter
Implement user get info
2022-06-23Implement GetClientInfoText with per-client file transfer infoJeff Halter
2022-06-22Remove unneeded codeJeff Halter
2022-06-22patch: v0.6.1Jeff Halter
2022-06-22Fix intermittently failing banner downloadJeff Halter
2022-06-21Add example banner.jpgJeff Halter
2022-06-21minor: v0.6.0Jeff Halter
2022-06-21Add support for server bannerJeff Halter
2022-06-21Refactor notifyOthersJeff Halter
2022-06-21Use client loggerJeff Halter
2022-06-21Improve user-friendliness of default configJeff Halter
2022-06-21Fix failing testsJeff Halter
2022-06-21Cleanup and logging improvementsJeff Halter
2022-06-21Replace path.Join with filepath.JoinJeff Halter
2022-06-21Fix more filepathsJeff Halter
2022-06-21Fix some Windows compatibility issuesJeff Halter
2022-06-20Convert hardcoded path separators to filepath.JoinJeff Halter
2022-06-20Add initial support for resource and info forksJeff Halter
2022-06-19Merge pull request #39 from benabernathy/mobius_38Jeff Halter
Mobius 38 - improve config dir flag.
2022-06-19Mobius 38 - improve config dir flag.Ben Abernathy
2022-06-15Merge pull request #36 from aptonline/patch-1Jeff Halter
Mobius Logos
2022-06-15Updated image URL'saptonline
2022-06-15Updated image URL'saptonline
2022-06-15Updated image URL'saptonline
2022-06-15Changed image URL'saptonline
uploaded url to correct path.
2022-06-15Mobius Logosaptonline
uploading Mobius logos.
2022-06-15Merge pull request #35 from aptonline/patch-1Jeff Halter
2022-06-15Updated README.md to include Mobius logo(s)aptonline
Added both light and dark versions of the Mobius logo at the beginning of the read me. These should change depending on the system theme (MacOS appearance Light/Dark for example) as per Github docs: https://docs.github.com/en/get-started/writing-on-github/getting-started-with-writing-and-formatting-on-github/basic-writing-and-formatting-syntax#specifying-the-theme-an-image-is-shown-to
2022-06-13Merge pull request #34 from jhalter/bump_go_version_to_1.18Jeff Halter
Bump Go version to 1.18
2022-06-13Bump Go version to 1.18Jeff Halter
2022-06-12Remove unneeded -init from Docker exampleJeff Halter
2022-06-12Add default client bookmark to Mobius serverJeff Halter
2022-06-12patch: v0.5.6Jeff Halter
2022-06-12Clean up READMEJeff Halter
2022-06-12Simplify DockerfileJeff Halter
2022-06-12Simplify the behavior of init with an existing configJeff Halter
Old behavior: if config dir found, exit with message New behavior: if config dir found, log a message and continue This simplifies the process for new users.
2022-06-10patch: v0.5.5Jeff Halter
2022-06-10Add cmdline arg to initialize a default configJeff Halter