Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2014-10-02 | Alias lookups return a server list. | Erik Johnston | 1 | -1/+4 | |
2014-10-02 | All room state is currently shared. | Erik Johnston | 1 | -6/+5 | |
2014-10-02 | Trivial formatting fixes for README. | Mark Haines | 1 | -82/+86 | |
2014-10-02 | Update README setup instructions to be correct. Make synapse spit out ↵ | David Baker | 2 | -5/+8 | |
explanatory note when generating config to tell people to look at it and customise it. | |||||
2014-10-02 | Re-apply a0b1b34c71e46304f7024f0570db92f4577303b5 to master (fixing synctl) | David Baker | 1 | -2/+2 | |
2014-10-02 | Make instructions synctl gives for generateing a config file actuall ↵ | David Baker | 1 | -2/+2 | |
generate a config file. Also, make synctil run synapse correctly by invoking a module such that the path is correct to pull in other bits from the working directory rather than requiring them to be on the PYTHONPATH (which would lead to people being very confused when they edit source in the working directory and their changes do not take effect). | |||||
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 | Track the IP users connect with. Add an admin column to users table. | Erik Johnston | 9 | -12/+67 | |
2014-09-25 |