Changeset 286:25a333ad9c98
- Timestamp:
- 2007-08-26 07:16:40
(1 year ago)
- Author:
- Stefan Schwarzer <sschwarzer@sschwarzer.net>
- branch:
- default
- Message:
Some changes, the most notably the mention of host access restriction.
-
Files:
-
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
| r279 |
r286 |
|
| 24 | 24 | ==== |
|---|
| 25 | 25 | |
|---|
| 26 | | - keyboard interrupt doesn't work on Windows |
|---|
| | 26 | - keyboard interrupt doesn't work on Windows (probably socket-related) |
|---|
| 27 | 27 | |
|---|
| 28 | 28 | OTHER |
|---|
| … | … | |
| 46 | 46 | archive) |
|---|
| 47 | 47 | |
|---|
| | 48 | - restrict access to certain source IPs or address ranges (default |
|---|
| | 49 | should be only localhost) |
|---|
| 48 | 50 | - prevent DOS attacks |
|---|
| 49 | 51 | - limit size of displayed files, especially binary files displayed |
|---|
| … | … | |
| 52 | 54 | structures |
|---|
| 53 | 55 | |
|---|
| 54 | | - utilize exctags |
|---|
| 55 | | - show type of identifiers |
|---|
| | 56 | - utilize exctags if installed |
|---|
| | 57 | - folding? |
|---|
| 56 | 58 | - cross-reference code |
|---|
| 57 | 59 | |
|---|