log

age author description
2020-02-04 Kim Alvefur mod_rest: Back out 513a8a7fab41
2020-02-03 Kim Alvefur mod_rest: Hide JSON error behind a flag
2020-01-31 Kim Alvefur mod_rest: Map the error@by attribute
2020-01-29 Kim Alvefur mod_rest: Fix missing return
2020-01-27 Matthew Wild mod_auth_ldap, mod_auth_ldap2: Ensure is_admin() checks of remote JIDs never return positive
2020-01-26 Kim Alvefur mod_pastebin: Follow XEP-0068 and use Clark notation in disco#info
2020-01-26 Kim Alvefur mod_rest: Skip attempting parse empty response
2020-01-25 Kim Alvefur mod_rest: Handle internal http request errors early and then return
2020-01-25 Kim Alvefur mod_rest: Special case handling of internal http request errors
2020-01-25 Kim Alvefur mod_rest: Process results even on internal errors with HTTP request
2020-01-25 Kim Alvefur mod_rest: Add some comments to example code
2020-01-25 Kim Alvefur mod_rest: Log connectivity problems via module status API
2020-01-25 Kim Alvefur mod_rest: Attempt to auto-discover data type wanted by callback
2020-01-25 Kim Alvefur mod_rest: Avoid treating special json.null value as any other table
2020-01-25 Kim Alvefur mod_rest: Fix handling of 'node' attribute in disco#info
2020-01-25 Kim Alvefur mod_rest: Ensure iq responses have type result if they're not errors
2020-01-25 Kim Alvefur mod_rest/README: Add a section describing the JSON mapping
2020-01-24 Kim Alvefur mod_rest: Make XHTML-IM mapping more convenient
2020-01-24 Kim Alvefur mod_rest: Improve some comments
2020-01-24 Kim Alvefur mod_rest: Add mapping of XEP-0092: Software Version
2020-01-24 Kim Alvefur mod_rest: Add an examlpe Flask app
2020-01-24 Kim Alvefur mod_rest: Allow returning an array of JID strings as disco#items
2020-01-24 Kim Alvefur mod_rest: Only pass trough valid disco#item item attributes
2020-01-24 Kim Alvefur mod_rest: Fix disco#info identities data mapping
2020-01-24 Kim Alvefur mod_rest: Fix iteration over disco#info features
2020-01-24 Kim Alvefur mod_rest: Fix iteration over disco#info identities
2020-01-19 Kim Alvefur mod_stats39: Advertise namespace as feature (not part of the XEP?)
2020-01-19 Kim Alvefur mod_stats39: Format numbers with a bit more precision
2020-01-19 Kim Alvefur mod_stats39: Add actual example stats
2020-01-19 Kim Alvefur mod_stats39: Add a README
2020-01-15 Kim Alvefur mod_rest: Return a friendly message for parse errors
2020-01-15 Kim Alvefur mod_rest: Encode errors as JSON
2020-01-09 tmolitor Fix bug readding stanzas to outgoing_queue on resume
2020-01-08 Kim Alvefur mod_stats39: Use a more local reference (silence luacheck warning)
2020-01-08 Kim Alvefur mod_stats39: Provides statsmanager stats via XEP-0039
2020-01-08 Matthew Wild mod_http_upload: Recommend against adding to modules_enabled
2020-01-06 Maxime “pep” Buquet mod_muc_occupant_id: Add TODO about MUC-PMs
2020-01-05 Matthew Wild mod_email: Allow sender to override content-type
2020-01-04 Maxime “pep” Buquet mod_muc_occupant_id: Add <occupant-id/> in presence
2020-01-04 Maxime “pep” Buquet mod_muc_occupant_id: Simplify handling of occupants (all into one function)
2020-01-04 Kim Alvefur mod_s2s_keepalive: Respect keepalive_servers when creating watchdogs
2020-01-03 Kim Alvefur mod_rest: Enforce single child policy for outgoing it stanzas
2020-01-03 Maxime “pep” Buquet mod_muc_occupant_id: Fix luacheck warning. Remove unused value.
2020-01-03 Maxime “pep” Buquet mod_nodeinfo2: Mention mod_lastlog as a dep in the README
2020-01-02 Maxime “pep” Buquet mod_muc_occupant_id: Ensure occupants have a generated id
2020-01-02 Kim Alvefur mod_rest: And the disco#items mapping
2020-01-02 Kim Alvefur mod_rest: Describe kind and type fields
2020-01-02 Kim Alvefur mod_rest: Document most of JSON mappings
2020-01-02 Kim Alvefur mod_rest: Fix traceback on missing content-type header
2020-01-02 Kim Alvefur mod_rest: Stanzas of type error don't need a reply
2020-01-02 Kim Alvefur mod_rest: Add support for XEP-XXXX: User-defined Data Transfer
2020-01-02 Kim Alvefur mod_rest: Add support for mapping 'node' attr in disco#info
2020-01-01 Kim Alvefur mod_rest: Fix replying to groupchat messages
2020-01-01 Kim Alvefur mod_rest: Add a JSON callback example
2020-01-01 Kim Alvefur mod_rest: Fix previous commit
2020-01-01 Kim Alvefur mod_rest: Guess 'get' as default type for 'iq' stanzas in JSON mapping
2020-01-01 Kim Alvefur mod_rest: Stricter type checks in JSON mapping
2020-01-01 Kim Alvefur mod_rest: Default to replying with same type as request
2020-01-01 Kim Alvefur mod_rest: Short-circuit type selection if accept header
2020-01-01 Kim Alvefur mod_rest: Fix return status when sending and forgetting