TinyMUSH 3.3
TinyMUSH Server
|
▼ modules | |
▼ comsys | |
comsys.c | Module implementing DarkZone-style channel system |
▼ db_sql | |
db_sql.c | Module for SQL interface |
db_sql.h | Module for SQL interface |
db_sql_msql.c | Module for mSQL interface |
db_sql_mysql.c | Module for MySQL interface |
db_sql_none.c | Module placeholder when no SQL interface is implemented |
db_sql_pgsql.c | Module for pgSQL interface |
db_sql_sqlite3.c | Module for SQLite3 interface |
mail.c | Module for penn-based mailer system |
mail.h | Module for penn-based mailer system |
▼ netmush | |
alloc.c | Memory management subsystem |
api.c | Functions called only by modules |
boolexp.c | Handle boolean expressions |
bsd.c | BSD-style network and signal routines |
command.c | Command parser and support routines |
conf.c | Configuration functions and defaults |
constants.h | Constants used by the engine |
cque.c | Commands and functions for manipulating the command queue |
create.c | Commands that create new objects |
db.c | Attribute interface, some flatfile and object routines |
db_rw.c | Flatfile implementation |
eval.c | Command evaluation and cracking |
externs.h | Prototypes for externs not defined elsewhere |
file_c.c | File cache management |
flags.c | Flag manipulation routines |
fnhelper.c | Helper functions for MUSH functions |
functions.c | MUSH function handlers |
funext.c | Functions that rely on external call-outs |
funiter.c | Functions for user-defined iterations over lists |
funlist.c | List functions |
funmath.c | Math and logic functions |
funmisc.c | Misc functions |
funobj.c | Object functions |
funstring.c | String functions |
funvars.c | Structure, variable, stack, and regexp functions |
game.c | Main program and misc functions |
help.c | Commands for giving help |
htab.c | Table hashing routines |
log.c | Handle log files and log events |
look.c | Commands which look at things |
macros.h | Macro definitions |
match.c | Routines for parsing arguments |
mguests.c | Multiguest code originally ported from DarkZone |
move.c | Routines for moving about |
nametabs.c | Command and other supporting tables |
netcommon.c | Routines used by the networking code that do not depend on the implementation |
object.c | Low-level object manipulation routines |
player.c | Player handling and processing |
player_c.c | Player cache routines |
powers.c | Power manipulation routines |
predicates.c | Command handling and validations |
prototypes.h | |
quota.c | Quota management commands |
recover.c | Tool to traverse a corrupted GDBM database, look for special tags, and rebuild a consistent database |
rob.c | Commands dealing with giving/taking/killing things or money |
set.c | Commands which set parameters |
speech.c | Commands which involve speaking |
stringutil.c | String utilities |
timer.c | Subroutines for (system-) timed events |
typedefs.h | Type definitions for variables |
udb_misc.c | Misc support routines for unter style error management |
udb_obj.c | Binary object handling gear |
udb_ocache.c | LRU caching |
udb_ochunk.c | Database handling functions |
unparse.c | Convert boolexps to printable form |
vattr.c | Manages the user-defined attributes |
version.c | Version information |
walkdb.c | Support for commands that walk the entire db |
wild.c | Wildcard routines |
wiz.c | Wizard-only commands |