Previous version of the chat class required a login for participating in the chat. The new …
Show more
Added support for anonymous users in chat classPrevious version of the chat class required a login for participatingin the chat. The new version also supports a mixed mode, withauthenticated and non-authenticated users can participate. Forunauthenticated users, the disambiguation is performed over the peerIP address, similar to the xotcl-request-monitor. Instead of the rawIP address, an artificial username is displayed for such users (likee.g. userXXX).For unauthenticated users, some differences apply:- one cannot provide a link to the private page- unauthenticated users cannot access the user-portrait of authenticated users.The GUI changes are only made on chat-skins/chat-classic.js, not onthe other skins.
Show less