File: day_115__my_new_form.mdwn

package info (click to toggle)
git-annex 10.20230126-3
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 69,344 kB
  • sloc: haskell: 74,654; javascript: 9,103; sh: 1,304; makefile: 203; perl: 136; ansic: 44
file content (17 lines) | stat: -rw-r--r-- 754 bytes parent folder | download | duplicates (11)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
Built a SRV lookup library that can use either `host` or ADNS.

Worked on DBUS reconnection some more; found a FD leak in the dbus library,
and wrote its long-suffering author, John Millikin (also the XMPP library
author, so I've been bothering him a lot lately), who once again came
through with a quick fix.

Built a XMPP configuration form, that tests the connection to the server.
Getting the wording right on this was hard, and it's probably still not
100% right.

[[!img /assistant/xmpp.png]]
 
Pairing over XMPP is something I'm still thinking about. It's
contingent on tunneling git over XMPP (actually not too hard),
and getting a really secure XMPP connection (needs library improvements,
as the library currently accepts any SSL certificate).