John Benediktsson
|
296968580a
|
use assoc-reject instead of [ ... not ] assoc-filter.
|
2015-05-12 19:08:42 -07:00 |
John Benediktsson
|
e12d4fba4c
|
using crlf.
|
2014-11-30 08:48:28 -08:00 |
Doug Coleman
|
0bbfa64b24
|
Squashed commit of the following:
commit 54b3e19c7407707fabddd53872559c58cd5143d2
Author: Doug Coleman <doug.coleman@gmail.com>
Date: Mon Sep 27 19:10:15 2010 -0500
Fix typo
commit 3207516dc93e0e1edc9f119efcc79f4484eab244
Author: Doug Coleman <doug.coleman@gmail.com>
Date: Mon Sep 27 19:08:30 2010 -0500
Rename io.servers.connection to io.servers
|
2010-09-27 19:12:33 -05:00 |
Slava Pestov
|
627295f094
|
Language change: tuple slot setter words with stack effect ( value object -- ) are now named FOO<< instead of (>>FOO)
|
2010-05-06 17:21:02 -04:00 |
Daniel Ehrenberg
|
6298203b4c
|
Making all of basis and extra unambiguous for sets/namespaces
|
2010-02-26 16:28:38 -05:00 |
Doug Coleman
|
eceed177d6
|
replace usages of <" with """
|
2009-09-20 22:42:40 -05:00 |
Doug Coleman
|
80c59d1a0f
|
add a logged-in flag to managed-server for logging in connections so we don't have to throw exceptions to kill clients
|
2009-06-03 23:00:56 -05:00 |
Doug Coleman
|
f6ac611a04
|
really disconnect someone if name is taken
|
2009-06-03 22:19:46 -05:00 |
Doug Coleman
|
a4a2ae8a78
|
send \r\n instead of \n for windows telnet clients
|
2009-06-01 13:35:04 -05:00 |
Doug Coleman
|
50e6fac013
|
change threaded-server and managed-server to take an encoding
|
2009-05-30 19:15:53 -05:00 |
Doug Coleman
|
3df3ffc416
|
Merge branch 'master' of git://factorcode.org/git/factor
|
2009-05-30 15:53:15 -05:00 |
Doug Coleman
|
4b2dab10a0
|
refactor a bit of the chat server, add /nick
|
2009-05-30 16:50:38 -04:00 |
Doug Coleman
|
77654ce7bd
|
fix error handling in managed-server
|
2009-05-30 15:50:08 -05:00 |
Doug Coleman
|
ecc2924eb6
|
fix a word in managed-server
|
2009-05-30 13:51:03 -05:00 |
Doug Coleman
|
ba82679168
|
add a few utility words to managed-server
|
2009-05-30 13:38:40 -05:00 |
Doug Coleman
|
39cb541b53
|
Fix a problem with disconnects, add a lot of features to chat server, lots of refactoring of managed-server
|
2009-05-30 01:29:02 -05:00 |
Doug Coleman
|
2151df5b1f
|
refactor managed-server and chat, add hooks for when stuff happens, add /me, /who, /quit
|
2009-05-29 13:39:24 -05:00 |
Doug Coleman
|
4d882f25cd
|
add managed-server to extra/
|
2009-05-29 11:20:40 -05:00 |