- 19 Nov, 2017 1 commit
-
-
Andrew Price authored
-
- 17 Nov, 2017 1 commit
-
-
Andrew Price authored
-
- 16 Nov, 2017 2 commits
-
-
Andrew Price authored
This can be processed into various formats, e.g. a manpage using $ rst2man mwjs.rst mwjs.7
-
Andrew Price authored
-
- 15 Nov, 2017 2 commits
-
-
Andrew Price authored
-
Andrew Price authored
Move the store_message() call to after the apply_gag()ing and message routing has been done. That way the message will still be replayed with a gag applied after a server restart.
-
- 09 Nov, 2017 1 commit
-
-
Andrew Price authored
-
- 08 Nov, 2017 1 commit
-
-
Andrew Price authored
These commands no longer exist.
-
- 30 Oct, 2017 1 commit
-
-
Andrew Price authored
-
- 18 Oct, 2017 1 commit
-
-
Andrew Price authored
Ref: #12
-
- 03 Oct, 2017 1 commit
-
-
Andrew Price authored
Fixes #27
-
- 22 Sep, 2017 1 commit
-
-
Andrew Price authored
- Lowercase some unnecessary title casing - Remove some low-value login/folder-related messages - A couple of other tweaks
-
- 21 Sep, 2017 1 commit
-
-
Justin Mitchell authored
-
- 17 Sep, 2017 3 commits
-
-
Andrew Price authored
Loops work better when the loop variable changes.
-
Andrew Price authored
The data isn't important enough to justify the perf hit
-
Andrew Price authored
-
- 13 Sep, 2017 1 commit
-
-
Isabel Jenkins authored
-
- 30 Aug, 2017 1 commit
-
-
Andrew Price authored
-
- 29 Aug, 2017 1 commit
-
-
Justin Mitchell authored
-
- 25 Aug, 2017 1 commit
-
-
Isabel Jenkins authored
-
- 16 Aug, 2017 1 commit
-
-
Andrew Price authored
-
- 14 Aug, 2017 1 commit
-
-
Andrew Price authored
Split the -server string in main() to keep the host and port separate from the get go. Removes some alloca's in the ipc_connect code.
-
- 13 Aug, 2017 2 commits
-
-
Andrew Price authored
Make them more generic, which means we can ditch a function
-
Andrew Price authored
-
- 08 Aug, 2017 1 commit
-
-
Andrew Price authored
-
- 05 Aug, 2017 1 commit
-
-
Andrew Price authored
Just a simple store that uses one file per message.
-
- 04 Aug, 2017 1 commit
-
-
Andrew Price authored
-
- 01 Aug, 2017 1 commit
-
-
Andrew Price authored
On gcc 7: edit.c: In function ‘edit_user’: edit.c:391:24: error: ‘sprintf’ writing a terminating nul past the end of the destination [-Werror=format-overflow=] sprintf(text, "s%05d", newroom);
-
- 31 Jul, 2017 3 commits
-
-
Andrew Price authored
-
Andrew Price authored
poll-epoll.c:20:2: error: implicit declaration of function ‘memset’ [-Werror=implicit-function-declaration] memset(&ev, 0, sizeof(ev));
-
Justin Mitchell authored
-
- 30 Jul, 2017 4 commits
-
-
Andrew Price authored
MW now works on FreeBSD
-
Andrew Price authored
-
Andrew Price authored
And don't try to use strfry() on it.
-
Andrew Price authored
On Linux this just makes some implicit includes explicit.
-
- 29 Jul, 2017 5 commits
-
-
Andrew Price authored
-
Andrew Price authored
-
Andrew Price authored
The client now just caches a simple list of gag names that the server sends it via a new IPC_GAGLIST message.
-
Andrew Price authored
-
Andrew Price authored
-