Vane11ope
e43c4e3cb1
Fix a type error
2020-07-02 11:31:04 +09:00
Vane11ope
7806a34858
List was not cycled right for tab autocompletion
2020-07-02 09:46:24 +09:00
Martin Plattner
aee1b81260
fix test coverage
2020-07-01 23:51:55 +02:00
Maximilian Hils
2a4933eb9d
minor fixes
2020-07-01 22:52:35 +02:00
Martin Plattner
2a408c9379
refactor modify addons
...
Use a universal ModifySpec class to represent rules.
ModifyHeaders now supports reading the header value from a file.
2020-07-01 13:25:28 +02:00
Thomas Kriechbaumer
9f6c0ebc7e
Merge pull request #4056 from Kriechi/update-changelog
...
Update changelog and add PR template
2020-07-01 12:22:38 +02:00
Maximilian Hils
5169962fdf
alternative PR template wording proposal
2020-07-01 12:13:33 +02:00
Thomas Kriechbaumer
540c293741
add PR template
2020-07-01 11:47:54 +02:00
Thomas Kriechbaumer
ac95f84a4c
update changelog
2020-07-01 11:47:42 +02:00
Martin Plattner
2ed7770716
modify body addon: fix typo in docs
2020-06-30 16:54:17 +02:00
Martin Plattner
0a12479399
modify addons: cleanup redundant code and error handling
2020-06-30 16:20:06 +02:00
Martin Plattner
48dcc6e073
revert modify headers parameter order
2020-06-30 14:57:46 +02:00
Maximilian Hils
b9108b271e
Merge pull request #4051 from yogeshojha/issue/clearall
...
New File has been renamed to clear all
2020-06-29 19:20:29 +02:00
Yogesh Ojha
4863825737
ran npm test
2020-06-29 21:36:13 +05:30
Yogesh Ojha
936f349bf7
styles/scripts vendor minified
2020-06-29 18:13:31 +05:30
Yogesh Ojha
0be9dc305b
minified
2020-06-29 18:10:57 +05:30
Yogesh Ojha
285b1f5fef
New file renamed to Clear all
2020-06-29 17:54:39 +05:30
sanlengjingvv
043d18ff73
correct spelling mistakes
2020-06-28 01:13:20 +08:00
sanlengjingvv
c87294dc60
move trailers to response and default None
2020-06-28 00:51:44 +08:00
sanlengjingvv
ebbba73281
serialize trailers for ws broadcast
2020-06-27 15:41:14 +08:00
sanlengjingvv
ca8285605e
trailers should be Optional
2020-06-27 11:08:26 +08:00
Martin Plattner
4cffbec291
modifybody addon: update docs
2020-06-26 20:38:57 +02:00
Martin Plattner
b263b0dece
replacements addon: rename to ModifyBody
2020-06-26 20:10:57 +02:00
Martin Plattner
96e756ead0
remove not needed replacement code
2020-06-26 19:04:22 +02:00
Martin Plattner
b608b0ef3e
replacements addon: improve namings
2020-06-26 18:58:17 +02:00
Martin Plattner
29f0bd0276
replacements addon: only replace in body
2020-06-26 17:52:50 +02:00
sanlengjingvv
7daecd24c5
store trailers in HTTPFlow
2020-06-26 20:35:51 +08:00
sanlengjingvv
73ece6797c
support HTTP2 trailers
2020-06-26 20:34:13 +08:00
Maximilian Hils
34286626eb
Merge pull request #4045 from mhils/sans-io-adjustments
...
minor: rename pytest fixture
2020-06-26 10:49:04 +02:00
Maximilian Hils
8783630ac3
minor: rename pytest fixture
...
tctx clashes with an omnipresent fixture on sans-io and my IDE
is not smart enough to figure out which one is which.
2020-06-26 01:01:25 +02:00
Maximilian Hils
846889c6f9
Merge pull request #4043 from mplattner/addon-setheaders-improve
...
SetHeaders -> ModifyHeaders
2020-06-25 18:33:39 +02:00
Martin Plattner
781e0a2e7c
rename SetHeaders addon to ModifyHeaders
2020-06-25 18:08:48 +02:00
Maximilian Hils
7e0a57aee4
Merge pull request #4044 from mplattner/fix-docs-generation
...
fix docs generation
2020-06-25 17:28:47 +02:00
Maximilian Hils
bcffa674ba
fix my own linting errors
2020-06-25 17:27:20 +02:00
Maximilian Hils
7a0365ea68
flow pattern -> flow filter
...
we somewhat consistently refer to these things as filters (and have a docs page on it), so let's keep that consistency.
2020-06-25 17:25:25 +02:00
Maximilian Hils
3885ebbd58
fix hugo version name
2020-06-25 17:16:41 +02:00
Martin Plattner
527e5fcd22
fix docs generation
2020-06-25 17:02:12 +02:00
Martin Plattner
b90dded940
setheaders addon: update docs
2020-06-25 16:53:45 +02:00
Martin Plattner
ccf7182a11
setheaders addon: removal of existing headers
2020-06-25 16:46:24 +02:00
Martin Plattner
b6c70950c3
setheaders addon: change pattern order
2020-06-25 15:33:42 +02:00
Maximilian Hils
1f6a980df3
Merge pull request #3982 from mhils/critical-san
...
Certs: mark SAN as critical if no CN is set
2020-06-23 23:43:37 +02:00
Maximilian Hils
ed68e0a1ba
Merge pull request #4040 from mhils/restructure-examples
...
Restructure examples
2020-06-23 20:21:48 +02:00
Maximilian Hils
08895e9ba6
restructure examples
...
- restructure examples (fix #4031 )
- remove example dependencies from setup.py,
we do not need special dependencies for our supported addons.
- unify how we generate docs from code
- improve example docs
2020-06-23 16:00:14 +02:00
Thomas Kriechbaumer
0793f61496
Merge pull request #4039 from JustAnotherArchivist/dev-version-detection-2
...
Replace git cat-file -t with -e and explain the magic ID
2020-06-22 13:55:36 +02:00
JustAnotherArchivist
9b6198a1fe
Replace git cat-file -t with -e and explain the magic ID
2020-06-21 22:12:20 +00:00
Thomas Kriechbaumer
65cce78481
Merge pull request #4038 from Vane11ope/patch-1
...
the link of wsproto was not displayed right.
2020-06-21 21:41:31 +02:00
Vane11ope
f7cc067724
the link of wsproto was not displayed right
...
I just fixed the link attached to wsproto.
2020-06-22 02:42:31 +09:00
Thomas Kriechbaumer
e822d68e93
Merge pull request #4032 from jasonruz/patch-2
...
Document default listen port is 8080
2020-06-21 16:52:41 +02:00
Maximilian Hils
8e5c62c169
Merge pull request #4036 from JustAnotherArchivist/dev-version-detection
...
Verify that we're in the correct repository when extracting dev version information
2020-06-19 17:34:22 +02:00
JustAnotherArchivist
054d77fb48
Verify that we're in the correct repository when extracting dev version information
...
Fixes #3987
2020-06-19 15:20:06 +00:00