Age | Commit message (Expand) | Author |
---|---|---|
2017-10-28 | Hide User#host and User#dhost and use accessors to modify them. | Peter Powell |
2017-07-12 | Add CXX11_OVERRIDE to overridden members that lack it. | Peter Powell |
2016-09-02 | Fix Windows build and most MSVC warnings | Attila Molnar |
2014-07-14 | Remove typedef UserMembIter, use Channel::MemberMap::iterator instead | Attila Molnar |
2014-07-14 | Remove typedef UserMembCIter, use Channel::MemberMap::const_iterator instead | 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-06-10 | Use the iterator version of Channel::KickUser() in a few places | Attila Molnar |
2014-01-26 | Add m_clearchan which removes users from a channel without sending n*(n+1)/2 ... | Attila Molnar |