All Projects → spoulson → Chatmore

spoulson / Chatmore

Licence: other
Simplified web-based IRC client for PHP/Unix

Programming Languages

javascript
184084 projects - #8 most used programming language
PHP
23972 projects - #3 most used programming language

Labels

Projects that are alternatives of or similar to Chatmore

twitch-chat-bot
No description or website provided.
Stars: ✭ 63 (+320%)
Mutual labels:  irc
Slack-IRC-Gateway
Bridge Slack rooms to IRC channels
Stars: ✭ 33 (+120%)
Mutual labels:  irc
twitch-irc-rs
Twitch IRC library for the Rust programming language
Stars: ✭ 58 (+286.67%)
Mutual labels:  irc
TwitchPy
This is a package you can use to connect with the Twitch API, manage a channel, create bots, etc
Stars: ✭ 22 (+46.67%)
Mutual labels:  irc
insobot
C99 modular IRC bot with markov chains
Stars: ✭ 71 (+373.33%)
Mutual labels:  irc
irc-socket
A simple IRC socket for use with Node IRC libraries.
Stars: ✭ 17 (+13.33%)
Mutual labels:  irc
mIRC-Twitch-Scripts
Various scripts and games to use with a mIRC bot designed for Twitch.tv
Stars: ✭ 30 (+100%)
Mutual labels:  irc
tmi
PHP Twitch Messaging Interface
Stars: ✭ 19 (+26.67%)
Mutual labels:  irc
eggdrop-docker
No description or website provided.
Stars: ✭ 20 (+33.33%)
Mutual labels:  irc
openbooks
Search and Download eBooks
Stars: ✭ 752 (+4913.33%)
Mutual labels:  irc
ircv3.github.io
IRCv3 website
Stars: ✭ 85 (+466.67%)
Mutual labels:  irc
ghi
GitHub IRC Notification Service
Stars: ✭ 26 (+73.33%)
Mutual labels:  irc
autobrr
Automation for downloads.
Stars: ✭ 288 (+1820%)
Mutual labels:  irc
fluent-plugin-irc
No description or website provided.
Stars: ✭ 16 (+6.67%)
Mutual labels:  irc
weercd
WeeChat IRC testing server.
Stars: ✭ 28 (+86.67%)
Mutual labels:  irc
jj
An evolution of the suckless ii(1) file-based IRC client
Stars: ✭ 80 (+433.33%)
Mutual labels:  irc
Cardinal
A Python IRC bot, designed to make adding functionality quick and simple.
Stars: ✭ 92 (+513.33%)
Mutual labels:  irc
docker-errbot
Dockerfile for Err - the pluggable chatbot
Stars: ✭ 53 (+253.33%)
Mutual labels:  irc
pesterchum-alt-servers
Instant messaging client copying the look and feel of clients from Andrew Hussie's webcomic Homestuck.
Stars: ✭ 37 (+146.67%)
Mutual labels:  irc
slackbridge
Bridge between IRC and Slack running on Kubernetes
Stars: ✭ 12 (-20%)
Mutual labels:  irc

Chatmore web-based IRC client

Release 2013-03-15
Github repo: https://github.com/spoulson/Chatmore
Shawn Poulson, http://explodingcoder.com

INTRODUCTION

What does Chatmore do?

  • Chatmore implements the IRC client protocol (RFC 2812) in order to chat in realtime on IRC chat networks.
  • Enables web-based IRC access where installation of a native client is prohibited or inconvenient.
  • User interface is focused on simplistic and functional for ease of use.

What doesn't Chatmore do?

  • Chatmore doesn't make IRC connections from the browser PC. It only talks over HTTP(S) to the hosting web server. The web server maintains the IRC connection.
  • There are no tabs or multiple chat windows. All activity is in one view.
  • Chatmore doesn't do everything because it's not finished. It is under heavy development, so is currently considered alpha grade software.

Why use Chatmore?

  • No end-user client installation. Minimal server requirements.
  • Chatmore aims to be a better web IRC client. At the time of writing, there are few alternatives for self-hosting web-based IRC clients.
  • You want to access IRC networks from anywhere there's a web browser, such as an Internet cafe, while using a computer that you don't own, etc.

Why did you build this with PHP?

  • Other languages could be easier, better, faster, and more gooder. However, half decent PHP web hosting is dirt cheap.

FEATURES

Screenshot

Tab Completion

  • Tab to reply to users who recently private messaged you.
  • As you type, nickname or channel autosuggestions may appear. Tab to select one. Auto reply tab completion Autosuggest tab completion

Show messages you missed

  • While the chat window does not have focus, incoming messages are highlighted. When you return to the window, it's clear where you left off.
  • Title bar shows message count.

Channel and nickname highlighting

  • Anywhere a channel or known nickname appears, it will be highlighted.
  • Nicknames are given a unique color.
  • Doubleclick a channel or nickname to /join or /query for chatting.

Supports independent chat sessions in separate browser tabs.

SYSTEM REQUIREMENTS

Server

  • PHP 5.2+.
  • Linux/Unix OS. Windows is not supported.
    • Tested on Debian Linux 3.1, Apache 2.2, PHP 5.2.17

Client

  • Browser supporting HTML5.
    • Tested browsers on Windows: Chrome 24, Firefox 5, IE9, Safari 5.1.
    • Tested browsers on Mac OS X: Chrome 24, Firefox 18.0.1, Safari 6.

INSTALLATION

# cd src
# make

  • Copy build/* files to a web hosted directory.
  • Customize settings in config.php, if necessary.
  • In a browser, access the directory's associated URL.

USER ACCESS

In a browser, access the hosted URL.

Assuming the installed virtual directory is /chatmore.

Chatmore accepts access URLs in formats:

http://server/chatmore/
View landing page, prompting for connection details.

http://server/chatmore/client.php?server=irc.example.com
http://server/chatmore/client.php?server=irc.example.com&nick=yournick
http://server/chatmore/client.php?server=irc.example.com&nick=yournick#channel
http://server/chatmore/client.php?server=irc.example.com&nick=yournick#channel,#channel2
http://server/chatmore/client.php?server=irc.example.com&port=6667&nick=yournick&realname=yourname#channel

If nick is omitted, use randomly generated nick.
If #channel is provided, join the channel(s) automatically.

These querystring parameters will also work on the index.php landing page to show the values as defaults in the connection form fields.

KNOWN ISSUES

  • UI not compatible with Mobile Safari on iOS.

LICENSING

Unless otherwise attributed, these works are licensed under the Creative Commons Attribution license:
http://creativecommons.org/licenses/by/3.0/legalcode.

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].