log src/server/server.py @ 850:c64c039bb403

age author description
2016-01-13 Goffi server: removed unused %(url)s for formatting HTTP warning message
2016-01-08 Goffi server (blog): cleaning & improvments:
2016-01-03 Goffi server: fixed bad login check introduced in rev 6a2fd7807770
2016-01-03 Goffi copyright update
2015-12-26 Goffi server: fixed empty_password_allowed_warning_dangerous_list option
2015-12-20 Goffi server: added --tls_private_key and --tls_chain options. --tls_certificate .pem file will be used for private_key if --tls_private_key is not specified.
2015-12-20 Goffi server: added "quit" method to exit with an exit code when reactor is running
2015-12-18 Goffi server: proper options handling
2015-12-09 souliane server_side: fixed confusion between jid user and host when there's not arobase
2015-12-08 souliane browser and server sides: alert the user after he created a new profile using his XMPP account credentials
2015-12-07 souliane server_side: if a user tries to login with a full JID but his host is the local domain, login with the user part only
2015-12-07 souliane browser and server sides: removed constant UNMANAGED_FAULT_STRING which is used only to be displayed to the user, but it doesn't mean anything to him
2015-11-23 Goffi server + browser side: getFeatures bridge call
2015-07-20 souliane browser and server sides: allow to connect with a JID that is not registered on the local server