]> git.netwichtig.de Git - user/henk/code/inspircd.git/history - src/coremods
cmd_modules Don't show the memory addresses of Module objects to opers
[user/henk/code/inspircd.git] / src / coremods /
2014-03-24 Attila MolnarAdd stdalgo::delete_all() that deletes all elements...
2014-03-15 Attila MolnarChange allocation of InspIRCd::Timers to be physically...
2014-03-15 Attila MolnarAdd UserManager::GetUsers()
2014-03-14 Attila MolnarAdd InspIRCd::GetChans(), remove ChannelCount()
2014-03-12 Attila MolnarDeduplicate and move the *MatchesEveryone() functions...
2014-03-09 Attila Molnarcmd_quit Display quit messages of remote users
2014-03-09 Attila MolnarMove the wallops mode from the core into core_wallops
2014-03-08 Peter PowellMake the maximum hostname length configurable in the...
2014-03-07 Attila MolnarMove admin settings into core_info
2014-03-07 Attila MolnarMove {prefix|suffix|fixed}{quit|part} into core_user
2014-03-07 Attila MolnarRead the die and restart password and their hash type...
2014-03-06 Attila MolnarUpdate detection in module loading commands that relied...
2014-03-06 Attila MolnarMove UNLOADMODULE handler into core_loadmodule
2014-03-06 Attila MolnarCreate the core_stub module
2014-03-05 Attila MolnarCreate the core_xline module
2014-03-05 Attila MolnarCreate the core_user module
2014-03-05 Attila MolnarCreate the core_oper module
2014-03-05 Attila MolnarCreate the core_info module
2014-03-05 Attila MolnarCreate the core_channel module
2014-03-05 Attila MolnarMove src/commands/cmd_*.cpp to src/coremods[/core_*]/