index
:
user/henk/code/inspircd.git
insp3
insp3-update-helpop-chmodes-s-and-p
[no description]
git repository hosting
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
users.cpp
Age
Commit message (
Expand
)
Author
2015-01-24
Remove needless checks from User::WriteCommon()/WriteCommonRaw()
Attila Molnar
2015-01-24
Implement User::WriteCommonRaw() using ForEachNeighbor()
Attila Molnar
2015-01-24
Implement User::WriteCommonQuit() using ForEachNeighbor() in UserManager
Attila Molnar
2015-01-24
Add User::ForEachNeighbor()
Attila Molnar
2015-01-10
Reduce std::string::substr() usage
Attila Molnar
2014-09-05
Unset oper-only modes in User::UnOper() in a more sensible way
Attila Molnar
2014-09-03
Replace irc::modestacker usage with the new ModeParser::Process()
Attila Molnar
2014-07-28
Do not attempt to detect non-culled users at destruction by looking for their...
Attila Molnar
2014-07-28
Allow fast sid reuse by erasing fake users from UserManager::uuidlist when th...
Attila Molnar
2014-07-25
Merge insp20
Attila Molnar
2014-07-19
Erase local users from UserManager::local_list in QuitUser()
Attila Molnar
2014-07-16
Move typedef ClassVector to ServerConfig::ClassVector
Attila Molnar
2014-07-14
Rename UserChanList to User::ChanList, remove UCListIter
Attila Molnar
2014-07-14
Rename UserMembList to Channel::MemberMap, switch all code to use it
Attila Molnar
2014-07-14
Change return type of Channel::GetUsers() to reference from pointer as it is ...
Attila Molnar
2014-07-03
Get rid of irc::strings (assign()) in User::ChangeNick()
Attila Molnar
2014-07-03
Deduplicate code in User::ChangeNick()
Attila Molnar
2014-07-03
Remove now needless User::ForceNickChange()
Attila Molnar
2014-07-03
Move calling the OnUserPreNick() hook and the restrictbannedusers check from ...
Attila Molnar
2014-06-20
Check Q-Lines on nick change in core_xline
Attila Molnar
2014-06-20
Reject nickname case changes too when enforcing <security:restrictbannedusers>
Attila Molnar
2014-06-20
Change the type of the user parameter in the OnUserPreNick() hook from User t...
Attila Molnar
2014-06-20
Increment serverstats::Collisions when a collision is handled, not when a mod...
Attila Molnar
2014-06-14
Kill needless #includes in source files
Attila Molnar
2014-06-13
Change allocation of InspIRCd::Parser to be physically part of the object con...
Attila Molnar
2014-06-13
Change allocation of InspIRCd::BanCache to be physically part of the object c...
Attila Molnar
2014-06-13
Pull in bancache.h from inspircd.h
Attila Molnar
2014-06-13
Change allocation of InspIRCd::stats to be physically part of the object cont...
Attila Molnar
2014-06-07
Fix harmless loop off-by-ones found by Moonlightning
satmd
2014-05-23
Prefix all definitions in config.h to avoid potential collisions.
Peter Powell
2014-04-11
Kill <channels> in favour of <connect:maxchans> and <oper:maxchans>.
Peter Powell
2014-04-02
Remove unused User::WriteCommonExcept()
Attila Molnar
2014-04-02
Move User::SendAll() into core_privmsg
Attila Molnar
2014-04-02
Remove User::WriteTo() functions; use User::WriteFrom() instead
Attila Molnar
2014-03-25
Change storage of UserManager::all_opers to be a vector
Attila Molnar
2014-03-17
Rewrite clone counting to use one map instead of two
Attila Molnar
2014-03-15
Change allocation of UserManager::clientlist to be physically part of the obj...
Attila Molnar
2014-03-14
Change allocation of UserManager::uuidlist to be physically part of the objec...
Attila Molnar
2014-03-08
Make the maximum hostname length configurable in the config.
Peter Powell
2014-03-03
Update nick timestamps in User::ChangeNick(), pass the new TS in a parameter
Attila Molnar
2014-02-27
Remove REG_ALL checks from User::SharesChannelWith()
Attila Molnar
2014-02-21
Index Channel::modes and User::modes with the id of the mode instead of its l...
Attila Molnar
2014-02-08
Change all socketengine methods to be static
Attila Molnar
2014-02-06
Fix various cases of UUID exposure.
Peter Powell
2014-01-25
Convert InspIRCd::PassCompare to return bool instead of int.
Peter Powell
2014-01-25
Destroy Memberships of a quitting user in QuitUser() instead of in cull()
Attila Molnar
2014-01-24
Remove classbase inheritance from Invitation
Attila Molnar
2014-01-24
Convert LocalUserList to an intrusively linked list
Attila Molnar
2014-01-24
Convert UserChanList to an intrusively linked list
Attila Molnar
2014-01-23
Remove whitespace and minor style changes
Attila Molnar
[next]