summaryrefslogtreecommitdiff
path: root/include/modules
AgeCommit message (Collapse)Author
2013-12-01Fix crash from loading exceptions with db_old and then unloading db_oldAdam
2013-09-27Fix compile warnings and errors found by clangAdam
2013-08-23Remove webpanel:ssl configuration option because its dumbAdam
2013-08-12Fix some issues with suspendAdam
2013-08-11Add DNS Notify supportAdam
2013-08-10Support DNS ANY query typeAdam
2013-08-01Use MessageSource as the source for many IRCDProto funcsAdam
Keep track of what user modes are oper only/server only/etc
2013-07-20Fix more compile warnings found on newer g++ versionsAdam
2013-07-08Fix deleting badwords/modes/logs etcAdam
2013-07-07Move op/deop/etc back to an actual command, its too hard to use cs_log with ↵Adam
it as rewrites. Allow cs_log to work with either command names or service names.
2013-07-04Fix deleting mode locksAdam
2013-07-01Change extensible keys to require explicitly having a type defined for it. ↵Adam
Completely modularize more features like bs_kick, entrymsg, log, mode, etc. Move fantasy to its own module. Move greet to its own module.
2013-05-26Get rid of the remaining references in the core to specific services. Move ↵Adam
more stuff out of the core to the proper modules.
2013-05-18Fix Windows buildAdam
2013-05-17Add Redis database supportAdam
2013-05-05Move module header files to include/modules to fix naming conflicts with ↵Adam
system headers