| Commit message (Expand) | Author | Files | Lines |
2014-10-03 | More spec work. | Kegan Dougal | 1 | -14/+11 |
2014-10-03 | Clarify how m.room.alias event works | Paul "LeoNerd" Evans | 1 | -4/+26 |
2014-10-03 | Flesh out room alias section. | Kegan Dougal | 1 | -9/+29 |
2014-10-03 | Add more information to TODOs. Explain m.room.join_rules. | Kegan Dougal | 1 | -12/+21 |
2014-10-02 | Federation protocol URLs should have an H2 heading, not H1 | Paul "LeoNerd" Evans | 1 | -1/+1 |
2014-10-02 | Remove TODO note about VoIP events as they now have their own entire section | Paul "LeoNerd" Evans | 1 | -3/+0 |
2014-10-02 | Document the Profile system | Paul "LeoNerd" Evans | 1 | -8/+101 |
2014-10-02 | Add todo notes | Erik Johnston | 1 | -0/+5 |
2014-10-02 | Remove incorrect reasons for empty PDU lists. | Erik Johnston | 1 | -3/+1 |
2014-10-02 | Fix pyflakes errors | Mark Haines | 2 | -9/+3 |
2014-10-02 | Remove note about assymetry of having left a room. | Erik Johnston | 1 | -5/+1 |
2014-10-02 | m.room.ops_levels includes redact_level | Erik Johnston | 1 | -2/+2 |
2014-10-02 | Don't use spaces in example room alias | Erik Johnston | 1 | -1/+1 |
2014-10-02 | Fix default value and key names. | Erik Johnston | 1 | -3/+3 |
2014-10-02 | Be less alarmist about not using an ID server. | Erik Johnston | 1 | -2/+2 |
2014-10-02 | Alias lookups return a server list. | Erik Johnston | 1 | -1/+4 |
2014-10-02 | Add a keyword argument to get_json to avoid retrying on DNS failures. Rather ... | Mark Haines | 6 | -20/+16 |
2014-10-02 | All room state is currently shared. | Erik Johnston | 1 | -6/+5 |
2014-10-02 | Fix ncorrect ports in documentation and add notes on how generate-config also... | David Baker | 3 | -4/+6 |
2014-10-02 | Split PlainHttpClient into separate clients for talking to Identity servers a... | Mark Haines | 6 | -156/+163 |
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 explana... | David Baker | 2 | -5/+8 |
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 generate... | David Baker | 1 | -2/+2 |
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; delete... | Paul "LeoNerd" Evans | 3 | -100/+24 |
2014-10-01 | SPEC-25: Add details on how to prune redacted events. | Erik Johnston | 1 | -0/+30 |
2014-10-01 | Move documented but-unimplemented 'presence idle times' into a new document t... | Paul "LeoNerd" Evans | 2 | -8/+20 |
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 exist... | Paul "LeoNerd" Evans | 1 | -16/+0 |
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 |
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 |
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 | Just use a yaml list for turn servers | David Baker | 2 | -3/+3 |
2014-09-25 | More change log lines | Erik Johnston | 1 | -0/+3 |
2014-09-25 | |