summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2011-09-07caps-manager: deal with the subtle differences in caps managementJonny Lamb1-0/+19
2011-09-07tests: add start of gabble test suiteJonny Lamb11-5/+2361
2011-09-07message-channel: add missing includeJonny Lamb1-0/+2
2011-09-07channel-manager: fix resource predicate to look at caps properlyJonny Lamb1-17/+32
2011-09-07caps-manager: set caps when a service appearsJonny Lamb2-0/+32
2011-09-07gabble: add beginning of gabble pluginJonny Lamb7-0/+1848
2011-09-06channel-manager: add more gabble-specific codeJonny Lamb1-12/+54
2011-09-06salut: move more common files to plugin-baseJonny Lamb7-21/+127
2011-09-05saluttest: s/member-ids/contact-ids/Jonny Lamb1-1/+1
2011-09-05salut: move some common to a separate directoryJonny Lamb8-4/+17
2011-07-20message-channel: Remove unused variable, fixes warningytstenut-plugins-0.1Rob Staudinger1-3/+0
2011-04-27caps-manager, status: don't bother checking for caps prefixesJonny Lamb5-15/+6
2011-04-26status: fix some leaksJonny Lamb1-0/+4
2011-04-26status: don't bail on reading capabilities if there is no name/capsJonny Lamb1-12/+14
2011-04-26caps-manager: only add name and capabilities fields if there are someJonny Lamb1-6/+12
2011-04-26caps-manager: keep a record of what clients expose which servicesJonny Lamb3-5/+126
2011-04-26status: only try and get caps for contacts implementing the right interfaceJonny Lamb1-1/+2
2011-04-26message.py: make test stricter given error type changesJonny Lamb1-2/+3
2011-04-26channel: send item-not-found if the channel is closed before replyingJonny Lamb1-0/+17
2011-04-26channel: fix typo when getting the nick from enumJonny Lamb1-1/+1
2011-04-26message-channel: be sure to include the yts and tp channel ifaces in the Inte...Jonny Lamb1-1/+3
2011-04-25mc plugin: no need to connect automaticallyJonny Lamb1-1/+1
2011-04-25mc plugin: set first-name and last-name connection parametersJonny Lamb1-0/+2
2011-04-25caps-manager: create data forms out of nice HCTsJonny Lamb3-12/+239
2011-04-25status: handle ::capabilities-changed being fired for self objectJonny Lamb1-8/+18
2011-04-25saluttest: add missing bits from gabbletestJonny Lamb1-0/+11
2011-04-20status: implement Service{Added,Removed} and DiscoveredServicesJonny Lamb4-1/+652
2011-04-20utils: add a capabilities namespace definition and more cleanupsJonny Lamb1-1/+3
2011-04-20caps_helper: copy newer version from gabble and everything it depends onJonny Lamb4-29/+469
2011-04-20status: remove stray debugJonny Lamb1-2/+0
2011-04-19avahimock: make entry group indices more uniqueJonny Lamb1-1/+8
2011-04-19twisted tests: add status.py to the listJonny Lamb1-1/+2
2011-04-19status: test setting from multiple services but cleaning up at the right timeJonny Lamb1-1/+76
2011-04-19status: clean up the hash table and remove rubbish if a status is unsetJonny Lamb2-4/+18
2011-04-19status: update the DiscoveredStatuses hash table before emitting StatusChangedJonny Lamb1-5/+10
2011-04-19status: implement DiscoveredStatusesJonny Lamb3-8/+84
2011-04-18status: start listening to status changes and emit StatusChangedJonny Lamb2-10/+104
2011-04-18status: implement more of AdvertiseStatusJonny Lamb5-4/+283
2011-04-18twisted tests: fix typo in tools MakefileJonny Lamb1-1/+1
2011-04-18twisted tests: purge salut-testing.log before running testsJonny Lamb1-0/+1
2011-04-14caps-manager: move the feature prefix to the utils headerJonny Lamb2-2/+5
2011-04-14status: add connection and session propertiesJonny Lamb3-7/+52
2011-04-14util: rename to utilsJonny Lamb6-5/+6
2011-04-14gitignore: updatedJonny Lamb1-0/+1
2011-04-14twisted tests: check we have enough deps to run the twisted testsJonny Lamb2-1/+18
2011-04-14channel-manager: remove old includeJonny Lamb1-1/+0
2011-04-14message test: test invalid XML for RequestBodyJonny Lamb2-0/+5
2011-04-14tests: add an exec-with-log script for running salut testsJonny Lamb6-4/+45
2011-04-13salut: update some copyrightsJonny Lamb6-2/+7
2011-04-13message channel: add a testJonny Lamb2-1/+400