activityserve icon indicating copy to clipboard operation
activityserve copied to clipboard

A very light ActivityPub library in Go

Results 14 activityserve issues
Sort by recently updated
recently updated
newest added

Currently the `Setup` function will always load `config.ini`, instead it makes sense to load the file that is provided.

currently on line [304](https://github.com/writeas/activityserve/blob/master/http.go#L304) in `http.go` the error is ignored converting the page query parameter, should this assume page 1 as seen on line [121](https://github.com/writeas/activityserve/blob/master/http.go#L121)?

- in `remoteActor.go` the error from `get` on line [28](https://github.com/writeas/activityserve/blob/master/remoteActor.go#L28) logs the resulting error with the log level `info`, should it be `error`? - in `remoteActor.go` the error from `client.Do`...

just an old log statement on line [272](https://github.com/writeas/activityserve/blob/master/http.go#L272)

see lines [238-241](https://github.com/writeas/activityserve/blob/master/http.go#L238-241)

reminder of todo on line [192](https://github.com/writeas/activityserve/blob/master/http.go#L192) of `http.go`. it looks like maybe it has been done

- `http.go` line [184](https://github.com/writeas/activityserve/blob/master/http.go#L184) calls `panic` on an error reading the request body, this should return an error. - `actor.go` lines 168 and 179 panic when trying to parse the...

reminder for todo on line [111](https://github.com/writeas/activityserve/blob/master/http.go#L111) to fix total number of items

as in [pherephone #4](https://github.com/writeas/pherephone/issues/4) there is both a logger named `printer` and the use of `log` directly, should these be combined?

super tiny silly thing but in `http.go` the actor handler logs a message "well-known, skipping..." but it will also happen when request for the favicon are made.