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
path: root/test
AgeCommit message (Expand)Author
2011-08-22merge XEP-0198 implementation from gajim-XEP-198 branch to trunk. Thanks Jefr...Yann Leboulanger
2011-06-16added tests for smacks.pyJefry Lagrange
2011-05-24don't open twice the same subscription request dialog. see #6762Yann Leboulanger
2010-08-27fix test suiteYann Leboulanger
2010-04-08convert tabs to spaces in source code thanks to reindent.pyÉric Araujo
2010-02-09merge from default branchYann Leboulanger
2010-01-22Bye bye glade, Hi gtk builder. Fixes #4945Yann Leboulanger
2010-01-19merge from default branchYann Leboulanger
2009-12-10Split common/caps.py. We now have common/protocol/ to contain XMPP connection...Stephan Erb
2009-12-10Refactor internas of ConnectionCapsStephan Erb
2009-12-06Make tests run again.Stephan Erb
2009-11-18add a HTML message parsser testYann Leboulanger
2009-11-16Remove different dicts for tune, activity and mood and from now on only use t...Stephan Erb
2009-11-14Merged default branch into plugin-system branch.Mateusz Biliński
2009-11-13Test body received in several partYann Leboulanger
2009-11-12Try to handle incomplete HTTP. See #5401. Please test.Stephan Erb
2009-11-12Remove caps which have not been seen for three months from the db.Stephan Erb
2009-11-11Split the 'account sensitive' parts of the Contacts class and move them to an...Stephan Erb
2009-11-10Make the GC_Contacts class 'account insensitive'. Instead, create an Account ...Stephan Erb
2009-11-10Remove superfluous clear_contacts methodStephan Erb
2009-11-09Push method to check if a specific ClientCaps supports a feature down to the ...Stephan Erb
2009-11-05Remove auto-generated smoketestsStephan Erb
2009-11-05Extract class: MetacontactManager from ContactsStephan Erb
2009-11-05Removed unused module 'meta.py'Stephan Erb
2009-11-05Missing bits of the last commit (add account parameter to contact constructor)Stephan Erb
2009-11-05Let contact instances know their corresponding account.Stephan Erb
2009-11-05Organize tests into unit and integration tests.Stephan Erb
2009-11-04Move Interface() god class from gajim.py to gui_interface.py.Stephan Erb
2009-10-31Rename CacheItem.update to CacheItem.set_and_store as this seems more intense...Stephan Erb
2009-10-31Move compute_caps_hash from helpers to caps module.Stephan Erb
2009-10-31Move CapsCache global from gajim.capscache to caps.capscache.Stephan Erb
2009-10-29Move common part of Contact and GC_Contact into a new CommonContact class.Stephan Erb
2009-10-28Swtich from old to new caps API.Stephan Erb
2009-10-27Redistribute responsibility: Let contact instances check if features are supp...Stephan Erb
2009-10-26Two small caps enhancements.Stephan Erb
2009-10-26Implement 'supports' on contact instances.Stephan Erb
2009-10-26Implement and test a supports_feature() method to directly test for supported...Stephan Erb
2009-10-26Write tests and fix the caps preload alternative on the EntityCapabilities.Stephan Erb
2009-10-25Improve common/caps.py test coverage.Stephan Erb
2009-10-24Remove unused imports.Stephan Erb
2009-10-08Work around failing testcases.Stephan Erb
2009-06-07Merged default branch with plugin-system branch. Not all elements are fullyMateusz Biliński
2009-04-08test_sessions require gtkYann Leboulanger
2009-04-06re-enable tests on commit timeYann Leboulanger
2009-04-06fix typo in resolver testYann Leboulanger
2009-04-06fix xmpp transport tests. Fixes #4829Yann Leboulanger
2009-04-06fix dispatcher tests. Fixes #4830Yann Leboulanger
2009-04-06fix test_xmpp_client_nb test unitYann Leboulanger
2009-04-06fix Mock class: child of object class and fix realClass usageYann Leboulanger
2009-04-06fix function nameYann Leboulanger