Mercurial > libervia-backend
graph
-
plugin OTR: fixes handling of the FINISHED state2014-09-05, by souliane
-
core (xmpp): fixes SatPresenceProtocol.available to prevent an eventual code skipping2014-09-04, by souliane
-
misc (README4PACKAGERS): Urwid minimal version is now 1.2.02014-09-04, by Goffi
-
primitivus: added disable_mouse config option /!\ minimal Urwid version is now 1.2.02014-09-04, by Goffi
-
primitivus: fixed forgotten keys2014-09-04, by Goffi
-
primitivus: forgot to rename _historyCb method2014-09-04, by Goffi
-
primitivus: profile manager now handle APP_QUIT key2014-09-04, by Goffi
-
primitivus: moved history method definition out of keypress2014-09-04, by Goffi
-
primitivus: key can be changed in config:2014-09-04, by Goffi
-
primitivus: use of new keys modules from Urwid SàText2014-09-04, by Goffi
-
add licence information for otr.js and dependencies2014-09-03, by souliane
-
misc (install): fixed self.root access when it's not used2014-09-03, by Goffi
-
misc (install): updated old distribute_setup.py to new setuptools' ez_setup.py2014-09-03, by Goffi
-
misc (installation): --root option is ignored for _final destinations2014-09-03, by Goffi
-
misc: README4PACKAGERS update2014-09-03, by Goffi
-
misc (launch script): added a "status" command2014-09-03, by Goffi
-
plugin OTR: add bridge method skipOTR to desactivate OTR handling for a given profile2014-09-01, by souliane
-
core: sendMessage handles the extra data key 'send_only' to skip triggers, storage and echo2014-09-01, by souliane
-
plugin OTR: two small fixes2014-09-01, by souliane
-
plugin OTR: remove unnecessary attribute SatXMPPClient.otr_priv_key2014-09-01, by souliane
-
core: more robust plugins importation2014-09-01, by Goffi
-
plugin OTR: added ability to drop private key2014-08-26, by Goffi
-
sat_frontends (tools): force JID's node and domain to lower-case:2014-08-26, by souliane
-
move sat.tools.jid to sat_frontends.tools.jid2014-08-26, by souliane
-
setup: sat_frontends was omitted by the cleaning method2014-08-26, by souliane
-
plugin OTR: added start/refresh and end session menus2014-08-25, by Goffi
-
plugin OTR: a warning is logged when Account is instancied with a bare jid.2014-08-25, by Goffi
-
primivitus: fixed jid escaping for dynamic menus in one2one chat2014-08-25, by Goffi
-
reverted commit b1cb1d70bea9: jid should not be lowercase !2014-08-25, by Goffi
-
core (stdui): fixed forgotten parametter in getParamError2014-08-25, by Goffi
-
core: twistd plugin refactoring:2014-08-25, by Goffi
-
misc: added Session.vim to .hgignore2014-08-25, by Goffi
-
primitivus (chat): fixes the messages display when opening a new chat window2014-08-24, by souliane
-
primitivus: improve the check to alert for new message2014-08-24, by souliane
-
installation: setup.py update:2014-08-24, by Goffi
-
core: sat bakcend is now a twisted plugin (no more .tac file)2014-08-24, by Goffi
-
primitivus: prevent a notification flood when displaying the history2014-08-22, by souliane
-
primitivus: change behavior of commands ":presence" and ":status" :2014-08-23, by souliane
-
tools (jid): force JIDs to lower case2014-08-24, by souliane
-
quick_frontend: fixes an issue with the profile in the signal handler2014-08-21, by souliane
-
misc: daemon mode refactoring:2014-08-20, by Goffi
-
misc: stdout encoding management in python part of sat.sh2014-08-20, by Goffi
-
core (constants): minor comment change2014-08-20, by Goffi
-
core (constants): better management of xdg import2014-08-20, by Goffi
-
core (constants): removed pyjamas workaround2014-08-20, by Goffi
-
plugin XEP-0050: notes are now managed:2014-08-20, by Goffi
-
core (constants): fixed bad XMLUI level constants2014-08-20, by Goffi
-
setup: cleaning also handles egg filenames not containing the python version2014-08-13, by souliane
-
frontends: XMLUI refactoring + dialogs:2014-08-13, by Goffi
-
core (XMLUI): Dialogs are now managemed in XMLUI:2014-08-11, by Goffi
-
core (constants): added constants mainly used in XMLUI2014-08-11, by Goffi
-
frontends: signals are managed in a more generic way2014-08-11, by Goffi
-
plugin misc_static_blog: add a menu for displaying a user static blog2014-07-15, by souliane
-
plugin XEP-0045: change security limit of "config room" menu to 42014-07-15, by souliane
-
setup: SAT_INSTALL environment variable handles "clean" and "purge" options2014-07-15, by souliane
-
memory (sqlite): fixes upgrade Deferred issue2014-07-06, by souliane
-
memory: fixes encoding issues during encryption2014-07-06, by souliane
-
memory (memory): delete profile session on profile deletion2014-06-27, by souliane
-
core: use of debug log instead of error when port default value is used2014-06-26, by Goffi
-
plugin OTR: various improvments:2014-06-26, by Goffi
-
pluging XEP-0045: configure room dynamic menu2014-06-25, by Goffi
-
core, frontends (menus): MENU_ROOM and MENU_SINGLE are now managed2014-06-25, by Goffi
-
core (menus): constants are used for menu types2014-06-25, by Goffi
-
plugin misc_account: delete the profile session after the registration is done2014-06-25, by souliane
-
memory: add helper methods encryptValue and decryptValue2014-06-25, by souliane
-
core, plugins, stdui, frontends: fixes handling of "Force server" and "Force port" parameters:2014-06-23, by souliane
-
core, memory, plugins, stdui, frontends: look for DNS SRV records when server is not specified:2014-06-22, by souliane
-
frontends (XMLUI): use of logging system instead of print2014-06-25, by Goffi
-
core (XMLUI): created a read_only attribute for InputWidget + new JidInputWidget2014-06-25, by Goffi
-
plugin XEP-0045: small refactorization + clean on profile's disconnection2014-06-23, by souliane
-
plugin XEP-0045, text_commands: add some commands:2014-06-23, by souliane
-
plugin XEP-0054: crop uploaded avatar to get a square2014-06-19, by souliane
-
reverted commit bb4517e69957: note was not implemented on purpose2014-06-18, by Goffi
-
tools (xmlui): data form 'text-multi' element must be converted to xmlui 'textbox' (not 'text')2014-06-18, by souliane
-
plugin XEP-0050: handle note element in command answer2014-06-18, by souliane
-
prepare changelog for version 0.52014-06-16, by souliane
-
misc: remove some pylints warnings2014-06-15, by souliane
-
frontends (quick_frontend): fixes the handling of asyncConnect failure2014-06-15, by souliane
-
bridge: DBusException also transports the twisted failure condition2014-06-15, by souliane
-
bridge (D-Bus): frontend side now use a 120 s timeout for async calls2014-06-14, by Goffi
-
plugin XEP-0050: form returned by completed command are now managed2014-06-14, by Goffi
-
core (XMLUI): management of text-multi in _dataFormField2XMLUIData2014-06-14, by Goffi
-
core (XMLUI): data form result now manage generic data set2014-06-14, by Goffi
-
plugin XEP-0045: room configuration returns a success or failure message2014-06-12, by souliane
-
tools (xml_tools): dataForm2XMLUI handles the default value for "list-single" fields2014-06-12, by souliane
-
test (memory): fixes crypto encryption/decryption test2014-06-12, by souliane
-
memory (sqlite): fixes upgrade to database v22014-06-12, by souliane
-
memory, tools (config): move special config retrieval from memory to tools2014-06-09, by souliane
-
frontends: async failures are more detailed (full class name + error message)2014-06-07, by souliane
-
bridge: async failures are more detailed (full class name + error message)2014-06-07, by souliane
-
core (xmpp): onMessage handles an eventual subject (used for announcement / headline message)2014-06-02, by souliane
-
core, frontends: remove bridge method "connect" (always use asyncConnect)2014-05-23, by souliane
-
test: fixes the tests for plugin XEP-00332014-06-08, by souliane
-
tools (config): fixConfigOption creates the section if it doesn't exist2014-06-08, by souliane
-
plugin otr: first draft2014-06-07, by Goffi
-
installation: added python OTR dependency2014-06-07, by Goffi
-
core (XMPP): message received (onMessage) refactoring:2014-06-07, by Goffi
-
core (XMPP): sendMessage refactoring:2014-06-07, by Goffi
-
memory (params), test: fixes updateParams bug2014-06-03, by souliane
-
memory (params), test: fixes bug relative to parameter filtering2014-06-03, by souliane
-
plugin XEP-0100: fixes the call to log.debug (line 185)2014-06-04, by souliane
-
primitivus: fixes freedesktop notifications when the owner name is changing2014-05-28, by souliane
-
tools: add missing file src/tools/config.py2014-05-23, by souliane
-
memory: auto-update configuration file with libervia's passphrase when migrating the database2014-05-23, by souliane
-
memory (params): fixes bugs in setParam:2014-05-21, by souliane
-
plugin misc_accout: update relative to the introduction of profile password:2014-05-21, by souliane
-
plugin misc_account: do not send the password with the confirmation email for account creation2014-05-20, by souliane
-
fixes setup with PyCrypto minimal version2014-05-16, by souliane
-
core, memory, bridge, plugin misc_register_account: move registerNewAccount to a new plugin:2014-05-15, by souliane
-
wix: update the connection mechanism to ask for non empty profile passwords2014-05-07, by souliane
-
quick_app, primitivus: update the connection mechanism to ask for non empty profile passwords2014-05-07, by souliane
-
jp: option '-c' is not longer a flag but a string to define the profile password:2014-05-07, by souliane
-
stdui: add ui_profile_manager to interact with frontends when profile authentication is needed2014-05-07, by souliane
-
plugins misc_account, misc_smtp: update the plugins that deal with passwords2014-05-12, by souliane
-
core, memory, bridge: added profile password + password encryption:2014-05-07, by souliane
-
memory: add class ProfileSessions based on Sessions2014-05-10, by souliane
-
memory, test: added module crypto to hash passwords and encrypt/decrypt passwords or blocks2014-05-07, by souliane
-
core: fixed typo2014-05-15, by Goffi
-
core: getReady and asyncConnect now wait full initialisation, not only memory2014-05-15, by Goffi
-
plugin text commands: added /me command to avoid the need to escape the /2014-05-15, by Goffi
-
test: fix the tests after the changes of logging system2014-05-14, by souliane
-
better PEP-8 compliance2014-05-07, by souliane
-
core (i18n): use logging system instead of print2014-05-08, by Goffi
-
core (log): added "custom" backend2014-05-08, by Goffi
-
core (logs): workaround for pyjamas bug2014-05-08, by Goffi
-
memory, jp: added jp commands to load/save parameters template2014-05-04, by souliane
-
core: if in debug mode and ipdb is present, use ipdb instead of pdb2014-05-05, by Goffi
-
core (log/standard backend): added "%(profile)s" format management2014-05-05, by Goffi
-
core(log): standard backend: colors are now checked on a per handler basis2014-05-05, by Goffi
-
wix: use of new logging system2014-05-05, by Goffi
-
primitivus: use of new logging system:2014-05-05, by Goffi
-
quick_frontend: use of new logging system2014-05-05, by Goffi
-
core (log): added magic %(profile)s key to log_fmt:2014-05-05, by Goffi
-
core (log): refactoring + twisted backend:2014-05-05, by Goffi
-
core (logs): added formatting, name filter and outputs management:2014-05-05, by Goffi
-
core (constants): use realpath instead of abspath + do not import it when building libervia2014-05-01, by souliane
-
memory: fixes the method fixLocalDir for pid_dir and log_dir to use local_dir as default2014-04-30, by souliane
-
plugins TEXT-COMMANDS, XEP-0045, XEP-0048, XEP-0249:2014-04-30, by souliane
-
core: fixes constants.py2014-04-27, by souliane
-
primitivus: fixes contact group update2014-04-27, by souliane
-
plugin XEP_0033: fixes the server part and the tests2014-04-11, by souliane
-
test: configuration/use of new logging system2014-04-21, by Goffi
-
tests: fixed import in test_helpers_plugins2014-04-21, by Goffi
-
plugin XEP-0096: fixed a bug introduced by the log refactoring2014-04-20, by Goffi
-
core: use of the new core.log module:2014-04-19, by Goffi
-
core (log): twisted backend use logging methods instead of log.msg2014-04-19, by Goffi
-
core: logging refactoring, first step:2014-04-18, by Goffi
-
core (constants): added some basic ANSI escape codes2014-04-18, by Goffi
-
core (stdui): added forgotten __init__.py2014-04-08, by Goffi
-
core, frontends: unify the roster management UIs in sat/stdui/ui_contact_list.py2014-04-03, by souliane
-
jp: added bookmarks subcommands2014-04-07, by Goffi
-
plugin XEP-0048: bookmarks deletion + added "delete" option for /bookmark command2014-04-07, by Goffi
-
plugin XEP-0048: added list of bookmarks in XMLUI, selecting one join the room2014-04-07, by Goffi
-
plugin XEP-0048: added /bookmark text command2014-04-07, by Goffi
-
plugin XEP-0048: bookmarks (first draft)2014-04-07, by Goffi
-
plugin XEP-0049: private xml storage2014-04-07, by Goffi
-
core (memory): added __iter__ to PersistentDict2014-04-07, by Goffi
-
plugin XEP-0115: minor logs improvment2014-04-07, by Goffi
-
tools, frontends (xmlui): add Widget.setInternalCallback:2014-04-03, by souliane
-
frontends (xmlui): add setter methods + fixes:2014-04-03, by souliane
-
reverted changeset 5c7707c958d8 (revision 969)2014-04-03, by souliane
-
jp (info/disco): fixed disco loop when --connect is used2014-04-02, by Goffi
-
core: better plugin initialisation sequence:2014-04-02, by Goffi
-
jp: using C.APP_URL for application url2014-04-02, by Goffi
-
tools, frontends, memory: param definition and XMLUI handle multi-selection for list widgets:2014-04-01, by souliane
-
core, frontends (constants): frontends Const inheritates from core Const2014-04-01, by souliane
-
jp: added disco subcommand2014-04-01, by Goffi
-
jp: fixed jid unicode decoding2014-04-01, by Goffi
-
jp: fixed missing import2014-04-01, by Goffi
-
core (disco): added discoInfos and discoItems bridge methods2014-04-01, by Goffi
-
plugin XEP-0115: fixed bad disco_infos construction2014-03-31, by Goffi
-
memory (disco): bug fix in findFeaturesSet2014-03-31, by souliane
-
core (XMPP): typo again2014-03-31, by Goffi
-
core (XMPP): fixed typo2014-03-31, by Goffi
-
core (XMPP): added warning when a contact ins roster is not subscribed from or to2014-03-31, by Goffi
-
plulgin XEP-0115: fixed caps_optimize init2014-03-31, by Goffi
-
plugin XEP-0065: fixed initialisation sequence2014-03-31, by Goffi
-
quick frontends: first connection fixes2014-03-31, by Goffi
-
plugin account: reverted patch abd3a75d629c2014-03-31, by Goffi
-
plugin xep-0115: caps optimisation2014-03-31, by Goffi
-
core (disco): added checkFeature method + fixed hasFeature test2014-03-31, by Goffi
-
plugin account: prosody gid is used to spawn prosodyctl process2014-03-31, by Goffi
-
core (XMPP): fix status in presence2014-03-28, by Goffi
-
core(memory): fixed last resource2014-03-28, by Goffi
-
plugin XEP-0092: feature check before requesting version2014-03-28, by Goffi
-
core, plugin XEP-0115: discovery refactoring:2014-03-28, by Goffi
-
core (memory): entities cache improvments:2014-03-28, by Goffi
-
core: more organisation in constants.py2014-03-28, by Goffi
-
misc: precisions about pyjamas in README4PACKAGERS2014-03-28, by Goffi
-
wix: fixed onShowProfile2014-03-27, by Goffi
-
plugin account, groupblog: user can erase all their microblogs at once2014-03-27, by souliane
-
primitivus: do not display the presence/status dialog if the profile is not connected2014-03-25, by souliane
-
memory: be sure that local_dir exists before creating a new database2014-03-25, by souliane
-
memory: bug fix the current local_dir after sat.conf is auto-updated2014-03-24, by souliane
-
plugin account: bug fix profile deletion from the database + unsubscribe the contacts2014-03-24, by souliane
-
core: presence stanzas were sent twice2014-03-24, by souliane
-
misc: updated setup.py and README4PACKAGERS2014-03-23, by souliane
-
misc: sat stop would not kill all sat instances anymore2014-03-23, by souliane
-
core, memory: use XDG recommended paths as the defaults for the config and local directories2014-03-23, by souliane
-
plugin text commands: commands are now sorted in /help2014-03-24, by Goffi