- Jan 12, 2019
-
-
rswindell authored
console.ctrlkey_passthru state. As it was, if the irc.js abended, many ctrl-keys (e.g. ^C) would not work after exiting. A lot of scripts that much with the console.ctrlkey_passthru have this/similar issue and this is a simple but very reliable fix.
-
- Aug 23, 2015
-
-
deuce authored
for it.
-
- Oct 02, 2013
-
-
deuce authored
-
- Sep 08, 2013
-
-
deuce authored
on Win32.
-
- Aug 13, 2013
-
-
deuce authored
and irritate people who send DEL when backspace is pressed (same as getstr())
-
- Aug 12, 2013
- Oct 14, 2011
- Oct 09, 2011
-
-
cyan authored
-
- Aug 31, 2011
-
-
rswindell authored
was "()", but really, not function is needed anyway, just an expression, so further simplified.
-
- Feb 14, 2009
-
-
deuce authored
-
- Feb 05, 2009
- Jul 25, 2007
-
-
rswindell authored
(and kick them out when they run out of time).
-
- Jul 05, 2007
-
-
deuce authored
-
- May 16, 2007
-
-
cyan authored
command. Bug reported by a2fan on alt.bbs.synchro.net Thanks!
-
- Aug 02, 2006
- Dec 22, 2005
- Nov 12, 2005
-
-
deuce authored
matter what you enter" bug. Thanks karloch.
-
- Nov 08, 2005
-
-
deuce authored
Fix up some timing issues.
-
- Nov 02, 2005
-
-
deuce authored
-
- Oct 28, 2005
-
-
deuce authored
exit if js.terminated is true.
-
deuce authored
-
deuce authored
-
deuce authored
current topic is empty.
-
deuce authored
Don't display command during wait_for()
-
deuce authored
platforms. Move topic bar to above status bar so the terminals scrollback is usefull. Fix nick completion... 1) The "Matching nicks" string was being borked (was using nick[i] instead of this.nick[i] 2) input_buffer manupulation is now done only by the screen object as it should be... no more passing the whole input buffer Nick changes now only remove the first char of the new nick if it's a : (Cyan: check me on this one) Fix the arg copying FIXME There's still an issue in screen.print_line() where a NOTICE can cause the topic line to be duplicated in the output area.
-
- Sep 21, 2005
-
-
deuce authored
-
- Aug 05, 2005
-
-
deuce authored
socket instead of the broken sleep(1) on input previously used. This allows irc.js to run with MUCH lower CPU utilization.
-
- Dec 10, 2003
-
-
cyan authored
for examples on how to change the look of irc.js * Prefix on join/part/kick, etc no long shows the nick! part of the n!u@h * Tab completion bug fixed. (hitting tab wouldn't force cursor to end of line) * Preparation for numeric theming ability (numerics will be looked up via an array defined inside of the theme) * Default IRC server is now irc.synchro.net, channel #synchronet * ircd.js is no longer vapourware (pass BBS user's password automatically)
-
- Oct 27, 2003
-
-
rswindell authored
Socket.bind() argument and server.interface_ip_address property.
-
- Jun 13, 2003
-
-
deuce authored
-
- May 15, 2003
-
-
deuce authored
Fix command-line parsing.
-