Prosody top-level error handler modified to log properly on non-string error messages.
|
Waqas Hussain |
2009-10-25 |
mod_console: Added proper cleanup for disconnected console sessions.
|
Waqas Hussain |
2009-10-25 |
MUC: Fixed: affiliation='none' was omitted from some presence broadcasts.
|
Waqas Hussain |
2009-10-25 |
xmppserver_listener: Minor logging fix: Prefer the session logger when available to log invalid XML warnings.
|
Waqas Hussain |
2009-10-25 |
MUC: Fixed an issue with multi-session nicks where the 'from' attribute in a presence broadcast was not being properly set.
|
Waqas Hussain |
2009-10-24 |
rostermanager: Fixed a global access.
|
Waqas Hussain |
2009-10-21 |
rostermanager: Refactored roster loading to remove duplicate code.
|
Waqas Hussain |
2009-10-21 |
rostermanager: Log a warning when a self-contact is detected.
|
Waqas Hussain |
2009-10-21 |
rostermanager: Ensure meta-data entry is present on roster load.
|
Waqas Hussain |
2009-10-21 |
rostermanager: Remove self-contacts from loaded rosters.
|
Waqas Hussain |
2009-10-21 |
PEP: Better reload support.
|
Waqas Hussain |
2009-10-21 |
PEP: Send publish IQ result before broadcast.
|
Waqas Hussain |
2009-10-21 |
PEP: Stricter checks on payload validity.
|
Waqas Hussain |
2009-10-21 |
PEP: Clone payloads to allow plugins to reuse stanzas.
|
Waqas Hussain |
2009-10-21 |
PEP: Fixed namespace for the <item> element in PEP broadcasts.
|
Waqas Hussain |
2009-10-21 |
util.require: Yes hg, I really did want to remove it, thanks.
|
Matthew Wild |
2009-10-21 |
prosody, util.require: Remove util.require, the shortest-lived module so far. Woke up this morning with a much simpler idea, which is also effective against C modules (I believe). Yay for metatables :)
|
Matthew Wild |
2009-10-21 |
mod_presence: Send unavailable presence when sending unsubscribed presence stanzas (some legacy clients continue to display unsubscribed contacts as available).
|
Waqas Hussain |
2009-10-21 |
xmlhandlers: Reset state on error or stream close, fixes possible traceback
|
Matthew Wild |
2009-10-21 |
connlisteners: Localize tostring, fixes possible traceback when LuaSec not installed
|
Matthew Wild |
2009-10-21 |
MUC: List occupants in a room's disco#items response.
|
Waqas Hussain |
2009-10-21 |
Merged with trunk.
|
Waqas Hussain |
2009-10-21 |
MUC: Added config option 'restrict_room_creation' to allow restricting room creation to admins.
|
Waqas Hussain |
2009-10-21 |
usermanager: Removed an unnecessary global access.
|
Waqas Hussain |
2009-10-21 |
usermanager: Logged a clear warning when the 'admins' option is not a table.
|
Waqas Hussain |
2009-10-21 |
usermanager: Changed function is_admin to allow checking for host-specific admins.
|
Waqas Hussain |
2009-10-21 |
mod_lastactivity: Gave a positive priority to the presence event hook.
|
Waqas Hussain |
2009-10-21 |
MUC: Added 'name' config option, for specifying the component's name in disco responses.
|
Waqas Hussain |
2009-10-20 |
net.dns: Don't expire records with TTL of 0 instantly
|
Matthew Wild |
2009-10-20 |
mod_lastactivity: Persist data across reloads.
|
Waqas Hussain |
2009-10-20 |