~vomun-developers/anonplus/vomun-trunk

« back to all changes in this revision

Viewing changes to src/uis/web/handler.py

  • Committer: AJ00200
  • Date: 2011-11-20 19:33:52 UTC
  • Revision ID: git-v1:b25cce8c7619bb5c4fe5bede86fee8a385ef3c48
Changed developer warning message to reflect the fact that we do have encryption now but that it is not perfect.

Show diffs side-by-side

added added

removed removed

Lines of Context:
15
15
    def __init__(self):
16
16
        self.posts = [
17
17
            Post('The Devs',
18
 
                 '5d931b7da1ebca177dea980c4c6b9676653f567730fa9831e82542ff04273356',
19
 
                 'Welcome to Anon+.\nJust a warning, this system is not completely secure at this time. Messages are not encrypted and you will need to refresh this page to see new messages.'
 
18
                 'def688dad01ddad6cdbcc9e362c9231f47dbffc4b9629e5ca844bb52731105ba',
 
19
                 'Welcome to Anon+.\nJust a warning, this system is not completely secure but it is probably better than the alternatives.'
20
20
            )
21
21
        ]
22
22