mikecee / QCIRCReceiver

Simple QuartzCompose IRC client

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

#QCIRCReceiver QCReceiver is a simple QuartzComposer PlugIn that connects to an IRC server, joins a channel and outputs new messages.

##Installation Build & Run the project in Xcode. This will cause the PlugIn to be automatically installed in the right directories for use in QuartzComposer.

##Usage Drag and Drop the IRC Receiver patch from the patch library inside QuartzCompser into your document. Setup your server, port, nickname and channel (optionally if the server requires a password you can set that too). New messages for that channel will be added to the Messages output which contains the last 100 received messages (each message is a dictionary with the senders nickname, the message contents, a UNIX timestamp when the message was received and the channel it was received in)

##Known issues

  • The code could need some more clean up
  • Error handling. None is done yet.

##License

Copyright (c) 2016 Peter Kraml, macpietsapps.net
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

QCIRCReceiver uses CocoaAsyncSocket (which was renamed to IRCAsyncSocket in this project due to namespacing issues) which is public domain.

About

Simple QuartzCompose IRC client


Languages

Language:Objective-C 99.9%Language:Shell 0.1%