Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2014-10-01 | Added a TODO-doc marker about the presence timing system | Paul "LeoNerd" Evans | 1 | -0/+6 | |
2014-10-01 | Define the client and server APIs for Presence | Paul "LeoNerd" Evans | 1 | -9/+102 | |
2014-10-01 | Continue moving content out of docs/model/presence into the main spec; ↵ | Paul "LeoNerd" Evans | 3 | -100/+24 | |
delete model docs that are duplicated | |||||
2014-10-01 | SPEC-25: Add details on how to prune redacted events. | Erik Johnston | 1 | -0/+30 | |
SPEC-25 #comment I've added the details of what the server should do on receipt of a redaction event. In reality it can do whatever it wants, and its probably a reasonable implementation to flag it up to a server admin for verification before actually redacting an event. | |||||
2014-10-01 | Move documented but-unimplemented 'presence idle times' into a new document ↵ | Paul "LeoNerd" Evans | 2 | -8/+20 | |
to contain such features | |||||
2014-10-01 | s/m.room.redacted/m.room.redaction/ | Erik Johnston | 1 | -1/+1 | |
2014-10-01 | Nuke the entire 'Typing Notifications' spec section given as they don't ↵ | Paul "LeoNerd" Evans | 1 | -16/+0 | |
exist yet in the implementation | |||||
2014-10-01 | remove "red", "blue" and "green" server_name mappings | Mark Haines | 1 | -7/+0 | |
2014-09-30 | Annotate all the 'TODO' marks as relating to either the specification itself ↵ | Paul "LeoNerd" Evans | 1 | -50/+54 | |
or the documentation thereof | |||||
2014-09-30 | pyflakes cleanup | Erik Johnston | 3 | -3/+1 | |
2014-09-30 | SYN-2: Allow server admins to delete room aliases | Erik Johnston | 4 | -21/+99 | |
2014-09-29 | Re-wrap content after latest additions | Paul "LeoNerd" Evans | 1 | -25/+30 | |
2014-09-29 | Extended docs about the registration/login flows | Paul "LeoNerd" Evans | 1 | -23/+30 | |
2014-09-29 | Reörder the specification sections, to move 'Registration and Login' first, ↵ | Paul "LeoNerd" Evans | 1 | -315/+316 | |
where it logically belongs | |||||
2014-09-29 | Huge whitespace hackery - reflow all (content) paragraphs at tw=80 | Paul "LeoNerd" Evans | 1 | -389/+435 | |
2014-09-29 | No longer need the Freenode verification key file | Paul "LeoNerd" Evans | 1 | -1/+0 | |
2014-09-29 | Add a 'Redactions' section. | Erik Johnston | 1 | -0/+17 | |
2014-09-29 | Add m.room.redacted in events list | Erik Johnston | 1 | -0/+16 | |
2014-09-29 | Unbreak tests after changing storage API | Erik Johnston | 4 | -12/+53 | |
2014-09-29 | Update docstring | Erik Johnston | 2 | -2/+3 | |
2014-09-29 | SYN-48: Delete dead code | Erik Johnston | 1 | -26/+0 | |
2014-09-29 | SYN-48: Fix typo. Get the whois for requested user rather tahan the requester | Erik Johnston | 1 | -1/+1 | |
2014-09-29 | SYN-48: Implement WHOIS rest servlet | Erik Johnston | 9 | -25/+190 | |
2014-09-29 | No longer need the Freenode verification key file | Paul "LeoNerd" Evans | 1 | -1/+0 | |
2014-09-29 | Add auth check to test if a user is an admin or not. | Erik Johnston | 2 | -0/+11 | |
2014-09-29 | SYN-48: Track User-Agents as well as IPs for client devices. | Erik Johnston | 4 | -5/+20 | |
2014-09-26 |