Software /
code /
prosody
Log
description | author | age |
---|---|---|
server.lua: Add addsocket(), refactor all code to use it, fixes nasty socket object leak - moral of the story is to not duplicate code, and not prematurely optimise. But you knew that already didn't you? | Matthew Wild | Mon, 26 Oct 2009 23:29:04 +0000 |
mod_welcome: Change $user to $username in default welcome message (thanks to chris for spotting) | Waqas Hussain | Tue, 27 Oct 2009 01:15:05 +0500 |
Prosody top-level error handler modified to log properly on non-string error messages. | Waqas Hussain | Sun, 25 Oct 2009 21:26:36 +0500 |
mod_console: Added proper cleanup for disconnected console sessions. | Waqas Hussain | Sun, 25 Oct 2009 21:21:25 +0500 |
MUC: Fixed: affiliation='none' was omitted from some presence broadcasts. | Waqas Hussain | Sun, 25 Oct 2009 21:07:32 +0500 |
xmppserver_listener: Minor logging fix: Prefer the session logger when available to log invalid XML warnings. | Waqas Hussain | Sun, 25 Oct 2009 21:06:35 +0500 |