All Projects → xchataqua → Xchataqua

xchataqua / Xchataqua

Licence: gpl-2.0
An IRC client, OS X native front-end for XChat ( http://itunes.apple.com/app/id447521961 )

Programming Languages

perl
6916 projects

Projects that are alternatives of or similar to Xchataqua

Kiwiirc
🥝 Next generation of the Kiwi IRC web client
Stars: ✭ 488 (+210.83%)
Mutual labels:  irc, irc-client
Rirc
A terminal IRC client in C
Stars: ✭ 115 (-26.75%)
Mutual labels:  irc, irc-client
Quassel
Quassel IRC: Chat comfortably. Everywhere.
Stars: ✭ 589 (+275.16%)
Mutual labels:  irc, irc-client
Irc Slack
IRC-to-Slack gateway
Stars: ✭ 123 (-21.66%)
Mutual labels:  irc, irc-client
Irslackd
Self-hosted IRC gateway to Slack
Stars: ✭ 128 (-18.47%)
Mutual labels:  irc, irc-client
Kirc
A tiny IRC client written in POSIX C99.
Stars: ✭ 416 (+164.97%)
Mutual labels:  irc, irc-client
Convos
Convos 👥 is the simplest way to use IRC in your browser
Stars: ✭ 789 (+402.55%)
Mutual labels:  irc, irc-client
IceChat
IceChat IRC Client
Stars: ✭ 68 (-56.69%)
Mutual labels:  irc, irc-client
Localslackirc
IRC gateway for slack, running on localhost for one user
Stars: ✭ 84 (-46.5%)
Mutual labels:  irc, irc-client
Girc
💣 girc is a flexible IRC library for Go 👌
Stars: ✭ 59 (-62.42%)
Mutual labels:  irc, irc-client
Revolution Irc
A modern Android IRC client. #revolutionirc on Freenode.
Stars: ✭ 325 (+107.01%)
Mutual labels:  irc, irc-client
Kittehircclientlib
An IRC client library in Java
Stars: ✭ 116 (-26.11%)
Mutual labels:  irc, irc-client
Birch
An IRC client written in bash
Stars: ✭ 256 (+63.06%)
Mutual labels:  irc, irc-client
Thelounge
💬 ‎ Modern, responsive, cross-platform, self-hosted web IRC client
Stars: ✭ 4,618 (+2841.4%)
Mutual labels:  irc, irc-client
girc
💬 A simple chat client in Python/Twisted
Stars: ✭ 16 (-89.81%)
Mutual labels:  irc, irc-client
Dispatch
Web-based IRC client in Go.
Stars: ✭ 595 (+278.98%)
Mutual labels:  irc, irc-client
irc.dart
Dart IRC Library
Stars: ✭ 45 (-71.34%)
Mutual labels:  irc, irc-client
yesbot
IRC Bot Written in Prolog
Stars: ✭ 19 (-87.9%)
Mutual labels:  irc, irc-client
Alectro
A terminal IRC client in Rust.
Stars: ✭ 47 (-70.06%)
Mutual labels:  irc, irc-client
Irc
A simple go irc library meant to be a building block for other projects
Stars: ✭ 90 (-42.68%)
Mutual labels:  irc, irc-client

Build Status

X-Chat Aqua

X-Chat Aqua is a XChat front-end for Mac OS X. Visit us http://xchataqua.github.io/ (Moved from http://sourceforge.net/projects/xchataqua/)

XChat Azure

XChat Azure is a new brand of X-Chat Aqua, especially for Apple Appstore. See below for details.

Downloads

I lost all configurations after update to 1.11 or later

  • Your configuration has gone?
  • Your configuration is not saved when you quit the application?

Auto-recovery script

  1. WARNING: DO NOT RUN THIS SCRIPT WHILE RUNNING XCHAT AZURE
  2. Download the Script
  3. Run the script: It will show the result. No bad message means Good result.

For profesional

After Azure 1.11, it is using App sandboxing by Mac Appstore policy.

In most of case, this is occured because your Azure configuration directory is symlink to other one.

To recover this, find the original configuration and replace symlink to original one.

  1. Quit Azure
  2. Remove all the configurations from sandbox container
  • rm -rf ~/Library/Containers/org.3rddev.xchatazure
  1. Find your original configuration. Candidates are:
  2. ~/.xchat2 (If you moved from ancient Aqua or GTK)
  3. ~/Library/Application Support/X-Chat Aqua (If you moved from Aqua)
  4. ~/Library/Application Support/XChat Azure (If something goes wrong with Azure)

Where is my config files? Where is my log files?

Visit "/Library/Containers/org.3rddev.xchatazure/Data/Library/Application Support/XChat Azure/". "" means your home directory. (For example, /Users/myname)

Move GTK xchat2 or XChat Aqua to Azure

NOTE: DO NOT TRY THIS IF YOU DON'T UNDERSTAND WHAT YOU ARE DOING

If you are now using XChat GTK or X-Chat Aqua, and now you want to move to XChat Azure, you should do some work.

Unlike XChat GTK and X-Chat Aqua, XChat Azure do not share the traditional configuration direcotry ~/.xchat2 because of Mac App Store guideline.

So if you want to keep your configuration, you should move it, copy it, or make hard link.

  1. Quit Azure
  2. Open Terminal.app to do this job. You can find it on Spotlight.
  3. Did you run XChat Azure already? Remove its configuration to do other job
  • rm -rf ~/Library/Containers/org.3rddev.xchatazure
  1. Move, if you will not use XChat GTK or X-Chat Aqua again
  • For GTK: mv ~/.xchat2 ~/Library/Application\ Support/XChat\ Azure
  • For Aqua: mv ~/Library/Application\ Support/X-Chat\ Aqua ~/Library/Application\ Support/XChat\ Azure
  1. Copy, if you will use different configuration on Aqua and Azure, or you want to test Azure and get back to original X-Chat Aqua.
  • For GTK: cp -R ~/.xchat2 ~/Library/Application\ Support/XChat\ Azure
  • For Aqua: cp -R ~/Library/Application\ Support/X-Chat\ Aqua ~/Library/Application\ Support/XChat\ Azure

Why has X-Chat Aqua been renamed?

Mac App Store is very useful place to distribute applications for non-geek users. Most of Debian/Ubuntu users do not want to search applications on broad Internet world, if you can access alternative (or even the same) applications on Aptitude. So Mac OS X users got the Mac App Store.

But I should keep Mac App Store guidelines to submit X-Chat Aqua. There were some issues.

Main Reason: Any application on Mac App Store may not use names that include 'Mac', 'OS X', 'Aqua' or any other of Apples trademarks.

There was no way. So I dropped the name. Also, there was several other issues because I didn't want to change X-Chat Aqua developement policy.

  • We should remove whole ppc/ppc64 support
  • We should support only OS X 10.6 or later
  • We should remove update module (Sparkle, in this case)
  • We should not work on ~/.xchat2 the traditional configutaion directory.

It should be annoying job to keep these on X-Chat Aqua.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].