Add support for server certificate pinning
irc: support oper command
Upgrade dependencies
An IRC client for mobile devices.
Goals:
If you want to try out goguma on Android, you can use our F-Droid repository which provides nightly builds. Goguma is also available on the official F-Droid repository. Community-supported Goguma versions are available on the Google Play Store and the Apple App Store.
For more information about using Goguma, see our documentation.
Develop with:
flutter run -d linux
Build with:
flutter build linux
The built binary is in build/linux/release/bundle/goguma
.
Build with:
flutter build apk
The built APK is in build/app/outputs/flutter-apk/app-release.apk
.
Build with:
flutter build ios # Build .app
flutter build ipa # Build .ipa
flutter build ipa --release # Build .ipa for App Store/Testflight
The built ipa file is in build/ios/ipa
, ready for upload with Transporter.
Please note that the bundle identifier is currently hardcoded to the one currently being used for App Store distribution. You may want to change it if you want to distribute Goguma yourself on the App Store, or a third-party platform.
Send patches on Codeberg or to the mailing list, report bugs on the issue tracker. Discuss in #emersion on Libera Chat.
AGPLv3 (see LICENSE) with an application store exception. As an additional permission under section 7, you are allowed to distribute the software through an application store, even if that store has restrictive terms and conditions that are incompatible with the AGPL, provided that the source is also available under the AGPL with or without this permission through a channel without those restrictive terms and conditions.
Copyright (C) 2021 The goguma Contributors