0
0
Fork 0
mirror of https://github.com/matrix-construct/construct synced 2025-01-19 11:01:54 +01:00
construct/ircd
2017-09-08 03:46:43 -07:00
..
.gitignore
client.cc ircd: Various improvements to client and socket related. 2017-08-23 15:52:15 -06:00
ctx.cc ircd::ctx: Patch issues with direct jump. 2017-08-23 15:52:15 -06:00
db.cc ircd::db: Various improvements to DB subsystem. 2017-08-23 15:52:15 -06:00
exception.cc
fmt.cc ircd::fmt: Add lowercase hex specifier. 2017-04-06 18:34:44 -07:00
fs.cc ircd::fs: Add directory creation. 2017-08-23 15:52:14 -06:00
http.cc ircd::http: Increase these buffers (unnecessary; todo optimize). 2017-08-23 15:43:57 -06:00
info.cc Update README / info.cc copyright / accoutrements. 2017-08-23 15:45:41 -06:00
ircd.cc ircd: Add std::random subsystem and utils. 2017-08-23 15:52:15 -06:00
js.cc ircd::js: Upgrade SpiderMonkey to esr52 from esr45. 2017-08-23 15:25:22 -06:00
json.cc ircd::json/modules: Rename various types. 2017-08-23 15:32:28 -06:00
lexical.cc ircd: Fix token_last() iteration. 2017-04-04 22:12:32 -07:00
listen.cc ircd::listen: Fixes/cleanup and scaffold of options testing. 2017-08-23 15:52:15 -06:00
locale.cc
logger.cc ircd::log: Improve the log mark message. 2017-03-30 16:04:20 -07:00
Makefile.am ircd: Add std::random subsystem and utils. 2017-08-23 15:52:15 -06:00
matrix.cc ircd: Various matrix library / modules / database development. 2017-08-23 15:51:34 -06:00
mods.cc ircd::mods: Add cxx abi name demangling. 2017-09-08 03:46:43 -07:00
parse.cc
rand.cc ircd: Add std::random subsystem and utils. 2017-08-23 15:52:15 -06:00
resource.cc ircd: Mark the Access-Control-Allow-Origin header so it is not forgotten. 2017-08-23 15:48:46 -06:00
rfc1459.cc
socket.cc ircd: Various improvements to client and socket related. 2017-08-23 15:52:15 -06:00
xdr.cc