mirror of
git://git.psyced.org/git/psyclpc
synced 2024-08-15 03:20:16 +00:00
new connection_peek() callback for supporting both PSYC syntaxes
This commit is contained in:
parent
f33e0048f0
commit
abe16cd13f
5 changed files with 28 additions and 17 deletions
9
TODO
9
TODO
|
@ -35,8 +35,10 @@ MISC IDEAS
|
|||
? USE_RESETS time_of_ref USE_CLEANUP load_id USE_WIZLIST USE_EXPAT USE_EVALUATION_COST
|
||||
- disabling with_input_escape does not disable the input_escape handling source code
|
||||
+ teach ldmud to exec() so that, together with --args, we can run it as a
|
||||
regular daemon without kludgy shellscripts
|
||||
(http://mantis.bearnip.com/view.php?id=55)
|
||||
regular daemon without kludgy shellscripts. zesstra suggests we could have
|
||||
a C wrapper process instead of a shell script. and what about init, can't
|
||||
we monitor and restart the driver from init?
|
||||
(http://ldmud.eu/mantis/view.php?id=55)
|
||||
+ provide a query_shutdown_progress() efun to inform about progress
|
||||
and the intention to either shutdown or restart. maybe even a reason?
|
||||
+ optimize f_lower_case by adding an 'already lowercase' flag to the
|
||||
|
@ -70,7 +72,6 @@ USE_RESTORED_OBJECTS
|
|||
(members & routes of places)
|
||||
|
||||
NETWORKING
|
||||
- http://mantis.bearnip.com/view.php?id=442 (MAX_TEXT)
|
||||
- add_message("%s", "\n*** Text lost in transmission ***\n");
|
||||
should be passed to master instead.
|
||||
+ _length: <eL> somebody implement a new input_to(#'get_data, length).
|
||||
|
@ -97,4 +98,4 @@ comm.c:3055: if(ip->tls_inited)
|
|||
socket_write() and also before optional compression.
|
||||
+ socket charset is stored in interactive_s and given by an efun
|
||||
+ charset is compared to SYSTEM_CHARSET which is given by config.h/configure
|
||||
- http://mantis.bearnip.com/view.php?id=117
|
||||
- http://ldmud.eu/mantis/view.php?id=117 ... try //TRANSLIT again?
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue