aboutsummaryrefslogtreecommitdiff
path: root/src/modules/m_ident.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Update copyright headers.Gravatar InspIRCd Robot2020-04-241-1/+1
|
* Fixes by misspell-fixerGravatar InspIRCd Robot2020-04-211-2/+2
|
* Update the module descriptions using mkversion.Gravatar Sadie Powell2020-04-101-1/+1
|
* Fix various documentation and formatting issues.Gravatar Sadie Powell2020-03-301-1/+1
|
* Convert some things to HasFd that were previously missed.Gravatar Sadie Powell2020-02-191-2/+1
|
* Add HasFd to EventHandler and switch code to use it.Gravatar Sadie Powell2020-02-151-1/+1
|
* Update copyright headers.Gravatar InspIRCd Robot2020-01-111-4/+6
|
* ident: fix erroneously prefixing an ident multiple times.Gravatar Peter Powell2019-02-041-2/+37
|
* ident: rename ext to socket.Gravatar Peter Powell2019-02-041-7/+7
|
* ident: rename nolookupprefix to prefixunqueried.Gravatar Peter Powell2019-02-041-3/+3
|
* ident: store the timeout as an unsigned value and limit to 60s.Gravatar Peter Powell2019-02-041-4/+3
|
* ident: reduce the amount of messages sent when a lookup fails.Gravatar Peter Powell2019-02-041-2/+3
|
* ident: Change idents with the ChangeIdent method.Gravatar Peter Powell2019-02-041-2/+1
|
* ident: Fix making idents longer than maxident when a lookup fails.Gravatar Peter Powell2019-02-041-3/+23
|
* Move ident lookups to the OnSetUserIP hook.Gravatar Peter Powell2019-01-201-2/+14
|
* Initial support for listening on UNIX socket endpoints.Gravatar Peter Powell2018-07-181-0/+4
|
* Add the family() member to the sockaddrs union.Gravatar Peter Powell2018-07-181-3/+3
|
* Pass an irc::socket::sockaddrs to SocketEngine::Connect().Gravatar Peter Powell2018-01-201-1/+1
|
* Convert a bunch of time-related config options to getDuration.Gravatar Peter Powell2017-09-031-1/+1
|
* Dispatch EventHandler events to dedicated virtual functionsGravatar Attila Molnar2015-04-121-27/+8
| | | | Remove enum EventType
* Specify which Extensible subclass an ExtensionItem is valid forGravatar Attila Molnar2015-01-181-1/+2
|
* m_ident Close the ident socket when the object is culled instead of using hooksGravatar Attila Molnar2014-05-281-22/+6
|
* m_ident Make use of the min parameter of ConfigTag::getInt()Gravatar Attila Molnar2014-05-281-3/+1
|
* m_ident: Add an option to allow idents of users to still be prefixed with a ↵Gravatar Robby-2014-05-281-1/+8
| | | | | | | | '~' for connect classes which have disabled ident lookups through the <connect:useident> setting. Fixes #683. Some changes by @attilamolnar, original PR #684
* Remove redundant IS_LOCAL() checks discovered by static assertsGravatar Attila Molnar2014-04-261-1/+1
|
* Cull ident sockets instead of immediate delete, add stdalgo::culldeleterGravatar Attila Molnar2014-03-241-1/+1
|
* Call DelFd() and SetFd(-1) from SocketEngine::Close(EventHandler*)Gravatar Attila Molnar2014-02-091-3/+1
|
* Change all socketengine methods to be staticGravatar Attila Molnar2014-02-081-5/+5
|
* Change SocketEngine functions that do not require an instance to be staticGravatar Attila Molnar2014-02-081-4/+4
|
* Merge insp20Gravatar Attila Molnar2014-01-211-1/+1
|\
| * Improve support for rarely used compilers, EKOPath in this case.Gravatar ChrisTX2013-08-311-1/+1
| |
* | Clean up CoreExceptionGravatar Attila Molnar2013-12-181-1/+1
| | | | | | | | | | - Remove default constructor - Replace virtual functions returning C strings with functions returning const std::string refs
* | Automatically register ServiceProviders created by modulesGravatar attilamolnar2013-09-081-5/+0
| |
* | Replace OnRehash() with ReadConfig() that is called on boot, on module load ↵Gravatar attilamolnar2013-08-301-2/+1
| | | | | | | | | | | | and on rehash This eliminates the need for calling OnRehash() in init()
* | Accept std::string as parameter in User::ChangeHost(), ChangeIdent() and ↵Gravatar attilamolnar2013-08-091-1/+1
| | | | | | | | | | | | ChangeName() Pass the string itself to IsIdent() instead of string.c_str()
* | Automatically attach modules to eventsGravatar attilamolnar2013-08-041-5/+0
| |
* | Change modules to use the MODNAME constant when logging.Gravatar Peter Powell2013-08-041-5/+5
| | | | | | | | | | | | | | | | The majority of modules were logging with their module name as the log type. There was a few places which were logging to a non-name type but, with the exception of CONFIG, those messages are so uncommon that it doesn't make sense to use a seperate type for them.
* | Remove a few not-so-useful debug messagesGravatar attilamolnar2013-08-041-9/+0
| |
* | Remove $Core and $Mod* comments apart from $ModDep.Gravatar Peter Powell2013-07-041-2/+0
| |
* | Convert a ton of uses of MAXBUF to use a fixed buffer size.Gravatar Peter Powell2013-06-061-2/+2
| |
* | Fix spacing in calls to LogManager::Log.Gravatar Peter Powell2013-05-191-10/+10
| |
* | Tidy up keywords on module methods.Gravatar Peter Powell2013-05-151-10/+10
| | | | | | | | | | - Remove virtual keyword from a ton of methods which don't need it. - Add override keyword to a ton of methods which do need it.
* | Add method for writing server notices.Gravatar Peter Powell2013-05-141-4/+4
| | | | | | | | | | | | | | | | | | This allows us to send a server notice to a user without worrying about whether they are registered or not. If a user receives a server notice and they are not registered then the nickname field will contain an asterisk instead of their nick name.
* | Merge insp20Gravatar attilamolnar2013-04-281-0/+1
|\|
| * m_ident Invalidate cache after changing User::identGravatar attilamolnar2013-04-191-0/+1
| |
* | Add LOG_ prefix to the log level enum values.Gravatar Peter Powell2013-04-121-10/+10
| |
* | Whitespace and empty destructor removal, minor coding style changesGravatar attilamolnar2013-04-011-5/+0
|/
* m_ident Reject invalid and error repliesGravatar attilamolnar2012-12-151-2/+8
|
* Remove ServerLimits::Finalise(), it's completely wrongGravatar attilamolnar2012-12-091-1/+1
| | | | Truncate <limits:identmax>+1 long idents in User::ChangeIdent()
* Register a few extensions that weren't registeredGravatar attilamolnar2012-12-021-0/+1
|