log

age author description
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