Nerd Fonts is a project that patches developer targeted fonts with a
high number of glyphs (icons). Specifically to add a high number of
extra glyphs from popular 'iconic fonts' such as Font Awesome, Devicons,
Octicons, and others. The font patcher utility is not included in this
package.
Fonts available as of now: codenewroman, dejavusansmono,
fantasquesansmono, noto, profont, terminus, ubuntu-mono and ubuntu.
Port from Joel Carnat (joel [at] carnat ! net) with some minor tweaks by
me.
ok sthen@
changelog:
* Add single compactor http client for delete and gennumber clients.
This fixes a bug caused by the accidental introduction of different
HTTP clients for compactor and gennumber operations that resulted
in 404s when only the gennumber middlewares were enabled
* Change default deletion mode to filter-only on account of the bug
* Delete can now be performed over GRPC
ok landry@
In particular, this binary bootstrap works on armv7, meaning that lang/go
should build and become available on this platform again (apparently no
one else uses Go on armv7, given how long it has been broken for).
Thanks to tb@ for reporting the issue and testing a newer bootstrap.
It used to silence a warning at startup that nolonger appears and upstream
will eventually remove the offending code, anyway.
Now tg_owt also builds without any pending PRs or local patches.
Now that vmd(8) supports communicating e820 ranges via fw_cfg, we
No longer need the patches that make SeaBIOS identify the guest
memory via the nvram registers.
vmd(8) already communicates etc/screen-and-debug via fw_cfg as well,
so drop that patch, too.
OK sthen@, mlarkin@
1.0.28:
- new command :refetch and leader `refetch' that feteches a toot again
- new timeline and leader special for filtered timelines (e.g. only boosts)
- filters are done server-side as later mastodon versions
- mixed use of `spoiler' `cw' are now removed and `cw' used consistently.
(old names in config still works)
1.0.29
- new timeline for mentions
- new command :move-window and leaders move-window-*
- new command and leader :close-window
- new leader `switch' to change timeline
- various bugfixes
1.0.30
- allow only setting the name in switch and not showBoosts and showReplies
1.0.31
- manpages! see tut(1), tut(5) and tut(7)
- add file extension to media files
that it shouldn't go into modules.inc; low-tech approach but hopefully
people will notice it if they read their diff before sending it out ;)
tb@ thinks it would help too.
Endlessh is an SSH tarpit that very slowly sends an endless, random
SSH banner. It keeps SSH clients locked up for hours or even days at a
time. The purpose is to put your real SSH server on another port and
then let the script kiddies get stuck in this tarpit instead of
bothering a real server.
This prevents picking /usr/local/bin/ruby from devel/ruby-shims as
baseruby, and erroring in "make fake" when baseruby can't require
tool/downloader.rb. We don't need baseruby, because we are building
ruby-*.tar.gz, not a git checkout of ruby.
ok jeremy@ (maintainer)
Drop local clang/glibmm workarounds, upstream fixed it.
This is the first release (I can remember) that builds and runs without any
pending PRs or local patches on OpenBSD.