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
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
2018-04-22
Merge tag 'v2.0.26' into master.
Peter Powell
2018-04-09
Remove swhois messages set in the oper block on deoper.
Peter Powell
2018-04-09
Optimize some behaviour in the core (#1476).
Dylan Frank
2018-01-25
Improve performance under load of OnDataReady and remove C-isms.
systocrat
2018-01-20
Remove duplicated code in LocalUser::GetServerPort().
Peter Powell
2017-12-23
Fix User::ChangeRealHost() to change the real host properly.
Peter Powell
2017-12-22
Rename <security:hidewhois> to <security:hideserver>.
Peter Powell
2017-11-20
Inherit non-core connect class settings properly.
Peter Powell
2017-11-17
Fix a ton of -Wsign-conversion warnings.
Peter Powell
2017-11-13
Add a class which encapsulates the concept of token lists.
Peter Powell
2017-11-12
Merge tag 'v2.0.25' into master.
Peter Powell
2017-11-05
Use InvalidateCache in the sockaddrs overload of OnSetClientIP.
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-10-15
Clean up the initialization of ConnectClass and ServerConfig.
attilamolnar
2017-10-04
Fix RPL_SERVERVERSION treating the modes as a single parameter.
Peter Powell
2017-09-12
Get rid of irc::sockets::satoap().
Peter Powell
2017-09-03
Move <dns:timeout> out of the core.
Peter Powell
2017-08-26
Make the build reproducible by removing time related macros.
Peter Powell
2017-07-09
Merge v2.0.23 and v2.0.24 into master.
Peter Powell
2017-05-17
Merge pull request #1230 from SaberUK/insp20+ipcache
Attila Molnar
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-12-05
Fix users receiving a QUIT with themselves as source when host cycling in cer...
Attila Molnar
2016-10-25
Allow classes to take a port range.
Peter Powell
2016-09-25
Invalidate the caches properly when User::SetClientIP is called.
Peter Powell
2016-08-30
Pass the ModeHandler to User::HasModePermission()
Attila Molnar
2016-08-29
Convert ModeHandler::GetNumParams() to NeedsParam() that returns a bool
Attila Molnar
2016-08-10
Initialize more User and LocalUser fields using the init list
Attila Molnar
2016-08-10
Update style of initializer lists in User and LocalUser constructors
Attila Molnar
2016-03-30
Remove User::SendText() and overrides completely
Attila Molnar
[next]