File: day_115__my_new_form.mdwn

package info (click to toggle)
git-annex 5.20141125
  • links: PTS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 37,828 kB
  • ctags: 583
  • sloc: haskell: 42,582; sh: 1,080; ansic: 498; makefile: 316; perl: 125
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).