log src/plugins/plugin_misc_account.py @ 2295:31f586d6ab16

age author description
2017-06-21 Goffi plugin account: print a warning and use "example.net" as default instead or raising an error when xmpp_domain is not set
2017-03-12 Goffi plugin account, tools: some cleaning account + email and password tools:
2017-03-09 Goffi plugin XEP-0077: added inBandAccountNew, inBandUnregister and inBandPasswordChange bridge methods
2017-03-08 Goffi plugin account: removed dependency to Prosody/prosodyctl and properly use in-band registration instead
2017-02-12 Goffi core (plugins): added missing contants + use of new constants in PLUGIN_INFO
2017-02-12 Goffi core, jp: component handling + client handling refactoring:
2017-02-06 Goffi core, bridge, frontends: renamed asyncConnect to connect, and added options parameters (not used yet)
2016-04-17 Goffi use of /usr/bin/env instead of /usr/bin/python in shebang
2016-03-21 souliane plugin misc_account: fixes two bugs introduced by revision 1907 (0b748ad46ede):
2016-03-11 souliane plugin misc account: separate profile creation and sending emails, so we can wait and send the emails at the right time (when we know that no error occured)
2016-03-09 Goffi plugin misc account: fixed handling of None/empty values in sendEmails.sendEmail
2016-03-09 souliane plugin misc_account: fixes sending email (twisted.mail.smtp.sendmail doesn't want unicode)
2016-03-09 Goffi plugin account: fixed use of {domain} instead of hardcoded libervia.org for welcoming e-mail.
2016-03-07 souliane plugin misc_account: fixes handling of deprecater parameter "admin_email"
2016-02-27 Goffi plugin account: modifications in welcoming email:
2016-02-27 Goffi plugin account: email sending improvments:
2016-01-16 souliane plugin misc_account: add a FIXME comment
2016-01-03 Goffi copyright update
2015-12-22 souliane plugin misc_account: fixes login messages when sending emails
2015-12-09 souliane plugin misc_account: send email to the admins when a new profile is created for an external XMPP account
2015-12-08 souliane reverted revision 2ebe66a96d05
2015-12-07 souliane plugin misc_account: auto add some contacts at profile creation
2015-12-07 souliane core, plugin misc_account: set XMPP connection max retries to 0 when checking if an external account exists
2015-12-02 souliane plugin misc_account: temporary disabling posts and account deletion