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
/
include
/
users.h
Age
Commit message (
Expand
)
Author
2018-10-25
Store the type of a StreamSocket within itself.
Peter Powell
2018-10-18
Fix unregistered user modes thinking they are enabled.
Peter Powell
2018-08-13
Implement IRCv3 message tag support.
Peter Powell
2018-07-30
Rename User::fullname to realname and make it private.
Peter Powell
2018-07-30
Replace most usages of "name" with "real" or "real name".
Peter Powell
2018-07-30
Replace most usages of "GECOS" with "real" or "real name".
Peter Powell
2018-07-26
Add a module which implements the HAProxy PROXY v2 protocol.
Peter Powell
2017-11-21
Add the override keyword in places that it is missing.
Peter Powell
2017-11-17
Fix a ton of -Wsign-conversion warnings.
Peter Powell
2017-10-28
Hide User#host and User#dhost and use accessors to modify them.
Peter Powell
2017-10-27
Change SetClientIP to take a C++ string instead of a char array.
Peter Powell
2017-08-26
Fix a bunch of Doxygen warnings.
Peter Powell
2017-07-12
Add CXX11_OVERRIDE to overridden members that lack it.
Peter Powell
2016-12-30
Clean up User::FormatModes(), rename to GetModeLetters()
Attila Molnar
2016-12-30
Make all User::IsModeSet() methods const, accept const ModeHandler
Attila Molnar
2016-12-30
Deduplicate nickname overruling code
Attila Molnar
2016-10-25
Allow classes to take a port range.
Peter Powell
2016-08-30
Pass the ModeHandler to User::HasModePermission()
Attila Molnar
2016-03-30
Remove User::SendText() and overrides completely
Attila Molnar
2016-03-29
Make User::WriteRemoteNumeric() virtual, implement it in SpanningTree::Remote...
Attila Molnar
2016-03-22
Remove now unused overload of User::SendText()
Attila Molnar
2016-03-01
Add User::WriteRemoteNotice()
Attila Molnar
2016-02-25
Add User::WriteRemoteNumeric() and switch code using SendText() to send numer...
Attila Molnar
2016-02-25
Convert WriteNumeric() calls to pass the parameters of the numeric as method ...
Attila Molnar
2015-11-03
Move already sent id rollover handling and static LocalUser::already_sent_id ...
Attila Molnar
2015-11-02
Rewrite invite system
Attila Molnar
2015-01-24
Implement User::WriteCommonQuit() using ForEachNeighbor() in UserManager
Attila Molnar
2015-01-24
Add User::ForEachNeighbor()
Attila Molnar
2014-08-30
Move the intrusive list containers into the insp namespace
Attila Molnar
2014-07-14
Rename UserChanList to User::ChanList, remove UCListIter
Attila Molnar
2014-07-03
User::ChangeNick() cannot fail if the new nick is the uuid, document this and...
Attila Molnar
2014-07-03
Remove now needless User::ForceNickChange()
Attila Molnar
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-03
Update nick timestamps in User::ChangeNick(), pass the new TS in a parameter
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-06
Fix various cases of UUID exposure.
Peter Powell
2014-01-24
Convert InviteBase::invites to an intrusively linked list
Attila Molnar
2014-01-24
Convert LocalUserList to an intrusively linked list
Attila Molnar
2014-01-05
Move server description field from TreeServer into Server; remove OnGetServer...
Attila Molnar
2014-01-05
Introduce Server class
Attila Molnar
2014-01-05
Improve UserManager::QuitUser() and related code
Attila Molnar
2013-08-10
Rename <connect:nouserdns> to <connect:resolvehostnames>.
Peter Powell
2013-08-09
Remove virtual User::GetClass() (but keep LocalUser::GetClass())
attilamolnar
2013-08-09
Accept std::string as parameter in User::ChangeHost(), ChangeIdent() and Chan...
attilamolnar
2013-08-09
Move host cycle logic into m_hostcycle
attilamolnar
2013-07-19
Get rid of enum UserModes and mark User::modes as private
attilamolnar
2013-07-19
Replace hardcoded mode letters, part 3
attilamolnar
2013-07-19
Move SetNoticeMask(), FormatNoticeMasks() and ProcessNoticeMasks() from the U...
attilamolnar
[next]