summary refs log tree commit diff
path: root/docs/client-server/web (unfollow)
Commit message (Collapse)AuthorFilesLines
2014-10-03Add more information to TODOs. Explain m.room.join_rules.Kegan Dougal1-12/+21
2014-10-02Federation protocol URLs should have an H2 heading, not H1Paul "LeoNerd" Evans1-1/+1
2014-10-02Remove TODO note about VoIP events as they now have their own entire sectionPaul "LeoNerd" Evans1-3/+0
2014-10-02Document the Profile systemPaul "LeoNerd" Evans1-8/+101
2014-10-02Add todo notesErik Johnston1-0/+5
2014-10-02Remove incorrect reasons for empty PDU lists.Erik Johnston1-3/+1
2014-10-02Fix pyflakes errorsMark Haines2-9/+3
2014-10-02Remove note about assymetry of having left a room.Erik Johnston1-5/+1
Currently, if you leave a room you still appear in the members list. This is basically a bug with the current implementation/spec, rather than something that should happen.
2014-10-02m.room.ops_levels includes redact_levelErik Johnston1-2/+2
2014-10-02Don't use spaces in example room aliasErik Johnston1-1/+1
2014-10-02Fix default value and key names.Erik Johnston1-3/+3
2014-10-02Be less alarmist about not using an ID server.Erik Johnston1-2/+2
2014-10-02Alias lookups return a server list.Erik Johnston1-1/+4
2014-10-02Add a keyword argument to get_json to avoid retrying on DNS failures. Rather ↵Mark Haines6-20/+16
than passing MatrixHttpClient.RETRY_DNS_LOOKUP_FAILURES as a fake query string parameter
2014-10-02All room state is currently shared.Erik Johnston1-6/+5
2014-10-02Fix ncorrect ports in documentation and add notes on how generate-config ↵David Baker3-4/+6
also generates certs bound to whatever hostname you give with --generate-config. SYN-87 #resolved
2014-10-02Split PlainHttpClient into separate clients for talking to Identity servers ↵Mark Haines6-156/+163
and talking to Capatcha servers
2014-10-02Trivial formatting fixes for README.Mark Haines1-82/+86
2014-10-02Update README setup instructions to be correct. Make synapse spit out ↵David Baker2-5/+8
explanatory note when generating config to tell people to look at it and customise it.
2014-10-02Re-apply a0b1b34c71e46304f7024f0570db92f4577303b5 to master (fixing synctl)David Baker1-2/+2
2014-10-02Make instructions synctl gives for generateing a config file actuall ↵David Baker1-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-01Added a TODO-doc marker about the presence timing systemPaul "LeoNerd" Evans1-0/+6
2014-10-01Define the client and server APIs for PresencePaul "LeoNerd" Evans1-9/+102
2014-10-01Continue moving content out of docs/model/presence into the main spec; ↵Paul "LeoNerd" Evans3-100/+24
delete model docs that are duplicated
2014-10-01SPEC-25: Add details on how to prune redacted events.Erik Johnston1-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-01Move documented but-unimplemented 'presence idle times' into a new document ↵Paul "LeoNerd" Evans2-8/+20
to contain such features
2014-10-01s/m.room.redacted/m.room.redaction/Erik Johnston1-1/+1
2014-10-01Nuke the entire 'Typing Notifications' spec section given as they don't ↵Paul "LeoNerd" Evans1-16/+0
exist yet in the implementation
2014-10-01remove "red", "blue" and "green" server_name mappingsMark Haines1-7/+0
2014-09-30Annotate all the 'TODO' marks as relating to either the specification itself ↵Paul "LeoNerd" Evans1-50/+54
or the documentation thereof
2014-09-30pyflakes cleanupErik Johnston3-3/+1
2014-09-30SYN-2: Allow server admins to delete room aliasesErik Johnston4-21/+99
2014-09-29Re-wrap content after latest additionsPaul "LeoNerd" Evans1-25/+30
2014-09-29Extended docs about the registration/login flowsPaul "LeoNerd" Evans1-23/+30
2014-09-29Reörder the specification sections, to move 'Registration and Login' first, ↵Paul "LeoNerd" Evans1-315/+316
where it logically belongs
2014-09-29Huge whitespace hackery - reflow all (content) paragraphs at tw=80Paul "LeoNerd" Evans1-389/+435
2014-09-29No longer need the Freenode verification key filePaul "LeoNerd" Evans1-1/+0
2014-09-29Add a 'Redactions' section.Erik Johnston1-0/+17
2014-09-29Add m.room.redacted in events listErik Johnston1-0/+16
2014-09-29Unbreak tests after changing storage APIErik Johnston4-12/+53
2014-09-29Update docstringErik Johnston2-2/+3
2014-09-29SYN-48: Delete dead codeErik Johnston1-26/+0
2014-09-29SYN-48: Fix typo. Get the whois for requested user rather tahan the requesterErik Johnston1-1/+1
2014-09-29SYN-48: Implement WHOIS rest servletErik Johnston9-25/+190
2014-09-29No longer need the Freenode verification key filePaul "LeoNerd" Evans1-1/+0
2014-09-29Add auth check to test if a user is an admin or not.Erik Johnston2-0/+11
2014-09-29SYN-48: Track User-Agents as well as IPs for client devices.Erik Johnston4-5/+20
2014-09-26Track the IP users connect with. Add an admin column to users table.Erik Johnston9-12/+67
2014-09-25Just use a yaml list for turn serversDavid Baker2-3/+3
2014-09-25More change log lines