]> git.netwichtig.de Git - user/henk/code/inspircd.git/history - src/coremods
Change allocation of InspIRCd::BanCache to be physically part of the object containing it
[user/henk/code/inspircd.git] / src / coremods /
2014-06-13 Attila MolnarChange allocation of InspIRCd::stats to be physically...
2014-06-11 Attila MolnarSend the membership id when kicking a remote user and...
2014-06-10 Attila MolnarAdd channel TS to server-to-server INVITE to detect...
2014-06-10 Attila Molnarcmd_kick Assign a value to the kick reason string more...
2014-06-10 Attila MolnarUse the iterator version of Channel::KickUser() in...
2014-06-10 Attila MolnarChange Channel::KickUser() to accept an iterator, add...
2014-06-10 Attila MolnarMove pre-kick checks from core to cmd_kick (core_channel)
2014-05-12 WindowsUserUpdate core_stats.cpp
2014-04-14 Attila Molnarcore_lusers Don't capitalize "local users" and "global...
2014-04-09 Attila MolnarAvoid double Membership lookup in Channel::UserList()
2014-04-09 Attila MolnarMove checks determining whether a user is allowed to...
2014-04-07 Attila MolnarMerge insp20
2014-04-02 Attila MolnarMove User::SendAll() into core_privmsg
2014-04-02 Attila MolnarRemove User::WriteTo() functions; use User::WriteFrom...
2014-03-31 Attila MolnarCheck if Membership::GetPrefixChar() returns 0 before...
2014-03-25 Attila MolnarAdd typedef OperList to UserManager for use with all_opers
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_*]/