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
/
modules
/
m_ident.cpp
Age
Commit message (
Expand
)
Author
2020-04-24
Update copyright headers.
InspIRCd Robot
2020-04-21
Fixes by misspell-fixer
InspIRCd Robot
2020-04-10
Update the module descriptions using mkversion.
Sadie Powell
2020-03-30
Fix various documentation and formatting issues.
Sadie Powell
2020-02-19
Convert some things to HasFd that were previously missed.
Sadie Powell
2020-02-15
Add HasFd to EventHandler and switch code to use it.
Sadie Powell
2020-01-11
Update copyright headers.
InspIRCd Robot
2019-02-04
ident: fix erroneously prefixing an ident multiple times.
Peter Powell
2019-02-04
ident: rename ext to socket.
Peter Powell
2019-02-04
ident: rename nolookupprefix to prefixunqueried.
Peter Powell
2019-02-04
ident: store the timeout as an unsigned value and limit to 60s.
Peter Powell
2019-02-04
ident: reduce the amount of messages sent when a lookup fails.
Peter Powell
2019-02-04
ident: Change idents with the ChangeIdent method.
Peter Powell
2019-02-04
ident: Fix making idents longer than maxident when a lookup fails.
Peter Powell
2019-01-20
Move ident lookups to the OnSetUserIP hook.
Peter Powell
2018-07-18
Initial support for listening on UNIX socket endpoints.
Peter Powell
2018-07-18
Add the family() member to the sockaddrs union.
Peter Powell
2018-01-20
Pass an irc::socket::sockaddrs to SocketEngine::Connect().
Peter Powell
2017-09-03
Convert a bunch of time-related config options to getDuration.
Peter Powell
2015-04-12
Dispatch EventHandler events to dedicated virtual functions
Attila Molnar
2015-01-18
Specify which Extensible subclass an ExtensionItem is valid for
Attila Molnar
2014-05-28
m_ident Close the ident socket when the object is culled instead of using hooks
Attila Molnar
2014-05-28
m_ident Make use of the min parameter of ConfigTag::getInt()
Attila Molnar
2014-05-28
m_ident: Add an option to allow idents of users to still be prefixed with a '...
Robby-
2014-04-26
Remove redundant IS_LOCAL() checks discovered by static asserts
Attila Molnar
2014-03-24
Cull ident sockets instead of immediate delete, add stdalgo::culldeleter
Attila Molnar
2014-02-09
Call DelFd() and SetFd(-1) from SocketEngine::Close(EventHandler*)
Attila Molnar
2014-02-08
Change all socketengine methods to be static
Attila Molnar
2014-02-08
Change SocketEngine functions that do not require an instance to be static
Attila Molnar
2014-01-21
Merge insp20
Attila Molnar
2013-12-18
Clean up CoreException
Attila Molnar
2013-09-08
Automatically register ServiceProviders created by modules
attilamolnar
2013-08-31
Improve support for rarely used compilers, EKOPath in this case.
ChrisTX
2013-08-30
Replace OnRehash() with ReadConfig() that is called on boot, on module load a...
attilamolnar
2013-08-09
Accept std::string as parameter in User::ChangeHost(), ChangeIdent() and Chan...
attilamolnar
2013-08-04
Automatically attach modules to events
attilamolnar
2013-08-04
Change modules to use the MODNAME constant when logging.
Peter Powell
2013-08-04
Remove a few not-so-useful debug messages
attilamolnar
2013-07-04
Remove $Core and $Mod* comments apart from $ModDep.
Peter Powell
2013-06-06
Convert a ton of uses of MAXBUF to use a fixed buffer size.
Peter Powell
2013-05-19
Fix spacing in calls to LogManager::Log.
Peter Powell
2013-05-15
Tidy up keywords on module methods.
Peter Powell
2013-05-14
Add method for writing server notices.
Peter Powell
2013-04-28
Merge insp20
attilamolnar
2013-04-19
m_ident Invalidate cache after changing User::ident
attilamolnar
2013-04-12
Add LOG_ prefix to the log level enum values.
Peter Powell
2013-04-01
Whitespace and empty destructor removal, minor coding style changes
attilamolnar
2012-12-15
m_ident Reject invalid and error replies
attilamolnar
2012-12-09
Remove ServerLimits::Finalise(), it's completely wrong
attilamolnar
2012-12-02
Register a few extensions that weren't registered
attilamolnar
[next]