This fork is based on version Satoshi Nakagawa (@Psychs), original source code can be found here http://github.com/psychs/limechat.
What's LimeChat ?
LimeChat is an IRC client for macOS 10.8 — 10.12.
Features
- Support macOS 10.8 — 10.12
- One window for multiple servers.
- Rich keyboard shortcuts for your comfortable operations.
- Fast and stable.
Install
Download and extract the following package, then copy LimeChat.app
to your /Applications/
folder.
Source code
https://github.com/denji/limechat
Shortcut keys
Tab |
Complete nickname. |
Ctrl+Tab , Opt+Space
|
Move to the next unread channel. |
Ctrl+Shift+Tab , Opt+Shift+Space
|
Move to the previous unread channel. |
Opt+Tab |
Move back to the previously selected channel. |
Cmd+[Up/Down] , Cmd+Opt+[Up/Down] , Cmd+{/}
|
Move to the previous/next active channel. |
Ctrl+[Up/Down] |
Move to the previous/next channel. |
Cmd+Opt+Left/Right |
Move to the previous/next active server. |
Ctrl+Left/Right |
Move to the previous/next server. |
Cmd+0..9 |
Move to the 1st .. 10th channel in the current server. |
Cmd+Ctrl+1..0 |
Move to the 1st .. 10th server. |
Ctrl+Enter |
Send a notice message. |
Change log
-
2.43b2 (2016.09.24)
- Set ignore message text regex to properly use message text instead of nick text
- Implemented system sounds lookup, fixes psychs/limechat#156, supersedes psychs/limechat#180
- Fix "Could not get URL from GIST" error (issue psychs/limechat#141)
Github has adjusted their API considerably since the last time this was fixed.
A summary of the needed changes is:
- The gists endpoint has moved to api.github.com/gitsts
- The endpoint now accepts JSON data
- The resulting URL is embedded in JSON we need to parse
- Remove extraneous NSLog()
- Issue psychs/limechat#284: Restoring messages
- Adding settings
Now the number of messages, that should be saved can be changed in the preferences under the tab ‚log‘ with a nice stepper. (min: 0, max: 30)
- Proposal for Issue psychs/limechat#284
- Select channel with "/join #channel"
- Add show effects preference #1
-
2.43b1 (2016.09.24)
- Based Xcode 8 (10.12 SDK)
- Support macOS 10.8 — 10.12.
- Sparkle 1.15.0b2
- "Mark As Read" also resets keyword highlights (thanks @caius)
- support smb:// (thanks @koyachi)
- Add "Highlight keywords in notice messages" preference
- Correct build error in Xcode 6.1 (thanks @thomdixon)
- Added ability to hide inline images that contain text specifying NSFW.
- Fixed a bug that FileLogger may builds wrong year-part of filename during year-end and new year season.
- Increase INLINE_IMAGE_MAX_SIZE to 5 MB
- Adds close button for image
- Add an option to disable mode-change messages
- 2.42 (2014.06.22)
- Use nickname in settings when disconnected from menu.
- Improve passwords serialization.
- 2.41 (2014.05.05)
- Fix bug when saving NickServ password.
- 2.40 (2014.05.04)
- Use SSL option regardless of SOCKS proxy options.
- 2.39 (2013.10.25)
- 2.38 (2013.09.12)
- 2.37 (2013.09.05)
- Update work around for the crashing bug in WebKit.
- 2.36 (2013.09.02)
- Work around for a crashing bug in WebKit for Mountain Lion and Lion
- Support ISO8601 server times in ZNC.
- Add cmd+{ and cmd+} to switch active channels.
- Add cmd+opt+up/cmd+opt+down to go to previous/next channel.
- Use local time zone for CTCP time.
- Add instagram.com support to inline images.
- Don't expand image URLs that don't really point to images.
- Make channel name visible when app is inactive and active text/background are the same color.
- 2.35 (2013.04.15)
- 2.34 (2013.03.31)