- Sep 19, 2012
-
-
echicken authored
-
- Sep 18, 2012
-
-
echicken authored
-
- Sep 15, 2012
- Sep 14, 2012
-
-
mcmlxxix authored
fixed sync issues, paginate score list, dont "double eliminate" players that forfeit, show forfeit notification. remove finished games only when all players have unsubscribed.
-
- Sep 13, 2012
-
-
mcmlxxix authored
stop miscellaneous crashiness
-
mcmlxxix authored
add last message timestamp to join() method
-
mcmlxxix authored
change some prompt colors
-
echicken authored
-
mcmlxxix authored
converted all display to frames added json chat miscellaneous code cleanup added server-side background service updated docs
-
mcmlxxix authored
-
- Sep 12, 2012
-
-
mcmlxxix authored
(to load sprites from ./sprites/) updated docs
-
mcmlxxix authored
-
mcmlxxix authored
[module name] dir=<working directory> read=<auth required to read from db> write=<auth required to write to db>
-
mcmlxxix authored
added separate read/write min security level support per module check client IP against ip.can and ip-silent.can on connect (as well as against temporary service.denyhosts) miscellaneous shitting
-
mcmlxxix authored
-
- Sep 11, 2012
-
-
mcmlxxix authored
-
ree authored
Proxies I use to allow fTelnet and HtmlTerm users to connect to servers that they woudln't normally be able to connect to (ones that don't service flash socket policy files, or speak websocket). Someone in #synchronet was interested in them the other day, so they could run their own proxy instead of relying on mine, so here they are!
-
- Sep 10, 2012
-
-
echicken authored
-
echicken authored
-
mcmlxxix authored
(echicken's documentation has made me feel inadequate)
-
mcmlxxix authored
split Sprite class into 3 subclasses (Sprite.Aerial, Sprite.Profile, Sprite.Platform) added "positions" setting for alternate graphics (per bearing) made aerial rotation dynamic updated documentation
-
- Sep 09, 2012
-
-
echicken authored
-
- Sep 07, 2012
-
-
echicken authored
-
- Sep 05, 2012
-
-
echicken authored
-
echicken authored
-
echicken authored
-
echicken authored
-
echicken authored
-
mcmlxxix authored
ex: tree.addItem("ite|m with 'm' as the hotkey"); fixed tree indentation beyond sub-tree two
-
mcmlxxix authored
move str_cmds load inside submit() function. check for existence of cursor frame before attempting to change attribute or char
-
rswindell authored
similar to the FTP server (wait forever for all child threads to terminate).
-
mcmlxxix authored
close instead of deleting cursor frame on show_cursor=false
-
mcmlxxix authored
add InputLine.open() and InputLine.close() methods to show/hide input line frames in the correct order, must less autotragically
-
- Sep 04, 2012
-
-
mcmlxxix authored
InputLine.show_cursor = <boolean> InputLine.cursor_attr = <color attributes> InputLine.cursor_char = <character>
-
echicken authored
-
echicken authored
-
mcmlxxix authored
-
mcmlxxix authored
use InputLine.attr getter/setter instead of colors.bg/fg. persist control-a through multiple Frame.putmsg() calls. add auto_clear setting to Inputline
-
echicken authored
Surcease from sending additional header-termination newline (a blank line already appears after the headers.)
-