index
:
fastbangs
main
Search engine redirect system
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
Main.hs
Age
Commit message (
Collapse
)
Author
2024-02-28
add pending bang limit
Lia Lenckowski
2023-10-31
simplify some code; version bump
Lia Lenckowski
2023-10-22
debugging option to not embed stylesheet and js
metamuffin
2023-10-15
embed resources into executable
Lia Lenckowski
2023-10-15
revert dumme sachen die eh nicht vollständig waren
Lia Lenckowski
2023-10-15
customizable database path
metamuffin
2023-08-29
batched/commulative notifications about pending bangs
Lia Lenckowski
2023-08-29
pending bang verdict notifications
Lia Lenckowski
2023-08-27
abstraction for batched callbacks
Lia Lenckowski
2023-08-26
refactor: move PendingBang out of Main
Lia Lenckowski
2023-08-24
add toEncoding implementations (~15% encoding speedup)
Lia Lenckowski
2023-08-23
add yaml config
Lia Lenckowski
2023-08-23
make all urls relative
Lia Lenckowski
now works with url-rewriting reverse proxies, when BASE_URL is set correctly
2023-08-20
make admin user/password configurable with env vars instead of recompilation
Lia Lenckowski
2023-08-20
better config system
Lia Lenckowski
2023-08-04
add bang to search engine name
Lia Lenckowski
this allows firefox users to add fastbangs multiple times as a search engine, when using different default bangs
2023-07-30
allow multiple suggestions for the same bang
Lia Lenckowski
2023-07-30
bang accept/reject api
Lia Lenckowski
2023-07-29
(prototype) authentication, route for getting pending bangs
Lia Lenckowski
2023-07-27
add some caching
Lia Lenckowski
2023-07-26
insert submitted bangs into a database
Lia Lenckowski
2023-07-26
add route for stylesheet
metamuffin
2023-07-25
proper builds, that make deployment somewhat easy
Lia Lenckowski
2023-07-25
make some settings configurable through environment variables
Lia Lenckowski
2023-07-25
add routes, and make makefile less shit
Lia Lenckowski
2023-07-24
add search.xml
Lia Lenckowski
2023-07-23
out-source bangs state serialization, listen on both ipv4 and ipv6
Lia Lenckowski
2023-07-23
sync own bangs with disk
Lia Lenckowski
2023-07-22
different parser for duckduckgo's bang format, and our own
Lia Lenckowski
2023-07-22
parse ddg's bangs
Lia Lenckowski