summaryrefslogtreecommitdiff
path: root/src/coremods
AgeCommit message (Expand)Author
2014-03-15Change allocation of InspIRCd::Timers to be physically part of the object con...Attila Molnar
2014-03-15Add UserManager::GetUsers()Attila Molnar
2014-03-14Add InspIRCd::GetChans(), remove ChannelCount()Attila Molnar
2014-03-12Deduplicate and move the *MatchesEveryone() functions to core_xlineAttila Molnar
2014-03-09cmd_quit Display quit messages of remote usersAttila Molnar
2014-03-09Move the wallops mode from the core into core_wallopsAttila Molnar
2014-03-08Make the maximum hostname length configurable in the config.Peter Powell
2014-03-07Move admin settings into core_infoAttila Molnar
2014-03-07Move {prefix|suffix|fixed}{quit|part} into core_userAttila Molnar
2014-03-07Read the die and restart password and their hash type on demandAttila Molnar
2014-03-06Update detection in module loading commands that relied on old command module...Attila Molnar
2014-03-06Move UNLOADMODULE handler into core_loadmoduleAttila Molnar
2014-03-06Create the core_stub moduleAttila Molnar
2014-03-05Create the core_xline moduleAttila Molnar
2014-03-05Create the core_user moduleAttila Molnar
2014-03-05Create the core_oper moduleAttila Molnar
2014-03-05Create the core_info moduleAttila Molnar
2014-03-05Create the core_channel moduleAttila Molnar
2014-03-05Move src/commands/cmd_*.cpp to src/coremods[/core_*]/Attila Molnar