0
0
Fork 0
mirror of https://github.com/matrix-construct/construct synced 2025-02-16 16:50:12 +01:00
construct/ircd
Jason Volk 0e2b8600e5 ircd::js: Moz people recommend thread_local JSRuntime/JSContext;
There is no reason to clutter most arguments with contexts. Additionally
these will be merged in the future SpiderMonkey. There is only one
JSRuntime/JSContext per thread and it must be locked when in use.
2016-11-13 16:29:43 -08:00
..
.gitignore
cache.cc
cache_serv.cc
capability.cc
channel.cc
chmode.cc
class.cc
client.cc ircd: Use variable length receive buffer. 2016-09-28 14:19:18 -07:00
client_mode.cc
client_serv.h
client_user.h
cmds.cc ircd::cmds: Minor cleanup of cmds:: related. 2016-10-11 03:30:11 -07:00
conf.cc
ctx.cc ircd::ctx: Abstract the db::work subsystem into ctx::ole OffLoad Engine (OLE). 2016-09-27 17:28:24 -07:00
db.cc ircd::ctx: Abstract the db::work subsystem into ctx::ole OffLoad Engine (OLE). 2016-09-27 17:28:24 -07:00
exception.cc
extban.cc
fmt.cc
fs.cc ircd::fs: Add function to build path. 2016-09-26 16:06:56 -07:00
hash.cc
hook.cc
info.cc
ircd.cc Introduce Mozilla SpiderMonkey. 2016-10-25 01:55:50 -07:00
js.cc ircd::js: Moz people recommend thread_local JSRuntime/JSContext; 2016-11-13 16:29:43 -08:00
logger.cc
Makefile.am Introduce Mozilla SpiderMonkey. 2016-10-25 01:55:50 -07:00
mask.cc
match.cc
mods_mod.h
modules.cc ircd::mods: Allow a symbol unloader when no loader is given. 2016-09-27 02:20:42 -07:00
monitor.cc
newconf.cc
ratelimit.cc
rbuf.h ircd: Use variable length receive buffer. 2016-09-28 14:19:18 -07:00
restart.cc
rfc1459.cc
s_conf.cc
s_newconf.cc
s_serv.cc
s_user.cc
send.cc
snomask.cc
stringops.cc ircd: Add more token related stringops. 2016-10-11 03:30:11 -07:00
substitution.cc
supported.cc
tgchange.cc
vm.cc [temp] checkpoint some crap which isn't going to stick. 2016-09-27 17:29:06 -07:00
whowas.cc