Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/colloquy/colloquy
Colloquy is an advanced IRC, SILC & ICB client for macOS and iOS! Latest Mac builds: https://github.com/colloquy/colloquy/releases
https://github.com/colloquy/colloquy
ios irc ircv3 macos xmpp
Last synced: 4 days ago
JSON representation
Colloquy is an advanced IRC, SILC & ICB client for macOS and iOS! Latest Mac builds: https://github.com/colloquy/colloquy/releases
- Host: GitHub
- URL: https://github.com/colloquy/colloquy
- Owner: colloquy
- Created: 2014-04-16T19:28:53.000Z (almost 11 years ago)
- Default Branch: main
- Last Pushed: 2021-07-05T08:26:45.000Z (over 3 years ago)
- Last Synced: 2025-01-08T04:27:07.731Z (11 days ago)
- Topics: ios, irc, ircv3, macos, xmpp
- Language: Objective-C
- Homepage: http://colloquy.app
- Size: 167 MB
- Stars: 235
- Watchers: 11
- Forks: 41
- Open Issues: 537
-
Metadata Files:
- Readme: README.md
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
- fucking-open-source-ios-apps - Colloquy
README
# Colloquy
## Dependencies
This repository uses git submodules for some of its dependencies, so you will have to check those out as well. You can do this for example by specifying `--recurse-submodules` when using `git clone`, or by running `git submodule update --init --recursive` after cloning. The latter command is also useful after switching branches.
To update these dependencies to newer versions, please refer to the instructions in the [Cartfile](Cartfile) and don't update the submodules manually.
Additionally, the `Colloquy.xcworkspace` expects the bouncer repository at `../bouncer`. This dependency is not managed, so you have to place it at that location manually. If you do not have access to the bouncer repository, simply ignore the missing reference. The expected behavior is, that Colloquy for Mac builds without errors also in that case.
## Build & Run
To build and run an app, open up `Colloquy.xcworkspace` and select the appropriate scheme from the dropdown menu. For macOS builds `Colloquy (Aggregate)` is the correct target, and iOS builds should use `Colloquy (iOS)`.