forked-synapse/synapse/http
Denis Kasak 700d2cc4a0
Tidy up integer parsing (#17339)
The parse_integer function was previously made to reject negative values by
default in https://github.com/element-hq/synapse/pull/16920, but the
documentation stated otherwise. This fixes the documentation and also:

- Removes explicit negative=False parameters from call sites.
- Brings the negative default of parse_integer_from_args in alignment with
  parse_integer.
2024-06-24 15:12:14 +02:00
..
federation Correctly mention previous copyright (#16820) 2024-01-23 11:26:48 +00:00
__init__.py Correctly mention previous copyright (#16820) 2024-01-23 11:26:48 +00:00
additional_resource.py Update license headers 2023-11-21 15:29:58 -05:00
client.py Fix OIDC login regression (#17031) 2024-03-26 13:26:46 +00:00
connectproxyclient.py Correctly mention previous copyright (#16820) 2024-01-23 11:26:48 +00:00
matrixfederationclient.py Ratelimiting of remote media downloads (#17256) 2024-06-05 13:43:36 +01:00
proxy.py Fix mypy on latest Twisted release (#17036) 2024-04-11 16:03:45 +01:00
proxyagent.py Correctly mention previous copyright (#16820) 2024-01-23 11:26:48 +00:00
replicationagent.py Correctly mention previous copyright (#16820) 2024-01-23 11:26:48 +00:00
request_metrics.py Correctly mention previous copyright (#16820) 2024-01-23 11:26:48 +00:00
server.py MSC4108 implementation (#17056) 2024-04-25 12:50:12 +00:00
servlet.py Tidy up integer parsing (#17339) 2024-06-24 15:12:14 +02:00
site.py Fix mypy on latest Twisted release (#17036) 2024-04-11 16:03:45 +01:00
types.py Correctly mention previous copyright (#16820) 2024-01-23 11:26:48 +00:00