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
2020-04-21
Fixes by misspell-fixer
InspIRCd Robot
2020-04-11
Add support for limiting what opers can subscribe to snomasks.
Sadie Powell
2020-04-11
Clean up the logic for parsing oper mode privileges.
Sadie Powell
2020-04-09
Set the minimum length to 1 for most config items with a default.
Sadie Powell
2020-03-30
Fix various documentation and formatting issues.
Sadie Powell
2020-03-12
Implement support for the SERVLIST command.
Sadie Powell
2020-03-11
Warn if the server config contains an unhashed password.
Sadie Powell
2020-01-11
Update copyright headers.
InspIRCd Robot
2019-12-28
Ignore clients on ulined servers when reporting stats in LUSERS.
Peter Powell
2019-11-17
Deprecate Send{Channel,User}Notice; use SendMessage instead.
Peter Powell
2019-10-24
Fix respecting the deprecated <channels:users> tag.
Peter Powell
2019-10-21
Fire the OnSetUserIP event after the connect class change.
Peter Powell
2019-10-18
Fix a shadowing warning in LocalUser.
Peter Powell
2019-10-14
Implement serialisation of users.
Peter Powell
2019-08-01
Fix a shadowing warning in UserIOHandler::OnError.
Peter Powell
2019-07-31
Stop removing oper modes after a user have been quit network-wide.
Peter Powell
2019-07-26
Improve the "max connections exceeded" oper snotice.
Peter Powell
2019-07-21
Add a method for swapping user I/O handlers.
Peter Powell
2019-07-21
Allow modules to prevent a failed connection from being closed.
Peter Powell
2019-06-12
Default idents to the uuid of the connecting user.
Peter Powell
2019-05-09
Delete some obsolete comments.
Peter Powell
2019-04-28
Textual improvements and fixes such as typos, casing, etc. (#1612)
Robby
2019-04-21
HasModePermission: fix inverted condition.
Peter Powell
2019-04-19
HasModePermission: use IsModeChar.
Peter Powell
2019-04-19
Rename HasPermission to HasCommandPermission.
Peter Powell
2019-04-19
Remove the 'noisy' mode for HasPrivPermission.
Peter Powell
2019-02-17
Fix an off-by-one error in User::GetModeLetters().
Peter Powell
2019-02-15
Replace GetServerPort() with server_sa.port().
Peter Powell
2019-02-15
Rename User::nping to nextping for consistency with lastping.
Peter Powell
2019-02-05
Move <oper:class> and <oper:vhost> to core_oper.
Peter Powell
2019-01-28
Fix erroneously sending RPL_YOURDISPLAYEDHOST to HAProxy clients.
Peter Powell
2019-01-24
Remove trailing whitespace from various source files.
Peter Powell
2019-01-24
Implement support for the extended tag space for client tags.
Peter Powell
2019-01-20
Call the OnUserInit hook from earlier in UserManager::AddUser.
Peter Powell
2019-01-14
Redo OnSetEndPoint logic to fix duplicate clones (#1549).
linuxdaemon
2018-12-12
Fix a crash when the core_oper module is not loaded.
Peter Powell
2018-09-24
Merge branch 'insp20' into master.
Peter Powell
2018-08-22
Send the 001-004 numerics and MOTD/LUSERS from core_info.
Peter Powell
2018-08-14
Rename OnChangeLocalUserHost to OnPreChangeHost for consistency.
Peter Powell
2018-08-13
Implement IRCv3 message tag support.
Peter Powell
2018-08-10
Move message parsing to ProcessBuffer and fix edge cases in it.
Peter Powell
2018-08-10
Remove the original line parameter of On{Pre,Post}Command.
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
Use CommandBase::Params instead of std::vector<std::string>.
Peter Powell
2018-07-26
Add a module which implements the HAProxy PROXY v2 protocol.
Peter Powell
2018-07-24
Make more config stuff case insensitive.
Peter Powell
2018-07-20
Remove Log() calls made unnecessary by the previous commit.
Peter Powell
2018-07-18
Add the family() member to the sockaddrs union.
Peter Powell
[next]