Commit Graph

1270 Commits (799a64f220c19a95ee35e31fb4ebdd5f82fc4c53)

Author SHA1 Message Date
Waqas Hussain 799a64f220 mod_storage_sql: Call commit() after all SQL statements, including SELECT, to get SQLite to drop its locks. 16 years ago
Waqas Hussain 7390dbb331 mod_storage_sql: Quote identifiers in SQL with backquotes, and use the empty string for NULL, and '=' instead of 'IS' for comparison, to work with MySQL's limitations... 16 years ago
Robert Hoelz 2de671c69f Don't check priority in mod_offline 16 years ago
Robert Hoelz 404f212f37 mod_message, mod_offline: Change message/offline/store -> message/offline/handle 16 years ago
Robert Hoelz 3ac96f5c34 mod_offline: Make sure mod_offline's store handler reports success vs failure. 16 years ago
Robert Hoelz e448dd997f mod_message: Send service-unavailable if offline storage fails. 16 years ago
Robert Hoelz 32c092ae0e mod_presence, mod_offline: Merge message/offline/delete with message/offline/broadcast. 16 years ago
Robert Hoelz de4b6ceb33 core.offlinemanager, mod_message, mod_presence: Removed core.offlinemanager in favor of mod_offline. 16 years ago
Matthew Wild e9fff01f56 mod_saslauth: Handle session bind requests to the host, fixes OneTeam login 16 years ago
Matthew Wild 3fa84baafc mod_pubsub: Include node in disco#items reply 16 years ago
Kim Alvefur dd1c339b8d mod_pubsub: Fix missing disco#items xmlns 16 years ago
Matthew Wild 19f1881207 mod_pubsub: Implement disco#info for nodes 16 years ago
Matthew Wild 1d8be7498d mod_pubsub: Implement get_subscriptions 16 years ago
Matthew Wild 85236d58c9 mod_pubsub: Add get_subscriptions and get_subscriptions_other capabilities to default affiliations 16 years ago
Matthew Wild 174bc06147 mod_pubsub: Add add_subscription and get_subscriptions to feature_map 16 years ago
Matthew Wild a20e58497b mod_pubsub: Set normalize_jid instead of jids_equal 16 years ago
Matthew Wild 6b11075f64 mod_pubsub: Fix a missing :up() from the last commit 16 years ago
Matthew Wild 99e51ba9cd mod_pubsub: Handle disco#items on nodes 16 years ago
Matthew Wild 0297ce2257 mod_pubsub: Use bare JID in get_affiliation 16 years ago
Matthew Wild 7aa49716a2 mod_pubsub: Skip false features in feature_map 16 years ago
Matthew Wild 67686e41f4 mod_pubsub: Return disco#info stanza from build_disco_info() 16 years ago
Matthew Wild 69cee3aee4 mod_pubsub: Iterate over disco features in correct table 16 years ago
Matthew Wild 15671f1190 mod_pubsub: Build disco#info based on the methods provided by the pubsub service object. Add public set_service() method to change the service object used by the module. 16 years ago
Matthew Wild f078bb3e69 mod_pubsub: Fix capabilities table from some debugging 16 years ago
Matthew Wild 21e2340f1f mod_pubsub: Make the pubsub host an admin too 16 years ago
Matthew Wild d12133b614 mod_pubsub: Update for latest util.pubsub and fix some bugs. New config options autocreate_on_publish, autocreate_on_subscribe and default_admin_affiliation. 16 years ago
Matthew Wild 2243338054 mod_pubsub: Add 'forbidden' error support 16 years ago
Matthew Wild a41d900875 mod_pubsub, util.pubsub: Remove from 0.8 16 years ago
Florian Zeitz 344af756a0 mod_admin_adhoc: Support unloading multiple modules 16 years ago
Florian Zeitz 103b279022 mod_admin_adhoc: Support for reloading multiple modules 16 years ago
Florian Zeitz 9a65d9ed7b mod_admin_adhoc: Support unloading multiple modules 16 years ago
Florian Zeitz af433a87e1 mod_admin_adhoc: Support for reloading multiple modules 16 years ago
Matthew Wild 114b761b59 mod_storage_sql: Fix a couple of bugs in "JSON" decoding 16 years ago
Matthew Wild d44b3d481a mod_storage_sql: Fix a couple of bugs in "JSON" decoding 16 years ago
Matthew Wild 07e945631d mod_pubsub: Preserve service object on module reload 16 years ago
Matthew Wild a01a95ee94 mod_pubsub: Handle disco#info and disco#items 16 years ago
Matthew Wild e4dcba9647 modulemanager, mod_console: Rename mod_console -> mod_admin_telnet - add compatibility code to modulemanager for existing configs 16 years ago
Matthew Wild 7a839059bb mod_pubsub: Preserve service object on module reload 16 years ago
Matthew Wild 716fb898af mod_pubsub: Handle disco#info and disco#items 16 years ago
Matthew Wild f0f0886c0d modulemanager, mod_console: Rename mod_console -> mod_admin_telnet - add compatibility code to modulemanager for existing configs 16 years ago
Waqas Hussain 503997bd9d mod_storage_sql: Use 'IS' for comparison instead of '=', to avoid SQL's NULL insanity. 16 years ago
Waqas Hussain 082cef0837 mod_storage_sql: Use 'IS' for comparison instead of '=', to avoid SQL's NULL insanity. 16 years ago
Waqas Hussain 2382291f22 mod_storage_sql: Fixed the deserialization of string-typed values. 16 years ago
Waqas Hussain d401695629 mod_storage_sql: Fixed the deserialization of string-typed values. 16 years ago
Waqas Hussain 66fd1d3e53 mod_pep: Fixed a traceback when non-local users send presence. 16 years ago
Waqas Hussain a985caeff2 mod_pep: Fixed a traceback when non-local users send presence. 16 years ago
Waqas Hussain 4094aae19e mod_pep: Handle the case where local contacts send directed presence with caps hash. 16 years ago
Waqas Hussain ff21209224 mod_pep: Handle the case where local contacts send directed presence with caps hash. 16 years ago
Kim Alvefur 49298b499e core.s2smanager, mod_console, mod_saslauth, util.certverification: rename util.certverification to util.x509 16 years ago
Waqas Hussain d6ce1c7e2a mod_storage_sql: Auto-initialize SQLite3 database. 16 years ago