.. |
.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
|
ircd::cache: Convert send function arguments client* -> client&
|
2016-08-25 04:57:23 -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
|
Replace command system.
|
2016-09-09 16:17:36 -07:00 |
client_mode.h
|
ircd: Reuse umode template code here and there.
|
2016-09-09 16:17:01 -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 |
cmd.h
|
Replace command system.
|
2016-09-09 16:17:36 -07:00 |
color.h
|
ircd: Enumerate non-standard but ubiquitous mIRC colors.
|
2016-09-21 16:28:51 -07:00 |
conf.h
|
ircd: Improve exception reporting on newconf parsing.
|
2016-09-21 16:28:51 -07:00 |
ctx.h
|
ircd::ctx: Add primary features to context.
|
2016-09-21 16:28:49 -07:00 |
ctx_ctx.h
|
Convert the console to a context.
|
2016-09-21 16:28:51 -07:00 |
ctx_dock.h
|
ircd::ctx: Add primary features to context.
|
2016-09-21 16:28:49 -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
|
ircd: Populate path:: with boost::filesystem wrapping.
|
2016-09-09 16:17:02 -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 |
info.h
|
ircd: Improve/refactor version.cc -> info.cc related.
|
2016-08-20 19:30:34 -07:00 |
ircd.h
|
Replace command system.
|
2016-09-09 16:17:36 -07:00 |
ircd_getopt.h
|
ircd: Add booltype to getopts parser.
|
2016-09-09 16:17:02 -07:00 |
listener.h
|
Preliminary Client refactor.
|
2016-08-22 15:56:12 -07:00 |
logger.h
|
ircd::log: Add console_quiet to suppress log messages to console.
|
2016-09-09 16:17:36 -07:00 |
Makefile.am
|
Precompile and remove most include directives. Notes:
|
2016-08-20 19:30:33 -07:00 |
mapi.h
|
mapi: Add alternate simple constructor.
|
2016-09-09 16:17:03 -07:00 |
mask.h
|
ircd: Rename hostmask to mask; add pretty_mask() from chmode.
|
2016-08-27 20:57:36 -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 |
mode_lease.h
|
Convert umodes to mode_lease mechanism.
|
2016-09-09 16:17:01 -07:00 |
mode_table.h
|
ircd: static_assertion for critical unsigned mode mask value.
|
2016-09-09 16:17:01 -07:00 |
modules.h
|
MAPI IV. This iteration leverages the C++11 standardized RTTI.
|
2016-09-09 16:17:01 -07:00 |
monitor.h
|
Preliminary Client refactor.
|
2016-08-22 15:56:12 -07:00 |
msgbuf.h
|
Precompile and remove most include directives. Notes:
|
2016-08-20 19:30:33 -07:00 |
newconf.h
|
ircd: Improve exception reporting on newconf parsing.
|
2016-09-21 16:28:51 -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
|
ircd: Move reconstruct_parv() from parse.cc to stringops.cc
|
2016-09-09 16:17:02 -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 |
rfc1459.h
|
ircd::rfc1459: Introduce formal grammar.
|
2016-09-09 16:17:03 -07:00 |
s_assert.h
|
Precompile and remove most include directives. Notes:
|
2016-08-20 19:30:33 -07:00 |
s_newconf.h
|
Upgrade newconf parser to boost::spirit.
|
2016-09-09 16:17:02 -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
|
ircd: Reuse umode template code here and there.
|
2016-09-09 16:17:01 -07:00 |
send.h
|
Preliminary Client refactor.
|
2016-08-22 15:56:12 -07:00 |
snomask.h
|
Refactor snomask.
|
2016-08-28 01:48:25 -07:00 |
sslproc.h
|
ircd: Insert into ircd:: namespace.
|
2016-08-13 02:43:42 -07:00 |
stdinc.h
|
ircd: Enumerate non-standard but ubiquitous mIRC colors.
|
2016-09-21 16:28:51 -07:00 |
stringops.h
|
ircd: Move reconstruct_parv() from parse.cc to stringops.cc
|
2016-09-09 16:17:02 -07:00 |
substitution.h
|
Precompile and remove most include directives. Notes:
|
2016-08-20 19:30:33 -07:00 |
supported.h
|
Refactor isupport.
|
2016-08-25 03:01:45 -07:00 |
tgchange.h
|
ircd: Move tgchange related into namespace.
|
2016-08-25 02:07:11 -07:00 |
util.h
|
ircd::util: Add util for template based nothrow overloading.
|
2016-09-09 16:17:36 -07:00 |
whowas.h
|
Refactor whowas.
|
2016-08-25 02:34:28 -07:00 |
wsproc.h
|
ircd: Insert into ircd:: namespace.
|
2016-08-13 02:43:42 -07:00 |