Time |
S |
Nick |
Message |
01:55 |
|
dotplus |
prologic: ok, renamed the repo broker -> smtpbroker as well. hpoefully it all works as is, with those changes:) |
02:25 |
|
prologic |
actually |
02:25 |
|
prologic |
I didn't particularly want to do that just yet |
02:25 |
|
prologic |
haha |
02:26 |
|
prologic |
mostly because I had in the back of my mind to follow a bit of a plugin style API |
02:26 |
|
prologic |
where writing a new Broker is as simple as |
02:26 |
|
prologic |
for example |
02:26 |
|
prologic |
https://github.com/prologic/autodock-hipache/blob/master/autodock-hipache |
02:26 |
|
prologic |
so subclassing from Plugin |
02:26 |
|
prologic |
which was going to live in the "broker" repo |
02:27 |
|
prologic |
would give you cli options and enviornment configurability |
02:27 |
|
prologic |
as well as all the necessary setup stuff to get going quickly |
02:27 |
|
prologic |
so I wasn't really ready for the rename/move to smtpbroker / broker-smtp / whatever just yet |
02:27 |
|
prologic |
I'd prefer the later |
02:27 |
|
prologic |
broker-smtp |
09:42 |
|
|
knotbot joined #openknot |
09:42 |
|
knotbot |
[broker-smtp] prologic deleted smtpbroker at 946fdef: http://git.io/vY50W |
09:42 |
|
|
knotbot left #openknot |
09:47 |
|
|
knotbot joined #openknot |
09:47 |
|
knotbot |
[broker-smtp] prologic pushed 1 new commit to master: http://git.io/vY5uB |
09:47 |
|
knotbot |
broker-smtp/master 78ede4d James Mills: Renamed to broker-smtp |
09:47 |
|
|
knotbot left #openknot |
09:51 |
|
|
knotbot joined #openknot |
09:51 |
|
knotbot |
[broker-smtp] prologic pushed 2 new commits to master: http://git.io/vY5zo |
09:51 |
|
knotbot |
broker-smtp/master e6b23d2 James Mills: Updated docstring |
09:51 |
|
knotbot |
broker-smtp/master 9330910 James Mills: Fixed RSET parameter |
09:51 |
|
|
knotbot left #openknot |
11:52 |
|
|
knotbot joined #openknot |
11:52 |
|
knotbot |
[broker] prologic created master (+1 new commit): http://git.io/vYdYF |
11:52 |
|
knotbot |
broker/master e46af3f James Mills: Initial Commit |
11:52 |
|
|
knotbot left #openknot |
11:57 |
|
prologic |
I'm pretty close to having all the peices we've talked about working together |
12:01 |
|
prologic |
openknot.org is available |
12:01 |
|
prologic |
shall I register it? |
12:05 |
|
|
knotbot joined #openknot |
12:05 |
|
knotbot |
[broker] prologic force-pushed master from e46af3f to ef64fb9: http://git.io/vYdnH |
12:05 |
|
knotbot |
broker/master 7200b16 James Mills: Initial Commit |
12:05 |
|
knotbot |
broker/master ef64fb9 James Mills: Added Docker Compose spec |
12:05 |
|
|
knotbot left #openknot |
12:28 |
|
|
knotbot joined #openknot |
12:28 |
|
knotbot |
[broker] prologic pushed 1 new commit to master: http://git.io/vYd0h |
12:28 |
|
knotbot |
broker/master 2bd096f James Mills: Start the mqtt.Client loop (threaded) |
12:28 |
|
|
knotbot left #openknot |
13:14 |
|
dotplus |
sure, if you want it. |
13:19 |
|
|
knotbot joined #openknot |
13:19 |
|
knotbot |
[openknot] dhutty pushed 1 new commit to master: http://git.io/vYdQo |
13:19 |
|
knotbot |
openknot/master 21e1800 dhutty: Consistently capitalise as OpenKnot |
13:19 |
|
|
knotbot left #openknot |
13:19 |
|
|
knotbot joined #openknot |
13:19 |
|
knotbot |
[openknot] dhutty pushed 1 new commit to master: http://git.io/vYdQ9 |
13:19 |
|
knotbot |
openknot/master 6b4de62 dhutty: Delete .README.md.un~ |
13:19 |
|
|
knotbot left #openknot |
13:20 |
|
pdurbin |
dotplus: I'm glad you sweat the details such as capitalization :) |
13:20 |
|
dotplus |
not sweating them, but it's something to do when my brain isn't alive enough to do anything sophisticated |
13:23 |
|
dotplus |
Also, there was a time when proofreading was a major part of my job, so spelling and similar errors rather jump at me. |
13:26 |
|
pdurbin |
yeah, I tutored English in college |
13:29 |
|
prologic |
Thanks dotplus ;) |
13:30 |
|
prologic |
I often type too quicklt! |
13:30 |
|
prologic |
Err |
13:30 |
|
prologic |
Im in bed in the iPad haha |
13:38 |
|
|
knotbot joined #openknot |
13:38 |
|
knotbot |
[openknot] dhutty pushed 1 new commit to master: http://git.io/vYdxi |
13:38 |
|
knotbot |
openknot/master 9bf9c87 Duncan Hutty: improve .gitignore |
13:38 |
|
|
knotbot left #openknot |
13:39 |
|
prologic |
+1 |
13:39 |
|
|
knotbot joined #openknot |
13:39 |
|
knotbot |
[broker] dhutty pushed 1 new commit to master: http://git.io/vYdp3 |
13:39 |
|
knotbot |
broker/master 6c981f1 Duncan Hutty: improve .gitignore |
13:39 |
|
|
knotbot left #openknot |
13:48 |
|
dotplus |
prologic: it looks like broker-smtp is not yet using the broker library? glancing over the code, without knowing circuits:( , I'm beginning to get an idea of where you're going, but it's not completely clear to me. |
13:50 |
|
dotplus |
Once I have it clear, I'll write more docs as I write a persistence broker. Perhaps "Tutorial for broker development". The easier we make this to work on, the more likely that we'll get others to help:) |
14:14 |
|
|
bear joined #openknot |
22:26 |
|
prologic |
dotplus, not yet |
22:26 |
|
prologic |
it will tonight :) |
22:26 |
|
prologic |
yeah re "easy" |
22:26 |
|
prologic |
that's what my main goal is here |
22:26 |
|
prologic |
aside from also "making it work" |
22:26 |
|
prologic |
I'm almost there on both fronts |
22:27 |
|
prologic |
also have mqtt itself going |