mod_iq: Don't stop event dispatch for unhandled IQ errors and results (this lets negative priority handlers intercept the events).
|
Waqas Hussain |
2010-12-02 |
mod_pubsub, util.pubsub: Support node creation
|
Florian Zeitz |
2010-12-01 |
mod_console: Fix to import cert_verify_identity (util.certverification)
|
Matthew Wild |
2010-11-28 |
certmanager: Add required verify flags for cert verification if LuaSec (probably) supports them
|
Matthew Wild |
2010-11-28 |
mod_console: Add s2s:showcert() command to show the certificate for a domain
|
Matthew Wild |
2010-11-28 |
mod_pep: Remove PEP subscriptions on getting a presence unsubscribe.
|
Waqas Hussain |
2010-11-28 |
mod_pep: Fixed regression where PEP messages were not correctly being broadcasted on caps hash change.
|
Waqas Hussain |
2010-11-28 |
mod_pep: Fixed a nil access (thanks Zash).
|
Waqas Hussain |
2010-11-28 |
mod_disco: Fixed: Service discovery features were not being removed on module unload (issue #205).
|
Waqas Hussain |
2010-11-28 |
mod_pep: Optimised PEP requests for disco info on caps change (issue #150).
|
Waqas Hussain |
2010-11-28 |
s2smanager: Check for getpeercertificate availability (for old LuaSecs)
|
Matthew Wild |
2010-11-27 |
storagemanager: Only show fallback warning if storage was configured to use another backend and it failed
|
Matthew Wild |
2010-11-27 |
storagemanager: Return driver from load_driver() if successful
|
Matthew Wild |
2010-11-27 |
Merge with trunk
|
Matthew Wild |
2010-11-27 |
storagemanager: Import type()
|
Matthew Wild |
2010-11-27 |
mod_iq: Optimized a bit more (fewer table accesses).
|
Waqas Hussain |
2010-11-27 |
mod_iq: Optimized a bit (fewer table accesses).
|
Waqas Hussain |
2010-11-27 |
mod_iq: Extra IQ get and set sub-events are now fired: "iq-{get,set}/{host,self,bare}/xmlns:tag" (when "iq/{host,self,bare}/xmlns:tag" is unhandled).
|
Waqas Hussain |
2010-11-27 |
storagemanager: Import util.multitable again
|
Matthew Wild |
2010-11-27 |
storagemanager: Fix syntax error
|
Matthew Wild |
2010-11-27 |
Merge darkrain->trunk
|
Matthew Wild |
2010-11-27 |
mod_console: Denote services whose identity matches their (valid/trusted) certificate as 'secure'
|
Paul Aurich |
2010-11-22 |
s2s: SASL EXTERNAL
|
Paul Aurich |
2010-11-22 |
s2smanager: Compatibility hack for when not using dialback
|
Paul Aurich |
2010-11-22 |
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 |