log

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