2014-05-12 |
souliane |
plugins misc_account, misc_smtp: update the plugins that deal with passwords
|
2014-05-07 |
souliane |
core, memory, bridge: added profile password + password encryption:
|
2014-05-10 |
souliane |
memory: add class ProfileSessions based on Sessions
|
2014-05-07 |
souliane |
memory, test: added module crypto to hash passwords and encrypt/decrypt passwords or blocks
|
2014-05-15 |
Goffi |
core: fixed typo
|
2014-05-15 |
Goffi |
core: getReady and asyncConnect now wait full initialisation, not only memory
|
2014-05-15 |
Goffi |
plugin text commands: added /me command to avoid the need to escape the /
|
2014-05-15 |
Goffi |
bridge (constructor): fixed D-Bus frontend generator for async method without sig_in + fixed --debug option + regenerated bridge to fix bad frontend D-Bus bridge.
|
2014-05-15 |
Goffi |
core: added a getReady method which can be called by frontends to ensure that backend is fully initialised before doing anything + this ckeck is automatically done in asyncConnect
|
2014-05-14 |
souliane |
test: fix the tests after the changes of logging system
|
2014-05-14 |
Goffi |
core (log): moved configuration to core.log_config; this avoid import issues with pyjamas.
|
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-07 |
souliane |
better PEP-8 compliance
|
2014-05-08 |
Goffi |
core (i18n): use logging system instead of print
|
2014-05-08 |
Goffi |
core (log): added "custom" backend
|
2014-05-08 |
Goffi |
core (logs): workaround for pyjamas bug
|
2014-05-04 |
souliane |
memory, jp: added jp commands to load/save parameters template
|
2014-05-05 |
Goffi |
core: if in debug mode and ipdb is present, use ipdb instead of pdb
|
2014-05-05 |
Goffi |
core (log/standard backend): added "%(profile)s" format management
|
2014-05-05 |
Goffi |
core(log): standard backend: colors are now checked on a per handler basis
|
2014-05-05 |
Goffi |
wix: use of new logging system
|
2014-05-05 |
Goffi |
primitivus: use of new logging system:
|
2014-05-05 |
Goffi |
quick_frontend: use of new logging system
|
2014-05-05 |
Goffi |
core (log): added magic %(profile)s key to log_fmt:
|
2014-05-05 |
Goffi |
core (log): refactoring + twisted backend:
|
2014-05-05 |
Goffi |
core (log): added advanced feature to basic backend (colors/formatting/level and logger filtering)
|
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-30 |
souliane |
plugins TEXT-COMMANDS, XEP-0045, XEP-0048, XEP-0249:
|
2014-04-27 |
souliane |
core: fixes constants.py
|
2014-04-27 |
souliane |
primitivus: fixes contact group update
|
2014-04-11 |
souliane |
plugin XEP_0033: fixes the server part and the tests
|
2014-04-23 |
Goffi |
tests: fixed log init in helpers (log init must be done before any call to a log method)
|
2014-04-21 |
Goffi |
test: configuration/use of new logging system
|
2014-04-21 |
Goffi |
tests: fixed import in test_helpers_plugins
|
2014-04-20 |
Goffi |
plugin XEP-0096: fixed a bug introduced by the log refactoring
|
2014-04-19 |
Goffi |
core (log): configuration and environment variables are now checked for log level and colors:
|
2014-04-19 |
Goffi |
core: use of the new core.log module:
|
2014-04-19 |
Goffi |
core (log): twisted backend use logging methods instead of log.msg
|
2014-04-18 |
Goffi |
core: logging refactoring, first step:
|
2014-04-18 |
Goffi |
core (constants): added some basic ANSI escape codes
|
2014-04-10 |
Goffi |
plugins XEP-0048, XEP-0049: feature is not checked anymore before using private XML storage, as feature announcement is not mandatory in XEP-0049
|
2014-04-08 |
Goffi |
core (stdui): added forgotten __init__.py
|
2014-04-03 |
souliane |
core, frontends: unify the roster management UIs in sat/stdui/ui_contact_list.py
|
2014-04-07 |
Goffi |
jp: added bookmarks subcommands
|
2014-04-07 |
Goffi |
plugin XEP-0048: bookmarks deletion + added "delete" option for /bookmark command
|
2014-04-07 |
Goffi |
plugin XEP-0048: added list of bookmarks in XMLUI, selecting one join the room
|
2014-04-07 |
Goffi |
plugin XEP-0048: added /bookmark text command
|
2014-04-07 |
Goffi |
plugin XEP-0048: bookmarks (first draft)
|
2014-04-07 |
Goffi |
core (XMLUI): _cleanValue method to avoid issues with DBus types (must be deleted in the future)
|
2014-04-07 |
Goffi |
plugin XEP-0049: private xml storage
|
2014-04-07 |
Goffi |
core (memory): added __iter__ to PersistentDict
|
2014-04-07 |
Goffi |
plugin XEP-0115: minor logs improvment
|
2014-04-03 |
souliane |
tools, frontends (xmlui): add Widget.setInternalCallback:
|
2014-04-03 |
souliane |
frontends (xmlui): add setter methods + fixes:
|
2014-04-03 |
souliane |
reverted changeset 5c7707c958d8 (revision 969)
|
2014-04-02 |
Goffi |
jp (info/disco): fixed disco loop when --connect is used
|
2014-04-02 |
Goffi |
core (disco): findFeaturesSet and findServiceEntities don't use inlineCallbacks anymore, that allow a better error management (no more anonying debugger raise when discoInfo fails in debug mode)
|
2014-04-02 |
Goffi |
core: better plugin initialisation sequence:
|