vim
— vital
improvements module
The vital improvements module, vim
, is
used to customize and extend honk in such rare cases as the existing
functionality proves insufficient.
- activity.go
- Conversion to and from ActivityPub format and interop with other
implementations.
- admin.go
- The console admin interface.
- avatar.go
- Code to generate blocky avatar images.
- backend.go
- Interface to the image resizing backend helper process.
- bloat.go
- Bad stuff.
- database.go
- Loading and saving things to database.
- deliverator.go
- Sending messages and handling retries.
- fun.go
- All sorts of fun stuff.
- hfcs.go
- Filtering framework.
- honk.go
- Just a few data types.
- import.go
- Importers from other service data dumps.
- markitzero.go
- Markdown converter.
- schema.go
- Generated from schema.sql.
- sensors.go
- Monitor memory and CPU.
- skulduggery.go
- Reduce some stupidity.
- unveil.go
- OpenBSD pledge and unveil.
- upgradedb.go
- Upgrade between schema versions.
- util.go
- Boring code.
- web.go
- The web interface.
The current schema is stored in
schema.sql.
After changing the schema, edit
upgradedb.go to update
myVersion and add relevant update statements to the
bottom of the large switch.