TODO 9.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383
  1. * STUFF THAT IS PROBABLY GONNA GET DONE
  2. well if i map run somewhere with a door, i won't open it
  3. it just plots the directions, and doesn't use the exit commands unless you have nofollow flipped the other way
  4. - add color stripped MSDP option.
  5. - resize update on attach and detach?
  6. - dummy sessions
  7. - highlight files being read with verbose
  8. - #draw table {1;2;3;4} {a;b;c;d}
  9. #draw graph
  10. #draw button
  11. - %b %B mode. (compress + mode)
  12. - proper vt100 skip detection for improper color codes.
  13. - I'll look and see if I can make { match both a { and \x7B as it's an annoying issue to debug.
  14. - Add vtcode detection to skip semicolons? May be a security risk.
  15. - Add VT100 filter to make outside sources respect terminal size constraints, also needed to run bash in vsplit mode.
  16. - list changes don't appear to fire variable update events:
  17. - Add #draw error handling.
  18. - Avoid/Hide flag exits coloring.
  19. - #map merge / sync support.
  20. - #map Landmark support.
  21. - map sandbox mode support.
  22. - map jump n e s w support.
  23. - -⸜ diagonal void room handling
  24. - custom exit colors.
  25. - Would be awesome if #map move/at could take the speedwalking format
  26. - Option to just save config.
  27. - Remote script loading
  28. - Work on VT2020 protocol (mouse click)
  29. - #MAP exit commands do not work if nofollow flag is on.
  30. - make #path load bi-directional.
  31. - class bla assign {stuff} feature?
  32. - more potent long-click handling including held down ticks.
  33. - look into discord api / arachnos
  34. - make *draw_room more comprehensible
  35. - #detach command.
  36. - add maze flag for maze handling.
  37. - add class specific debug
  38. - make #split static and fix wrapping of split line on horizontal shrink.
  39. - look into utf-8 text obfuscation.
  40. - better color syntax highlighting configuration.
  41. - split up list data flag.
  42. - Add #log delete option.
  43. - See about filling COMMAND_LIST table.
  44. - See about adding SESSIONS to the list table.
  45. - disable packet patch in echo off mode / PACKET PATCH AUTO mode.
  46. - set packet patch on EOR and GA detection. #config packet patch auto ?
  47. - Add debugger to syntax highlighter, substitution highlighing, 256 color support, and variable expansion.
  48. - allow #class save/load to memory.
  49. - document #map legend
  50. - better background in #map.
  51. - only #map autolink rooms in same area.
  52. - look at scripts/bug.tin
  53. - check term_table code
  54. - Fix #log helpfile and look into #log {remove} option for wintin++
  55. - Add #map center {x} {y} {z} option to change the center room of #map map
  56. - Look into adding gb18030 GBK translation table.
  57. - Add vtmap positioning options.
  58. - Add FILE READ <name> event
  59. - fix readmud in net.c to not move the cursor on inactive sessions.
  60. - add #con packet patch auto split mode / prompt telnet codes
  61. - add packets patched counter
  62. - https://tintin.sourceforge.io/forum/viewtopic.php?f=2&t=2624
  63. Check if telnet ECHO has proper loop protection.
  64. - Check socket code for odd behavior on mass connect
  65. - Fix arrow key up history recall overwriting the prompt (partial redesign)
  66. Auto prompt fixing on overwrite.
  67. - https://tintin.sourceforge.io/forum/viewtopic.php?f=3&t=2614&p=10665 inherit local vars
  68. - add step count for #map list and rename distance to weight
  69. - reportable_sounds
  70. - more accurate map mouse reporting
  71. - https://tintin.sourceforge.io/forum/viewtopic.php?f=5&t=2600 map viewing mode.
  72. - #buffer events
  73. - #default smaller equal greater options
  74. - #buffer end after #split ?
  75. - https://tintin.sourceforge.io/forum/viewtopic.php?f=4&t=2597 #add #screen support
  76. - better class event and class size handling ?
  77. - #regex might increase the nesting level, causing issues with #local.
  78. - TELNET documentation.
  79. - Add JSON support to #scan
  80. - add KILLED TYPE ARG event, for example KILLED CLASS bla
  81. - add form feed \x0C
  82. - look into \x7F not backspacing.
  83. - fix \x00 showme
  84. - support strikethrough html logging.
  85. - CAPTURED INPUT event
  86. - see if #break 2 is possible, maybe #continue 2 as well.
  87. - Add options to #cursor to implement custom behaviour.
  88. - multiline gag
  89. - http://tintin.sourceforge.net/board/viewtopic.php?p=8735#8735 RECEIVED MESSAGE event?
  90. - toggle global flags with #message all on, #debug all on, etc.
  91. - Add #map roomflag block option to block deathtrap rooms.
  92. - http://tintin.sourceforge.net/board/viewtopic.php?p=9625 (map undo issue) (not a big issue)
  93. - http://tintin.sourceforge.net/board/viewtopic.php?t=2339 (map area data)
  94. - http://tintin.sourceforge.net/board/viewtopic.php?t=1707 (map locate patch)
  95. - IPv6 for chat
  96. - http://tintin.sourceforge.net/board/viewtopic.php?p=9915 (crash if #map map x y is too big)
  97. - http://tintin.sourceforge.net/board/viewtopic.php?p=9110 (map search stamp bug)
  98. - http://tintin.sourceforge.net/board/viewtopic.php?p=9109 (vt102 strip \e[2J\e[H )
  99. - http://tintin.sourceforge.net/board/viewtopic.php?p=8766#8766 (global verbose toggle?)
  100. - http://tintin.sourceforge.net/board/viewtopic.php?p=8745#8745 (verbose logging?)
  101. ? - http://tintin.sourceforge.net/board/viewtopic.php?p=8655#8655 FILE OPENED / CLOSED event?
  102. - http://tintinplusplus.github.io/
  103. - Weirdness with joe
  104. - See about adding ~/ handling for file names.
  105. - http://tintin.sourceforge.net/board/viewtopic.php?p=9934 Strange #map pathdir bug
  106. - Add seconds till execution message to delays and tickers.
  107. --------------------------------------------------------------------------------
  108. * ROADMAP
  109. - attach/detach support
  110. - #screen support
  111. - tintin commander
  112. - sixtel graphics
  113. - #window support
  114. - clickable link support
  115. --------------------------------------------------------------------------------
  116. * STUFF THAT MIGHT BE IMPLEMENTED
  117. - ability to #read entire directories.
  118. - fix ctrl-r ctrl-d / ctrl-c / enter
  119. - Option to run #script in background.
  120. - Make &0 to &99 local.
  121. - Color compression (already partial support)
  122. - SGA disabling
  123. - CHARSET TELOPT support.
  124. - BINARY TELOPT support.
  125. - Split pane scrollback (event system?)
  126. - add #line gag {lines} option or #lines {lines} {gag}.
  127. - Add something like #log append $dir/logs/log.txt {%D %H:%M:%S}
  128. - compact map view mode http://tintin.sourceforge.net/board/viewtopic.php?p=9994
  129. - https://github.com/eliukblau/pixterm
  130. --------------------------------------------------------------------------------
  131. * BUGS THAT NEED FIXING
  132. - Word wrap related scroll back problems.
  133. - Crash on multiple session close
  134. - \x7B\x7D_____\x7B\x7D_ doesn't match in #regex.
  135. --------------------------------------------------------------------------------
  136. * BUGS THAT MIGHT NEED FIXING
  137. - http://tintin.sourceforge.net/board/viewtopic.php?p=7124
  138. - There's a bug with prompt repetitions with packet patch set.
  139. - garbage collection for deleted nodes.
  140. - Deal with escaping { } / ; in #script variables.
  141. - Make tintin char setting by session instead of global.
  142. - #cr doesn't reset the packet patch state
  143. + tintin.sourceforge.net/board/viewtopic.php?t=36
  144. --------------------------------------------------------------------------------
  145. * MAPPING
  146. - add option to show party members on the map
  147. - add option to add a delay to each exit for #map run
  148. - map where command that shows relative coordinates.
  149. - Room creation event
  150. - Add better table support for data fields.
  151. - auto adjust max vnum size of mapper.
  152. - global flag to only show the same area with the mapper.
  153. - map color setting for hidden exits.
  154. - Create global exits, (aka portals) like recall, that can be used
  155. with #map run.
  156. - Add something to indicate a non standard exit on the ASCII mapper.
  157. - Display hidden exits differently.
  158. - Better #map undo support using maybe timestamp, type, info.
  159. - Add conditional if checks for room traversal.
  160. - add highlight option
  161. - Add #V version info
  162. --------------------------------------------------------------------------------
  163. * MISCELANEOUS
  164. - look into Launchpad PPA
  165. - Chat server script 'log' option to show last 15 messages.
  166. * Other stuff that's not overly interesting
  167. - look into getting rid of node->data
  168. - Look into old school automatic packet patching.
  169. - Add a ARG_LEN / ARG_MAX setting.
  170. - Add a #line skip option.
  171. --------------------------------------------------------------------------------
  172. * STUFF FOR A RAINY DAY
  173. - nestable functions
  174. - Buffer safe strings.
  175. - Fix up ipv6 support in chat.
  176. - Look into packet defragmentation for chat.
  177. - Color code compression, particularly useful with vt map drawing.
  178. - Events for prompt lines.
  179. - Lua scripting
  180. - Look into using speech-dispatcher for text to speech.
  181. - MXP script http://tintin.sourceforge.net/board/viewtopic.php?t=1396
  182. - Add %U (upper) %L (lower) support.
  183. check https://www.boost.org/doc/libs/1_50_0/libs/regex/doc/html/boost_regex/syntax/basic_extended.html
  184. -------------------------------------------------------------------------------
  185. * STUFF I'M NOT SURE ABOUT
  186. - Keep last input visible with repeat enter enabled.
  187. - would be nice to have "#map list" show the variable being filtered on, instead of defaulting to roomname ie, I'm currently writing a script to save "#map list {roomnote} {{\w+}}" into a variable, then map get roomnote for each item in the list and display it...would be nice if when listing for a roomnote, it showed the roomnote
  188. -------------------------------------------------------------------------------
  189. * NEW STUFF
  190. - xterm mouse
  191. - path improvements
  192. - remote session
  193. - map sharing
  194. - cursor extension for vim
  195. - interactive script tutorial