• M
    Start implementing /join for room aliases for rooms the server is not in. (#115) · 84ad4ff9
    Mark Haines 提交于
    * Start implementing the join room API
    
    * Hacks to get join room working
    
    * Make the TLS fingerprint configurable
    
    * Fix the client API proxy to handle '#' correctly
    
    * Return a 200 OK response
    
    * Write the join event along with current state to the room server
    
    * Comment on the error handling
    
    * Fix typos
    
    * Fix tab
    
    * Add TODO for moving authEventIDs to gomatrixserverlib
    
    * Comment on why we ignore the key ID argument for local keys
    
    * Avoid 'preceeded'
    
    * Neaten the control flow
    
    * Neaten the control flow even more
    
    * Return pointers
    
    * Rename err to lastErr for the loop
    84ad4ff9
routing.go 5.5 KB