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
|
2011-01-12 |
Goffi |
Added tag SàT v0.1.0 for changeset 83d2bc0abf2a
|
2011-01-12 |
Goffi |
version, README, CHANGELOG and INSTALL updates
|
2011-01-11 |
Goffi |
distutils: added urwid-satext dependency, and gobject in preinstall_check
|
2011-01-11 |
Goffi |
jp: fixed bad sat.tools.jid import
|
2011-01-07 |
Goffi |
distutils: added preinstall_check hack + some tuning while testing
|
2011-01-06 |
Goffi |
added stop command in sat.sh launching script
|
2011-01-06 |
Goffi |
distutils: fixed custom wokkel building
|
2011-01-06 |
Goffi |
Distutils: added custom wokkel checking/building
|
2011-01-06 |
Goffi |
added distribute bootstrap file
|
2011-01-06 |
Goffi |
distutils: removes build and dist from manifest's prune
|
2011-01-05 |
Goffi |
distutils: added MANIFEST.in
|
2011-01-05 |
Goffi |
2011 copyright upgrade
|
2011-01-05 |
Goffi |
distutils wix installation
|
2011-01-05 |
Goffi |
distutils install: fixed plugin import and log file path
|
2011-01-05 |
Goffi |
distutils installation script, draft
|
2011-01-04 |
Goffi |
files reorganisation
|
2010-12-29 |
Goffi |
Files reorganisation
|
2010-12-28 |
Goffi |
primitivus: refactoring to use urwid-satext which is now a separate project
|
2010-12-27 |
Goffi |
bridge: fixed newAlert parameters order
|
2010-12-27 |
Goffi |
plugin xep 0045: workaround for MUCClient exceptions
|
2010-12-27 |
Goffi |
primitivus, wix: added forgotten profile
|
2010-12-27 |
Goffi |
Plugin CS: fixed forgotten debug stuff, CS plugin is now working again
|
2010-12-27 |
Goffi |
primitivus: misc comments
|
2010-12-27 |
Goffi |
primitivus: Q&D workaround for dbus.String issue
|
2010-12-27 |
Goffi |
primitivus: fixed misnamed method in custom widget
|
2010-12-27 |
Goffi |
fixed some unicode issue
|
2010-12-27 |
Goffi |
removed connect on statService, this was causing issue on first launch
|
2010-12-27 |
Goffi |
fixed INSTALL instructions
|
2010-12-19 |
Goffi |
Added splitted Tarot cards comming from Wikicommons (cf. frontends/wix/images/cards/README) and their size in .size
|
2010-12-19 |
Goffi |
misc minor typos fixes, dev version
|
2010-08-19 |
Goffi |
Added tag SàT v0.0.3 for changeset b95550704b4f
|
2010-08-19 |
Goffi |
CHANGELOG updated
0.0.3 SàT v0.0.3
|
2010-08-19 |
Goffi |
Removed tag SàT v0.0.3
|
2010-08-19 |
Goffi |
Added tag SàT v0.0.3 for changeset 92e4ddd580ae
|
2010-08-19 |
Goffi |
version change before release
|
2010-08-19 |
Goffi |
misc minors fixed before release
|
2010-08-19 |
Goffi |
i18n: fixed typo
|
2010-08-19 |
Goffi |
primitivus: fixed unicode issue on date in chat window
|
2010-08-19 |
Goffi |
Primitivus: fixed alerts on nick in contact_list
|
2010-08-19 |
Goffi |
quick_frontend: fixed disconnect, and removed autojoin of muc room put for dev
|
2010-08-19 |
Goffi |
wix: unicode fixes in contact list
|
2010-08-19 |
Goffi |
plugin XEP-0045: fixed receivedSubject
|
2010-08-19 |
Goffi |
core: fixed forgotten profile in paramUpdate signal
|
2010-08-19 |
Goffi |
i18n: typo
|
2010-08-19 |
Goffi |
Added tarot cards licence information, and updated path in wix
|
2010-08-19 |
Goffi |
i18n: updated core translation
|
2010-08-19 |
Goffi |
i18n: frontends translations updated
|
2010-08-19 |
Goffi |
Primitivus: major changes in SelectableText, menu can now be used with mouse, TabsContainer show wich tab is selected
|
2010-08-18 |
Goffi |
About added/updated for Wix & Jp
|
2010-08-18 |
Goffi |
quick_frontend, wix, primitivus: informations in chat window
|
2010-08-18 |
Goffi |
Primitivus: added nick completion
|
2010-08-18 |
Goffi |
updated INSTALL instruction (wokkel MUC branch merge)
|
2010-08-18 |
Goffi |
Core: removed addItem for roster list, according to http://wokkel.ik.nu/ticket/56
|
2010-08-18 |
Goffi |
Primitivus: fixed focus in Input dialog
|
2010-08-18 |
Goffi |
minor deletions
|
2010-08-18 |
Goffi |
Primitivus: fixed contact list clear
|
2010-08-18 |
Goffi |
Added auto(dis)connect params + misc
|
2010-08-18 |
Goffi |
Primitivus now implement showDialog + new "newAlert" bridge method to show a dialog from core
|
2010-08-16 |
Goffi |
README update:
|
2010-08-16 |
Goffi |
Primitivus: file sending and progress management
|
2010-08-16 |
Goffi |
Primitivus: new FileDialog
|
2010-08-16 |
Goffi |
Plugin XEP-0065: dest_file is now propertly closed after copy, and data dict in getProgress is not filled in case of file access error (file closed)
|
2010-08-16 |
Goffi |
Primitivus: AdvancedEdit and Notification bar improved
|
2010-08-12 |
Goffi |
Primitivus: send_file first draft
|
2010-08-12 |
Goffi |
Primitivus: gateways: current server is now shown in title
|
2010-08-12 |
Goffi |
Core: plugin 0100: added connection lost management for disco info
|
2010-08-12 |
Goffi |
Primitivus: added Gateways support
|
2010-08-12 |
Goffi |
Primitivus: buttons are now in the bottom of Dialogs
|
2010-08-12 |
Goffi |
Dbus bridge (frontend): added profile_key argument for gatewayRegister
|
2010-08-12 |
Goffi |
Primitivus: XMLUI's show method now manage window and popup
|
2010-08-12 |
Goffi |
SàT: plugin 0077 & 0100: fixed profile management
|
2010-08-09 |
Goffi |
Primitivus: 2 bugs fixes
|
2010-08-09 |
Goffi |
Primitivus: misc improvments on TabsContainer/FocusFrame
|
2010-08-09 |
Goffi |
Primitivus: parameters management via XMLUI
|
2010-08-09 |
Goffi |
Frontends: management of unlaunched SàT Backend (information message and exit)
|
2010-08-09 |
Goffi |
Primitivus: contact list: new method UnselectAll
|
2010-08-09 |
Goffi |
Primitivus: new widget ColumnsRoller which show FlowWidgets on the same row, and can roll between them if there is not enough space
|
2010-08-06 |
Goffi |
misc Tarot fixes
|
2010-08-06 |
Goffi |
plugin tarot: fixed bad score calculation
|
2010-08-06 |
Goffi |
xml tools: pairs layout is not used anymore if there is no label in dataForm2xml
|
2010-08-04 |
Goffi |
Primitivus: notification bar, first draft
|
2010-08-04 |
Goffi |
wix, quick_frontend: deactivated autoplay in Tarot game
|
2010-08-04 |
Goffi |
primitivus: button are now working with XMLUI
|
2010-08-04 |
Goffi |
jp: added default value in --profile option's help
|
2010-08-04 |
Goffi |
SàT: fixed exception when using unmanaged IQ
|
2010-08-02 |
Goffi |
misc: split_card script: fixed bad replace
|
2010-07-30 |
Goffi |
Primitivus: begining of management for actionResult
|
2010-07-30 |
Goffi |
Primitivus: XMLUI: tabs layout management + CustomButton now used instead of urwid's buttons
|
2010-07-30 |
Goffi |
Primitivus: custom_widgets imrpovments
|
2010-07-28 |
Goffi |
Primitivus: Tarot game
|
2010-07-28 |
Goffi |
Primitivus: wix: xmlui misc fixes
|
2010-07-28 |
Goffi |
Quick Frontend: quick card game: added convenience method getPlayerLocation & __fakePlay
|
2010-07-28 |
Goffi |
plugin Tarot: separator doen't appear anymore when attacked has no bout in scores
|
2010-07-28 |
Goffi |
xml_tools: removed unused content parameter in addElement
|
2010-07-28 |
Goffi |
Primitivus: additionnal menus management
|
2010-07-26 |
Goffi |
Primitivus: Tarot card game implementation
|
2010-07-22 |
Goffi |
added GPL header to split_card script
|
2010-07-22 |
Goffi |
split_card script: minor change in syntax help
|
2010-07-22 |
Goffi |
mover Card class to tools/games and renamed it in TarotCard
|
2010-07-22 |
Goffi |
added .pyv & twistd.pid to .hgignore
|
2010-07-16 |
Goffi |
Primitivus: menu roller doesn't go anymore on a menu if it's empty
|
2010-07-16 |
Goffi |
wix: scrolling is not reseted anymore when clicking on a group on contact list
|
2010-07-16 |
Goffi |
Primitivus: menu are now managed and fully working
|
2010-07-16 |
Goffi |
frontend DBus bridge: added profile management for launchAction method
|
2010-07-16 |
Goffi |
Core, wix: added profile management for RegisterNewAccount method, and LaunchAction
|
2010-07-16 |
Goffi |
plugin tarot, plugin MUC: removed print which were causing error when printing unicode string
|
2010-07-16 |
Goffi |
wix: fixed wrong class Name in card_game
|
2010-07-16 |
Goffi |
quick_app: self.occupants for group chat are now managed by quick_chat. self.options.profile now support unicode
|
2010-07-14 |
Goffi |
Primitivus: menu is now working
|
2010-07-14 |
Goffi |
Primitivus: subject in group chat can now be shown in 3 ways: clip, full, or hidden
|
2010-07-14 |
Goffi |
sortilege's easter egg reimplemented
|
2010-07-12 |
Goffi |
Primitivus: misc fixes + menubar first draft
|
2010-07-12 |
Goffi |
Primitivus: mouse wheel changed to 'up' and 'down' key press
|
2010-07-12 |
Goffi |
Primitivus: sexy nick in chat window
|
2010-07-12 |
Goffi |
primitivus: contact list enhancement
|
2010-07-08 |
Goffi |
primitivus chat window
|
2010-07-08 |
Goffi |
wix: chat: date is now printed in grey
|
2010-07-08 |
Goffi |
wix: time is now printed in chat window
|
2010-07-08 |
Goffi |
misc documentation
|
2010-07-08 |
Goffi |
primitivus group chat & misc
|
2010-07-05 |
Goffi |
Primitivus: chat window / text sending.
|
2010-07-03 |
Goffi |
primitivus: added edition zone at the bottom
|
2010-07-03 |
Goffi |
misc fixes
|
2010-07-01 |
Goffi |
primitivus: basic contact list, connexion now work \o/
|
2010-07-01 |
Goffi |
primitivus: Profile Manager should now be fully fonctionnal
|
2010-07-01 |
Goffi |
primitivus: added Alert widget
|
2010-07-01 |
Goffi |
Primitivus: profile manager
|
2010-06-30 |
Goffi |
Primitivus first draft
|
2010-06-29 |
Goffi |
sortilege fix: it launches again now
|
2010-06-29 |
Goffi |
jp: profile management (new option: --profile)
|
2010-06-29 |
Goffi |
Plugin CS minor changes (Events & Couch Search tabs temporarly removed, open_new_tab user to open link in browser)
|
2010-06-28 |
Goffi |
CS plugin: unread messages can now be openned in external web browser
|
2010-06-28 |
Goffi |
CS: message sending is now working
|
2010-06-26 |
Goffi |
plugin CS: friends parsing
|
2010-06-23 |
Goffi |
params to XMLUI tools
|
2010-06-23 |
Goffi |
XMLUI: added tabs layout
|
2010-06-22 |
Goffi |
XMLUI refactoring, step 1
|
2010-06-22 |
Goffi |
misc bugfixes
|
2010-06-19 |
Goffi |
Couchsurfing plugin: first draft
|
2010-06-18 |
Goffi |
split_card script: added syntaxe checking
|
2010-06-18 |
Goffi |
Tarot game: invalid cards management
|
2010-06-03 |
Goffi |
Tarot Plugin: Garde Sans and Garde Contre are now managed
|
2010-06-02 |
Goffi |
removed forgotten autoplay hack
|
2010-06-02 |
Goffi |
removed forgotten set_trace
|
2010-06-02 |
Goffi |
Tarot game: score calculation
|
2010-06-01 |
Goffi |
Tarot game: basic trick
|
2010-05-30 |
Goffi |
Tarot game: basic trick
|
2010-05-29 |
Goffi |
Tarot game: chien/écart stage
|
2010-05-27 |
Goffi |
Tarot: bidding phase
|
2010-05-23 |
Goffi |
Tarot Game: session initialization
|
2010-05-13 |
Goffi |
multi-profile/subscription misc fixes
|
2010-05-12 |
Goffi |
Tarot
|
2010-05-11 |
Goffi |
Tarot game
|
2010-05-11 |
Goffi |
wix: Tarot panel now appear on top of groupchat window when a Tarot game is started
|
2010-05-07 |
Goffi |
Tarot Game plugin: first draft
|
2010-05-06 |
Goffi |
misc: split_cards: fix bad replacement
|
2010-05-06 |
Goffi |
wix: tarot game preparation step
|
2010-05-06 |
Goffi |
misc: added convert version check in split_card script
|
2010-04-18 |
Goffi |
Tarot game: first draft
|
2010-04-01 |
Goffi |
wix: basic dialog to join MUC room, jid node is now displayed in conversations instead of full jid
|
2010-03-31 |
Goffi |
Chat presentation enhancement
|
2010-03-31 |
Goffi |
Added method to know which MUC are joined, and which subjects were received.
|
2010-03-30 |
Goffi |
wix: MUC groupchat management + short nick shown in chat window instead of full jid when possible
|
2010-03-30 |
Goffi |
MUC: added subject management
|
2010-03-29 |
Goffi |
Basic user joined/left management
|
2010-03-24 |
Goffi |
plugin xep-0045: added roomUserJoined and roomUserLeft signals
|
2010-03-22 |
Goffi |
Dynamic signal addition in bridge
|
2010-03-20 |
Goffi |
MUC implementation: first draft
|
2010-03-06 |
Goffi |
quick app: updatedValue wrong parameter fix
|
2010-03-05 |
Goffi |
i18n
|
2010-03-03 |
Goffi |
i18n first draft
|
2010-02-25 |
Goffi |
multiple profiles update
|
2010-02-03 |
Goffi |
message sending bug fixes + sortilege update
|
2010-02-03 |
Goffi |
SàT: multi-profile: DBus signals and frontend adaptation (first draft)
|
2010-01-31 |
Goffi |
SàT: multi-profile: memory & dbus bridge's methods profile management
|
2010-01-30 |
Goffi |
SàT: multi-profile, plugins updated
|
2010-01-29 |
Goffi |
SàT: multi-profiles: somes fixes in core
|
2010-01-29 |
Goffi |
SàT multi-profile: connection using profiles
|
2010-01-28 |
Goffi |
parameters are saved again
|
2010-01-27 |
Goffi |
SàT: multi-profile parameters, first draft
|
2010-01-10 |
Goffi |
Added tag SàT v0.0.2 for changeset d660d1e5cee4
|
2010-01-10 |
Goffi |
updates for 0.0.2 release
0.0.2 SàT v0.0.2
|
2010-01-10 |
Goffi |
updated README and copyright note
|
2010-01-10 |
Goffi |
removed debug comments
|
2010-01-10 |
Goffi |
wix: changed main frame default size
|
2010-01-10 |
Goffi |
Wix: clicking on group in contact_list now (un)hide it.
|
2010-01-10 |
Goffi |
Wix: groups in contact list, first draft
|
2010-01-06 |
Goffi |
Connection/disconnection signals
|
2010-01-06 |
Goffi |
frontend improved to take into account new SàT features
|
2010-01-06 |
Goffi |
SàT improvement:
|
2010-01-06 |
Goffi |
DBus bridge improvment:
|
2010-01-06 |
Goffi |
plugins improvement
|
2010-01-06 |
Goffi |
memory methods improvement
|
2010-01-06 |
Goffi |
jid parsing fix: node is now empty for transports
|
2010-01-06 |
Goffi |
images directory reorganization
|
2009-12-21 |
Goffi |
plugin XEP-0054: fixed forgotten copy/paste change
|
2009-12-21 |
Goffi |
Wix: added avatar in profile
|
2009-12-21 |
Goffi |
Initial VCard (XEP-0054) support + misc fixes
|
2009-12-19 |
Goffi |
SàT: new constant management, a local dir (~/.sat) is now used
|
2009-12-19 |
Goffi |
plugin XEP-0077: minor log fix
|
2009-12-17 |
Goffi |
Wix: external server management in gateways manager, SàT: bug fixes in gateway management
|
2009-12-17 |
Goffi |
Fixed parameters loading/saving
|
2009-12-14 |
Goffi |
Gateway registration, unregistration & edition
|
2009-12-13 |
Goffi |
wix: Form submitting, first draft
|
2009-12-13 |
Goffi |
Wix: Registration form management (not finished yet)
|
2009-12-13 |
Goffi |
use proper utf-8 encoding for parsing xml in parameters
|
2009-12-08 |
Goffi |
In-band-registration: data form 2 xml conversion
|
2009-12-08 |
Goffi |
wix.py renamed in wix and sortilege.py renamed in sortilege
|
2009-12-08 |
Goffi |
Updated README and added CHANGELOG
|
2009-12-08 |
Goffi |
new plugin for xep 0077 (In-Band registration): first draft
|
2009-12-08 |
Goffi |
Wix: gateways manager => better presentation
|
2009-12-06 |
Goffi |
wix: new gateways manager
|
2009-12-06 |
Goffi |
LICENSE renamed to COPYING in readme files, according to gnu's website suggestion
|
2009-12-06 |
Goffi |
LICENSE renamed to COPYING as suggested in gnu's website
|
2009-12-04 |
Goffi |
new plugin: gateways plugin, and first implementation of findGateways
|
2009-12-01 |
Goffi |
Updated README and licenses (for images), added installation instructions.
|
2009-12-01 |
Goffi |
better presentation for register new account
|
2009-12-01 |
Goffi |
added action cb mechanism for buttons. Tested with a temporary new user registration button.
|
2009-11-08 |
Goffi |
parameters: new button type (not finished)
|
2009-11-07 |
Goffi |
refactoring: using xml params part IV (default values)
|
2009-11-07 |
Goffi |
refactoring: using xml params part III (parameters import)
|
2009-11-06 |
Goffi |
refactoring: using xml params part II
|
2009-11-06 |
Goffi |
refactoring: using xml params (not finished yet)
|
2009-11-01 |
Goffi |
New account creation (in-band registration)
|
2009-10-30 |
Goffi |
wokkel integration part III + memory saved again
|
2009-10-30 |
Goffi |
wokkel integration, part II
|
2009-10-30 |
Goffi |
wokkel integration (not finished yet)
|
2009-10-27 |
Goffi |
whitespace ping to avoid disconnection (was disconnected after 6 min of inactivity with openfire)
|
2009-10-27 |
Goffi |
wix: Tray Icon
|
2009-10-26 |
Goffi |
refactoring: CONST replaced by const
|
2009-10-26 |
Goffi |
description of plugin_xep_0065
|
2009-10-26 |
Goffi |
fixed bad namespace
|
2009-10-23 |
Goffi |
added dynamic exportation of Dbus bridge method (usefull for plugins)
|
2009-10-23 |
Goffi |
connection and disconnection management
|
2009-10-19 |
Goffi |
connect and disconnect management
|
2009-10-19 |
Goffi |
added sat executable
|
2009-10-19 |
Goffi |
added .hgignore
|
2009-10-19 |
Goffi |
refactoring: moved sat to sat.tac, now a twisted application so we can use twistd.
|
2009-10-18 |
Goffi |
Disconnect first draft
|
2009-08-29 |
goffi |
sat:
|