<dsc_>
for `_can_block()` you can check with the CM for the presence of the ContactBlocking interface probably
alphazone has quit [Ping timeout: 252 seconds]
xmn has quit [Ping timeout: 245 seconds]
joerg has quit [Ping timeout: 252 seconds]
joerg has joined #maemo-leste
alphazone has joined #maemo-leste
ceene has joined #maemo-leste
akossh has joined #maemo-leste
Anasko has quit [Remote host closed the connection]
Anasko has joined #maemo-leste
Anasko has quit [Remote host closed the connection]
pere has quit [Ping timeout: 272 seconds]
Anasko has joined #maemo-leste
Anasko has quit [Remote host closed the connection]
Anasko has joined #maemo-leste
pere has joined #maemo-leste
Anasko has quit [Remote host closed the connection]
Anasko has joined #maemo-leste
<freemangordon>
dsc_: ok, going to implement those
Anasko has quit [Remote host closed the connection]
Anasko has joined #maemo-leste
Anasko has quit [Remote host closed the connection]
Anasko has joined #maemo-leste
System_Error has quit [Ping timeout: 260 seconds]
System_Error has joined #maemo-leste
ShadowJK has quit [Quit: Leaving]
ShadowJK has joined #maemo-leste
fmg_leste_vm has joined #maemo-leste
<Wizzup>
my droid acts a bit weird and has a red blinking led
<Wizzup>
maybe it's low bat? strange
<Wizzup>
yeah, the moment I give it power it gives a red light on the led
<freemangordon>
weird
<freemangordon>
Wizzup: leste repos are on maemo servers, right?
<Wizzup>
not anymore I don't think, I can check in a bit
<Wizzup>
no, I don't tihnk they are
<Wizzup>
I moved off of it since it was very slow I/o wise
<Wizzup>
but we use the maemo dns
<freemangordon>
ah, right
<enyc>
Just curiois if devices like XT1676 Cedric Moto-G5 have any interest or relevancy, easy to find, LTE+dual sim+SD interfaces etc; alas N900 is 3G-only ;-(. I guess the problem is "mainline kernel" etc.
<freemangordon>
ok, that's good, as seems we have disk failure in one of the maemo servers
<freemangordon>
Wizzup: so maedevu is hosted at your server?
<freemangordon>
I wonder if we can bring wiki.maemo.org up there?
Livio has joined #maemo-leste
<Wizzup>
we can look into it
<freemangordon>
xes: ping
hexnewbie has quit [Ping timeout: 252 seconds]
pere has quit [Ping timeout: 246 seconds]
hexnewbie has joined #maemo-leste
pere has joined #maemo-leste
Livio has quit [Ping timeout: 260 seconds]
<freemangordon>
dsc_: please upgrade, I added implementation of osso_abook_contact_can_request_auth() and osso_abook_contact_can_block()
<freemangordon>
please LMK if anything else is missing
<freemangordon>
also, keep in mind you are using functions that were not tested, so expect issues
<freemangordon>
no coding skills are needed, just text editing
SuperMarioSF has joined #maemo-leste
SuperMarioSF_ has quit [Ping timeout: 252 seconds]
fmg_leste_vm has quit [Quit: fmg_leste_vm]
ceene has quit [Ping timeout: 246 seconds]
Livio has joined #maemo-leste
Anasko has quit [Remote host closed the connection]
Anasko has joined #maemo-leste
Juesto has joined #maemo-leste
Juest has quit [Ping timeout: 252 seconds]
Juesto is now known as Juest
System_Error has quit [Remote host closed the connection]
System_Error has joined #maemo-leste
Twig has joined #maemo-leste
Twig has quit [Remote host closed the connection]
Anasko has quit [Remote host closed the connection]
Anasko has joined #maemo-leste
Anasko has quit [Remote host closed the connection]
Anasko has joined #maemo-leste
Anasko has quit [Remote host closed the connection]
Anasko has joined #maemo-leste
Anasko has quit [Remote host closed the connection]
Anasko has joined #maemo-leste
Anasko has quit [Remote host closed the connection]
Anasko has joined #maemo-leste
Anasko has quit [Remote host closed the connection]
Anasko has joined #maemo-leste
Anasko has quit [Remote host closed the connection]
Anasko has joined #maemo-leste
System_Error has quit [Ping timeout: 260 seconds]
akossh has quit [Ping timeout: 252 seconds]
Anasko has quit [Remote host closed the connection]
Anasko has joined #maemo-leste
Anasko has quit [Remote host closed the connection]
Anasko has joined #maemo-leste
Anasko has quit [Remote host closed the connection]
Anasko has joined #maemo-leste
Anasko has quit [Remote host closed the connection]
Anasko has joined #maemo-leste
Anasko has quit [Remote host closed the connection]
Anasko has joined #maemo-leste
Anasko has quit [Remote host closed the connection]
Anasko has joined #maemo-leste
Anasko has quit [Remote host closed the connection]
Anasko has joined #maemo-leste
System_Error has joined #maemo-leste
Anasko has quit [Remote host closed the connection]
Anasko has joined #maemo-leste
Anasko has quit [Remote host closed the connection]
Anasko has joined #maemo-leste
Anasko has quit [Remote host closed the connection]
Anasko has joined #maemo-leste
Anasko has quit [Remote host closed the connection]
Anasko has joined #maemo-leste
Livio has quit [Ping timeout: 260 seconds]
<dsc_>
freemangordon: im almost finished, a bit stuck with accept/deny/block contacts. We decided to do this via Tp, and I already have the TP code for it (from my earlier work) but it requires the Tp::ContactManager. Wondering if its possible without the ContactManager.
<dsc_>
in order to have a ContactManager, there needs to be a Tp::Connection, which for 1:1 means TextChannel
<dsc_>
eh, its not really an issue I guess.. just wondering if I can do without.