aboutsummaryrefslogtreecommitdiffstats
path: root/plugins (follow)
Commit message (Expand)AuthorAgeFilesLines
* mod_csi_simple: Always remove session filters when disabling CSIKim Alvefur2019-10-051-3/+3
* mod_csi_simple: Try not to flush buffer while already flushing itKim Alvefur2019-10-051-0/+5
* Merge 0.11->trunkMatthew Wild2019-10-031-0/+2
|\
| * mod_mam: Add flag to session when it performs a MAM queryMatthew Wild2019-10-031-0/+2
* | mod_offline: Log a debug message when message is storedKim Alvefur2019-09-291-1/+5
* | Merge 0.11-trunkKim Alvefur2019-09-291-0/+1
|\|
| * MUC: Strip tags with MUC-related namespaces from private messages (fixes #1427)Kim Alvefur2019-09-291-0/+1
* | mod_admin_telnet: Use new compact function for waiting on promisesKim Alvefur2019-09-291-7/+1
* | mod_register_ibr: Distinguish between failure to create account or save extra dataKim Alvefur2019-09-291-6/+5
* | mod_register_ibr: Reminder to maybe use util.error in the futureKim Alvefur2019-09-291-0/+1
* | mod_register_ibr, mod_register_limits: Add support for custom error type and defined-condition.Emmanuel Gil Peyrot2019-09-292-1/+7
* | mod_register_ibr: Add FORM_TYPE as required by XEP-0077.Emmanuel Gil Peyrot2019-09-291-0/+2
* | mod_csi_simple: Remove duplicated check for connectionKim Alvefur2019-09-281-3/+3
* | mod_pubsub: Remove the unwanted check for @notify on <purge/>.Emmanuel Gil Peyrot2019-09-281-3/+2
* | Merge 0.11->trunkKim Alvefur2019-09-211-4/+10
|\|
| * mod_vcard_legacy: Don't owerwrite empty photo elements (fixes #1432)Kim Alvefur2019-09-211-3/+9
| * mod_vcard_legacy: Advertise lack of avatar correctly (fixes #1431) (thanks lovetox)Kim Alvefur2019-09-211-2/+2
* | mod_http: Add support for configuring CORS Access-Control-Allow-CredentialsMatthew Wild2019-09-111-2/+6
* | mod_admin_telnet: Identify native bidi sessionsKim Alvefur2019-09-081-1/+3
* | mod_s2s_bidi: Enables bi-directional streams via XEP-0288Kim Alvefur2019-09-081-0/+38
* | mod_s2s: Remove warning about hostname mismatchKim Alvefur2019-09-071-5/+0
* | mod_s2s: Insert s2sin into outgoing routing table when bidirectionalKim Alvefur2019-09-071-0/+4
* | mod_s2s: Add function to send replies on s2sout connections that support incoming trafficKim Alvefur2019-09-071-0/+7
* | mod_s2s: Handle authentication of s2sin and s2sout the same wayKim Alvefur2019-09-071-7/+5
* | mod_offline: Add some debug logging to reduce confusionKim Alvefur2019-09-081-1/+5
* | mod_s2s: Remove obsolete cleanup codeKim Alvefur2019-09-071-7/+0
* | mod_admin_telnet: Identify bidi-capable s2sout sessions (fixes #1403)Kim Alvefur2019-09-071-1/+1
* | Merge 0.11->trunkKim Alvefur2019-08-311-2/+2
|\|
| * MUC: Fix delay@from to be room JID (fixes #1416)Kim Alvefur2019-08-311-2/+2
* | Remove COMPAT with temporary luasec forkKim Alvefur2019-08-253-7/+0
* | MUC: Simplify nickname refresh loopKim Alvefur2019-08-251-2/+1
* | mod_storage_internal: Include last text messageKim Alvefur2019-08-231-1/+4
* | mod_storage_*: Also include timestmap of first message in :summary APIKim Alvefur2019-08-233-3/+15
* | mod_storage_*: Include timestamp of latest message in :summary APIKim Alvefur2019-08-233-3/+12
* | mod_storage_*: Tweak :summary API to allow future expansion with more fieldsKim Alvefur2019-08-233-9/+15
* | mod_auth_internal_hashed: Precompute SCRAM authentication profile name (thanks MattJ)Kim Alvefur2019-08-221-1/+2
* | mod_auth_internal_hashed: Add support for optionally using SCRAM-SHA-256 instead of SHA-1Kim Alvefur2019-01-131-6/+7
* | mod_vcard_legacy: Use PEP nickname if vcard4 data is unavailableKim Alvefur2019-08-221-0/+8
* | Merge 0.11->trunkKim Alvefur2019-08-211-0/+1
|\|
| * MUC: Advertise XEP-0410 supportKim Alvefur2019-07-301-0/+1
* | mod_s2s: Use net.connect instead of s2sout.lib for outgoing s2s connectionsKim Alvefur2018-11-102-364/+23
* | mod_muc_mam: Conditionally advertise MAM feature on rooms (fixes #1407)Kim Alvefur2019-08-101-1/+3
* | mod_vcard_legacy: Complete roundtrip support for ORG/ORGNAMEKim Alvefur2019-08-021-0/+4
* | mod_vcard_legacy: Add support for JABBERID - impp/uri conversionKim Alvefur2019-01-191-0/+9
* | mod_s2s: Distinguish between high and low level errors in bouncesKim Alvefur2019-08-011-2/+10
* | plugins: Remove tostring call from loggingKim Alvefur2019-07-3014-39/+37
* | mod_limits: Use rate limiting in net.server if providedKim Alvefur2019-03-291-5/+15
* | Merge 0.11->trunkKim Alvefur2019-07-281-0/+1
|\|
| * mod_websocket: Clone stanza before mutating (fixes #1398)Kim Alvefur2019-07-201-0/+1
* | mod_admin_telnet: Use already generated session idKim Alvefur2019-07-281-1/+1