0
0
Fork 0
mirror of https://github.com/matrix-construct/construct synced 2025-01-03 19:34:29 +01:00
construct/ircd
2017-08-23 15:13:57 -06:00
..
.gitignore
client.cc ircd: Various client / listener / main related. 2017-08-23 15:13:57 -06:00
conf.cc ircd::conf: Doomed conf related. 2017-08-23 15:12:16 -06:00
ctx.cc ircd::ctx: Add minor commentary. 2017-08-23 14:59:27 -06:00
db.cc ircd::db: Database system developments. 2017-04-04 16:10:29 -07:00
exception.cc
fmt.cc ircd::fmt: Add lowercase hex specifier. 2017-04-06 18:34:44 -07:00
fs.cc ircd::fs: Add function to read file from local filesystem. 2017-08-23 14:56:52 -06:00
http.cc ircd::http: Fixes to HTTP grammar and output. 2017-08-23 15:00:21 -06:00
info.cc
ircd.cc ircd: Various client / listener / main related. 2017-08-23 15:13:57 -06:00
js.cc ircd::js: Minor fixes to JS subsystem. 2017-08-23 15:04:45 -06:00
json.cc ircd::json: Fixes to grammar and generator related. 2017-08-23 15:02:24 -06:00
lexical.cc ircd: Fix token_last() iteration. 2017-04-04 22:12:32 -07:00
listen.cc ircd: Various client / listener / main related. 2017-08-23 15:13:57 -06:00
locale.cc
logger.cc ircd::log: Improve the log mark message. 2017-03-30 16:04:20 -07:00
Makefile.am ircd;modules: Minor Makefile tweaks. 2017-04-04 16:10:29 -07:00
matrix.cc ircd/modules: Preliminary matrix scaffold. 2017-08-23 15:10:28 -06:00
mods.cc ircd::mods: Add workaround for dlclose() recursion issue. 2017-04-04 16:10:29 -07:00
parse.cc
resource.cc ircd/modules: Preliminary matrix scaffold. 2017-08-23 15:10:28 -06:00
rfc1459.cc
socket.cc ircd: Minor socket log message improvements. 2017-08-23 15:06:58 -06:00
vm.cc
xdr.cc