log src/server/server.py @ 830:a825700c01e4

age author description
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
2015-11-23 Goffi server side: special handling of Connection/JabberID and Connection/autoconnect parameter which has needed by QuickApp but restricted by security limit
2015-11-23 Goffi server side: fixed params, and removed self.authorized_params as authorisation is handled by the backend
2015-11-22 Goffi server side: actionNew now use a dedicated signal handler, which block it if security limit is exceeded
2015-09-10 souliane browser and server sides: bridge method mbGetLast has been renamed to mbGet and takes a new parameter "item_ids"
2015-08-18 Goffi browser + server sides: actionNew signal handling
2015-08-15 Goffi server + browser side: blogging refactoring (draft), huge commit sorry:
2015-07-13 souliane server_side: update connected signal handler according to sat changeset 1435 (7590bbf44eed)
2015-06-07 souliane server_side: remove unwanted "target" property in the HTTP to HTTPS link + use "<p>" instead of "<br>"
2015-06-05 souliane server_side: add a link to the FAQ in the HTTP/HTTPS warning dialog
2015-06-04 souliane browser and server sides: renamed max to max_ after sat's changeset 1423 (882e5fabf68c)
2015-06-04 souliane server_side: static blog uses the default template
2015-04-20 souliane browser and server side: remove unibox
2015-04-16 souliane massive (preventive) addition of 'u' (unicode) before the strings passed to logging functions
2015-04-09 souliane browser_side: use host.default_muc instead of C.DEFAULT_MUC
2015-04-01 souliane browser and server side: complete changeset 669 (a8fddccf5b84) about joining MUC:
2015-03-30 Goffi 2015 copyright dates update
2015-03-19 Goffi server side: implemented methods to get SàT and Libervia versions
2015-03-18 Goffi merged branch frontends_multi_profiles
2015-03-07 souliane server and browser sides: fixes joining room with auto-generated name + leave JID error handling to the backend frontends_multi_profiles
2015-02-27 souliane browser_side: fixes sending/updating blog message/comment frontends_multi_profiles
2015-02-27 souliane browser_side, server_side: MicroblogPanel.onGroupDrop and bridge method getMassiveLastMBlogs now only accepts the publishers as a set of unicode (no more None value or single unicode). frontends_multi_profiles
2015-02-22 souliane server and browser sides: fixes bad call to "subscription" bridge method frontends_multi_profiles
2015-02-10 Goffi browser side: added a base_location property to get location of current Libervia instance frontends_multi_profiles
2015-02-09 Goffi merges souliane changes frontends_multi_profiles
2015-02-09 Goffi server + browser side: implementation of new getEntitiesData bridge method + added a security check: only a white list of entities can be gotten frontends_multi_profiles
2015-02-07 souliane add very basic test system accessible from <root_url>/test, to be improved: frontends_multi_profiles
2015-01-24 Goffi browser side: big refactoring to base Libervia on QuickFrontend, first draft: frontends_multi_profiles
2014-11-27 souliane browser and server side: uses RSM (XEP-0059)
2014-10-04 souliane server_side: adapt to the new signatures of bridge method getHistory
2014-09-22 souliane server_side: set the connection attempt timeout to the bridge timeout (2 minutes)
2014-09-21 souliane server_side: set a timeout to reset the waiting connection requests after 5 minutes
2014-09-19 souliane server_side: enable HTTP gzip compression
2014-09-02 souliane browser and server sides: OTR plugin, first draft
2014-09-02 souliane browser_side: add minimal requirements for generic plugins handling
2014-09-02 souliane browser and server sides: add bridge method getLastResource
2014-08-25 Goffi server_side: plugin refactoring:
2014-06-19 souliane browser and server side: force lower case for the profile name at new account creation + fixes CSS for textarea
2014-06-15 souliane misc: remove some pylint errors and warnings
2014-06-15 souliane browser and server sides: refactor HTTP request result values + handle "NoReply" error
2014-06-12 Goffi server side: forgotten parenthesis
2014-06-12 Goffi server side: restore forgotten i18n
2014-06-12 Goffi server side: fix unicodes issues in options
2014-06-10 Goffi server_side: fixed some forgotten print statement