--- a/Cooperation/Connection.py Fri May 05 19:05:26 2017 +0200 +++ b/Cooperation/Connection.py Fri May 05 19:06:52 2017 +0200 @@ -39,6 +39,10 @@ arrived @signal participants(participants) emitted after the list of participants has arrived (list of strings of "host:port") + @signal editorCommand(hash, fn, message) emitted after an editor command + has arrived (string, string, string) + @signal rejected(message) emitted after a connection has been rejected + (string) """ WaitingForGreeting = 0 ReadingGreeting = 1