log src/core/constants.py @ 1396:069ad98b360d

age author description
Mon, 30 Mar 2015 10:26:26 +0200 Goffi 2015 copyright dates update
Tue, 24 Mar 2015 07:34:32 +0100 souliane plugins XEP-0045, XEP-0249: allow to join / invite without specifying the JID's host part (use client's values)
Mon, 09 Mar 2015 16:37:15 +0100 souliane core (constants): add menu type MENU_ROOM_OCCUPANT_CONTEXT frontends_multi_profiles
Fri, 06 Feb 2015 18:46:26 +0100 Goffi core: better use of C.bool: C.bool only accept basestring subclasses and return the associated constant, C.boolConst return the associated constant for a boolean value frontends_multi_profiles
Sat, 24 Jan 2015 01:00:29 +0100 Goffi core, frontends: refactoring to base Libervia on QuickFrontend (big mixed commit): frontends_multi_profiles
Wed, 10 Dec 2014 18:36:11 +0100 Goffi core: misc improvments: frontends_multi_profiles
Mon, 06 Oct 2014 12:22:14 +0200 souliane constants: split C.bool in C.bool and C.str so:
Mon, 06 Oct 2014 11:20:43 +0200 souliane memory (params): add parameters "Show offline contacts" and "Show empty groups"
Wed, 24 Sep 2014 13:49:43 +0200 souliane memory: add Parameter "Chat history limit"
Sun, 21 Sep 2014 13:06:53 +0200 souliane core: move XMPP keep-alife value to the constants
Thu, 18 Sep 2014 11:43:21 +0200 souliane we are in dev version again
Thu, 18 Sep 2014 11:41:52 +0200 souliane version update 0.5.1 SàT v0.5.1
Mon, 15 Sep 2014 12:07:40 +0200 Goffi we are in dev version again
Tue, 09 Sep 2014 08:15:19 +0200 Goffi version update 0.5.0 SàT v0.5.0
Fri, 05 Sep 2014 19:29:30 +0200 Goffi core: a new "info" type is used in newMessage for system messages (not comming from outside)
Wed, 27 Aug 2014 01:27:05 +0200 Goffi core (constants): Bool method allow to convert from python bool to string constant for true/false (in both directions)
Wed, 20 Aug 2014 23:07:59 +0200 Goffi core (constants): minor comment change
Wed, 20 Aug 2014 23:04:57 +0200 Goffi core (constants): better management of xdg import
Wed, 20 Aug 2014 22:59:33 +0200 Goffi core (constants): removed pyjamas workaround
Wed, 20 Aug 2014 21:15:04 +0200 Goffi core (constants): fixed bad XMLUI level constants
Mon, 11 Aug 2014 19:10:24 +0200 Goffi core (constants): added constants mainly used in XMLUI
Wed, 25 Jun 2014 20:54:15 +0200 Goffi core (menus): constants are used for menu types
Mon, 23 Jun 2014 10:23:13 +0200 souliane core, plugins, stdui, frontends: fixes handling of "Force server" and "Force port" parameters:
Mon, 23 Jun 2014 00:44:10 +0200 souliane core, memory, plugins, stdui, frontends: look for DNS SRV records when server is not specified:
Wed, 21 May 2014 23:15:01 +0200 souliane core, stdui (profile manager), quick_app: ask for another XMPP password when profile authentication succeed but XMPP connection fails
Wed, 07 May 2014 16:03:38 +0200 souliane stdui: add ui_profile_manager to interact with frontends when profile authentication is needed
Wed, 07 May 2014 16:02:23 +0200 souliane core, memory, bridge: added profile password + password encryption:
Tue, 13 May 2014 17:17:57 +0200 souliane plugin misc_static_blog: renamed from tmp_blog_banner, now also with page's title, meta keywords and description
Thu, 08 May 2014 19:11:20 +0200 Goffi core (log): added "custom" backend
Mon, 05 May 2014 20:12:19 +0200 Goffi primitivus: use of new logging system:
Mon, 05 May 2014 18:58:34 +0200 Goffi core (log): refactoring + twisted backend:
Mon, 05 May 2014 18:58:34 +0200 Goffi core (logs): added formatting, name filter and outputs management:
Thu, 01 May 2014 11:14:25 +0200 souliane core (constants): use realpath instead of abspath + do not import it when building libervia
Wed, 30 Apr 2014 19:54:21 +0200 souliane memory: fixes the method fixLocalDir for pid_dir and log_dir to use local_dir as default
Sun, 27 Apr 2014 18:51:03 +0200 souliane core: fixes constants.py
Sat, 19 Apr 2014 20:11:23 +0200 Goffi core (log): configuration and environment variables are now checked for log level and colors:
Sat, 19 Apr 2014 00:02:38 +0200 Goffi core: logging refactoring, first step:
Fri, 18 Apr 2014 23:36:52 +0200 Goffi core (constants): added some basic ANSI escape codes
Wed, 02 Apr 2014 12:31:15 +0200 Goffi jp: "disco" subcommand, moved into a new "info" subcommand + added "version" subcommand which get software version
Tue, 01 Apr 2014 16:27:59 +0200 souliane core, frontends (constants): frontends Const inheritates from core Const
Fri, 28 Mar 2014 18:07:22 +0100 Goffi core, plugin XEP-0115: discovery refactoring:
Fri, 28 Mar 2014 18:07:17 +0100 Goffi core (memory): entities cache improvments:
Fri, 28 Mar 2014 18:07:13 +0100 Goffi core: more organisation in constants.py
Sun, 23 Mar 2014 22:43:43 +0100 souliane core, memory: use XDG recommended paths as the defaults for the config and local directories
Mon, 24 Mar 2014 10:57:15 +0100 Goffi plugin text commands: refactoring, text now only contain main commands, and other plugin can add commands themselve:
Sat, 22 Mar 2014 17:48:10 +0100 Goffi core: removed default_config:
Sat, 22 Mar 2014 13:42:59 +0100 Goffi core: added IQ_SET to core.constants + getLastResource now manage correctly jid.JID
Fri, 21 Mar 2014 16:27:09 +0100 Goffi core: use of Const for profile_key + replaced '@DEFAULT@' default profile_key by '@NONE@'
Fri, 21 Mar 2014 16:08:11 +0100 Goffi core (memory): moved Params in its own module + introduced a new core/constants module, and moved some constants there