Commit Graph

1126 Commits (565c65baa1cf05abd5490aac02024e1ecabdcd3e)

Author SHA1 Message Date
Robert Hoelz 565c65baa1 Alter mod_offline to respect negative priority resources 15 years ago
Robert Hoelz c74e3999fb Don't send offline messages to resource with negative priorities 15 years ago
Florian Zeitz d78d543c9e mod_adhoc: Answer disco#info for node=xmlns_cmd 15 years ago
Waqas Hussain ec28fe9837 MUC: Make the room node be the default room name (thanks Zash). 15 years ago
Waqas Hussain c1bf0e726b MUC: Fixed traceback on presence errors lacking a condition. 15 years ago
Kim Alvefur 47cddab802 MUC: Added a 'Description' property (muc#roomconfig_roomdesc) 15 years ago
Kim Alvefur 23a72d82e1 MUC: Added a 'Name' property (muc#roomconfig_roomname) 15 years ago
Waqas Hussain c6a1139e78 net.xmppcomponent_listener, mod_component: Removed useless undocumented option 'component_address'. 15 years ago
Matthew Wild 36e12ad74a mod_bosh: Fix traceback when initiating a BOSH session to an unknown host 16 years ago
Florian Zeitz 129b52698c mod_admin_adhoc: New module with merged functonality of mod_adhoc_cmd_admin and mod_adhoc_cmd_modules (of prosody-modules fame) 16 years ago
Florian Zeitz c6e47138c4 mod_ping: Add ad-hoc command 16 years ago
Florian Zeitz 15afe113cb mod_adhoc: remove 0.7 compat code 16 years ago
Florian Zeitz 78c3738184 mod_adhoc: Fix passing data to util.dataforms 16 years ago
Matthew Wild a0a2887bf6 mod_version: Use pposix.uname() if available and os_version_command not set 16 years ago
Matthew Wild 50b20f4af4 util.pposix: Add pposix.uname(), bump version 16 years ago
Matthew Wild be6148a1eb mod_bosh: Support for reading the client's real IP through HTTP proxies from X-Forwarded-For 16 years ago
Matthew Wild b465aa90b9 util.pposix, prosodyctl, mod_posix: Add initgroups() function, and bump module version. prosodyctl inits groups with the groups of prosody_user. (thanks dbb) 16 years ago
Waqas Hussain 373662e4a6 mod_saslauth, mod_auth_cyrus, util.sasl_cyrus: Moved cyrus account provisioning check out of mod_saslauth. 16 years ago
Waqas Hussain 348414f595 mod_auth_internal_plain: Get rid of all checks for Cyrus SASL. 16 years ago
Waqas Hussain 5207cd874e mod_saslauth: Get rid of the sasl_backend option (use auth modules instead). 16 years ago
Waqas Hussain f17ecb66bc mod_saslauth: Get rid of most Cyrus SASL related code (use authentication='cyrus' instead). 16 years ago
Matthew Wild 363d0578c0 mod_bosh: Don't adjust rid when creating a session, as this is no longer necessary and causes a log message ('rid too large') to be erroneously printed, fixes #203 16 years ago
Florian Zeitz a29ced4e87 mod_adhoc: Answer disco#info (This is a MUST in XEP-0050) 16 years ago
Florian Zeitz c6b7b05768 mod_adhoc: Code restructuring 16 years ago
Kim Alvefur e535c73ca3 mod_auth_internal_hashed: Fix deleting users 16 years ago
Florian Zeitz 246e69fb57 mod_privacy: Fix typo causing <active/> to never be send 16 years ago
Matthew Wild 8eed3032da mod_console: Add host:* commands to help (thanks Zash) 16 years ago
Matthew Wild 3deb503477 mod_bosh: Fix to properly ignore repeated requests 16 years ago
Matthew Wild 1a9f9282fc mod_bosh: Small change to use variable instead of hard-coded xmlns 16 years ago
Matthew Wild 44014508ea mod_bosh: Much improve session:close() for BOSH sessions, so it now matches in usage normal session:close() 16 years ago
Matthew Wild 2f31218aa4 mod_bosh: Add error callback for xmlhandlers, to handle the case of invalid or unusable XML in the request payload 16 years ago
Waqas Hussain 9b5ea721c4 MUC: Fixed: Unavilable presence was not being broadcasted for banned users in some cases (thanks Zash). 16 years ago
Waqas Hussain 683109cd9e MUC: Return correct error to non-members attempting to enter a members-only room. 16 years ago
Matthew Wild 37f77327fd mod_bosh: Remove dependency on eventmanager 16 years ago
Waqas Hussain 76be1093aa storage/mod_ejabberd: Reorganized some code. 16 years ago
Waqas Hussain 3d402d422e mod_auth_*: Fixed copyright headers. 16 years ago
Kim Alvefur 42ddba6e98 mod_version: Leave out the os element if hide_os_type is set 16 years ago
Kim Alvefur 9b900ecc5f mod_version: Make the command used to get OS version configurable 16 years ago
Waqas Hussain 29db7ce7a6 mod_saslauth: Fixed a nil global access. 16 years ago
Waqas Hussain 0479f87585 mod_saslauth: Check for unencrypted PLAIN auth in mod_saslauth instead of the SASL handler (makes it work for Cyrus SASL). 16 years ago
Waqas Hussain f1fed4a75d mod_saslauth: Move mandatory encryption enforcement to before sasl_handler:select(). 16 years ago
Waqas Hussain 9da343682e storage/mod_ejabberd (and associated library): Initial commit. 16 years ago
Waqas Hussain a2bf92e4e3 storage/mod_xep0227: Initial commit. 16 years ago
Waqas Hussain 0cad37abd3 mod_message: Discard headline messages sent to offline full JIDs (to follow latest spec updates). 16 years ago
Waqas Hussain 84cb6ce694 mod_console: Override dofile() in the console environment (this lets print() print to the console session for example). 16 years ago
Waqas Hussain 3f4c880caa mod_console: Added support for multiple arguments to print(). 16 years ago
Matthew Wild 16fa172b23 mod_tls: Remove extraneous flag to starttls() for s2sout connecections 16 years ago
Matthew Wild a6e1eb7590 usermanager, mod_auth_internal_hashed, mod_legacyauth: New order of parameters for usermanager.test_password - username, host, password 16 years ago
Waqas Hussain d01c84cfa1 mod_register: Drop useless depencency on datamanager. 16 years ago
Waqas Hussain dd4d7c05b2 MUC: Store the nick (full room JID) which set the subject, and send subject to occupants from that JID. 16 years ago