IRCaBot 2.1.0
GPLv3 © acetone, 2021-2022
#saltr
/2026/04/11
~dr|z3d
@RN
@ReturningNovice
@StormyCloud
@T3s|4
@eyedeekay
@orignal
@postman
@zzz
%acetone
%mareki2p
%snex
+Atticfire
+FreefallHeavens
+Onn4l7h
+Onn4|7h
+Over
+fa
+leopold
+marek22k
+onon_
+poriori
+profetikla
+qend-irc2p
+r00tobo
+sexy
+uberius
+uop23ip
Arch
Danny
Irc2PGuest21708
Irc2PGuest28384
Irc2PGuest66257
Irc2PGuest75631
Irc2PGuest99986
Meow
RTP_
T3s|4_
U1F642
Watson
ahiru
anontor2
cims
i2potus
interesting
justaperson
lokzz
luvme2
mahlay
makoto
n2_
nilbog
not_bob_afk
pinotto
r00tobo[2]
rednode
user_ygg2__
zzz synergy3582, you were asking about plugins?
zzz synergy3582, don't know what 'capacitor' is, please fill us in a little more
orignal well capacitor is an electronic component ))
synergy3582 Capacitor is a thing for bridging Java and Javascript
zzz or maybe you said before but it was a few days ago, lost the scrollback
synergy3582 I'm trying to build an Ionic app with an i2p server
orignal wondering if you inserted a big capacitor into an outlet when you were a child ))
zzz don't know what Ionic is either, but I guess you want to plug the java router into something else, right?
orignal zzz, did you do it? since it's salt )
zzz I played with capacitors for a living for over 20 years
orignal or such things were to allowed to US boys ))
synergy3582 sorry Ionic is a framework for making android/ios/desktop apps in like react/vue/svelte that sorta web shit
zzz I stuck a pair of scissors into an outlet at my school though
orignal charge a capacitor from outlet and this dischange to piece of matel ))
orignal *metal
orignal that's dump
orignal it will trigger circult breaker and nothing else
zzz ok enough capacitor talk let me help out mr. 3582
orignal capacitor is more funny
synergy3582 you're fine lmao
orignal like flutter?
synergy3582 yeah kinda except not with like dart and all that stuff
zzz synergy3582, our generic embedding advice is at i2p-projekt.i2p/en/docs/applications/embedding -- do you have any specific questions we can helkp you with?
orignal synergy3582 I don't recommend to repeat it ))
synergy3582 I think I did figure it out and what I need to do is just overload CapactitorHttpPlugin and start a Router configured to run an HTTP proxy in that service, overloading the http() call to route it through the HTTP or socks proxy
synergy3582 I was really confused when I asked the question the other day, but I think I did figure out what I need to do and I'll have to check back in when I have that tested
synergy3582 thank you very much for checking in
zzz ok, if it's HTTP only I'd recommend the i2ptunnel HTTP proxy for now
zzz you'll need i2p.jar, router.jar, mstreaming.jar, streaming.jar, and i2ptunnel.jar. I think that's it
zzz synergy3582, this isn't my channel but I just gave you perma-voice over in #i2p-dev if you have questions later
synergy3582 thank you. I am a bit confused about what you mean by the jar files, but I'm looking at the javadoc for i2ptunnel so that may answer my question
zzz it's a list of the binary files you'll need to bundle to make it work
zzz if you're not a java person this will be harder...
synergy3582 oh no i get that part i meant like "ok once i get the jar file what methods do I run" but it looks like you just construct it and do runHttpClient or runSocksClient and connect through that
zzz like with most things you can do it programmatically or via config files
synergy3582 sounds good
zzz probably easiest to start with a "base" directory with a i2ptunnel.config and clients.config file in it
zzz router will migrate those to the "config" dir on first run
zzz clients.config tells it to start i2ptunnel. i2ptunnel.config tells it to start the http proxy
zzz if you want to start the proxy programmatically, you want TunnelController as the way in, you can peek at our zzzot plugin for an example