Commit graph

60 commits

Author SHA1 Message Date
Florian Zeitz
1d833bb807 Remove all trailing whitespace 2013-08-09 17:48:21 +02:00
Kim Alvefur
7204bd3a23 mod_register: Use more specific get_option variants 2013-08-02 14:44:56 +02:00
Kim Alvefur
e9956722e5 mod_register: Fix indentation 2013-06-19 16:35:19 +02:00
Kim Alvefur
eeb633659f mod_register: get_child_text()! 2013-05-28 18:32:51 +02:00
Kim Alvefur
61e1281073 mod_auth_internal_hashed, mod_auth_internal_plain, mod_privacy, mod_private, mod_register, mod_vcard, mod_muc: Use module:open_store() 2013-04-19 16:14:06 +02:00
Kim Alvefur
91cc88b338 mod_motd, mod_register, mod_private, mod_http_errors, mod_admin_adhoc: Remove unused imports 2013-03-23 01:27:38 +01:00
Florian Zeitz
429871c36f mod_register: Fire event to allow blocking user registration 2012-10-01 21:07:20 +02:00
Kim Alvefur
a8d9cebe3c mod_register: Hijack the session close call to send the final iq reply when deleting 2012-08-25 01:29:38 +02:00
Kim Alvefur
091c29280a mod_register: Remove all account cleanup 2012-08-25 01:27:23 +02:00
Kim Alvefur
df70fc2508 mod_announce, mod_motd, mod_pubsub, mod_register, mod_watchregistrations, mod_welcome: Use module:send() instead of core_*_stanza() 2012-07-26 04:35:13 +02:00
Florian Zeitz
25a821276d mod_register: Add support for additional registration fields 2011-08-12 00:01:35 +02:00
Matthew Wild
50cc9d9e0a mod_register: Change the default for 'allow_registration' from true to false, most users shouldn't be affected as allow_registration is already explicitly set in the default config file. 2011-05-28 00:23:05 +01:00
Matthew Wild
87fabe0fe7 mod_register: Move allow_registration option into an upvalue for efficiency (now it is being checked on every new c2s stream) 2011-05-28 00:21:12 +01:00
Glenn Maynard
49d51d062d Advertise in-band registration support.
Implement optional registration support advertisement according to
XEP-0077 sec8:

<features>
    <register xmlns='http://jabber.org/features/iq-register'/>
</features>
---
 plugins/mod_register.lua |   12 ++++++++++++
 1 files changed, 12 insertions(+), 0 deletions(-)
2011-05-27 17:04:43 +01:00
Matthew Wild
abd55f9e2c mod_register: Small code cleanup 2011-01-04 17:21:58 +00:00
Matthew Wild
ad53448c47 mod_register: Change to use new delete_user auth provider method 2011-01-04 17:19:39 +00:00
Matthew Wild
e5181703fb mod_register: Add registration_compat config option to allow account remove requests addressed to='host' (defaults to true) 2011-01-04 17:15:47 +00:00
Waqas Hussain
b7e51a203d Monster whitespace commit (beware the whitespace monster). 2010-10-16 23:00:42 +05:00
Waqas Hussain
bb984bbcf1 mod_register: Updated to use the new events API. 2010-10-16 05:59:26 +05:00
Waqas Hussain
d01c84cfa1 mod_register: Drop useless depencency on datamanager. 2010-07-20 17:42:44 +05:00
Matthew Wild
6f7d557c4a mod_register: Remove the offline store as a list (originally aa3725bbcde5 but missed in a merge) 2010-06-29 20:21:17 +01:00
Matthew Wild
ac2c84b749 Merge 0.7->trunk 2010-06-29 20:17:21 +01:00
Waqas Hussain
82c085f244 mod_register: Delete the offline store as a list, and delete the privacy store. 2010-06-24 03:47:35 +05:00
Waqas Hussain
ee9318ebfb mod_register: Don't disable account before deleting it (unnecessary, and can cause problems). 2010-06-24 03:46:52 +05:00
Jeff Mitchell
990ed0f0b3 Check in mod_hashpassauth -- works! 2010-05-26 18:16:58 -04:00
Waqas Hussain
b86dfc7688 mod_register: Use set_password to set passwords instead of create_user. 2010-03-24 00:05:55 +05:00
Matthew Wild
2bc0606453 Update copyright headers for 2010 2010-03-22 17:06:15 +00:00
Waqas Hussain
0e67359b5c mod_register: Return a <not-acceptable/> error on empty usernames (thanks Neustradamus). 2010-01-11 17:52:28 +05:00
Waqas Hussain
2093797462 mod_register: Properly notify contacts of subscription removal on account deletion. 2009-11-28 11:59:06 +05:00
Waqas Hussain
a0dc6018da mod_register: Log a debug message when a session's IP is not available. 2009-11-18 06:23:41 +05:00
Waqas Hussain
902cc7dea9 Merge with 0.5 2009-10-02 17:51:53 +05:00
Waqas Hussain
498421b3ba mod_register: Added helpful text to registration error responses. 2009-10-02 17:07:18 +05:00
Waqas Hussain
27b8833ce2 mod_register: Changed error type for hitting registration rate limit from 'cancel' to 'wait'. 2009-10-02 16:52:50 +05:00
Waqas Hussain
de9cac43cc mod_register: Fixed: No error was returned if username failed nodeprep. 2009-10-02 16:50:30 +05:00
Waqas Hussain
b5683f55bd mod_register: Updated to use module:get_option instead of configmanager 2009-08-13 17:21:44 +05:00
Matthew Wild
118883d655 Remove version number from copyright headers 2009-07-10 03:11:45 +01:00
Matthew Wild
f8ae6f9dd5 mod_register: Attach session to user-registered and user-deregistered events 2009-05-21 15:52:20 +01:00
Matthew Wild
aa714c10d6 mod_register: Fire events and log on account creation/deletion 2009-05-19 11:53:34 +01:00
Matthew Wild
ca9a9eb85e mod_*: Fix a load of global accesses 2009-04-22 21:32:23 +01:00
Waqas Hussain
ada40203e9 Fixed: mod_register: Node prepping was not being applied to usernames (part of issue #57) 2009-03-30 02:30:06 +05:00
Waqas Hussain
042b822ab1 Fixed: mod_regster: traceback when removing accounts 2009-03-30 02:24:19 +05:00
Matthew Wild
c80f91dc02 0.3->0.4 2009-03-20 20:16:25 +00:00
Waqas Hussain
e2908c06e1 mod_register: Fixed an error happening during account deletion 2009-02-23 01:14:23 +05:00
Waqas Hussain
0cc499e839 Fixed: User resources not disconnected correctly on account delete 2009-02-12 18:09:17 +05:00
Matthew Wild
c5ee166aa9 Update copyright notices for 2009 2009-01-30 17:59:26 +00:00
Matthew Wild
f2d020191f 0.2->0.3 2009-01-30 17:40:25 +00:00
Matthew Wild
bf3b96204d GPL->MIT! 2009-01-30 17:22:56 +00:00
Matthew Wild
7381cd9804 Add option to in-band registration to allow only whitelisted IPs to register 2009-01-11 07:15:42 +00:00
Matthew Wild
7bd422b388 Added rate limiting to in-band registration, and added IP [black/white]lists 2009-01-11 07:09:25 +00:00
Matthew Wild
ec14708723 Add allow_registration option to disable account registration 2008-12-29 23:36:24 +00:00