Welcome to mirror list, hosted at ThFree Co, Russian Federation.

dev.gajim.org/gajim/gajim.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2015-02-15fix exception order. Fixes #7969Yann Leboulanger
2014-11-11add XEP-313 (MAM) supportYann Leboulanger
2014-01-02Copyright 2013>2014Denis Fomin
2013-08-14fix error when there is a ' char in the config path. Fixes #7344Yann Leboulanger
2013-07-28GObject.* -> GLib.*Yann Leboulanger
2013-06-02cache jabber servers too in trnasports_cache table so that they are not consi...Yann Leboulanger
2013-04-05update my copyrightYann Leboulanger
2013-01-11fix capsDenis Fomin
2013-01-08[Asterix] Fix capsDenis Fomin
2013-01-08fix missing importDenis Fomin
2013-01-05fix traceback handlingYann Leboulanger
2013-01-02fix imports and many py3 changementsYann Leboulanger
2013-01-02fix exception handlingYann Leboulanger
2013-01-02remove call to unicode()Yann Leboulanger
2013-01-01python uses unicode internallyYann Leboulanger
2013-01-01print -> print()Yann Leboulanger
2012-12-23start porting Gajim to gobject introspection and GTK3Yann Leboulanger
2012-04-03don't commit SQL request too fast to improve performences. Fixes #6905Yann Leboulanger
2012-01-12upgrade copyrightYann Leboulanger
2011-12-18optimize history search. Fixes #6997Denis Fomin
2011-11-09use prepared statements in all SQL queries that contains jids to prevent SQL ...Yann Leboulanger
2011-09-22don't loose in logs MUC messages arriving in the same second. Fixes #6860Yann Leboulanger
2011-08-25fix var nameYann Leboulanger
2010-10-19use NEC to handle messages / gc_messagesYann Leboulanger
2010-08-11merge message archiving branch. Fixes #3593Yann Leboulanger
2010-07-22improve connection time. Fixes #5764Yann Leboulanger
2010-05-25merge from trunkYann Leboulanger
2010-03-11update my copyright to 2010Yann Leboulanger
2010-02-10convert tabs to spaces in source code thanks to reindent.pyÉric Araujo
2010-02-08convert tabs to spaces in source code thanks to reindent.pyÉric Araujo
2010-01-29split logs.db into logs.db and cache.db. Fixes #2845Yann Leboulanger
2010-01-03Removed a change from the previous commit because I would not have done it. I...Anaël Verrier
2010-01-03forgot to remove an useless line in the previous commit...Anaël Verrier
2009-12-03correctly escape msgs when we search in databaseYann Leboulanger
2009-11-30don't try to import pysqlite2, we depend on sqlite3Yann Leboulanger
2009-11-26A big portion of doc-string refactoringAlexander Cherniuk
2009-11-25prevent to merge several times the same groupchat message. We cannot differen...Yann Leboulanger
2009-11-15fix bug when merging server logs of MUC conversationsYann Leboulanger
2009-11-15write code to synchronise server logs from archiving with local DBYann Leboulanger
2009-11-12Remove caps which have not been seen for three months from the db.Stephan Erb
2009-10-05show message subject in chat history. Fixes #5185Yann Leboulanger
2009-09-29coding standardsYann Leboulanger
2009-08-31fix error when inserting unread messageYann Leboulanger
2009-08-31show only once unread messages at startup when we have twice the same contact...Yann Leboulanger
2009-07-13* fixed some problems with SQL escapement for roster versioning. For example ...Anaël Verrier
2009-07-07* fixed a bug when we remove a contact from our contact list (before we did n...Anaël Verrier
2009-06-28* clean roster tables when we remove an accountAnaël Verrier
2009-06-27* added 'ask' supportAnaël Verrier
2009-06-27* added a method to load roster from DBAnaël Verrier
2009-06-23* added another table to handle roster groupAnaël Verrier