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

github.com/iNPUTmice/Conversations.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-11-12refactor webrtc video source + capture codeHEADmasterDaniel Gultsch
2022-11-10show help button only if Config.HELP is setDaniel Gultsch
2022-11-01disable quick start if fast is available but we didn’t use fastDaniel Gultsch
2022-11-01update gradleDaniel Gultsch
2022-11-01reset fast token on login failureDaniel Gultsch
2022-10-25Update README.mdDaniel Gultsch
2022-10-24modify scram mechanisms to use guava hashingDaniel Gultsch
2022-10-15add support for HashedToken channel bindingDaniel Gultsch
2022-10-15do quick start with HT-SHA-256-NONEDaniel Gultsch
2022-10-15request fast tokenDaniel Gultsch
2022-10-15parse hash token namesDaniel Gultsch
2022-10-14ensure we only select channel binding methods available for tls versionDaniel Gultsch
2022-10-14enable SM if it wasn’t enabled in bind 2Daniel Gultsch
2022-10-14read new stream features directly after successDaniel Gultsch
2022-10-13fix display glitch in username modeDaniel Gultsch
2022-10-12use url span method to show context menu. fixes #4393Daniel Gultsch
2022-10-12make it easier to disable muclumbus in ConfigDaniel Gultsch
2022-10-12only run account options through int conversion. fixes #4390Daniel Gultsch
2022-10-01let omemoOnly config overwrite OmemoSettingDaniel Gultsch
2022-10-01minor code clean upDaniel Gultsch
2022-10-01bump various dependenciesDaniel Gultsch
2022-10-01revert transcoder to 0.9.1Daniel Gultsch
2022-09-26wait for DB restore before bindDaniel Gultsch
2022-09-26handle case when server loses support for quick startDaniel Gultsch
2022-09-25fix last commit. bring back option required by quicksyDaniel Gultsch
2022-09-25pipeline sasl2 directly after stream startDaniel Gultsch
2022-09-24refactor sasl 2 authentication codeDaniel Gultsch
2022-09-24use bind:0 namespaceDaniel Gultsch
2022-09-15use bind 2 tag and sasl 2 user-agentDaniel Gultsch
2022-09-15bump sasl2 namespaceDaniel Gultsch
2022-09-15store full sasl mechanism (not just priority)Daniel Gultsch
2022-09-14code clean upDaniel Gultsch
2022-09-14Show the name of the sender in search results (#4379)Stephen Paul Weber
2022-09-14copy bookmarks before passing them to other parts of the app for readDaniel Gultsch
2022-09-14bump recording wait for write to 8sDaniel Gultsch
2022-09-10allow invite only when muc is online. fixes #4218Daniel Gultsch
2022-09-09use weak reference to activity when using threadsDaniel Gultsch
2022-09-09use resolveActivityInfo to display nagivate to buttonDaniel Gultsch
2022-09-07catch illegal state exception when copying fileDaniel Gultsch
2022-09-07support end-point channel binding as last choice optionDaniel Gultsch
2022-09-07add (inactive) channel binding end-point codeDaniel Gultsch
2022-09-07refactor processFailure and processChallange into methodsDaniel Gultsch
2022-09-06add scram-sha256 and 512 in their plus variantsDaniel Gultsch
2022-09-06support tls-unique for TLSv1.2Daniel Gultsch
2022-09-06support channel binding with tls-exporterDaniel Gultsch
2022-09-06refactor ScramMechanism to support PLUSDaniel Gultsch
2022-09-06extract channel binding types via XEP-0440Daniel Gultsch
2022-09-06refactor SASL choice into factory; remove unused TagWriterDaniel Gultsch
2022-09-05Fastlane description, remove fee (#4372)Licaon_Kter
2022-09-05preserve new lines when quoting. fixes #3876Millesimus