mirror of
https://github.com/ZoiteChat/zoitechat.git
synced 2026-03-10 16:00:18 +00:00
suppressed noisy defaults read failures for missing preference keys,
fixed unsafe/empty test expressions that caused test: argument expected,
corrected the gettext app domain from APP=name to APP=zoitechat.
Improved launcher behavior for architecture mismatches (Bad CPU type in executable) by detecting exit 126 and printing a clear hint plus file output for ZoiteChat-bin.
Updated osx/makebundle.sh so bundling is more Intel/Apple Silicon friendly:
dynamically resolves/writes prefix and prefix:enchant (Homebrew Intel vs Apple Silicon layouts),
still adapts enchant data path (share/enchant vs share/enchant-2),
prints bundled binary architecture after bundling so mismatches are immediately visible.
Extended macOS debugging docs with a dedicated “Bad CPU type in executable” section and explicit Intel (x86_64) build commands.
59 lines
3.1 KiB
Markdown
59 lines
3.1 KiB
Markdown
<div align="center">
|
|
<img src="data/icons/zoitechat.svg" height="230">
|
|
|
|
[](https://github.com/ZoiteChat/zoitechat/actions/workflows/debian-build.yml)
|
|
[](https://github.com/ZoiteChat/zoitechat/actions/workflows/flatpak-build.yml)
|
|
[](https://github.com/ZoiteChat/zoitechat/actions/workflows/appimage-build.yml)
|
|
[](https://github.com/ZoiteChat/zoitechat/actions/workflows/windows-build.yml)
|
|
[](https://github.com/ZoiteChat/zoitechat/actions/workflows/openbsd-build.yml)
|
|
|
|
[![Version][github-version-img]][github-version-uri] [![Downloads][github-downloads-img]][github-downloads-uri] [![Size][github-size-img]][github-size-img] [![Last Commit][github-commit-img]][github-commit-img] [![Contributors][contribs-all-img]](#contributors-)
|
|
|
|
[](https://docs.zoitechat.zoite.net)
|
|
|
|
</div>
|
|
|
|
<!-- Badge reference definitions -->
|
|
[github-version-img]: https://img.shields.io/github/v/release/ZoiteChat/zoitechat?display_name=tag&sort=semver
|
|
[github-version-uri]: https://github.com/ZoiteChat/zoitechat/releases/latest
|
|
|
|
[github-downloads-img]: https://img.shields.io/github/downloads/ZoiteChat/zoitechat/total
|
|
[github-downloads-uri]: https://github.com/ZoiteChat/zoitechat/releases
|
|
|
|
[github-size-img]: https://img.shields.io/github/repo-size/ZoiteChat/zoitechat
|
|
[github-size-uri]: https://github.com/ZoiteChat/zoitechat
|
|
|
|
[github-commit-img]: https://img.shields.io/github/last-commit/ZoiteChat/zoitechat
|
|
[github-commit-uri]: https://github.com/ZoiteChat/zoitechat/commits
|
|
|
|
[contribs-all-img]: https://img.shields.io/github/contributors/ZoiteChat/zoitechat
|
|
|
|
<br />
|
|
<br />
|
|
|
|
|
|
ZoiteChat is an HexChat based IRC client for Windows and UNIX-like operating systems.
|
|
See [IRCHelp.org](http://irchelp.org) for information about IRC in general.
|
|
For more information on ZoiteChat please read our [documentation](https://docs.zoitechat.zoite.net/):
|
|
- [Downloads](https://zoitechat.zoite.net/download)
|
|
|
|
---
|
|
|
|
<sub>
|
|
X-Chat ("xchat") Copyright (c) 1998-2010 By Peter Zelezny.
|
|
HexChat ("hexchat") Copyright (c) 2009-2014 By Berke Viktor.
|
|
ZoiteChat ("zoitechat") Copyright (c) 2026 By deepend.
|
|
</sub>
|
|
|
|
<sub>
|
|
This program is released under the GPL v2 with the additional exemption
|
|
that compiling, linking, and/or using OpenSSL is allowed. You may
|
|
provide binary packages linked to the OpenSSL libraries, provided that
|
|
all other requirements of the GPL are met.
|
|
See file COPYING for details.
|
|
</sub>
|
|
|
|
## macOS debugging
|
|
|
|
If you are troubleshooting local macOS build/run/debug issues (including Xcode setup), see `osx/DEBUGGING.md`.
|