2013-11-21 |
souliane |
frontends tools: moved src/tools/frontends to frontends/src/tools
|
2013-11-21 |
souliane |
plugin tools: turn src/plugin/games.py into a plugin and move it to src/plugins/plugin_misc_room_game.py
|
2013-11-21 |
souliane |
plugins (games): more factorization and flexibility for launching and joining games:
|
2013-11-21 |
souliane |
frontends tools: added symbols for MUC user activity identification
|
2013-11-19 |
souliane |
plugins XEP-0045: added methods to get room nicks and "MUC user left" trigger
|
2013-11-18 |
souliane |
plugins (games): add a method to send messages more easily
|
2013-11-17 |
souliane |
plugin XEP-0045: fixed incorrect exceptions name
|
2013-11-17 |
souliane |
plugins (MUC, tools, games): generalize the generation of a unique room name when joining a MUC and no room is specified:
|
2013-11-17 |
souliane |
plugins (tools): collective games (with no opponent, like radiocol) were handled like other games
|
2013-11-17 |
souliane |
plugin XEP-0249: silently discard MUC invitation if user is already in
|
2013-11-17 |
souliane |
bridge: removed plugin method definitions from the old static system
|
2013-11-15 |
Goffi |
plugin group blog: management of extra data/rich text for blog comments
|
2013-11-14 |
Goffi |
plugin XEP-0277, groupblog: rich text management for receiving microblogs
|
2013-11-14 |
Goffi |
plugin XEP-0277, group blog: rich text management for sending microblogs
|
2013-11-14 |
Goffi |
plugin text syntaxes: clean_xhtml now accept lxml's HtmlElement to avoid parsing two times the same xml
|
2013-11-14 |
Goffi |
plugin XEP-0277, group blogs: proper asynchronous methods for sending blogs.
|
2013-11-14 |
Goffi |
plugin group blog: renamed options parameter as extra for consistency with sendMessage
|
2013-11-13 |
Goffi |
plugin XEP-0071: rich messages management for sendMessage
|
2013-11-13 |
Goffi |
plugin XEP-0071: XHTML2XHTML_IM don't return the <body> root tag anymore.
|
2013-11-13 |
Goffi |
core: dont save anymore messages to database if there is no "message" data (fix empty records with chat states)
|
2013-11-13 |
Goffi |
plugin text syntaxes: fixed bad parameter order for getParamA
|
2013-11-13 |
Goffi |
core: sendMessage's options parameter has been renamed to extra to be consistent with newMessage
|
2013-11-13 |
Goffi |
core: sendMessage triggers now use a treatments deferred;
|
2013-11-12 |
Goffi |
test: better ignore_blank in helpers's assertEqualXML
|
2013-11-12 |
Goffi |
plugin text syntaxes: fixed missing import
|
2013-11-12 |
Goffi |
tests: plugin text syntaxes sanitisation tests
|
2013-11-12 |
Goffi |
tests: added XML comparaison method to helpers
|
2013-11-12 |
Goffi |
plugin text syntaxes: styles sanitisation
|
2013-11-09 |
souliane |
tools frontend: moved here from Libervia some definitions for message composition
|
2013-11-08 |
souliane |
misc: added a file for frontend's string operations:
|
2013-11-05 |
souliane |
plugin XEP-249: added parameter Misc / Auto-join MUC on invitation
|
2013-10-29 |
souliane |
tools: renamed tools.jid.JID attribute "short" to "bare"
|
2013-10-28 |
souliane |
primitivus card_game: bug fix and improvement
|
2013-10-28 |
souliane |
plugin card_game: better PEP-8 compliance
|
2013-10-28 |
souliane |
primitivus, wix: auto-display MUC dialog after it has been joined:
|
2013-10-24 |
souliane |
core (tools): small fix in using imported methods
|
2013-10-23 |
souliane |
plugins radiocol, card_game, quiz: code factorization
|
2013-10-18 |
souliane |
tools: moved src/tools/games.py to src/tools/frontends/
|
2013-10-22 |
souliane |
memory: fixed getHistory behavior when parameter between=True:
|
2013-10-22 |
souliane |
primitivus, wix: fixed bridge methods calls for plugins radiocol and card game
|
2013-10-22 |
souliane |
wix, misc: use picture of dimension 32x32 for tray icon + better PEP-8 compliance
|
2013-10-21 |
souliane |
primitivus: code factorization for user notification
|
2013-10-18 |
souliane |
core (memory): cleaned the part for load/save to xml (not used)
|
2013-11-08 |
souliane |
social contract: typos fixes:
|
2013-11-09 |
Goffi |
new xml tools module (sat.tools.frontends.xml):
|
2013-11-09 |
Goffi |
plugin text_syntaxes: fixed clean_xhml (it now return XHTML instead of HTML)
|
2013-11-08 |
Goffi |
moved sat.tools.frontend to sat.tools.frontends
|
2013-11-07 |
souliane |
plugin misc_account: added method getNewAccountDomain
|
2013-11-07 |
souliane |
frontend, primitivus: added input history (mode-wise)
|
2013-11-07 |
souliane |
social contract: typos fixes
|
2013-11-07 |
Goffi |
core, bridge: extra parameter is saved in history:
|
2013-11-05 |
Goffi |
plugin XEP_0071: first draft
|
2013-11-05 |
Goffi |
plugin XEP-0115: changed node for "http://sat.goffi.org" + filtering using list comprehension instead of filter()
|
2013-11-05 |
Goffi |
core: added SatIdentityHandler for Disco Identity, and set identity to "client/pc/Salut à Toi"
|
2013-11-05 |
Goffi |
plugin text syntaxes: this plugin manage rich text syntaxes conversions and cleaning.
|
2013-10-31 |
Goffi |
install: added lxml to setup.py dependencies
|
2013-10-31 |
Goffi |
core: Deferred in onMessage.
|
2013-10-31 |
Goffi |
core: importParams renamed to updateParams: it now updates the parameter instead of appending children if it find an existing one.
|
2013-10-15 |
Goffi |
primitivus: fixed crash on private messages
|
2013-10-15 |
Goffi |
core, plugins: fixed bad use of children instead of elements() for domish.Element instances.
|
2013-10-07 |
souliane |
plugin xep-0085: bug fix + improvement
|
2013-10-07 |
Goffi |
misc: added Dal to contributors
|
2013-10-07 |
Dal |
jp: profiles management
|
2013-10-02 |
souliane |
bridge, memory: added the parameter security_limit to asyncGetParamA so it can be used from libervia. refactorization in memory.py are related to that.
|
2013-10-02 |
souliane |
core, primitivus: better support for parameter of type list
|
2013-09-26 |
souliane |
plugin XEP-0085: improvement for sending "composing" state
|
2013-09-26 |
souliane |
wix: bug fix at startup when the method chatStateReceived doesn't exist
|
2013-10-04 |
Goffi |
install: minimum required wokkel version is now 0.7.1, updated setup.py
|
2013-10-03 |
Goffi |
install: fixed setup.py (changed "imaging" to "PIL")
|
2013-09-29 |
Goffi |
bridge: doc fix for newContact
|
2013-09-29 |
Goffi |
tests: helpers improvments:
|
2013-09-26 |
Goffi |
tests: fix SatMessageProtocolTest.test_onMessage
|
2013-09-26 |
Goffi |
tests: Use of FailTest for DifferentArgsException instead of Exception, so the test fail instead of raising en error.
|
2013-09-21 |
Goffi |
primitivus: disconnected contact crash fix
|
2013-09-21 |
Goffi |
core: misc bug fixes
|
2013-09-08 |
souliane |
plugin misc_account: fix for sending a failure message
|
2013-09-07 |
souliane |
plugin XEP-0085: renamed category and parameter
|
2013-09-08 |
souliane |
core: fix for methods signature
|
2013-09-07 |
souliane |
core: added the security_limit to setParam
|
2013-09-08 |
Goffi |
Added Soul to contributors
|
2013-09-05 |
souliane |
core: better handling of profile_key and don't write the param file anymore
|
2013-09-05 |
souliane |
misc: a few "cosmetic" changes (PEP 8...)
|
2013-09-08 |
souliane |
primitivus: chat state implementation
|
2013-09-05 |
souliane |
plugin XEP-0085: Chat State Notifications
|
2013-09-08 |
souliane |
core: memory's updateEntityData improvments.
|
2013-09-05 |
souliane |
core: security attribute added to the parameters
|
2013-09-08 |
Goffi |
primitivus: menu to search directory (using XEP-0055)
|
2013-09-08 |
Goffi |
primitivus: really basic implementation of advanced list.
|
2013-09-08 |
Goffi |
plugin XEP-0055: implementation of Jabber Search
|
2013-09-08 |
Goffi |
core: added advanced list to XMLUI (need improvment, very basic so far)
|
2013-09-08 |
Goffi |
i18n: fixed bad translation
|
2013-06-22 |
Goffi |
wix: fixed application quitting (fix bug 25)
|
2013-06-21 |
Goffi |
core, bridge, jp, quick_frontend: SàT stop more gracefully if bridge can't be initialised:
|
2013-06-20 |
Goffi |
doc: added instructions to launch D-Bus on a terminal environment, as requested in bug 27.
|
2013-06-20 |
Goffi |
core: fixed crash on first run, when no profile exist yet
|
2013-06-20 |
Goffi |
core: fixed bad database creation on first run in sqlite storage
|
2013-06-20 |
Goffi |
plugin XEP-0277: RuntimeError is now catched during link parsing (can happen if no service jid is found)
|
2013-06-20 |
Goffi |
pluging maildir: some trivial fixes:
|
2013-06-20 |
Goffi |
pluging groupblog: comments handling:
|
2013-06-20 |
Goffi |
core: more explicit UnknownEntityError
|
2013-06-17 |
Goffi |
plugin group blog: getItems for comments fixed when we are the publisher of the parent node
|
2013-06-17 |
Goffi |
plugin groupblog: fixed bad inialisation check
|
2013-06-17 |
Goffi |
plugin group blog: comments handling (comments are automaticaly requested when a comment node is found)
|
2013-06-16 |
Goffi |
plugin groupblog: comment item is specified through microblog data, there is no more a specific signal type
|
2013-05-20 |
Goffi |
plugins XEP-0060, XEP-0277, groupblog: comments implementation (first draft, not finished yet):
|
2013-04-07 |
Goffi |
misc: added Thomas Preud'homme to contributors + a thanks message to maintainers =)
|
2013-04-07 |
Thomas Preud'homme |
quick frontend, jp: fix locales
|
2013-03-24 |
Goffi |
misc: fixed bridge_constructor.py typo
|
2013-03-10 |
Goffi |
core: added Priority management
|
2013-03-10 |
Goffi |
Primitivus: fixed xmlui/chat bad contents change
|
2013-03-07 |
Goffi |
fixed licences in docstrings (they are now in comments)
|
2013-02-24 |
Goffi |
Primitivus: fixed contacts list (un)hidding
|
2013-02-24 |
Goffi |
primitivus: fixed urwid issues with recent urwid versions
|
2013-02-23 |
Goffi |
installation: added forgotten imaging dependency
|
2013-02-23 |
Goffi |
core: fixed sendMessage
|
2013-02-21 |
Goffi |
plugin export command: first draft
|
2013-02-21 |
Goffi |
plugin parrot: sendMessage now avoid triggers
|
2013-02-21 |
Goffi |
core: sendMessage refactoring:
|
2013-02-21 |
Goffi |
jp, core: jp's clean_ustr moved to a new general utils module
|
2013-02-20 |
Goffi |
plugin text commands: basic /whois command (just show jid so far)
|
2013-02-20 |
Goffi |
plugin XEP-0045: fixed isNickInRoom
|
2013-02-20 |
Goffi |
misc: add ctags_links to .hgignore
|
2013-02-20 |
Goffi |
core: version update to development version
|
2013-01-25 |
Goffi |
plugin XEP-0045: fixed mucLeave bridge method
|
2013-01-18 |
Emmanuel Gil Peyrot |
Fix pep8 support in src/bridge.
|
2013-01-18 |
Emmanuel Gil Peyrot |
Fix pep8 support in src/plugins.
|
2013-01-20 |
Goffi |
core: added forgotten errback in sqlite's deleteProfile
|
2013-01-18 |
Emmanuel Gil Peyrot |
Fix pep8 support in src/memory.
|
2013-01-18 |
Emmanuel Gil Peyrot |
Fix pep8 support in src/test.
|
2013-01-18 |
Emmanuel Gil Peyrot |
Fix pep8 support in src/tools.
|
2013-01-18 |
Emmanuel Gil Peyrot |
Fix pep8 support in src/core.
|
2013-01-18 |
Emmanuel Gil Peyrot |
Remove every old-style class.
|
2013-01-18 |
Emmanuel Gil Peyrot |
Remove trailing whitespaces.
|
2013-01-18 |
Emmanuel Gil Peyrot |
Fix coding style in setup.py.
|
2013-01-18 |
Emmanuel Gil Peyrot |
Remove useless trailing semicolons.
|
2013-01-09 |
Goffi |
Added tag SàT v0.3.0 for changeset df6b9b881f0e
|
2013-01-09 |
Goffi |
bad tagging
0.3.0 SàT v0.3.0
|
2013-01-09 |
Goffi |
Added tag SàT, v0.3.0 for changeset 78ca32cc0b51
|
2013-01-09 |
Goffi |
CHANGELOG + version updates (yes, that's a release \o/)
|
2013-01-09 |
Goffi |
misc: setup.py long description update
|
2013-01-09 |
Goffi |
removed CONST from sat_main as it is already in default_config
|
2013-01-09 |
Goffi |
misc: README cleaning + added Mutagen to credits
|
2013-01-09 |
Goffi |
plugin radiocol: songs are deleted once played (Q&D need to be reworked once file are properly transfered to server)
|
2013-01-09 |
Goffi |
misc: added presentation website to README
|
2013-01-09 |
Goffi |
installation: setup.py description + website url update
|
2013-01-07 |
Goffi |
core, plugin imap, plugin smtp: fixed SMTP/IMAP integration. /!\ Profile need to be connected for IMAP server to work (will change in the future)
|
2013-01-07 |
Goffi |
installation: added mutagen to setup.py's dependencies
|
2013-01-07 |
Goffi |
dates update
|
2013-01-07 |
Goffi |
plugin account: errReceived fix + emails are now sent on new account + generic example server constants
|
2013-01-07 |
Goffi |
plugin XEP-0054: fixed bad image resizing
|
2013-01-07 |
Goffi |
plugin account: first draft of automatic SàT/Prosody account creation (basis coming from Libervia)
|
2013-01-07 |
Goffi |
bridge: generic plugin methods handling for frontend side in D-Bus Bridge \o/
|
2013-01-06 |
Goffi |
core: initial discovery fix
|
2013-01-06 |
Goffi |
core: sqlite storage constraint fix
|
2013-01-06 |
Goffi |
plugin text commands: added /topic as a synonym of /title
|
2012-12-28 |
Goffi |
plugin quiz: fixed XEP-0045 call
|
2012-12-28 |
Goffi |
plugin Tarot: fixed plugin
|
2012-12-28 |
Goffi |
core, plugin XEP-0054: avatar upload:
|
2012-12-19 |
Goffi |
quick frontend: asyncConnect is now used, to be sure that roster is available before continuing profile plugging
|
2012-12-17 |
Goffi |
plugin XEP-0054: added profile own jid to _fillCachedValues (needed to have its own avatar)
|
2012-12-16 |
Goffi |
core: renamed badly named ConnectedProfileError
|
2012-12-16 |
Goffi |
core: port parameter is used
|
2012-12-16 |
Goffi |
core: paramaters are now merged: if a parameter doens't exist in loaded xml but exists in default parameters, it is added
|
2012-12-16 |
Goffi |
core: added Port parameter
|
2012-12-09 |
Goffi |
primitivus, wix: fixed bad defaults values for XMLUI class
|
2012-12-09 |
Goffi |
plugin XEP-0077: misc fixes
|
2012-12-06 |
Goffi |
core: fixed presence cache error
|
2012-11-24 |
Goffi |
wix: fixed profile manager
|
2012-11-21 |
Goffi |
plugin XEP-0054: naive approach to have a persistent cache of avatars
|
2012-11-21 |
Goffi |
core: asyncConnect is now fired when roster is available
|
2012-11-21 |
Goffi |
core: client.roster has now a got_roster deferred which is fired when roster is available
|
2012-11-14 |
Goffi |
installation: removed BeautifulSoup from dependencies as it was only used by CS plugin which is now deprecated
|
2012-11-14 |
Goffi |
installation: added wokkel to dependencies, and removed custom wokkel installation in setup.py (muc branch is now merged mainstream)
|
2012-11-14 |
Goffi |
primitivus: fixed actionResult call (fix gateways management)
|
2012-11-14 |
Goffi |
wix: fixed parameters management
|
2012-11-14 |
Goffi |
plugin XEP-0100: fixed lackings profile arguments in some methods
|
2012-11-14 |
Goffi |
quick frontend: fixed clearContacts
|
2012-11-14 |
Goffi |
frontends: incoming files transfer management:
|
2012-11-14 |
Goffi |
core, bridge: waiting confirmation management (new getWaitingConf method)
|
2012-11-12 |
Goffi |
plugin XEP-0096: restored XEP-0065 usage
|
2012-11-12 |
Goffi |
quick frontend: fixed getHistory call
|
2012-11-10 |
Goffi |
core, frontends, bridgen plugins: fixed methods which were unproperly managing multi-profiles
|
2012-11-04 |
Goffi |
plugin cs: this plugin is now deprecated
|
2012-11-01 |
Goffi |
core, plugins: fixed bad namespace in stanza creation
|
2012-11-01 |
Goffi |
bridge: fixed D-Bus warning in frontend side of bridge
|
2012-10-29 |
Goffi |
plugin group blog: item configuration data (which groups are allowed) are parsed and added to microblog data
|
2012-10-28 |
Goffi |
misc: added informations on Apache logs in README's privacy warning
|
2012-10-28 |
Goffi |
plugin group blog: security check + fixed publisher in personalEvent signal
|
2012-10-28 |
Goffi |
primitivus: fixed info messages timestamp
|
2012-10-28 |
Goffi |
primitivus: fixed edit bar's captions encoding (could cause crashes)
|
2012-10-21 |
Goffi |
plugin groupblog: fixed GROUP and JID publishers_type in getMassiveLastGroupBlogs and massiveSubscribeGroupBlogs
|
2012-10-21 |
Goffi |
plugin XEP-0045: in case of nickname conflict when entering a room, a new one is automaticaly assigned
|
2012-10-21 |
Goffi |
plugin text commands: added /parrot and /unparrot commands to use Parrot plugin
|
2012-10-21 |
Goffi |
new plugin: Parrot is an experimental plugin which repeat messages between 2 entities
|
2012-10-21 |
Goffi |
core: Triggers can now frobid other triggers execution
|
2012-10-21 |
Goffi |
primitivus: Primitivus is now modal (vi-like behaviour):
|
2012-10-21 |
Goffi |
plugin text commands: added _feedback method to send an answer to user
|
2012-10-21 |
Goffi |
plugin XEP-0045: added isNickInRoom method
|
2012-10-21 |
Goffi |
primitivus: fixed double messages discarding
|
2012-10-21 |
Goffi |
primitivus: better chat text insertion in chat window
|
2012-10-21 |
Goffi |
reverted bad commit
|
2012-10-21 |
Goffi |
primitivus: fixed messages order in chat window
|
2012-10-20 |
Goffi |
plugin text commands: added /help command
|
2012-10-20 |
Goffi |
core: added priority management in triggers
|
2012-10-20 |
Goffi |
plugin XEP-0045, plugin text commands: added '/title' command
|
2012-10-20 |
Goffi |
Primitivus: avoid double messages in case of backlog/history conflict
|
2012-10-20 |
Goffi |
core, quick_frontend, primitivus, wixi, bridge: fixed delayed message timestamp:
|
2012-10-16 |
Goffi |
core, bridge, quick_frontend: MUC private messages history management:
|
2012-10-15 |
Goffi |
Primitivus: present contacts in groups chat can now be clicked
|
2012-10-10 |
Goffi |
quick frontend, primitivus, wix: MUC private messages management
|
2012-09-27 |
Goffi |
plugin text commands: added /join command
|
2012-09-27 |
Goffi |
plugin text commands: /leave management:
|
2012-09-27 |
Goffi |
frontends, core, plugin XEP-0045: leave implementation + better nick change
|
2012-09-26 |
Goffi |
plugin text commands: Text commands is a new plugin that bring IRC-like commands
|
2012-09-26 |
Goffi |
plugin xep-0045: nick change management
|
2012-09-25 |
Goffi |
core, quick frontend, plugin xep-0054, bridge: use of memory's entities data for vcard:
|
2012-09-25 |
Goffi |
Primitivus: new entities are added to contact list if they send messages + QuickFrontend: names fixes
|
2012-09-25 |
Goffi |
QuickFrontend, Primitivus, Wix: special entities management:
|
2012-09-24 |
Goffi |
core, quick_frontend, primitivus, wix: Contacts List refactoring phase 1:
|
2012-09-04 |
Goffi |
primitivus: keep focus position in contacts list on redraw
|
2012-09-04 |
Goffi |
primitivus: fixed display for selected entity in contacts list + added indentation for status message
|
2012-09-04 |
Goffi |
primitivus: better focused attributes for roster
|
2012-09-03 |
Goffi |
primitivus: contacts list improvments:
|
2012-09-03 |
Goffi |
primitivus: added show and status text attributes + show icons
|
2012-09-03 |
Goffi |
primitivus: moved constants in a separate file
|
2012-08-17 |
Goffi |
core: memory bug fix
|
2012-08-17 |
Goffi |
jp: - better expandJid: roster's jids' nodes are used after names to expand jid
|
2012-08-17 |
Goffi |
bridge: updated D-Bus frontend
|
2012-08-17 |
Goffi |
wix: renamed id variable to avoid reserved name
|
2012-08-17 |
Goffi |
Bridge: "auto" type for sendMessage method
|
2012-08-17 |
Goffi |
core: sendMessage refactoring:
|
2012-08-17 |
Goffi |
plugin xep-0045: entity type is changer to chatroom for room joined
|
2012-08-17 |
Goffi |
core: added isJidInRoster method
|
2012-08-17 |
Goffi |
core: entity cache misc data management + error moved to core.exceptions in memory
|
2012-08-16 |
Goffi |
plugin xep-0054: changed deprecated deferredGenerator for inlineCallbacks
|
2012-08-15 |
Goffi |
core: presence status + last resource refactored and kept in entitiesCache in memory.py, profile cache is purged on disconnection
|
2012-08-12 |
Goffi |
core: fixed bad try/except block in memory
|
2012-08-01 |
Goffi |
misc: updated README with contributors
|
2012-08-01 |
Matthieu Rakotojaona |
misc: CONTRAT SOCIAL (Social Contract) English translation
|
2012-08-01 |
Goffi |
Licence modification: the full project is now under AGPL v3+ instead of GPL v3+
|
2012-06-25 |
Goffi |
quickapp: fixed typo
|
2012-06-24 |
Goffi |
plugin groupblog: fixed initialisation
|
2012-06-24 |
Goffi |
plugin groupblog: subscriptions/notifications
|
2012-05-30 |
Goffi |
plugin groupblog: added disco info + misc fixes
|
2012-04-14 |
Emmanuel Gil Peyrot |
frontend: Fix notify import in Primitivus.
|
2012-04-14 |
Emmanuel Gil Peyrot |
misc: Add the build directory to the ignore file.
|
2012-04-14 |
Emmanuel Gil Peyrot |
misc: Make the shell launcher use the same python interpreter than setup.py.
|
2012-04-14 |
Emmanuel Gil Peyrot |
misc: Add the forgotten sat.memory to setup.py.
|
2012-04-03 |
Goffi |
core: exceptions moved to core
|
2012-04-01 |
Goffi |
plugin groupblog, D-Bus frontend: added getLastGroupBlogs and getMassiveLastGroupBlogs
|
2012-04-01 |
Goffi |
D-Bus bridge: fixed getRoomsSubjects call + fixed dynamic addition of methods + added getLastGroupBlogs method
|
2012-03-30 |
Goffi |
D-Bus Bridge: use inspection to name attribute + fix asynchronous calls for dynamically added method, it now use deferred return value instead of callback/errback attributes
|
2012-03-28 |
Goffi |
plugin group blog: getMassiveGroupBlog first draft
|
2012-03-25 |
Goffi |
core: Roster cache refactoring: cache is now managed by client's SatRosterProtocol instance.
|
2012-03-24 |
Goffi |
plugin groupblog: added getLastGroupBlogs method
|
2012-03-24 |
Goffi |
plugin radiocol: fixed missing import
|
2012-03-24 |
Goffi |
fixed lauching script
|
2012-03-14 |
Goffi |
plugin groupblog: next-gen group blog first draft
|
2012-03-14 |
Goffi |
core: typo
|
2012-03-13 |
Goffi |
backend: added warning message when jabberfr workaround is used + fixed missing warning method
|
2012-03-06 |
Goffi |
copyleft date update
|
2012-03-06 |
Goffi |
core: fixed Params class name in load_default_params
|
2012-01-29 |
Goffi |
plugin radiocol: working Radio Collective \o/
|
2012-01-23 |
Goffi |
plugin radiocol: fixed autocreation of radiocol for new comers
|
2012-01-22 |
Goffi |
plugin RadioCol: basic functionnality working approximately
|
2012-01-22 |
Goffi |
plugin XEP-0249: fixed join (signature changed after wokkel update)
|
2012-01-22 |
Goffi |
plugin radiocol: removed occupants list in radiocolStarted signal
|
2012-01-22 |
Goffi |
plugin XEP-0045: room unlocking fix
|
2012-01-04 |
Goffi |
plugin xep-0045: fixed missing return deferred
|
2012-01-04 |
Goffi |
plugins: radio collective first draft
|
2011-12-12 |
Goffi |
bridge: removed default profile_key in dbus_frontend_template to avoid difficult to find bugs
|
2011-12-04 |
Goffi |
core: - history management improved
|
2011-12-03 |
Goffi |
Wix: fixed asynchronous call to get profile's data in profile manager
|
2011-12-03 |
Goffi |
Primitivus: fixed redraw on profile change in profile manager
|
2011-12-03 |
Goffi |
plugin maildir: replaced forgotten setPrivate by PersistentBinaryDict.force
|
2011-12-03 |
Goffi |
plugin xep 0054: fixed bad bridge signature
|
2011-12-03 |
Goffi |
core: getPrivate/setPrivate removed from memory, private values now use database storage and persistent dicts \o/
|
2011-12-03 |
Goffi |
core: added get method to PersistentDictionary
|
2011-12-03 |
Goffi |
core: fixed bad query in Sqlite storage
|
2011-12-03 |
Goffi |
plugin CS: use of PersistentBinaryData to store profile's information, and clean up on profile disconnection.
|
2011-12-03 |
Goffi |
plugin maildir: maildir now use PersistentBinaryDictionary to store profile specific data
|
2011-12-03 |
Goffi |
core: plugins can now have profileConnected/profileDisconnected method to initialise/free profile dependant resources
|
2011-11-29 |
Goffi |
plugin XEP-0115: entity capabilities now use PersistentBinaryDict to store hash cache
|
2011-11-29 |
Goffi |
core: sqlite persistentBinaryDict storage fix
|
2011-11-20 |
Goffi |
plugin XEP-0054: cache now use storage
|
2011-11-20 |
Goffi |
core: path update for Memory import
|
2011-11-20 |
Goffi |
core: memory.py and sqlite.py moved from tools to memory
|
2011-11-20 |
Goffi |
core: - memory refactoring (moved memory.py and sqlite.py from tools to memory)
|
2011-11-12 |
Goffi |
bridge: typo in bridge constructor
|
2011-11-11 |
Goffi |
primitivus: chat window is not scrolled anymore when user is watching history and a new message is received
|
2011-11-11 |
Goffi |
core: fixed empty body error on new message
|
2011-11-11 |
Goffi |
core: fixed memory initialisation sequence
|
2011-11-11 |
Goffi |
core: outgoing groupchat message are not added to history anymore
|
2011-11-08 |
Goffi |
core: don't save anymore delayed message in history
|
2011-11-08 |
Goffi |
backend, bridge: asynchronous history
|
2011-11-07 |
Goffi |
bridge: added check that synchronous method does not return a deferred
|
2011-11-06 |
Goffi |
backend: - bridge async D-Bus method now automatically manage callback and errback, we just have to return a deferred
|
2011-11-06 |
Goffi |
Primitivus: Profile Manager: fixed redraw on profile change + use of AdvandedEdit for login field
|
2011-11-02 |
Goffi |
primitivus: profile manager updated to use new asynchronous profile creation
|
2011-11-02 |
Goffi |
core: profile creation/deletion through database
|
2011-11-02 |
Goffi |
bridge: added generic D-Bus exception management + asyncCreateProfile method
|
2011-11-01 |
Goffi |
core: removed former parameters files data location constants
|
2011-11-01 |
Goffi |
core: removed former save_data method
|
2011-11-01 |
Goffi |
core: param loading/purging on profile connection/disconnection
|
2011-11-01 |
Goffi |
primitivus: fixed screen redraw after plugin profile
|
2011-11-01 |
Goffi |
Quick frontend: use of asyncGetParamA when pluging profile
|
2011-11-01 |
Goffi |
core: - individual parameters managed through sqlite
|
2011-10-30 |
Goffi |
database integration: first draft
|
2011-10-08 |
Goffi |
primitivus: urwid 1.0.0 update (crash was caused by using non unicode caption)
|
2011-10-08 |
Goffi |
plugin XEP-0163: user event mood with no item fix
|
2011-10-08 |
Goffi |
plugin XEP-0045: typo fix
|
2011-10-08 |
Goffi |
wix: removed forgotten test
|
2011-10-08 |
Goffi |
plugin XEP-0045: fix method call
|
2011-10-08 |
Goffi |
plugin XEP-0045: send error on invalid room jid on _join
|
2011-10-08 |
Goffi |
MUC update to follow wokkel's MUC branch update
|
2011-10-08 |
Goffi |
plugin xep-0047: removed gajim workaround as gajim has been fixed
|
2011-10-07 |
Goffi |
plugins XEP-0047 and XEP-0065: timout bug fix
|
2011-10-07 |
Goffi |
jp: use with statement to open fifo
|
2011-10-06 |
Goffi |
jp roster name manegement + Pipe transfer
|
2011-10-06 |
Goffi |
plugin XEP-0096: minor cleaning
|
2011-10-06 |
Goffi |
core: added getLastResource method
|
2011-10-05 |
Goffi |
File transfer:
|
2011-10-05 |
Goffi |
core: workaround to avoid a bug in item detection on jabber.fr. Need more investigation with jabber.fr admins (may be a bug in ejabberd)
|
2011-10-04 |
Goffi |
memory: avoid duplicate in getParamsCategories
|
2011-10-04 |
Goffi |
memory: multiples params of the same category are now merged
|
2011-10-03 |
Goffi |
plugin XEP-0065: refactored and misc stuff fixed. Still not finished
|
2011-10-01 |
Goffi |
jp: added --connect option
|
2011-09-29 |
Goffi |
memory: general param default value fix
|
2011-09-29 |
Goffi |
spelling
|
2011-09-29 |
Goffi |
jp: fixed file reception
|
2011-09-29 |
Goffi |
plugin XEP-0047: typo
|
2011-09-29 |
Goffi |
core: progress callback now use id as first parameter
|
2011-09-29 |
Goffi |
frontends, bridge: sendFile method signature change + jid parameters in bridge now use _jid suffix
|
2011-09-29 |
Goffi |
plugins: plugin XEP-0096 update, use of XEP-0047 (IBB)
|
2011-09-29 |
Goffi |
plugins: Stream initiation (xep-0095) implementation
|
2011-09-29 |
Goffi |
plugins: In-Band Bytestreams (XEP-0047) implementation
|
2011-09-29 |
Goffi |
plugins: feature negociation (XEP-0020) implementation
|
2011-09-29 |
Goffi |
Primitivus: fixed "info" showDialog
|
2011-08-27 |
Goffi |
primitivus: added forgotten gettext i18n call
|
2011-08-27 |
Goffi |
primitivus: freedesktop notifications (if available) when somebody is talking to us and we have not focus, or our nick is pinged and we have not focus.
|
2011-08-27 |
Xavier Maillard |
core: Fix status update crash
|
2011-08-14 |
Goffi |
bridge constructor: added missing dbus_xml_template.xml + renamed ContactT in Contact for Qt annotations
|
2011-08-12 |
Goffi |
Bridge Constructor: added anchor link in mediawiki constructor
|
2011-08-11 |
Goffi |
bridge: .ini arguments are now named jid or .*_jid if a Jabber ID is expected
|
2011-08-08 |
Goffi |
D-Bus constructor: add Constructors specific flags (--flags argument)
|
2011-07-28 |
Goffi |
bridge-constructor: added dbus-xml constructor (used for Qt frontend)
|
2011-07-27 |
Goffi |
core: MANIFEST.in and setup.py cleaning
|
2011-07-05 |
Goffi |
core: plugins refactored according to bridge + updatedValue now use profile
|
2011-07-05 |
Goffi |
bridge refactoring: categories are now core and plugin instead of communication and request
|
2011-06-24 |
Goffi |
plugin smtp: fixed email address parsing and invalid unicode message
|
2011-06-19 |
Goffi |
launching script now read config files
|
2011-06-18 |
Goffi |
wix: updated quiz's images paths
|
2011-06-18 |
Goffi |
wix: removed image dir (now in a separate package)
|
2011-06-18 |
Goffi |
wix: updated paths to use media_dir
|
2011-06-18 |
Goffi |
core: local_dir moved to config file
|
2011-06-18 |
Goffi |
core: configuration file
|
2011-06-12 |
Goffi |
bridge: bridge_constuctor's frontend template update with quiz answer method
|
2011-06-12 |
Goffi |
Quiz game: buzzer, timer, answer management
|
2011-06-12 |
Goffi |
Quizz game: first draft
|
2011-06-06 |
Goffi |
bridge: regenerated DBus bridge
|
2011-06-06 |
Goffi |
bridge: templates' constants can now be overrided
|
2011-06-06 |
Goffi |
core: local_dir can now be overrided (usefull to launch 2 instances at the same time)
|
2011-06-04 |
Goffi |
Changed version number to dev version
|
2011-06-04 |
Goffi |
CHANGELOG: fixed tabulations
|
2011-06-01 |
Goffi |
retagged v0.2.0
|
2011-06-01 |
Goffi |
Added tag SàT v0.2.0 for changeset cc2afb92ab93
|
2011-06-01 |
Goffi |
updated version number
0.2.0 SàT v0.2.0
|
2011-05-31 |
Goffi |
Added tag SàT v0.2.0 for changeset d782c22d5e34
|
2011-05-31 |
Goffi |
updated CHANGELOG
|
2011-05-31 |
Goffi |
plugin XEP-0045: added error callback to join's deferred, and a callback is created if join fail before calling MUCClient's join
|
2011-05-30 |
Goffi |
setup.py update:
|
2011-05-30 |
Goffi |
updated README and CHANGELOG
|
2011-05-29 |
Goffi |
core: contact deletion from roster if we have no subscription to it (behaviour may change in futur)
|
2011-05-28 |
Goffi |
core: fixed several subscription scheme issues + removed most of profile_key default value in core.sat_main and core.xmmp (source of bugs) + contact update
|
2011-05-28 |
Goffi |
Bridge: added updateContact method
|
2011-05-28 |
Goffi |
quickapp: fixed contact removing bug
|
2011-05-28 |
Goffi |
plugin xep 0277: added OPT_DELIVER_PAYLOADS OPT_SEND_ITEM_SUBSCRIBE to microblog options when changing access
|
2011-05-28 |
Goffi |
added social contract (CONTRAT_SOCIAL)
|
2011-05-26 |
Goffi |
code: added asyncConnect
|
2011-05-26 |
Goffi |
plugin groupblog: removed breakpoints, but error handling still need work
|
2011-05-26 |
Goffi |
plugin XEP-00277: setMicroblogAccess is now asynchronous
|
2011-05-26 |
Goffi |
plugin maildir: fixed typo
|
2011-05-26 |
Goffi |
bridge: async callback managed in bridge_constructor + misc
|
2011-05-25 |
Goffi |
core: added email in registerNewAccount
|
2011-05-23 |
Goffi |
Tests
|
2011-05-23 |
Goffi |
core: fixed None instead of empty dict in availableReceived
|
2011-05-23 |
Goffi |
core: fixed a None sent instead of empty dict in unavailableReceived
|
2011-05-23 |
Goffi |
core: minor refactoring
|
2011-05-23 |
Goffi |
core: main SAT class now moved in its own module core.sat_main
|
2011-05-23 |
Goffi |
Core: created a new core module where xmpp classes are put
|
2011-05-22 |
Goffi |
QuickApp: autoplay deactivated in Tarot game
|
2011-05-22 |
Goffi |
Tarot game:
|
2011-05-22 |
Goffi |
core: fixed crash when roster list is empty
|
2011-05-16 |
Goffi |
core, plugin mblog: fixed some exceptions
|
2011-05-11 |
Goffi |
primitivus: removed forgotten debug stuff
|
2011-05-10 |
Goffi |
core: fixed bad profile check in connect method
|
2011-05-10 |
Goffi |
primitivus: fixed state state change in tarot game
|
2011-05-10 |
Goffi |
README: fixed paths, and added personnal jid
|
2011-05-08 |
Goffi |
wix: force updating of splitterWindow in ChatWindow (needed when Tarot game is launched)
|
2011-05-06 |
Goffi |
plugin Tarot: added a launch method to automatically create a new room, invite players and create the game
|
2011-05-06 |
Goffi |
plugin xep-0045: misc improvments
|
2011-05-06 |
Goffi |
core: multiple identities with same category/type are now managed with getServerServiceEntities
|
2011-05-06 |
Goffi |
added plugin XEP-0249: direct MUC invitation
|
2011-05-02 |
Goffi |
wix: workaround a weird bug which crash wix while using empty_avatar, see comments for more information
|
2011-05-02 |
Goffi |
core: fixed stop script
|
2011-05-02 |
Goffi |
bridge: removed debug info in generated frontend bridge
|
2011-04-16 |
Goffi |
QnD workaround for presence broadcast openfire bug
|
2011-04-15 |
Goffi |
plugin group blog: a custom cb is now used to specitfy node and groups targetted by the blog
|
2011-04-12 |
Goffi |
plugin group blog: group blog now use PEP to take profit of autosubscribe
|
2011-04-11 |
Goffi |
plugin group blog: group blog subscription
|
2011-04-09 |
Goffi |
plugin xep-0277: fixed bad data check
|
2011-04-07 |
Goffi |
plugin group blog: blog collection cleaning
|
2011-04-07 |
Goffi |
Group blog first draft
|
2011-04-07 |
Goffi |
plugin xep-0277: bridge data is now converted in pubsub item in a separate function
|
2011-04-07 |
Goffi |
core: server identities are now save in memory
|
2011-03-26 |
Goffi |
microblog sending
|
2011-03-24 |
Goffi |
plugin XEP_0277: microblog access model can now be changed
|
2011-02-21 |
Goffi |
plugin xep-0277: added getLastMicroblogs method
|
2011-02-21 |
Goffi |
plugin xep-0060: added getEntry method
|
2011-02-21 |
Goffi |
DBus bridge: using new generated bridge
|
2011-02-20 |
Goffi |
dbus bridge: asynchrone methods management
|
2011-02-20 |
Goffi |
dbus bridge: added doc parameter, unmanaged yet
|
2011-02-18 |
Goffi |
plugin XEP 0277: author for in request + author, updated management for out request
|
2011-02-18 |
Goffi |
typo
|
2011-02-18 |
Goffi |
installation: fixed wokkel hack
|
2011-02-18 |
Goffi |
installation: wokkel hack now use specific revision to avoid merge conflict, and use the same options as for the parent setup.py
|
2011-02-08 |
Goffi |
Plugin XEP-0277: first draft of microblogging over ip /!\ new dependencies added /!\
|
2011-02-07 |
Goffi |
core: wokkel behavious work around on VersionHandler to avoid XEP-0115 issue with ejabberd (see comments for details)
|
2011-02-06 |
Goffi |
plugins: fixed bad import names
|
2011-02-06 |
Goffi |
plugin xep 163: added generic sendPEPEvent method
|
2011-02-06 |
Goffi |
xml_tools: added ElementParser for raw xml -> domish.Element conversion
|
2011-02-06 |
Goffi |
core: added plugin dependency not found import error
|
2011-02-06 |
Goffi |
core: added plugin dependency management
|
2011-02-04 |
Goffi |
plugin xep-0163: added mood publishing
|
2011-02-03 |
Goffi |
plugin XML Log: fixed dbus signal name
|
2011-02-03 |
Goffi |
dbus bridge: fixed introspection for dynamically added methods and signals
|
2011-02-03 |
Goffi |
core: added plugins for PubSub et PEP (first drafts)
|
2011-02-03 |
Goffi |
added plugin xep-0115: entity capabilities
|
2011-02-03 |
Goffi |
typo
|
2011-02-01 |
Goffi |
plugin xmllog: removed traces
|
2011-02-01 |
Goffi |
removed old useless code
|
2011-02-01 |
Goffi |
mediawiki template
|
2011-02-01 |
Goffi |
new xml log plugin
|
2011-01-30 |
Goffi |
bridge, bridge constructor: fixed mix stuff
|
2011-01-25 |
Goffi |
distribute: removed dependency_links for urwid-satext: it's now on pypi
|
2011-01-25 |
Goffi |
Bridge: rename connection_error to connectionError for function name consistency
|
2011-01-25 |
Goffi |
Bridge: added mediawiki constructor in bridge constructor, usefull for documentation purpose
|
2011-01-24 |
Goffi |
bridge: core & frontend sides of bridge are now generated
|
2011-01-24 |
Goffi |
bridge: constructor now generate files in a 'generated' subdirectory
|
2011-01-24 |
Goffi |
updated MANIFEST.in to exclude bridge_constructor's generated dir
|
2011-01-24 |
Goffi |
updated .hgignore
|
2011-01-24 |
Goffi |
distribute: manifest now include all .py and .ini files
|
2011-01-24 |
Goffi |
Bridge constructor:
|
2011-01-24 |
Goffi |
bridge: constructor and template improved, documentation added
|
2011-01-24 |
Goffi |
bridge: automatic bridge generator, first draft
|
2011-01-23 |
Goffi |
core: fixed default message type
|
2011-01-23 |
Goffi |
added "please" in password error message
|
2011-01-22 |
Goffi |
Added management of connection error
|
2011-01-18 |
Goffi |
IMAP & SMTP Port parameters are now merged in "Mail Server" category
|
2011-01-18 |
Goffi |
Added SMTP server plugin, for sending messages from classic MUA \o/
|
2011-01-18 |
Goffi |
core, plugin Maildir: added "ProfileCreation" Trigger
|
2011-01-18 |
Goffi |
Added a library for custom SàT Exceptions
|
2011-01-17 |
Goffi |
plugin IMAP, plugin Maildir: profile management
|
2011-01-17 |
Goffi |
Test value replaced by example values for memory params
|
2011-01-17 |
Goffi |
plugin IMAP, plugin Maildir: added flag, IMAP's uid management
|
2011-01-17 |
Goffi |
Plugin IMAP, plugin MAILDIR: added IMAP's UID management, mailbox data persistence
|
2011-01-16 |
Goffi |
MAILDIR + IMAP plugins: first draft
|
2011-01-16 |
Goffi |
Core: Trigger implementation + version number update
|
2011-01-16 |
Goffi |
minor copyright update, date format harmonisation
|
2011-01-16 |
Goffi |
Tools: new misc library, Trigger management implementation
|
2011-01-16 |
Goffi |
added "debug" command to sat launcher script
|
2011-01-14 |
Goffi |
Added tag SàT v0.1.1 for changeset 53aa958a2d3d
|
2011-01-14 |
Goffi |
CHANGELOG update
0.1.1 SàT v0.1.1
|
2011-01-14 |
Goffi |
Added tag SàT v0.1.1 for changeset e077f068ff57
|
2011-01-14 |
Goffi |
version updated to 0.1.1
|
2011-01-13 |
Goffi |
quick_frontend: fixed bad string type with DBus by converting them to unicode
|
2011-01-12 |
Goffi |
Added tag SàT v0.1.0 for changeset b778622b8733
|
2011-01-12 |
Goffi |
CHANGELOG typo
0.1.0 SàT v0.1.0
|
2011-01-12 |
Goffi |
Removed tag SàT v0.1.0
|
2011-01-12 |
Goffi |
Removed tag SàT v0.1.0
|