19
19
'Welcome to Anon+.\nJust a warning, this system is not completely secure but it is probably better than the alternatives.'
23
23
def got_message(self, packet):
24
24
contents = packet.message.split(',', 2)
29
29
self.posts.insert(0, Post(name, sha256, post))
31
31
def web_ui_request(self, path, connection):
33
33
connection.send_response(200)