mod_muc_log: Restore copyright header that somehow got lost
|
Kim Alvefur |
2013-08-10 |
mod_mam_adhoc: Use the new adhoc permission level for local users
|
Kim Alvefur |
2013-08-10 |
mod_mam_muc: Search the rooms archive correctly (copypaste error from mod_mam)
|
Kim Alvefur |
2013-08-10 |
mod_mam_muc: Send item-not-found if the requested room does not exist
|
Kim Alvefur |
2013-08-10 |
mod_mam_muc: Fix room lookup, should be indexed by bare jid
|
Kim Alvefur |
2013-08-10 |
mod_mam_muc: Allow archiving to be enabled trough in the room configuration
|
Kim Alvefur |
2013-08-10 |
mod_mam_muc: Stap archived messages
|
Kim Alvefur |
2013-08-10 |
mod_mam_muc: Switch to new stanza storage API
|
Kim Alvefur |
2013-08-10 |
mod_mam_muc: Send proper error reply when one is not allowed to query archive
|
Kim Alvefur |
2013-08-10 |
mod_mam_muc: Get room objects in a less awkward fashion
|
Kim Alvefur |
2013-08-10 |
mod_mam_muc: Switch to iq-get hook and drop some indentation
|
Kim Alvefur |
2013-08-10 |
mod_mam/mamprefs.lib: Cache prefs in memory to save storage calls
|
Kim Alvefur |
2013-08-10 |
mod_mam/mamprefs.lib: Switch to storagemanager API
|
Kim Alvefur |
2013-08-10 |
mod_mam: Break out routines for converting prefs between XML and our internal representation into a library
|
Kim Alvefur |
2013-08-10 |
mod_muc_log: Clean up some unused imports and variables
|
Kim Alvefur |
2013-08-10 |
mod_muc_log: Use old datamanager directly, instead of hacking storagemanager
|
Kim Alvefur |
2013-08-10 |
mod_telnet_tlsinfo: Add a pattern argument similar to s2s:show(pattern) for limiting output
|
Kim Alvefur |
2013-08-07 |
mod_s2s_auth_fingerprint: Add a cert-pinning mode
|
Kim Alvefur |
2013-08-04 |
mod_s2s_auth_dnssec_srv: Ignore certificates with invalid chains.
|
Kim Alvefur |
2013-08-03 |
mod_bidi: Revert to sends2s (Go to sleep zash, you're too tired to code)
|
Kim Alvefur |
2013-08-02 |
mod_bidi: Allow route/remote event to continue if we couldn't send a stanza (in case the session was destroyed)
|
Kim Alvefur |
2013-08-02 |
mod_bidi: Make sessions table weak
|
Kim Alvefur |
2013-08-02 |
mod_bidi: Don't try to send on destroyed sessions
|
Kim Alvefur |
2013-08-02 |
mod_bidi: Fix accidentally module-global value
|
Kim Alvefur |
2013-08-02 |
mod_bidi: Make sure context for stanzas coming from bidi-enabled s2sout connections have the correct direction attribute
|
Kim Alvefur |
2013-08-02 |
mod_bidi: Only allow or offer bidi on secure connections, with an option to revert to previous behaviour
|
Kim Alvefur |
2013-08-02 |
mod_bidi: Minor cleanup
|
Kim Alvefur |
2013-08-02 |
mod_bidi: Clean up and use 0.9+ routing APIs
|
Kim Alvefur |
2013-08-02 |