log src/core/constants.py @ 2418:69f979adb1d7

age author description
2017-11-03 Goffi misc: date update (yes it's a bit late :p )
2017-10-01 Goffi plugin import: generic data import plugin:
2017-07-05 Goffi plugin XEP-0060: addManagedNode callbacks now use client syntax instead of profile
2017-03-05 Goffi tools(templates): workflow improvments:
2017-02-15 Goffi core (constants), tools (common/ansi): moved ANSI escape codes to a dedicated class, with helper methods
2017-02-12 Goffi core: added release name in constants + full version
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-05 Goffi core: replaced SkipHistory exception by a key in mess_data:
2017-01-31 Goffi core (constant): on android sat.conf is now in /data/data/org.goffi.cagou.cagou/files/platform/android/
2017-01-26 Goffi core (menus): improvments:
2017-01-15 Goffi plugin XEP-0054, quick frontend(app): various improvments:
2017-01-05 Goffi core (memory/cache): file caching handling, first draft:
2016-12-25 Goffi core(constants): added a constant for profile extension (PLUGIN_EXT):
2016-12-04 Goffi core, quick_frontends: android compatibility hacks:
2016-12-04 Goffi core: bridge can now be changed in conf
2016-08-21 Goffi core (constants): added XMLUI_DATA_LVLS constants which group all available levels
2016-07-15 Goffi merged 0.6.1 bookmark. This bookmark (0.7-dev) is now the main one
2016-07-12 Goffi version update (0.6.1)
2016-06-20 Goffi backend, frontends: message refactoring (huge commit):
2016-06-19 Goffi core: changed versioning schema:
2016-04-18 Goffi core (logs): taints:
2016-04-17 Goffi use of /usr/bin/env instead of /usr/bin/python in shebang
2016-01-22 Goffi plugin blog import: this plugin is the base handling blog importers:
2016-01-22 Goffi plugin XEP-0277: moved NS_XHTML namespace to constants + adapted parsing to new behaviour of ElementParser
2016-01-17 Goffi plugin syntax dc_wiki: first draft:
2016-01-05 Goffi plugin XEP-0313: cleaning and improvments:
2016-01-03 Goffi copyright update
2015-12-07 souliane core, plugin misc_account: set XMPP connection max retries to 0 when checking if an external account exists
2015-12-07 Goffi we are in dev version again
2015-12-02 Goffi update version to 0.6.0
2015-11-14 Goffi backend, bridge, frontends: actionNew has now a security_limit argument + added some docstring to explain data argument
2015-09-25 Goffi core (contants): added PROF_KEY_ALL en PLUG_TYPE_* constants
2015-08-15 Goffi plugins xep-0060, xep-0163, xep-0277, groupblog: bloging improvments (huge patch, sorry):
2015-08-15 Goffi plugin XEP-0277: added mBGetFromManyWithComments to have items + comments in one method call
2015-08-15 Goffi plugins xep-0277, groupblog: added subscriteToMany to replace massiveSubscribeGroupBlogs + added SatRosterProtocol.getJidsSet
2015-08-15 Goffi core: new tools.sat_defer module, and implementation of RTDeferredSessions:
2015-04-20 souliane core, plugin XEP-0045, frontends: change frontend method "setStatusOnline" for "setPresenceStatus":
2015-03-30 Goffi 2015 copyright dates update
2015-03-24 souliane plugins XEP-0045, XEP-0249: allow to join / invite without specifying the JID's host part (use client's values)
2015-03-09 souliane core (constants): add menu type MENU_ROOM_OCCUPANT_CONTEXT frontends_multi_profiles
2015-02-06 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
2015-01-24 Goffi core, frontends: refactoring to base Libervia on QuickFrontend (big mixed commit): frontends_multi_profiles
2014-12-10 Goffi core: misc improvments: frontends_multi_profiles
2014-10-06 souliane constants: split C.bool in C.bool and C.str so:
2014-10-06 souliane memory (params): add parameters "Show offline contacts" and "Show empty groups"
2014-09-24 souliane memory: add Parameter "Chat history limit"
2014-09-21 souliane core: move XMPP keep-alife value to the constants
2014-09-18 souliane we are in dev version again
2014-09-18 souliane version update 0.5.1 SàT v0.5.1
2014-09-15 Goffi we are in dev version again
2014-09-09 Goffi version update 0.5.0 SàT v0.5.0
2014-09-05 Goffi core: a new "info" type is used in newMessage for system messages (not comming from outside)
2014-08-26 Goffi core (constants): Bool method allow to convert from python bool to string constant for true/false (in both directions)
2014-08-20 Goffi core (constants): minor comment change
2014-08-20 Goffi core (constants): better management of xdg import
2014-08-20 Goffi core (constants): removed pyjamas workaround
2014-08-20 Goffi core (constants): fixed bad XMLUI level constants
2014-08-11 Goffi core (constants): added constants mainly used in XMLUI
2014-06-25 Goffi core (menus): constants are used for menu types
2014-06-23 souliane core, plugins, stdui, frontends: fixes handling of "Force server" and "Force port" parameters:
2014-06-22 souliane core, memory, plugins, stdui, frontends: look for DNS SRV records when server is not specified:
2014-05-21 souliane core, stdui (profile manager), quick_app: ask for another XMPP password when profile authentication succeed but XMPP connection fails
2014-05-07 souliane stdui: add ui_profile_manager to interact with frontends when profile authentication is needed
2014-05-07 souliane core, memory, bridge: added profile password + password encryption:
2014-05-13 souliane plugin misc_static_blog: renamed from tmp_blog_banner, now also with page's title, meta keywords and description
2014-05-08 Goffi core (log): added "custom" backend
2014-05-05 Goffi primitivus: use of new logging system:
2014-05-05 Goffi core (log): refactoring + twisted backend:
2014-05-05 Goffi core (logs): added formatting, name filter and outputs management:
2014-05-01 souliane core (constants): use realpath instead of abspath + do not import it when building libervia
2014-04-30 souliane memory: fixes the method fixLocalDir for pid_dir and log_dir to use local_dir as default
2014-04-27 souliane core: fixes constants.py
2014-04-19 Goffi core (log): configuration and environment variables are now checked for log level and colors:
2014-04-18 Goffi core: logging refactoring, first step:
2014-04-18 Goffi core (constants): added some basic ANSI escape codes
2014-04-02 Goffi jp: "disco" subcommand, moved into a new "info" subcommand + added "version" subcommand which get software version
2014-04-01 souliane core, frontends (constants): frontends Const inheritates from core Const
2014-03-28 Goffi core, plugin XEP-0115: discovery refactoring:
2014-03-28 Goffi core (memory): entities cache improvments:
2014-03-28 Goffi core: more organisation in constants.py
2014-03-23 souliane core, memory: use XDG recommended paths as the defaults for the config and local directories
2014-03-24 Goffi plugin text commands: refactoring, text now only contain main commands, and other plugin can add commands themselve:
2014-03-22 Goffi core: removed default_config:
2014-03-22 Goffi core: added IQ_SET to core.constants + getLastResource now manage correctly jid.JID
2014-03-21 Goffi core: use of Const for profile_key + replaced '@DEFAULT@' default profile_key by '@NONE@'
2014-03-21 Goffi core (memory): moved Params in its own module + introduced a new core/constants module, and moved some constants there