Code

frontend: Handle STARTUP and PING commands.
authorSebastian Harl <sh@tokkee.org>
Sat, 23 Nov 2013 08:50:50 +0000 (09:50 +0100)
committerSebastian Harl <sh@tokkee.org>
Sat, 23 Nov 2013 08:52:39 +0000 (09:52 +0100)
commit632194d1187066a987596eebefd37a34a23e042c
tree42999b68770e9f1ac1cf3db9a24ca2965774ec38
parent2a0f3c8f7d913518afd60156c7d324340d8f6478
frontend: Handle STARTUP and PING commands.

Implemented an initial, trivial "framework" for session handling /
authentication. Simply send back OK status for now.

Fixed preconditions for initialization and handling of commands.
src/Makefile.am
src/frontend/connection.c
src/frontend/session.c [new file with mode: 0644]
src/include/frontend/connection.h