|
2d6b80a26e
|
Move man pages into a proper man directory
|
2022-09-30 19:11:44 -04:00 |
|
|
cfcef45c00
|
Make the log file message more visible.
|
2022-09-30 13:13:27 -04:00 |
|
|
7a939b91d1
|
Fix some documentation stuffs.
|
2022-09-30 13:09:22 -04:00 |
|
|
271cdd8ff0
|
Abstract the data structure out of the path handling logic.
|
2022-09-30 12:48:45 -04:00 |
|
|
90166882b0
|
Remove an unnecessary variable.
|
2022-09-30 12:48:33 -04:00 |
|
|
8c2f70d82a
|
Fix typo
|
2022-09-29 18:17:10 -04:00 |
|
|
bf5009293d
|
Update docs
|
2022-09-29 18:16:16 -04:00 |
|
|
45324ce77a
|
Implement /_matrix/client/versions and /.well-known/matrix/client
|
2022-09-29 13:41:26 -04:00 |
|
|
13fa07bfcc
|
Fix contrast ratio on home page.
|
2022-09-28 16:25:49 -04:00 |
|
|
0ec976d1dd
|
Fix HttpUrlDecode memory issue; write pathParts array
|
2022-09-28 14:45:45 -04:00 |
|
|
acffd82b48
|
Move Base64 documentation to man page.
|
2022-09-27 16:13:59 -04:00 |
|
|
5ecb810a88
|
Move Array documentation to man page.
|
2022-09-24 21:35:52 -04:00 |
|
|
b5d538f2ce
|
Cleaned up argument parsing to match what was in the docs
|
2022-09-24 19:41:39 -04:00 |
|
|
dac0633c0b
|
Add todo item
|
2022-09-24 08:44:16 -04:00 |
|
|
041e3ad68b
|
Open source is a big deal!
|
2022-09-23 18:00:18 -04:00 |
|
|
8f0bd672a3
|
Clean up documentation man pages.
|
2022-09-23 17:50:02 -04:00 |
|
|
4aa9f70d98
|
Add TODO.txt
|
2022-09-23 17:49:20 -04:00 |
|
|
e0e0f667b4
|
Improvements to site links and stylesheet
|
2022-09-23 17:42:04 -04:00 |
|
|
202495aedc
|
Move project status to TODO.txt
|
2022-09-23 17:32:40 -04:00 |
|
|
00f450c463
|
Do some work to fix tables
|
2022-09-23 16:09:45 -04:00 |
|
|
64eaecfdda
|
Style man pages like the rest of the site.
|
2022-09-23 09:51:13 -04:00 |
|
|
b561c3f4fc
|
Fix echo error
|
2022-09-23 09:07:06 -04:00 |
|
|
f19f543fd2
|
Fix up some broken links; make td more verbose when deploying website.
|
2022-09-23 09:04:16 -04:00 |
|
|
5178fd2d21
|
Move contributing guide to a man page.
|
2022-09-23 08:54:47 -04:00 |
|
|
55967c2d75
|
Start work on routing
|
2022-09-23 08:06:24 -04:00 |
|
|
f6dcea6a2f
|
Start contributing man page
|
2022-09-23 08:05:59 -04:00 |
|
|
3ba80eea64
|
Remove header.txt
|
2022-09-23 08:05:45 -04:00 |
|
|
b85e443907
|
Move header.txt to LICENSE.txt
|
2022-09-22 17:54:56 -04:00 |
|
|
c9963d36b1
|
Move Rationale and Project Goals to man page.
|
2022-09-22 17:29:03 -04:00 |
|
|
bbf8f26889
|
Write man page for configuration file.
|
2022-09-22 09:47:52 -04:00 |
|
|
a0dbe31d42
|
Start cleaning up the website
|
2022-09-21 21:17:00 -04:00 |
|
|
f250e66c79
|
Begin work on converting most of the site to man pages.
I want to do this so that even the documentation can be viewed on a base
install, without having to install a browser or converter.
|
2022-09-21 20:12:21 -04:00 |
|
|
1eca0579bc
|
Delete .orig files with clean
|
2022-09-21 20:11:11 -04:00 |
|
|
8bd7e27de1
|
Fix bug in QueuePop()
|
2022-09-17 15:59:47 -04:00 |
|
|
6782d01a89
|
Update project goals.
|
2022-09-17 12:55:02 -04:00 |
|
|
21894489cb
|
Rename MatrixCreateError() to MatrixErrorCreate()
|
2022-09-16 11:49:48 -04:00 |
|
|
d7a1f7411d
|
Send M_UNKNOWN on all requests for now.
|
2022-09-16 11:49:21 -04:00 |
|
|
d0fb926f2a
|
Add error generation logic.
|
2022-09-16 11:27:34 -04:00 |
|
|
13763eb77b
|
Format code
|
2022-09-14 17:15:39 -04:00 |
|
|
18825a1f46
|
Make phase descriptions more detailed
|
2022-09-14 17:15:18 -04:00 |
|
|
184866532a
|
Spec: Implement CORS
|
2022-09-14 17:15:05 -04:00 |
|
|
1d0c48ce32
|
Add constants
|
2022-09-14 16:57:19 -04:00 |
|
|
62f3a2087b
|
Start filling in Phase 3 tasks
|
2022-09-09 13:34:20 -04:00 |
|
|
685b7c016d
|
Start work on param parsing.
|
2022-09-08 21:09:47 -04:00 |
|
|
485941e8a8
|
Fix bug in JsonEncodeString() where characters get printed to stdout.
Thanks @costava:matrix.org for pointing this one out.
|
2022-09-06 20:53:30 -04:00 |
|
|
c607ba05a9
|
Implement URL encoding and decoding.
|
2022-09-06 20:48:27 -04:00 |
|
|
2ba2656e4a
|
The variable is CVS_RSH, not SSH_RSH
|
2022-09-06 20:07:22 -04:00 |
|
|
cb31db2ec6
|
Fix checkout instructions to include use of CVS_RSH
|
2022-09-06 20:06:43 -04:00 |
|
|
6721255512
|
Update references to POSIX
|
2022-09-06 12:36:12 -04:00 |
|
|
a8796e1bc6
|
Don't be so harsh with other homeserver implementations!
|
2022-09-06 12:02:10 -04:00 |
|