Skip to content

Commit a72a6a4

Browse files
authored
Merge pull request #3 from AndroidIRCx/develop
Advance IRC parsing and sprint 4 parity features
2 parents 80b3608 + e59e407 commit a72a6a4

23 files changed

+2800
-40
lines changed

README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ existing React Native application.
66
[![Build](https://github.com/AndroidIRCx/AndroidIRCx-Flutter/actions/workflows/ci.yml/badge.svg?branch=main)](https://github.com/AndroidIRCx/AndroidIRCx-Flutter/actions/workflows/ci.yml)
77
[![GitHub Release](https://img.shields.io/github/v/release/AndroidIRCx/AndroidIRCx-Flutter)](https://github.com/AndroidIRCx/AndroidIRCx-Flutter/releases)
88
[![Downloads](https://img.shields.io/github/downloads/AndroidIRCx/AndroidIRCx-Flutter/total)](https://github.com/AndroidIRCx/AndroidIRCx-Flutter/releases)
9-
[![GitHub License](https://img.shields.io/github/license/AndroidIRCx/AndroidIRCx-Flutter)](https://github.com/AndroidIRCx/AndroidIRCx-Flutter/blob/main/LICENSE)
9+
[![GitHub License](https://img.shields.io/github/license/AndroidIRCx/AndroidIRCx-Flutter)](https://github.com/AndroidIRCx/AndroidIRCx-Flutter/blob/main/LICENSE.md)
1010

1111
[![OpenSSF Best Practices](https://www.bestpractices.dev/projects/11929/badge)](https://www.bestpractices.dev/projects/11929)
1212
[![CodeQL](https://img.shields.io/github/actions/workflow/status/AndroidIRCx/AndroidIRCx-Flutter/codeql.yml?label=CodeQL&branch=main)](https://github.com/AndroidIRCx/AndroidIRCx-Flutter/security/code-scanning)
@@ -17,7 +17,6 @@ existing React Native application.
1717
[![GitHub Issues](https://img.shields.io/github/issues/AndroidIRCx/AndroidIRCx-Flutter)](https://github.com/AndroidIRCx/AndroidIRCx-Flutter/issues)
1818
[![Last Commit](https://img.shields.io/github/last-commit/AndroidIRCx/AndroidIRCx-Flutter/main)](https://github.com/AndroidIRCx/AndroidIRCx-Flutter/commits/main)
1919

20-
[![Google Play](https://img.shields.io/badge/Google%20Play-Download-green)](https://play.google.com/store/apps/details?id=com.androidircx)
2120

2221
## Current Status
2322

lib/core/models/network_config.dart

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
enum SaslMechanism {
22
plain,
33
scramSha256,
4+
external,
45
}
56

67
class NetworkConfig {

0 commit comments

Comments
 (0)