- Oct 21, 1999
-
-
Justin Mitchell authored
-
- Oct 20, 1999
-
-
Chris Fry authored
rough help files for the .scrhelp talker command I've yet to add seperate files for each of the commands showing exactly how to use them.... Fry
-
Justin Mitchell authored
-
Chris Fry authored
Hmm.. probably something to do with header files again... I've changed the help function to list it automatically now. Fry
-
Chris Fry authored
Arghhh.. dunno why all these files... Hmm.. I change a header file, wwould that do it? Anyway... edit.c - I've updated 'user view' so yu can see if a user is reflected chattable.h - added '.scrhelp' command which searches the 'scripthelp' dir talker.c - implemented the 'scrhelp' function And thats it... Fry
-
Justin Mitchell authored
-
Justin Mitchell authored
plus a utils directory for fixing things with
-
- Oct 19, 1999
-
-
Chris Fry authored
I've changed 'runaway' to a constant RUN_AWAY, and updated it to 1000, otherwise the most I can get with encrpption is about 10-15 chars :) Fry
-
Chris Fry authored
Hmm... odd.. I haven't touched script_inst.h Anyway.. I've removed the 'reflect' command from chattable.h - too powerful really, and can be abused (eg, by firefury, err... or me) Fry
-
Justin Mitchell authored
-
- Oct 18, 1999
-
-
Justin Mitchell authored
now practically complete, maybe more $var expansion complexity to create
-
- Oct 15, 1999
-
-
Justin Mitchell authored
almost complete now. also scripts only work if you have chatpriv +s
-
Justin Mitchell authored
conditionals next...
-
Justin Mitchell authored
basic outline is all there, loading, parsing, execution. but many commands are still to be written. so far: set, print, input
-
- Oct 13, 1999
-
-
Chris Fry authored
Parse.c, init.c handle new script stuff main.c has an extra couple of lines added so it calls the right commands for '/' as well as '.' and '!' umm... god knows what edit.c does.. it works whatever... :) Fry
-
- Jul 19, 1999
-
-
Steve Whitehouse authored
-
Steve Whitehouse authored
-
- Jul 16, 1999
-
-
Steve Whitehouse authored
-
- Jul 15, 1999
-
-
Steve Whitehouse authored
-
Steve Whitehouse authored
-
Steve Whitehouse authored
-
Steve Whitehouse authored
-
- Jul 14, 1999
-
-
Steve Whitehouse authored
-
- Jul 09, 1999
-
-
Justin Mitchell authored
own EDITOR executable, whilst still remaining setuid() code now fixed to drop its setuid status when it launches the text editor.
-
Justin Mitchell authored
-
Justin Mitchell authored
to the 'edit' command whilst composing a new message. (only for registered users)
-
Chris Fry authored
[whap] -Arthur
-
- Jul 04, 1999
-
-
Steve Whitehouse authored
-
- Jul 02, 1999
-
-
Steve Whitehouse authored
-
Steve Whitehouse authored
-
- Jun 10, 1999
-
-
Chris Fry authored
Finished! the iRC scripts now support quotes eg, "hi all", and .raw and !tell also work properly without causing a seg fault, and removing backslashes. also, multiple commands are now available.... eg: bind test .e wibbles;.e says "I am a fish!";.e was joking :) Fry
-
- Jun 08, 1999
-
-
Chris Fry authored
Argument parsing now works fine. Will warn you if incorrect number of arguments specified on script command line Also now checks for invalid scripts, such as '%'s before '$'s, and more than one '%' Oh, also now loads scripts up from .mwrc like aliases do, rather than from the .mwscript file Fry
-
- Jun 07, 1999
- Jun 04, 1999
-
-
Chris Fry authored
Changed '!user timeout' to also have the min/max timeout values that !timeout gives Fry
-
Chris Fry authored
updated '.ignore', and '.unignore' so now multiple users can be specified, eg, '.ignore fry dez firefury' gives: '<user> has just ignored fry, dez and firefury' :) Kinda useful - still works with '*', but '*' has to be the first argument to the command, eg. '.ignore * dez firefury' will just ignore all Fry
-
- Jun 02, 1999
-
-
Chris Fry authored
Umm... it's compiled all these files, but they are unchanged, I just added debug info, then removed it again... I tried implementing infinite arguments for commands, like 'wiz'. I got this working, but it kept crashing when I exited the 'DoCommand' routine :( I think this was something to do overwriting memory outside the routine, but couldn't work it out... Anyway, for now, I've changed the MAX_ARGC variable to 128 - I figured that this should easily be enough. (Parse.h) Fry
-
- May 27, 1999
-
-
Chris Fry authored
Fixed the POSTINFO bug. The strlen(buff) was after the memcpy. I've referenced this before the memcpy now, and it works fine. Fry
-
- May 25, 1999
-
-
Chris Fry authored
Added FORCE_WIZ, so that wiz, wall, and tells can't be ignored Fry
-
Chris Fry authored
quickly changed the broadcast message routine to send wiz/wall/logon info from pid -1, so that it is an invalid pid. this means it becomes a proper SYSTEM message when using spy, and ignore. This has the effect of now not being able to ignore WIZ and WALL messages from ignored people. Next.. Tells! (use coventry for this) -- but god knows how... any suggestions, bar realtering the msg pipe :( Fry
-