Thursday, 5 June 2008

Removed Auto-Enter for heavy email sites

Configured some heavy traffic utility sites so, that people do not enter automatically. There is an [Enter] button, if users really want to meet there.

Sites:
*.mail.yahoo.com
*.mail.live.com
*.hotmail.msn.com
Tag:
<delay sec="infinite" bypass="true">

weblin.com -> muc1.virtual-presence.org

Moved all *.weblin.com rooms to the chat server muc1.virtual-presence.org. TTL has been set to 5 minutes days before. Users entering the pages are directed to the new server. Users already entered stay in the old room until they navigate.

Tuesday, 29 January 2008

Hierarchical folder structure

Switched to the new hierarchical folder structure where a TLD has a folder and the domain is split by single letters. How many prefix letters will depend on the domain name density. We are starting with 2. Example:

root/
root.xml
de.xml
de/
_.xml
y/
_.xml
a/
yam.xml
_.xml


Also: a hierarchy for IP4 addresses:

_ip4/
_.xml
80/
_.xml
154/
_.xml
16/
_.xml
235/
_.xml


TLD files still contain the individual configs. They will be migrated to the folder structure on demand.

Saturday, 19 January 2008

Schema firebat-2.7.7

Migrate to firebat-2.7.7 schema. (<delegate> now separate from <location>)

Tuesday, 20 November 2007

.org -> muc1

Switch .org domains to Halvar chat server

Wednesday, 31 October 2007

.net

Switch .net to Halvar

Thursday, 4 October 2007

More TLDs

Added biz.xml, cc.xml, eu.xml, ag.xml, tv.xml

Wednesday, 19 September 2007

edu

Added edu mapping

Wednesday, 18 July 2007

de prefix

Removed prefix for de domains

Thursday, 5 July 2007

trnd.com

Added mapping for trnd.com

Tuesday, 3 July 2007

Usercount option

Added usercount display options

Friday, 29 June 2007

lms.virtual-presence.org

Prepare switch of root to lms.virtual-presence.org

Thursday, 7 June 2007

Schema firebat-2.6.17

Migrate to firebat-2.6.17 schema (suffix and lounges)

Tuesday, 29 May 2007

Sample predefined lounge

Using news site spiegel.de as test case for predefined lounges.

Friday, 18 May 2007

Topology tag

Introduced topology tag, like:

<topology level="domain"/>


<topology/> is informative only. It indicates at a user level how the mapping is configured for the location, be it one room per domain name, or one room per news article, etc.

Complete list of level-values:

  • "multidomain": a room covers multiple domains or web sites
  • "domain": a room for the top level internet domain
  • "host": a room per host name
  • "site": a room for the entire web site
  • "category": a room per category of the web site
  • "channel": a room per channel (e.g. a radio station's site)
  • "thread": a room per thread (e.g. in a forum)
  • "article": a room per article (e.g. a newspaper)
  • "query": rooms are assigned depending on the URL-query
  • "unique": each URL maps to a different room
  • "language": a room per visitor language
  • "selection": the room selection is on the web site
  • "none": no room defined

See http://www.virtual-presence.org/notes/VPTN-2.txt