0
0
Fork 0
mirror of https://github.com/matrix-construct/construct synced 2024-07-05 01:58:35 +02:00
construct/include/ircd
2016-08-25 02:07:11 -07:00
..
.gitignore Precompile and remove most include directives. Notes: 2016-08-20 19:30:33 -07:00
authproc.h Preliminary Client refactor. 2016-08-22 15:56:12 -07:00
bandbi.h Preliminary Client refactor. 2016-08-22 15:56:12 -07:00
cache.h Refactor scache. 2016-08-25 02:07:11 -07:00
capability.h ircd: Towards a comprehensive capability C -> C++ refactor. 2016-08-13 02:43:41 -07:00
certfp.h ircd: Insert into ircd:: namespace. 2016-08-13 02:43:42 -07:00
channel.h Preliminary Client refactor. 2016-08-22 15:56:12 -07:00
chmode.h Preliminary Client refactor. 2016-08-22 15:56:12 -07:00
class.h Preliminary Client refactor. 2016-08-22 15:56:12 -07:00
client.h Refactor scache. 2016-08-25 02:07:11 -07:00
client_mode.h ircd::client: Split client. 2016-08-25 02:07:11 -07:00
client_serv.h Refactor scache. 2016-08-25 02:07:11 -07:00
client_user.h ircd::client: Split client. 2016-08-25 02:07:11 -07:00
defaults.h ircd: Insert into ircd:: namespace. 2016-08-13 02:43:42 -07:00
dns.h Precompile and remove most include directives. Notes: 2016-08-20 19:30:33 -07:00
err.h ircd: Add ircd::err exception namespace for throwable protocol errors. 2016-08-21 15:30:22 -07:00
exception.h ircd::chan: Add some basic protocol ERR exceptions. 2016-08-21 15:30:22 -07:00
fs.h Organize fs/path related into namespace. 2016-08-19 22:39:34 -07:00
hash.h ircd: Scaffold some fnv_hash overloads for now. 2016-08-25 02:07:11 -07:00
hook.h Preliminary Client refactor. 2016-08-22 15:56:12 -07:00
hostmask.h Preliminary Client refactor. 2016-08-22 15:56:12 -07:00
info.h ircd: Improve/refactor version.cc -> info.cc related. 2016-08-20 19:30:34 -07:00
ircd.h Preliminary Client refactor. 2016-08-22 15:56:12 -07:00
ircd_getopt.h ircd: Insert into ircd:: namespace. 2016-08-13 02:43:42 -07:00
ircd_linker.h ircd: Disable ircd_linker.h on _WIN32. 2016-08-20 19:30:35 -07:00
ircd_signal.h ircd: Insert into ircd:: namespace. 2016-08-13 02:43:42 -07:00
listener.h Preliminary Client refactor. 2016-08-22 15:56:12 -07:00
logger.h Preliminary Client refactor. 2016-08-22 15:56:12 -07:00
Makefile.am Precompile and remove most include directives. Notes: 2016-08-20 19:30:33 -07:00
match.h Updates to match utilities. 2016-08-20 19:30:34 -07:00
messages.h ircd: Insert into ircd:: namespace. 2016-08-13 02:43:42 -07:00
modules.h Forward declare to prevent ltdl.h inclusion. 2016-08-20 20:39:31 -07:00
monitor.h Preliminary Client refactor. 2016-08-22 15:56:12 -07:00
msg.h Refactor client flags. 2016-08-23 05:22:38 -07:00
msgbuf.h Precompile and remove most include directives. Notes: 2016-08-20 19:30:33 -07:00
newconf.h ircd: Insert into ircd:: namespace. 2016-08-13 02:43:42 -07:00
numeric.h Precompile and remove most include directives. Notes: 2016-08-20 19:30:33 -07:00
operhash.h ircd: Insert into ircd:: namespace. 2016-08-13 02:43:42 -07:00
packet.h Preliminary Client refactor. 2016-08-22 15:56:12 -07:00
parse.h Preliminary Client refactor. 2016-08-22 15:56:12 -07:00
patchlevel.h Precompile and remove most include directives. Notes: 2016-08-20 19:30:33 -07:00
privilege.h Preliminary Client refactor. 2016-08-22 15:56:12 -07:00
ratelimit.h Preliminary Client refactor. 2016-08-22 15:56:12 -07:00
reject.h Preliminary Client refactor. 2016-08-22 15:56:12 -07:00
restart.h ircd: Insert into ircd:: namespace. 2016-08-13 02:43:42 -07:00
rfc1459.h ircd::rfc1459: Add less comparison for char pointer. 2016-08-25 02:07:11 -07:00
s_assert.h Precompile and remove most include directives. Notes: 2016-08-20 19:30:33 -07:00
s_conf.h Preliminary Client refactor. 2016-08-22 15:56:12 -07:00
s_newconf.h ircd: Move tgchange related into namespace. 2016-08-25 02:07:11 -07:00
s_serv.h Preliminary Client refactor. 2016-08-22 15:56:12 -07:00
s_stats.h Preliminary Client refactor. 2016-08-22 15:56:12 -07:00
s_user.h Refactor scache. 2016-08-25 02:07:11 -07:00
send.h Preliminary Client refactor. 2016-08-22 15:56:12 -07:00
snomask.h Refactor umodes. 2016-08-23 15:25:09 -07:00
sslproc.h ircd: Insert into ircd:: namespace. 2016-08-13 02:43:42 -07:00
stdinc.h Refactor scache. 2016-08-25 02:07:11 -07:00
stringops.h ircd: Move inline/stringops.h out of inline/ 2016-08-25 02:07:11 -07:00
substitution.h Precompile and remove most include directives. Notes: 2016-08-20 19:30:33 -07:00
supported.h Preliminary Client refactor. 2016-08-22 15:56:12 -07:00
tgchange.h ircd: Move tgchange related into namespace. 2016-08-25 02:07:11 -07:00
util.h Add basic bitflag-enum operator relaxation utilities. 2016-08-23 05:22:38 -07:00
whowas.h Refactor scache. 2016-08-25 02:07:11 -07:00
wsproc.h ircd: Insert into ircd:: namespace. 2016-08-13 02:43:42 -07:00