|
ascii-chat 0.6.0
Real-time terminal-based video chat with ASCII art conversion
|
Files | |
| acds.c | |
| ACDS mode option parsing and help text. | |
| acds.h | |
| ACDS (Discovery Service) mode option parsing. | |
| actions.c | |
| Action option callbacks for ascii-chat. | |
| actions.h | |
| Action option callbacks for ascii-chat. | |
| builder.c | |
| Implementation of options builder API. | |
| builder.h | |
| Options builder API for flexible command-line option configuration. | |
| client.c | |
| Client mode option parsing and help text. | |
| client.h | |
| Client mode option parsing. | |
| common.c | |
| Common utilities and helpers for option parsing. | |
| common.h | |
| Common utilities and helpers for option parsing. | |
| config.c | |
| 📋 TOML configuration file parser with schema validation and CLI override support | |
| config.h | |
| TOML configuration file support for ascii-chat. | |
| levenshtein.c | |
| Levenshtein distance algorithm for fuzzy string matching. | |
| levenshtein.h | |
| Levenshtein distance algorithm for fuzzy string matching. | |
| mirror.c | |
| Mirror mode option parsing and help text. | |
| mirror.h | |
| Mirror mode option parsing. | |
| options.c | |
| ⚙️ Unified command-line argument parser with built-in mode detection | |
| options.h | |
| ⚙️ Command-line options parsing and configuration management for ascii-chat | |
| parsers.c | |
| Custom option parsers implementation. | |
| parsers.h | |
| Custom option parsers for enum types. | |
| presets.c | |
| Preset option configurations for ascii-chat modes. | |
| rcu.c | |
| rcu.h | |
| server.c | |
| Server mode option parsing and help text. | |
| server.h | |
| Server mode option parsing. | |
| validation.c | |
| Implementation of options validation functions. | |
| validation.h | |
| Validation functions for options parsing. | |