| TCZ Source Code Modules List |
|---|
| Date: | Module: | Description: |
|---|---|---|
| 21/12/1993 | admin.c | Admin commands and utilities. |
| 21/02/1995 | alias.c | Custom command aliases. |
| 16/05/1995 | array.c | Dynamic arrays. |
| 12/04/1997 | banish.c | Banished character names. |
| 16/07/1995 | bbs.c | Topic-based Bulletin Board System. |
| 21/12/1993 | boolexp.c | Boolean expressions. |
| 18/10/1994 | calculate.c | Integer, floating point and string-based calculations ('@eval'/'@calc'). |
| 18/04/1997 | channels.c | Channel communication. |
| 21/12/1993 | character.c | Character creation, lookup, etc. |
| 01/06/1995 | combat.c | Combat commands. |
| 21/12/1993 | command.c | Compound command processing. |
| 21/12/1993 | communication.c | Communication commands. |
| 19/02/1996 | compression.c | Compression of text fields. |
| 21/12/1993 | container.c | Container manipulation. |
| 21/12/1993 | create.c | Object creation. |
| 21/12/1993 | db.c | Database manipulation/loading/saving. |
| 24/03/1995 | destroy.c | Object destruction/recovery. |
| 09/10/1994 | edit.c | Line-based text editor. |
| 21/12/1993 | event.c | Queued/timed events (Alarms/Fuses). |
| 07/07/2000 | feelings.c | Feeling commands. |
| 03/01/1997 | finance.c | Monetry system (Credits). |
| 20/03/1994 | friends.c | Friends lists & chatting channel. |
| 14/05/1996 | global.c | Global compound command lookup. |
| 17/11/1994 | group.c | Grouping/range operators. |
| 06/07/1994 | help.c | On-line help & tutorials. |
| 21/06/1996 | html.c | World Wide Web Interface & HTML support. |
| 21/12/1993 | interface.c | Command pre-processing. |
| 31/08/1998 | lists.c | Character name list processing. |
| 11/03/2000 | logfiles.c | System and user log files. |
| 21/12/1993 | look.c | Examining rooms/objects/characters. |
| 01/11/1995 | mail.c | Internal mail system. |
| 27/01/2000 | map.c | Map of TCZ. |
| 12/12/1997 | match.c | Hierarchical object matching. |
| 20/05/2000 | modules.c | Description and author information for all TCZ source code modules. |
| 21/12/1993 | move.c | Object movement. |
| 24/12/1999 | options.c | Command-line arguments. |
| 28/12/1994 | output.c | Output to users/descriptors. |
| 02/05/1996 | pager.c | 'more' pager for output. |
| 17/04/1995 | pagetell.c | 'page'/'tell' commands. |
| 21/12/1993 | predicates.c | Utility functions & conditional tests. |
| 24/09/2000 | preferences.c | 'set' preferences command. |
| 02/10/2000 | prompt.c | Interactive user prompts. |
| 20/08/2001 | qmwlogsocket.c | Log to a unix domain socket (QMW research). |
| 21/12/1993 | query.c | '{@?query}' commands. |
| 18/11/1996 | request.c | Request queue for new characters. |
| 23/03/1995 | sanity.c | Database integrity checks. |
| 29/12/1994 | search.c | Object searching and listing. |
| 15/06/1994 | selection.c | Selection & iteration commands. |
| 21/12/1993 | server.c | Handling of Telnet/HTML sockets. |
| 27/02/2000 | serverinfo.c | Automatic lookup of server information. |
| 21/12/1993 | set.c | Setting object fields, flags, etc. |
| 28/12/1994 | sites.c | Database of registered Internet sites. |
| 29/12/1994 | statistics.c | Database statistics. |
| 21/12/1993 | stringutils.c | String matching/formatting. |
| 13/10/1994 | substitute.c | Command/variable/query/%-type substitutions. |
| 21/12/1993 | tcz.c | TCZ server (Start-up/shutdown). |
| 18/10/1994 | temp.c | Temporary variables. |
| 26/11/1995 | termcap.c | Database of terminal definitions. |
| 21/12/1993 | unparse.c | Unparsing of object names, etc. |
| 10/03/1994 | userlist.c | User lists in various formats. |
| 24/11/1997 | yearlyevents.c | Yearly event notification. |
| 03/06/1999 | at_cmdtable.h | '@' command table. |
| 03/06/1999 | bank_cmdtable.h | Bank command table. |
| 03/06/1999 | bbs_cmdtable.h | BBS command table. |
| 04/12/2003 | boolean_flags.h | Boolean (Object lock) flags. |
| 04/02/2000 | colourmap.h | Colour map table. |
| 21/12/1993 | command.h | Compound command specific definitions. |
| 21/12/1993 | config.h | Configuration and parameters. |
| 21/12/1993 | db.h | Global, database and flag definitions. |
| 04/12/2003 | descriptor_flags.h | Flags used by descriptor of character's connection (Telnet/HTML.). |
| 09/10/1994 | edit_cmdtable.h | Editor command table. |
| 03/06/1999 | emailforward.h | Invalid E-mail forwarding names. |
| 21/12/1993 | externs.h | External declarations. |
| 03/06/1999 | fields.h | Definitions of fields each object has. |
| 03/06/1999 | flagset.h | Table of which flags can be set on which objects. |
| 20/05/2000 | friend_flags.h | Table of friend flags. |
| 03/06/1999 | general_cmdtable.h | General command table. |
| 09/12/2003 | html.h | HTML Interface definitions and data structures. |
| 21/06/1996 | html_entities.h | Table of HTML entities recognised by the HTML Interface. |
| 21/06/1996 | html_tags.h | Table of HTML tags recognised by the HTML Interface. |
| 11/03/2000 | logfile_table.h | Table of system log files. |
| 03/06/1999 | logfiles.h | Constants for TCZ system log files. |
| 03/06/1999 | match.h | Definitions for hierarchical object matching. |
| 21/05/2000 | modules.h | Table of source code modules and pointers to author information. |
| 21/05/2000 | modules_authors.h | Table of source code module authors. |
| 21/05/2000 | modules_c.h | Module author information definitions for '*.c' source files. |
| 21/05/2000 | modules_h.h | Table of source code modules and pointers to author information. |
| 04/12/2003 | object_types.h | Definitions of object type flags and related macros. |
| 03/06/1999 | objectlists.h | Definitions of lists each object has, and which objects can be moved into them. |
| 15/03/2000 | primary_flags.h | Definitions of primary object/character flags. |
| 18/06/2001 | prompts.h | Standard prompts displayed to users. |
| 03/06/1999 | query_cmdtable.h | '@?' query command table. |
| 03/06/1999 | quota.h | Cost in Building Quota per object. |
| 03/06/1999 | search.h | Definitions for object searching/listing commands. |
| 15/03/2000 | secondary_flags.h | Definitions of secondary object/character flags. |
| 03/06/1999 | short_cmdtable.h | Short command table (" for 'say', etc.). |
| 26/08/2000 | signallist.h | List of signal names/descriptions. |
| 03/03/2000 | smileys.h | Table of graphical smileys for use in HTML Interface. |
| 30/07/2000 | structures.h | Data structures used throughout TCZ. |
| 03/06/1999 | teleport.h | Object teleportation restrictions. |
| 03/06/2000 | yearlyevents.h | Table of yearly events. |
| For more information on any of the above modules, type 'module <NAME>', e.g: 'module tcz.c'. | ||
| Modules listed: 101. | ||
Return to The Chatting Zone web site...