ailistener-old

The central Server which transports webhook events from the Dialogflow bot to the local nodes
git clone git://archive.git.mtrnord.blog/OpenHomeAuto/ailistener-old.git
Log | Files | Refs | README | LICENSE

DateCommit messageAuthorFiles+-
2018-06-03 09:41Use ffjsonMTRNord1+2-2
2018-06-03 09:17Add more time testsMTRNord1+16-4
2018-06-03 09:15Measure needed time on old codeMTRNord1+4-11
2018-06-03 09:12Measure needed timeMTRNord1+5-0
2018-06-03 09:10Fix nil pointerMTRNord1+1-1
2018-06-03 09:08Use ffjsonMTRNord2+12-4
2018-06-03 08:57Use fork for dialogflow-go-webhookMTRNord2+4-3
2018-06-02 15:04Investigate possible memleakMTRNord1+4-5
2018-06-02 14:11Fix default responseMTRNord1+1-1
2018-06-02 13:02Convert resp to latin1 encodingMTRNord2+20-1
2018-06-02 12:24Debug bytes and string and add nil objectsMTRNord1+8-1
2018-06-02 12:22Fix errorMTRNord1+1-1
2018-06-02 12:21More detailed DebugMTRNord1+1-1
2018-06-02 12:18Debug responseMTRNord1+1-0
2018-06-02 12:05Try to fix the ΓΌ characterMTRNord1+1-1
2018-06-02 11:57Google Requires to have a SimpleResponse at the top of ResponsesMTRNord1+3-0
2018-06-02 11:48Use a Basic Card as Reponse if Artist or Title or Genre are presentMTRNord1+53-7
2018-06-02 11:29Remove debug lineMTRNord1+0-1
2018-06-02 11:26Add more debug information and defaultMTRNord1+8-5
2018-06-02 11:09Make a action switchMTRNord1+29-14
2018-06-02 10:30Print more informationMTRNord1+2-0
2018-06-02 08:53Fix params structMTRNord1+1-1
2018-06-02 08:52Return errors also back to consoleMTRNord1+3-0
2018-06-02 08:49Unmarshal params tooMTRNord1+17-1
2018-06-02 08:46Make it how the example says to do itMTRNord1+4-4
2018-06-02 08:42Print correct structMTRNord1+1-1
2018-06-02 08:40Fix output formattingMTRNord1+1-1
2018-06-02 08:38Make the server not claim 80 for nowMTRNord1+1-1
2018-06-02 08:37Make parsing more robust and add dummy responseMTRNord1+18-4
2018-06-02 08:20Add most basic webhook handlerMTRNord3+42-1
2018-06-02 07:18Init VGoMTRNord3+8-0
2018-06-02 06:39Initial commitMarcel3+215-0