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
/
coremods
/
core_who.cpp
Age
Commit message (
Expand
)
Author
2021-05-14
Fix an off by one error in various bitsets.
Sadie Powell
2021-03-05
Update copyright headers.
InspIRCd Robot
2021-03-02
Deduplicate checking the source for the users/auspex priv in WHO.
Sadie Powell
2021-03-02
Fix fuzzy matching in core_who.
Sadie Powell
2020-01-11
Update copyright headers.
InspIRCd Robot
2019-12-31
Update my name and email address.
Sadie Powell
2019-03-12
Rename GetFlagIndex -> GetFieldIndex
linuxdaemon
2019-03-12
Move field lookup logic out of WhoData constructor
linuxdaemon
2019-03-12
Add Who::Request::GetFlagIndex to get field index
linuxdaemon
2019-02-18
Various text improvements: consistency, syntax, help and doc updates/fixes.
Robby
2019-02-15
Replace GetServerPort() with server_sa.port().
Peter Powell
2018-11-15
Fix the OnSendWhoLine event being completely broken with WHOX.
Peter Powell
2018-11-11
Fix the syntax description for the WHO command.
Peter Powell
2018-07-30
Rename User::fullname to realname and make it private.
Peter Powell
2018-07-26
Use CommandBase::Params instead of std::vector<std::string>.
Peter Powell
2018-07-15
Merge branch 'insp20' into master.
Peter Powell
2018-07-12
Implement support for the WHOX extension.
Peter Powell
2017-12-22
Rename <security:hidewhois> to <security:hideserver>.
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-07-09
Merge v2.0.23 and v2.0.24 into master.
Peter Powell
2016-02-26
Add RPL_WHOREPLY to the list of numerics
Attila Molnar
2016-02-26
Send WHO reply numerics with User::WriteNumeric(), pass Numeric::Numeric obje...
Attila Molnar
2016-02-26
Return ModResult from the OnSendWhoLine hook
Attila Molnar
2016-02-25
Convert WriteNumeric() calls to pass the parameters of the numeric as method ...
Attila Molnar
2015-04-20
Merge insp20
Attila Molnar
2014-08-06
core_who Remove redundant NULL checks from CanView()
Attila Molnar
2014-07-14
Rename UserChanList to User::ChanList, remove UCListIter
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-04-07
Merge insp20
Attila Molnar
2014-03-31
Check if Membership::GetPrefixChar() returns 0 before appending it to a string
Attila Molnar
2014-03-25
Add typedef OperList to UserManager for use with all_opers
Attila Molnar
2014-03-15
Add UserManager::GetUsers()
Attila Molnar
2014-03-05
Move src/commands/cmd_*.cpp to src/coremods[/core_*]/
Attila Molnar