mod_admin_web: Replace core_post_stanza() with module:send()
|
Florian Zeitz |
2012-08-01 |
mod_addressing: Replace use of core_post_stanza() with module:send()
|
Kim Alvefur |
2012-08-01 |
mod_service_directories: Replace use of core_post_stanza() with module:send()
|
Kim Alvefur |
2012-08-01 |
mod_remote_roster: Replace use of core_post_stanza() with module:send()
|
Kim Alvefur |
2012-08-01 |
mod_smacks: Use require to import (thanks a lot, autocomplete)
|
Kim Alvefur |
2012-07-29 |
mod_smacks: Import sessionmanager
|
Kim Alvefur |
2012-07-29 |
mod_smacks: Fix log statement
|
Kim Alvefur |
2012-07-29 |
mod_smacks: Import prosody.core_process_stanza()
|
Kim Alvefur |
2012-07-29 |
Merge with Oliver Gerlich
|
Matthew Wild |
2012-07-27 |
mod_archive: cope with <list> requests which don't have a <set> tag
|
Oliver Gerlich |
2012-06-11 |
mod_mam: Stricter validation, reject invalid timestamps, jids.
|
Kim Alvefur |
2012-07-27 |
mod_readonly: Allow preventing direct modification of certain user data via XMPP
|
Matthew Wild |
2012-07-27 |
mod_compat_vcard: Handle vcard requests sent to full JIDs (a spec violation commited by older versions of ejabberd and possibly others) - replaces vcard_compatibility option from Prosody 0.8
|
Matthew Wild |
2012-07-26 |
mod_compat_bind: Compatibility (ugh) with clients that send the resource bind to the login host (ugh)
|
Matthew Wild |
2012-07-26 |
mod_admin_web_timber -> mod_admin_web
|
Matthew Wild |
2012-07-24 |
mod_register_web: nodeprep username before creating user (thanks IRON)
|
Matthew Wild |
2012-07-22 |
mod_adhoc_cmd_*: Remove, these are obsoleted by mod_admin_adhoc (supplied with Prosody since 0.8)
|
Matthew Wild |
2012-07-19 |
mod_inotify_reload: Add debug logging
|
Matthew Wild |
2012-07-19 |
mod_carbons: Unconditionally set namespace of forwarded message.
|
Kim Alvefur |
2012-07-16 |
mod_vjud: Remove some ... verbose debug logging
|
Kim Alvefur |
2012-07-13 |
mod_streamstats: Switch to portmanager and other 0.9 goodness
|
Kim Alvefur |
2012-07-11 |
mod_http_favicon: Add, serves a favicon.ico
|
Kim Alvefur |
2012-07-07 |
mod_mam_adhoc: Use ad-hoc command node suggested by XEP-0313
|
Kim Alvefur |
2012-07-07 |
mod_limits: Import to prosody-modules, connection-level rate limiting
|
Matthew Wild |
2012-07-06 |
mod_archive: switch from/to
|
Olivier Goffart |
2012-07-04 |
mod_archive: Fix duplicate messages stored
|
Olivier Goffart |
2012-07-04 |
mod_archive: Fix hour offset in stored message date
|
Olivier Goffart |
2012-07-04 |
mod_vjud: Don't break on undefined properties.
|
Kim Alvefur |
2012-07-01 |
mod_vjud: Switch first and last name in results to be correct.
|
Kim Alvefur |
2012-07-01 |
mod_vjud: Update util.vcard from verse
|
Kim Alvefur |
2012-07-01 |
mod_compat_muc_admin: added missing import (thanke MattJ)
|
Marco Cirillo |
2012-06-30 |
mod_vjud: Missing fields should not match everyone. (Thanks Pidgin)
|
Kim Alvefur |
2012-06-28 |
mod_host_guard: adjusted log message.
|
Marco Cirillo |
2012-06-26 |
mod_host_guard: reduced code duplication and added better logging.
|
Marco Cirillo |
2012-06-26 |
mod_host_guard: during configuration reload the host handlers should be reinitialized as well, so reverted changed and added back the "redundant code".
|
Marco Cirillo |
2012-06-26 |
mod_host_guard: removed redundant cleanup code (tested it's completely unrequired).
|
Marco Cirillo |
2012-06-25 |
mod_host_guard: host handlers are now cleaned properly on module unload (and also still on re/load to be safe).
|
Marco Cirillo |
2012-06-25 |
mod_host_guard: referenced configmanager from prosody's _G instead of requiring it.
|
Marco Cirillo |
2012-06-25 |
mod_register_json: moved throttling logic so that if there's a failure during nick registration the user can retry and referenced usermanager from prosody's _G instead of req. it.
|
Marco Cirillo |
2012-06-25 |
mod_register_redirect: referenced configmanager from prosody's global space instead of requiring it (==).
|
Marco Cirillo |
2012-06-25 |
mod_register_json: modify logic to prevent an unnecessary call to usermanager.
|
Marco Cirillo |
2012-06-25 |
mod_auth_joomla: Added config option sql.prefix (default = "jos_").
|
Waqas Hussain |
2012-06-22 |
mod_auth_joomla: Joomla hash should be hex-encoded, not raw binary (thanks Anthony).
|
Waqas Hussain |
2012-06-22 |
mod_pubsub_feeds: Prepare for making it possible to unsubscribe, and some other minor changes.
|
Kim Alvefur |
2012-06-20 |
mod_pubsub_feeds: Fix updating of config
|
Kim Alvefur |
2012-06-20 |
mod_vjud: Depends on vcard lib from verse, so add that.
|
Kim Alvefur |
2012-06-20 |
mod_vjud: Add. Thanks waqas for the base code.
|
Kim Alvefur |
2012-06-20 |
mod_mam_adhoc: New module that allows clients to change MAM preferences through AdHoc.
|
Kim Alvefur |
2012-06-17 |
mod_client_certs: Add Ad-Hoc commands for certificate management
|
Florian Zeitz |
2012-06-12 |
mod_client_certs: Strip x509 data
|
Florian Zeitz |
2012-06-12 |
mod_mam: Enforce max results even if RSM isn't used.
|
Kim Alvefur |
2012-06-11 |
mod_register_json: corrected trace.
|
Marco Cirillo |
2012-06-11 |
mod_client_certs: Follow the rules in XEP-0178 about the inclusion of the username when using EXTERNAL, instead of mapping one certificate to one user.
|
Thijs Alkemade |
2012-06-09 |
mod_auth_dovecot: If the connection fails, nuke it so the next attempt causes a reconnect.
|
Kim Alvefur |
2012-06-08 |
mod_mam: Fix typo
|
Kim Alvefur |
2012-06-08 |
mod_mam: Enforce a max number of items returned, with a default.
|
Kim Alvefur |
2012-06-08 |
mod_mam: Move RSM pointer to last message into a MAM-namespaced child
|
Kim Alvefur |
2012-06-08 |
mod_mam/rsm.lib: Remove log statement (fixes usage in verse)
|
Kim Alvefur |
2012-06-08 |
mod_mam/rsm.lib: Fix typo
|
Kim Alvefur |
2012-06-08 |
mod_mam: Fix issue with get_text() and clean some unneeded variables.
|
Kim Alvefur |
2012-06-08 |