Commits on Source (29)
-
Andrew Price authored
When display_message gets to this point, ptr might have been incremented to its end of line value and so the loop is terminated without printing the message. Instead, jump down to the last section of the loop where it checks for end of line and prints the message. (This function could really do with refactoring to avoid this goto and make it more readable but for now this will do.)
03091bbd -
Andrew Price authorede7a0999b
-
Andrew Price authored091d260a
-
Andrew Price authored
Fixes: talk{0}-* !w Writing in folder Foo. Message from andy *** buffer overflow detected ***: /home/andy/src/mw/src/client/mw terminated
36f78f8e -
Andrew Price authoreda803a110
-
Andrew Price authored
Fixes: servsock.c: In function ‘migrate_old_folders’: servsock.c:684:2: error: ‘readdir_r’ is deprecated [-Werror=deprecated-declarations] while (readdir_r(dirp, &entry, &dp) == 0) { ^~~~~
49b1776e -
Andrew Price authored
1. incoming_pipe is -1 in idle() when a new user runs mw with autochat 2. When ls() tries to write too many chars into a SUBJECTSIZE+1-char buffer. Fixes #24
abc00bd1 -
Andrew Price authored
Sometimes it's useful to run the server in the foreground quietly.
42dd1040 -
Isabel Jenkins authoredb3ccdf38
-
Isabel Jenkins authoreda6ef8ff6
-
Andrew Price authored93dc2abd
-
Andrew Price authoredd6cc4fc1
-
Andrew Price authoredcbac7028
-
Andrew Price authoredc678f8e9
-
Andrew Price authoredaf2c1dee
-
Andrew Price authored3e7d6556
-
Andrew Price authored51a830d1
-
Andrew Price authoredb6bf0027
-
Imran Hussain authored57847312
-
Justin Mitchell authored
Still nowhere near finished, but the main edit commands have moved, and frameworks have been started for the other parts
132ed910 -
Justin Mitchell authoredac907fa4
-
Justin Mitchell authored695563a4
-
Justin Mitchell authored
It no longer makes sense to use userposn as a source and destination field when passing messages, so drop it entirely. Instead specify an 'audience' for the message so the server knows how to distribute it.
d6dba2a6 -
Justin Mitchell authored79c916b7
-
Justin Mitchell authoredd970ca20
-
Justin Mitchell authored1342c317
-
Justin Mitchell authored65535a9b
-
Justin Mitchell authoredbbf5b3f2
-
076119af
.gitlab-ci.yml
0 → 100644
duktape/Makefile
0 → 100644
duktape/duk_config.h
0 → 100644
This diff is collapsed.
duktape/duktape.c
0 → 100644
This diff is collapsed.
duktape/duktape.h
0 → 100644
This diff is collapsed.
src/client/js-duk.c
0 → 100644
File moved