Colin Arnott
Colin Arnott
currently when messaging an other hangouts user, pickups uses channels to contain the conversation. this works, but goes against the nature of irc, and causes headache with alerts or forces...
much like how bitlbee implements state and some configuration management via its irc server, it would be nice if you could move the authorization token input to the irc server...
There was work put into making the address book available over CardDav/localhost:8080, is there interest in getting calendar working as well?
It is not possible to build binaries without a module in recent versions of the toolchain.
Currently when the import path matches a known service, [via regex](https://github.com/golang/gddo/blob/master/gosrc/gosrc.go#L159), it will use hosting provider APIs instead of shelling out to VCS. This benefit is lost to any vanity...
While the `gosrc/vcs.go` references mercurial and bazaar in the `gosrc.service.pattern` it looks like both are missing from [`gosrc.vcsCmds`](https://github.com/golang/gddo/blob/master/gosrc/vcs.go#L108). This was discovered during review in #578.
While the `gosrc/vcs.go` references mercurial and bazar in the `gosrc.service.pattern` it looks like both are missing from [`gosrc.vcsCmds`](https://github.com/golang/gddo/blob/master/gosrc/vcs.go#L108). This is a continuation of the efforts in #606.
[`github.com/golang/gddo/gosrc.vcsCmds`](https://github.com/golang/gddo/blob/master/gosrc/vcs.go#L108) first fetches over the `http` scheme[0]. Can we change this to default to secure protocols first? (e.g. `[]string{"https", "ssh", "http", "git"}` 0] `vcsCmd.schemes` list http first for both [`svn`](https://github.com/golang/gddo/blob/master/gosrc/vcs.go#L114)...
I recently was forced to change my Facebook password, thank you great overlords, and upon trying to reconnect to bitlbee I recieved the following error: ``` Login error: Error validating...
### Steps to reproduce 1. make a file.md text file 2. share a file with a public link 3. cloud.example.com/s/kdoyzv8n 4. open the link ### Expected behaviour I would expect...