net.server_event: API parity with net.server_socket
|
Paul Aurich |
2010-11-22 |
mod_pep: Updated disco#info result handler to use new event name format.
|
Waqas Hussain |
2010-11-27 |
mod_iq: IQ error and result sub-events are now "iq-{error,result}/{host,self,bare}/id" (previously "iq/{host,self,bare}/id").
|
Waqas Hussain |
2010-11-27 |
Rename storage/mod_ejabberd to mod_storage_sql_ejabberd. Also rename configuration option. Untested.
|
Matthew Wild |
2010-11-27 |
storage/mod_storage: Remove, obsolete
|
Matthew Wild |
2010-11-27 |
storagemanager: Much refactoring and renaming of options. Untested, needs storage plugin(s) to be brought into line.
|
Matthew Wild |
2010-11-27 |
util.datetime: Fix so that the timestamp returned is always in UTC, timezone offsets were going in the wrong direction
|
Matthew Wild |
2010-11-27 |
util.datetime: Fixes for more liberal timezone parsing - colon and minutes are both (independantly) optional (thanks Zash)
|
Matthew Wild |
2010-11-27 |
mod_pubsub, util.pubsub: Support for fetching items
|
Florian Zeitz |
2010-11-25 |
util.template: Don't add stanza.last_add. 20% faster.
|
Waqas Hussain |
2010-11-26 |
tests/test_util_stanza.lua: Allow stanza.last_add to be nil.
|
Waqas Hussain |
2010-11-26 |
util.stanza, util.xmppstream, core.xmlhandlers: Allow stanza.last_add to be nil, and set it nil by default. Saves a table allocation per-element. 20% faster stanza building.
|
Waqas Hussain |
2010-11-26 |
util.template: Rewritten to be much faster than the util.stanza stanza building API.
|
Waqas Hussain |
2010-11-25 |
.hgignore: Ignore *.diff.
|
Waqas Hussain |
2010-11-20 |
.hgignore: Ignore Windows compilation artifacts.
|
Waqas Hussain |
2010-11-20 |
net.xmpp{client,server,component}_listener: s/xml-not-well-formed/not-well-formed/ as per latest bis drafts.
|
Waqas Hussain |
2010-11-19 |
util.xmppstream: Preserve the stream content namespace on descendents of elements which are in another namespace.
|
Waqas Hussain |
2010-11-19 |
MUC: Include the user's current presence contents when broadcasting a role change.
|
Waqas Hussain |
2010-11-18 |
MUC: Include the user's current presence contents when broadcasting an affiliation change.
|
Waqas Hussain |
2010-11-18 |
prosodyctl: Give hosts type = 'local'
|
Matthew Wild |
2010-11-18 |
MUC: Change room name and description properly
|
Kim Alvefur |
2010-11-17 |
MUC: Fixed: Variable referencing the host session wasn't initialized.
|
Waqas Hussain |
2010-11-16 |
prosodyctl, util.prosodyctl: Show error when mod_posix is not enabled and an attempt is made to query Prosody's status (thanks stever)
|
Matthew Wild |
2010-11-16 |
util.pubsub: Add :get_subscription() to return the current subscription for a JID, if any
|
Matthew Wild |
2010-11-13 |
util.filters: Support for 'filter hooks' that get called when a session is initialized for filters
|
Matthew Wild |
2010-11-13 |
Merge backout
|
Matthew Wild |
2010-11-13 |
Backed out changeset bfc47564aaef (No need for _M with module.environment)
|
Matthew Wild |
2010-11-13 |
mod_pubsub: Use module.environment to reference the module's environment
|
Matthew Wild |
2010-11-13 |