log

age author description
2016-07-17 Goffi plugin lang detect: added a parameter to (de)activate the detection
2016-07-17 Goffi primitivus (chat): don't send notification for move messages
2016-07-17 Goffi primitivus, quick_frontends: show global notifications counter in contact_list + method to get these notifications in QuickApp
2016-07-17 Goffi primitivus: fixed notifications counter for simple messages in MUC rooms
2016-07-17 Goffi plugin XEP-0085, quick_frontends, primitivus: chat states are working again
2016-07-15 Goffi added Chteufleur in contributors in README
2016-07-11 Geoffrey POUZET plugin XEP-0070: implementation of XEP-0070 (verifying HTTP request via XMPP)
2016-07-15 Goffi merged 0.6.1 bookmark. This bookmark (0.7-dev) is now the main one
2016-07-13 Goffi installation (setup.py): changed version to 0.6.1.1 so new archive with fixed MANIFEST can be uploaded on pypi 0.6.1
2016-07-13 Goffi Added tag 0.6.1 for changeset 3a16a7479660
2016-07-13 Goffi installation (MANIFEST): added misc directory
2016-07-12 Goffi Added tag 0.6.1 for changeset 30e83614af48
2016-07-12 Goffi fixed exclusion of vim's undo file in MANIFEST.in
2016-07-12 Goffi added 0.6.1 tag
2016-07-12 Goffi version update (0.6.1)
2016-07-12 Goffi installation: updated urwid-satext minimal version to 0.6.1 + added service_identity which is needed by Twisted for proper TLS check
2016-07-11 Goffi quick_frontend (QuickWidget): keep on_new_widget argument when recreating a widget 0.7-dev
2016-07-10 Goffi plugin XEP_0249: fixed bad use of namespace in addElement
2016-07-10 Goffi quick_frontend, primitivus: moved main_message property to quick_frontend
2016-07-02 Goffi plugin XEP-0045: fixed typo in text commands
2016-06-30 Goffi primitivus: fixed XMLUI window creation
2016-06-30 Goffi plugin XEP-0045: added /list text command:
2016-06-30 Goffi plugin XEP-0045: various fixes/improvments:
2016-06-30 Goffi primitivus (chat): fixed a crash when page-up was pressed on room contacts list
2016-06-30 Goffi primitivus (chat): moved occupants widget to a dedicated class + display occupants count in footer
2016-06-30 Goffi plugin xep-0045: ask for password when getting a "not-allowed" error
2016-06-29 Goffi frontends (xmlui): cancelling form now trigger submit with {"cancelled": "true"} instead of being silently ignored
2016-06-29 Goffi xep-0045: ignore non standard presence received between own presence and room subject
2016-06-29 Goffi quick_frontend: allow presence of entities without resource
2016-06-28 Goffi merged main branch
2016-06-28 Goffi primitivus: paste is now treated as normal text instead of discarded if edit_bar doesn't exist
2016-06-28 Goffi primitivus (chat): mention is now visible by date in red instead of body (or a "[*]" if date is hidden)
2016-06-28 Goffi primitivus (chat): fixed timestamp/nick (un)hiding + new redraw and printMessages methods
2016-06-28 Goffi plugin XEP-0054: fixed getCard calls
2016-06-28 Goffi plugin XEP-0045: fixed calls to join, nick, kick, ban and affiliate
2016-06-27 Goffi merged modification from souliane
2016-06-27 Goffi merged main branch
2016-06-27 Goffi primitivus: ignore paste if edit bar is not selected
2016-06-27 Goffi quick_frontend, primitivus (chat): mention detection in group chat + notification (mention and messages)
2016-06-27 Goffi quick_frontend, primitivus: notifications refactoring
2016-06-27 Goffi primitivus (chat): fixed nick completion. Completion is now managed per widget, if completion method exists
2016-06-27 Goffi plugin XEP-0045, quick_frontend + primitivus (chat): cleaning of XEP-0045 (first pass):
2016-06-24 Goffi merged main branch
2016-06-24 Goffi jp (blog): fixed syntax detection when extension is .txt
2016-06-20 Goffi primitivus (chat): fixed filters clearing when changing filter while one already exists refacoring_messages
2016-06-20 Goffi primitivus: basic handling of filter, only language can filtered for now
2016-06-20 Goffi plugin exp_lang_detect: language detection plugin, first draft
2016-06-20 Goffi plugin XEP-0245: implementation of XEP-0245 /me syntax
2016-06-20 Goffi backend, frontends: message refactoring (huge commit):
2016-06-19 Goffi memory (sqlite): fixed handling of extra (pickled data) by using sqlite3.Binary
2016-06-19 Goffi memory (sqlite): better handling of IntegrityError
2016-06-19 Goffi jp: fixed shebang python call
2016-06-19 Goffi core: changed versioning schema:
2016-05-29 souliane fixed a typo
2016-05-28 Goffi changelog: minor fixes in previous commit
2016-03-10 souliane updated CHANGELOG for version 0.6.1
2016-05-24 Goffi backend, frontend: messages refactoring (huge commit, not finished):
2016-04-26 Goffi plugin misc ip: changed URL of GET_IP_PAGE for the new one on salut-a-toi.org
2016-04-26 Goffi plugin misc ip: fixed exception when a web error happen while retrieving IP from external website
2016-04-23 Goffi primitivus: fixed window resize (was blocked by paste detection)
2016-04-23 Goffi jp: added consts for exit codes, not used yet
2016-04-23 Goffi jp: --output option:
2016-04-22 Goffi primitivus: added bracketed_paste option in sat.conf (if set, the bracketed paste mode will be activated on Primitivus start)
2016-04-22 Goffi primitivus: bracketed paste mode is now detected
2016-04-22 Goffi primitivus: fixed paste detection/handling:
2016-04-21 Goffi primitivus: paste is now detected, and put in edit bar, so use can check and validate it
2016-04-19 Goffi jp: forgotten shebang fixes
2016-04-18 Goffi added mutagen to recommended in README4PACKAGERS
2016-04-18 Goffi minor doc fixes cagou
2016-04-18 Goffi core (logs): taints:
2016-04-18 Goffi core (logs): use tools.config to handle sat.conf
2016-04-18 Goffi core (logs): log color location can now be specified with %(color_start)s and %(color_end)s
2016-04-18 Goffi quick app (contact list): when a new profile is plugged, updates are locked until the end of the process, this avoid many useless refreshes
2016-04-18 Goffi quick frontend, primitivus: quickContactList refactored to handle several profiles at once
2016-04-17 Goffi core (installation): minor comment in setup.py
2016-04-17 Goffi removed pyfeed and xe from README4PACKAGERS
2016-04-17 Goffi core: removed pyfeed and xe dependencies:
2016-04-17 Goffi use of /usr/bin/env instead of /usr/bin/python in shebang
2016-04-17 souliane plugin adhoc_dbus, jp (cmd/adhoc): fixes adHocDBusAddAuto when no bus is found
2016-04-17 souliane jp (cmd/roster): fixes division by zero exceptions
2016-03-26 Goffi core (memory/params): fixed exception when setting an empty password
2016-03-26 Goffi quick frontend (QuickApp): added ui_show_cb in actionManager, so frontend can handle the display of the XMLUI itself
2016-03-25 Goffi jp (blog/edit): use utf-8-sig to decode content file to avoid BOM being propaged to content
2016-03-25 Goffi setup: added sat.tools.common in packages
2016-03-25 Goffi jp (blog/edit): added forgotten O_TRUNC while opening metadata file
2016-03-25 Goffi jp (blog/edit): do not remove files if they are not in the temporary dir hierarchy
2016-03-24 Goffi jp (blog/edit): HTTP(S) and XMPP URLs can now be directly used in blog/edit command
2016-03-22 Goffi jp (blog): force deletion (without backup) when content is empty
2016-03-22 Goffi jp (blog): avoid conflict error when command line tags are already present in metadata
2016-03-22 Goffi tool (common): added forgotten __init__.py
2016-03-22 Goffi jp (blog): drafts are now put in a sub dir per profile + added a security which keep the last 10 drafts before removing them (all profiles included).
2016-03-22 Goffi tools (common): added regex module with path (un)escaping methods
2016-03-22 Goffi core (tools): moved common to a separate package, and put data method in a data_format module
2016-03-21 Goffi jp: fixed traceback shown on a normal quit when a progression is finished
2016-03-21 Goffi bridge (frontend): raise a BridgeExceptionNoService on org.freedesktop.DBus.Error.Spawn.ExecFailed D-Bus error
2016-03-21 souliane plugin misc_account: fixes two bugs introduced by revision 1907 (0b748ad46ede):
2016-03-18 souliane test (plugin radiocol): fixes the test to also handle MP3 files
2016-03-18 souliane tmp/wokkel (rsm): fixes elements count (items retrieval with RSM max = 0)
2016-03-18 souliane plugin XEP-0277, test: set keys of data dict as unicode + fix the tests
2016-03-15 Goffi jp (blog): added "updated" to keys to keys to remove from tmp metadata
2016-03-11 souliane tmp (wokkel/mam): restore MAMPrefs being callable without argument when constructing a query:
2016-03-11 souliane test: update some tests
2016-03-11 souliane test: add helpers methods muteLogging and unmuteLogging
2016-03-11 souliane plugin room_game: decrease the level of two logging messages from warning to info
2016-03-11 souliane plugin misc account: separate profile creation and sending emails, so we can wait and send the emails at the right time (when we know that no error occured)
2016-03-10 Goffi jp (blog/edit): removed meta_file_path non existence check, as it is now re-used if it exists
2016-03-10 Goffi jp (blog/edit): a draft file can be directly specified
2016-03-10 Goffi plugin XEP-0060: fixed traceback if service was None
2016-03-09 Goffi plugin XEP-0060: service, node and uri are added to metadata when doing a getItems
2016-03-09 Goffi plugin XEP-0277: removed mbGetAtom which has not reason to be in the backend, as it is highly dependant of (web) frontend elements. The code will be moved to Libervia:
2016-03-09 Goffi plugin misc account: fixed handling of None/empty values in sendEmails.sendEmail
2016-03-09 Goffi core (tools/config): fixed fixConfigOption:
2016-03-09 souliane plugin XEP-0096: add missing dependency to FILE plugin
2016-03-09 souliane plugin misc_account: fixes sending email (twisted.mail.smtp.sendmail doesn't want unicode)
2016-03-09 Goffi plugin account: fixed use of {domain} instead of hardcoded libervia.org for welcoming e-mail.
2016-03-09 Goffi install: minimum Twisted version is now 15.2.0 as sendmail need username argument
2016-03-08 souliane README4PACKAGERS: add python-dbus to sat dependencies and inotify to jp recommendations
2016-03-07 souliane frontends (jp / blog): pass the profile to subprocess when using option --preview
2016-03-07 Goffi jp (blog/preview): change watch for IN_MOVE_SELF event, needed at least for Emacs
2016-03-07 souliane plugin misc_account: fixes handling of deprecater parameter "admin_email"