| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2019-11-23 | Initial golang rewrite | -0/+466 | ||
| 2019-11-23 | Remove D stuff from gitignore | -14/+0 | ||
| 2019-11-23 | Remove D stuff | -286/+0 | ||
| 2019-08-20 | Move function definition to zsh style | -10/+6 | ||
| Also fix it "exit"ing when autoloaded. | ||||
| 2019-07-12 | feat: add new routing for reads | -11/+12 | ||
| /:id/:lang is now used. If :lang is raw, give raw output. This deprecates the old endpoints/methods: - /:id?lang=lang - /:id?lang - /raw/:id | ||||
| 2019-07-12 | docs: s/anything/foo/ for clarity | -4/+4 | ||
| 2019-07-09 | feat: redirect real browsers to content | -3/+27 | ||
| - Use 303: otherwise they just POST again - Make the response by hand, redirect() not usable in this context - Matching browsers is done via UA | ||||
| 2019-07-09 | eco: update vibe.d - partial fix for sockets | -5/+5 | ||
| Apparently someone turned off SO_REUSEADDR. Still leaks HTTP handles, work is ongoing. | ||||
| 2019-04-04 | release: 1.0.0v1.0.0 | -0/+10 | ||
| 2019-04-04 | eco: Add clog support | -0/+8 | ||
| 2019-04-04 | Update dependencies (0.8.5 is out) | -4/+4 | ||
| 2019-03-27 | [server] Add openrc configuration | -0/+31 | ||
| 2019-03-27 | [client] new shell script | -0/+10 | ||
| Also sourceable, but not autoload-able See toasty-zsh for an autoloadable version | ||||
| 2019-03-22 | [client] Update shell script/sourceable | -3/+5 | ||
| 2019-03-22 | [client] Update anypaste plugin | -6/+3 | ||
| 2019-03-17 | Upgrade dependencies | -3/+3 | ||
| vibe-d has a release candidate now. vibe-core also got a bump. Unfortunately, eventcore still leaks. | ||||
| 2019-03-17 | Unify id and rawId | -16/+14 | ||
| Treat them the same as put/post -> insert. | ||||
| 2019-03-07 | [hash] Add unit test | -0/+6 | ||
| 2019-03-05 | Remove all mentions of p.toastin.space | -2/+2 | ||
| 2019-03-05 | Only allow plaintext uploads | -2/+5 | ||
| 2019-03-03 | Add manual page | -0/+55 | ||
| And ignore compiled version. | ||||
| 2019-03-03 | Add shell script / function | -0/+8 | ||
| 2019-03-03 | brpaste.xyz is launched! update anypaste script | -1/+1 | ||
| 2019-03-03 | Update dependencies (libasync) | -1/+1 | ||
| 2019-03-03 | Document how PUT/POST collisions work | -1/+1 | ||
| 2019-03-03 | Revert "Oneline tables" | -5/+5 | ||
| This reverts commit e5e3b8fa30f4f49eab4bf886a3a4bad347da68ae. It had undesireable side-effects. Read: I forgot how pug works | ||||
| 2019-03-03 | Rewrite examples | -3/+4 | ||
| And only use httpie | ||||
| 2019-03-03 | Oneline tables | -5/+5 | ||
| 2019-03-03 | Document PUT | -0/+3 | ||
| 2019-03-03 | Fix typo | -1/+1 | ||
| 2019-03-03 | Add PUT method | -10/+14 | ||
| Also trim down some excess code. | ||||
| 2019-03-01 | Abstract out storage | -21/+56 | ||
| This means that various redis failures will get caught. Also opens up the possibility of PUT (for naming). Also simplified health checks! And, of course, makes it easier to swap backends later, if needed. | ||||
| 2019-02-28 | Remove -X from curl invocation | -1/+1 | ||
| Curl does POST automatically when doing forms | ||||
| 2019-02-28 | Add server utility readme | -0/+8 | ||
| 2019-02-28 | Add caddy example | -0/+5 | ||
| 2019-02-28 | Add section on ID generation | -0/+13 | ||
| 2019-02-27 | No one's importing brpaste alone | -3/+0 | ||
| 2019-02-27 | Add client/ README | -0/+8 | ||
| 2019-02-27 | Add anypaste plugin | -0/+31 | ||
| 2019-02-27 | Add README | -0/+34 | ||
| 2019-02-27 | Add lang=x query example | -0/+1 | ||
| 2019-02-27 | Allow using ?lang=x style language selection | -1/+2 | ||
| 2019-02-27 | Fix example usage | -2/+2 | ||
| 2019-02-27 | Cleanup | -50/+56 | ||
| - stop using web development generation, it doesn't work very well - rework health check - use HTTPStatus - move routing away from the implementation | ||||
| 2019-02-26 | Switch to Vibe's Default Main | -9/+6 | ||
| Also, change default bindings and add defaults to options | ||||
| 2019-02-26 | Always use language | -7/+3 | ||
| Just default to "none" instead of empty. This means that the css will apply by default. | ||||
| 2019-02-26 | Initial draft version | -0/+250 | ||
