From 5f47fa9c7affd11364d4deb51139519fb69ff2dc Mon Sep 17 00:00:00 2001 From: pav Date: Sat, 8 Oct 2005 18:24:39 +0000 Subject: IRCG is a fast, scalable web chat framework that connects a php frontend with an irc backend. Sascha Schumann created IRCG a few years ago. Unfortunately, he decided to change the license to a commercial one starting with Version 3 and removed all traces of the BSD-Licensed IRCG 2. I kept on using the IRCG 2 sources and never had a problem with this setup. IRCG connects an irc server of your choice with a thttpd webserver. Using PHP, the frontend can be scripted. It?s mainly a framework for web-based chats, but could be used to pass any type of xml messages between multiple clients. Memory and CPU usage per client is quite low, so even an entry-level server can support hundreds of clients. PR: ports/86425 Submitted by: Alexander Novitsky --- irc/Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'irc/Makefile') diff --git a/irc/Makefile b/irc/Makefile index 5c31b7988231..75d1d19f8637 100644 --- a/irc/Makefile +++ b/irc/Makefile @@ -42,6 +42,7 @@ SUBDIR += ircd-hybrid-ru SUBDIR += ircd-ru SUBDIR += ircd-rusnet + SUBDIR += ircg SUBDIR += irchat-pj-emacs20 SUBDIR += irchat-pj-emacs21 SUBDIR += irchat-pj-xemacs21-mule -- cgit