]> git.netwichtig.de Git - user/henk/code/inspircd.git/log
user/henk/code/inspircd.git
5 years agoChange the branch version from InspIRCd-3.0 to InspIRCd-3.
Peter Powell [Thu, 25 Oct 2018 22:29:55 +0000 (23:29 +0100)]
Change the branch version from InspIRCd-3.0 to InspIRCd-3.

Under the new versioning scheme when a new branch is forked the
major version number will be reset. The minor version number will
now be used to mark a release as containing backwards compatible
additions and the patch version number will be used to mark a
release as containing just bug fixes.

5 years agoAllow HAProxy to specify that a client is connecting with SSL.
Peter Powell [Tue, 16 Oct 2018 13:57:28 +0000 (14:57 +0100)]
Allow HAProxy to specify that a client is connecting with SSL.

5 years agoStore the type of a StreamSocket within itself.
Peter Powell [Tue, 16 Oct 2018 13:53:27 +0000 (14:53 +0100)]
Store the type of a StreamSocket within itself.

Similar to with IOHooks this allows you to convert StreamSocket to
a UserIOHandler quickly.

5 years agoFix the censor module sending the wrong numeric in some cases.
Peter Powell [Thu, 25 Oct 2018 12:34:26 +0000 (13:34 +0100)]
Fix the censor module sending the wrong numeric in some cases.

The appropriate numeric response when a user has the censor mode
enabled is ERR_CANTSENDTOUSER not ERR_CANTSENDTOUSER.

5 years agoFix warnings from Doxygen.
Peter Powell [Sun, 21 Oct 2018 18:18:08 +0000 (19:18 +0100)]
Fix warnings from Doxygen.

5 years agoFix unregistered user modes thinking they are enabled.
Peter Powell [Thu, 18 Oct 2018 09:54:06 +0000 (10:54 +0100)]
Fix unregistered user modes thinking they are enabled.

5 years agoShow reasons in xline expiry messages.
Robby [Sun, 14 Oct 2018 05:23:06 +0000 (07:23 +0200)]
Show reasons in xline expiry messages.

5 years agoImplement support for IPv6 GeoIP lookups.
Peter Powell [Sat, 13 Oct 2018 12:15:25 +0000 (13:15 +0100)]
Implement support for IPv6 GeoIP lookups.

5 years agoRequire WebSocket origins to be whitelisted in order to connect.
Peter Powell [Wed, 10 Oct 2018 15:45:35 +0000 (16:45 +0100)]
Require WebSocket origins to be whitelisted in order to connect.

Fixes #1281.

5 years agoUse nodejs/http_parser instead of a homebrew parser.
edef [Tue, 1 May 2018 16:45:21 +0000 (18:45 +0200)]
Use nodejs/http_parser instead of a homebrew parser.

5 years agoConvert m_sha256 to use a vendored library instead of bundling.
Peter Powell [Thu, 6 Sep 2018 09:59:30 +0000 (10:59 +0100)]
Convert m_sha256 to use a vendored library instead of bundling.

The require_compiler("GCC") directive is required to work around
some GCCs ignoring the GCC pragma for disabling warnings.

5 years agoAdd a directive for requiring a specific compiler.
Peter Powell [Thu, 4 Oct 2018 12:16:25 +0000 (14:16 +0200)]
Add a directive for requiring a specific compiler.

5 years agoAvoid using relative paths in make::configure.
Peter Powell [Thu, 4 Oct 2018 12:15:47 +0000 (14:15 +0200)]
Avoid using relative paths in make::configure.

5 years agoRelease v3.0.0 alpha 10.
Peter Powell [Mon, 1 Oct 2018 20:58:45 +0000 (21:58 +0100)]
Release v3.0.0 alpha 10.

5 years agoMove <security:userstats> into core_stats.
Peter Powell [Mon, 1 Oct 2018 15:53:27 +0000 (16:53 +0100)]
Move <security:userstats> into core_stats.

5 years agoMove <security:hidesplits> to the spanningtree module.
Peter Powell [Mon, 1 Oct 2018 15:41:18 +0000 (16:41 +0100)]
Move <security:hidesplits> to the spanningtree module.

5 years agoMove <security:genericoper> into core_whois.
Peter Powell [Mon, 1 Oct 2018 15:35:00 +0000 (16:35 +0100)]
Move <security:genericoper> into core_whois.

5 years agoMove <security:hideulinekills> into core_oper.
Peter Powell [Mon, 1 Oct 2018 15:31:36 +0000 (16:31 +0100)]
Move <security:hideulinekills> into core_oper.

5 years agoMove <security:hidekills> into core_oper.
Peter Powell [Mon, 1 Oct 2018 15:31:15 +0000 (16:31 +0100)]
Move <security:hidekills> into core_oper.

5 years agoDocument ServerConfig::Conf{Tags,Value} better.
Peter Powell [Mon, 1 Oct 2018 15:09:45 +0000 (16:09 +0100)]
Document ServerConfig::Conf{Tags,Value} better.

5 years agoGet rid of DummyMessageDetails in the delayjoin module.
Peter Powell [Mon, 1 Oct 2018 13:08:32 +0000 (14:08 +0100)]
Get rid of DummyMessageDetails in the delayjoin module.

5 years agoFix the delayjoin module not hiding JOIN messages properly.
Peter Powell [Mon, 1 Oct 2018 13:08:31 +0000 (14:08 +0100)]
Fix the delayjoin module not hiding JOIN messages properly.

5 years agoFix the chanhistory module being inconsistent across servers.
Peter Powell [Sat, 29 Sep 2018 15:19:26 +0000 (16:19 +0100)]
Fix the chanhistory module being inconsistent across servers.

Closes #331.

5 years agoFix SQL modules using "provider" in <database> instead of "module".
Peter Powell [Thu, 27 Sep 2018 11:51:53 +0000 (12:51 +0100)]
Fix SQL modules using "provider" in <database> instead of "module".

This fixes a regression introduced in 97a1d642.

5 years agoMove the SQL tables to docs/sql and install them on `make install`.
Peter Powell [Wed, 26 Sep 2018 20:56:51 +0000 (21:56 +0100)]
Move the SQL tables to docs/sql and install them on `make install`.

5 years agom_dnsbl: Add the IP address to the positive detection server notice.
Robby [Tue, 25 Sep 2018 21:35:55 +0000 (23:35 +0200)]
m_dnsbl: Add the IP address to the positive detection server notice.

5 years agom_dnsbl: Use the blacklist name rather than the domain.
Robby [Tue, 25 Sep 2018 21:35:10 +0000 (23:35 +0200)]
m_dnsbl: Use the blacklist name rather than the domain.

5 years agoSend a message to snomask 'd' when a DNSBL lookup fails.
Peter Powell [Tue, 25 Sep 2018 11:47:32 +0000 (12:47 +0100)]
Send a message to snomask 'd' when a DNSBL lookup fails.

Closes #1433.

5 years agoAdd extban 'a' to m_gecosban.
Renegade334 [Sat, 28 Mar 2015 21:18:30 +0000 (21:18 +0000)]
Add extban 'a' to m_gecosban.

This has the format a:nick!user@host+gecos.

e.g. a:*!*@abusive.host+*MegaBot?v2.0*

Closes #1023.
Closes #1026.

5 years agoDon't sync filters defined in the config and expire them on rehash.
Peter Powell [Sun, 23 Sep 2018 15:19:30 +0000 (16:19 +0100)]
Don't sync filters defined in the config and expire them on rehash.

Closes #1202.

5 years agoMerge branch 'insp20' into master.
Peter Powell [Mon, 24 Sep 2018 17:25:06 +0000 (18:25 +0100)]
Merge branch 'insp20' into master.

5 years agoSwitch all core modules still using COMMAND_INIT to MODULE_INIT.
Peter Powell [Sun, 23 Sep 2018 13:19:06 +0000 (14:19 +0100)]
Switch all core modules still using COMMAND_INIT to MODULE_INIT.

5 years agoDon't sync xlines defined in the config and expire them on rehash.
Peter Powell [Fri, 21 Sep 2018 19:54:05 +0000 (20:54 +0100)]
Don't sync xlines defined in the config and expire them on rehash.

Closes #1427.

5 years agoMake kicknorejoin respect /INVITE (#1514).
A_D [Sun, 23 Sep 2018 12:12:05 +0000 (14:12 +0200)]
Make kicknorejoin respect /INVITE (#1514).

5 years agoMerge m_noctcp_user into m_noctcp.
Peter Powell [Sat, 28 Jul 2018 08:23:14 +0000 (09:23 +0100)]
Merge m_noctcp_user into m_noctcp.

5 years agoFix gateway client hosts not being updated if DNS resolution fails.
Peter Powell [Wed, 5 Sep 2018 15:27:57 +0000 (16:27 +0100)]
Fix gateway client hosts not being updated if DNS resolution fails.

5 years agoImprovements and bugfixes to the cgiirc module.
Peter Powell [Tue, 4 Sep 2018 13:10:19 +0000 (14:10 +0100)]
Improvements and bugfixes to the cgiirc module.

- Allow the ident for ident type hosts to be set in the config.
- Consistently check clone counts, connect classes, and xlines for
  all users regardless of their cgiirc host type.
- Remove some obsolete code from when gateway clients had their IP
  changed in OnCheckReady.
- Don't allow a gateway client to match both a WebIRC and an ident
  host.

5 years agoImprovements to the hostchange module.
Peter Powell [Wed, 12 Sep 2018 13:37:38 +0000 (14:37 +0100)]
Improvements to the hostchange module.

- Get rid of <host> and merge the prefix and suffix values into the
  <hostchange> value.
- Remove the 'suffix' action. This has been replaced by the 'set'
  action.
- Add the 'addaccount' action. This adds the users account to their
  hostname.
- Use the <hostname:charmap> characters when removing invalid chars
  in addnick mode.
- Allow multiple entries on each hostmask so that they can fall
  through if a certain value is not acceptable.

Closes #816.
Closes #1001.

5 years agoAmend OnPostCommand to specify whether the command is loopcalled.
Peter Powell [Tue, 11 Sep 2018 08:03:47 +0000 (09:03 +0100)]
Amend OnPostCommand to specify whether the command is loopcalled.

This restores previous behaviour which was lost when the original
line parameter was removed.

5 years agoAdd a module for hiding mode changes from unprivileged users.
Peter Powell [Sun, 9 Sep 2018 15:52:32 +0000 (16:52 +0100)]
Add a module for hiding mode changes from unprivileged users.

Co-authored-by: Attila Molnar <attilamolnar@hush.com>
5 years agoRemove the ripemd160 module.
Peter Powell [Thu, 6 Sep 2018 10:29:45 +0000 (11:29 +0100)]
Remove the ripemd160 module.

The library code used by this module is licensed under a non-free
license which is incompatible with the GPLv2. Combined with the
fact that it has been superceded by better algorithms like bcrypt
I have decided to remove it.

An alternate implementation of this algorithm is provided by the
m_hash_gnutls module if people *really* need to use it.

5 years agoDon't update the idle timer when a user replies to a CTCP.
Peter Powell [Sun, 26 Aug 2018 09:37:23 +0000 (10:37 +0100)]
Don't update the idle timer when a user replies to a CTCP.

Closes #1305.

5 years agoImplement proper CTCP parsing in MessageDetails.
Peter Powell [Fri, 27 Apr 2018 13:30:06 +0000 (14:30 +0100)]
Implement proper CTCP parsing in MessageDetails.

5 years agoImprove the snotices sent out by the filter module.
Peter Powell [Fri, 24 Aug 2018 12:40:15 +0000 (13:40 +0100)]
Improve the snotices sent out by the filter module.

- Switch to a module-specific snotice character (f).
- Redo the format of the message to be easier to read and include
  the filter that the user matched.

Closes #490.
Closes #841.

5 years agoAllow unlocking jumpserver and lockserv with a module rehash.
Peter Powell [Fri, 24 Aug 2018 11:24:07 +0000 (12:24 +0100)]
Allow unlocking jumpserver and lockserv with a module rehash.

Closes #282.

5 years agoDocument the --nopid option in the manual pages.
Peter Powell [Fri, 24 Aug 2018 11:08:56 +0000 (12:08 +0100)]
Document the --nopid option in the manual pages.

5 years agoSend the 001-004 numerics and MOTD/LUSERS from core_info.
Peter Powell [Wed, 22 Aug 2018 12:43:46 +0000 (13:43 +0100)]
Send the 001-004 numerics and MOTD/LUSERS from core_info.

Co-authored-by: Attila Molnar <attilamolnar@hush.com>
5 years agoFix warnings about using std::auto_ptr on C++11 or newer.
Peter Powell [Tue, 21 Aug 2018 14:24:14 +0000 (15:24 +0100)]
Fix warnings about using std::auto_ptr on C++11 or newer.

5 years agoFix a few things that should be marked as override but aren't.
Peter Powell [Tue, 21 Aug 2018 13:50:09 +0000 (14:50 +0100)]
Fix a few things that should be marked as override but aren't.

5 years agoRelease v3.0.0 alpha 9.
Peter Powell [Wed, 15 Aug 2018 15:01:24 +0000 (16:01 +0100)]
Release v3.0.0 alpha 9.

5 years agoMerge branch 'insp20' into master.
Peter Powell [Wed, 15 Aug 2018 15:00:25 +0000 (16:00 +0100)]
Merge branch 'insp20' into master.

5 years agoRewrite m_httpd_config.
Peter Powell [Wed, 15 Aug 2018 10:06:26 +0000 (11:06 +0100)]
Rewrite m_httpd_config.

- Send the configuration as plain text instead of HTML.
- Show the location where each tag was located in a comment.
- Indent configuration keys consistently so they are easy to read.

5 years agoFix aliases that resolve to messages echoing with echo-message.
Peter Powell [Tue, 14 Aug 2018 22:22:14 +0000 (23:22 +0100)]
Fix aliases that resolve to messages echoing with echo-message.

Fixes #1459.

5 years agoFix m_alias not reconstituting the RFC message properly.
Peter Powell [Wed, 15 Aug 2018 07:56:30 +0000 (08:56 +0100)]
Fix m_alias not reconstituting the RFC message properly.

5 years agoFix a bunch more conflicting/unnamed numerics.
Peter Powell [Tue, 14 Aug 2018 18:18:15 +0000 (19:18 +0100)]
Fix a bunch more conflicting/unnamed numerics.

5 years agoConvert CLONES to use its own numeric and batch the replies.
Peter Powell [Tue, 14 Aug 2018 18:03:15 +0000 (19:03 +0100)]
Convert CLONES to use its own numeric and batch the replies.

5 years agoFix some bugs in cidr_mask::str().
Peter Powell [Tue, 14 Aug 2018 17:59:07 +0000 (18:59 +0100)]
Fix some bugs in cidr_mask::str().

- Fix a missing break statement causing unintentional fallthrough.
- Cast the length to an int to avoid interpreting as a character.

5 years agoConvert m_bcrypt to use a vendored library instead of bundling.
Peter Powell [Tue, 14 Aug 2018 14:48:43 +0000 (15:48 +0100)]
Convert m_bcrypt to use a vendored library instead of bundling.

5 years agoAdd support for vendoring dependencies.
Peter Powell [Fri, 25 May 2018 16:08:42 +0000 (17:08 +0100)]
Add support for vendoring dependencies.

5 years agoRename OnChangeLocalUserHost to OnPreChangeHost for consistency.
Peter Powell [Mon, 13 Aug 2018 23:22:59 +0000 (00:22 +0100)]
Rename OnChangeLocalUserHost to OnPreChangeHost for consistency.

5 years agoRemove the OnInfo event.
Peter Powell [Mon, 13 Aug 2018 23:17:03 +0000 (00:17 +0100)]
Remove the OnInfo event.

This is not used by anything and On{Post,Pre}Command hooks can
be used if people really want to add stuff to INFO.

5 years agoReplace all references to IRCv3.2 with IRCv3.
Peter Powell [Mon, 13 Aug 2018 21:06:39 +0000 (22:06 +0100)]
Replace all references to IRCv3.2 with IRCv3.

IRCv3 no longer does versioned releases.

5 years agoAdd support for the IRCv3 batch specification.
Peter Powell [Mon, 13 Aug 2018 20:48:06 +0000 (21:48 +0100)]
Add support for the IRCv3 batch specification.

Co-authored-by: Attila Molnar <attilamolnar@hush.com>
5 years agoAdd support for the IRCv3 server-time specification.
Peter Powell [Mon, 13 Aug 2018 20:44:11 +0000 (21:44 +0100)]
Add support for the IRCv3 server-time specification.

Co-authored-by: Attila Molnar <attilamolnar@hush.com>
5 years agoAdd support for the IRCv3 account-tag specification.
Peter Powell [Mon, 13 Aug 2018 20:35:28 +0000 (21:35 +0100)]
Add support for the IRCv3 account-tag specification.

Co-authored-by: Attila Molnar <attilamolnar@hush.com>
5 years agoImplement IRCv3 message tag support.
Peter Powell [Mon, 13 Aug 2018 19:17:46 +0000 (20:17 +0100)]
Implement IRCv3 message tag support.

Co-authored-by: Attila Molnar <attilamolnar@hush.com>
5 years agoAdd an accessor for the last mode change list to ModeParser.
Peter Powell [Mon, 13 Aug 2018 15:52:37 +0000 (16:52 +0100)]
Add an accessor for the last mode change list to ModeParser.

GetLastParse will be going away soon.

5 years agoConvert AWAY to use cross-module events and clean up slightly.
Peter Powell [Sun, 12 Aug 2018 13:56:27 +0000 (14:56 +0100)]
Convert AWAY to use cross-module events and clean up slightly.

OnSetAway has been replaced with four events. OnUserPreAway and
OnUserPreBack can be used to deny an away state change and/or
change the away message of a local user. OnUserAway and OnUserBack
allow modules to be notified that a user's away state has changed.

5 years agoPass the Extensible container to ExtensionItem::free().
Peter Powell [Sun, 12 Aug 2018 12:29:09 +0000 (13:29 +0100)]
Pass the Extensible container to ExtensionItem::free().

5 years agoMove message parsing to ProcessBuffer and fix edge cases in it.
Peter Powell [Fri, 10 Aug 2018 08:04:30 +0000 (09:04 +0100)]
Move message parsing to ProcessBuffer and fix edge cases in it.

5 years agoSplit irc::tokenparser::GetToken into GetMiddle and GetTrailing.
Peter Powell [Fri, 10 Aug 2018 06:46:42 +0000 (07:46 +0100)]
Split irc::tokenparser::GetToken into GetMiddle and GetTrailing.

This simplifies the logic of irc::tokenparser considerably and
removes all of the magic index guessing that was used previously.

5 years agoRemove the integer overloads of irc::tokenparser::GetToken().
Peter Powell [Thu, 9 Aug 2018 15:33:27 +0000 (16:33 +0100)]
Remove the integer overloads of irc::tokenparser::GetToken().

The int overload was never used and the long overload was used in
one place.

5 years agoParse CAPAB CAPABILITIES and FJOIN messages with spacesepstream.
Peter Powell [Fri, 10 Aug 2018 06:00:02 +0000 (07:00 +0100)]
Parse CAPAB CAPABILITIES and FJOIN messages with spacesepstream.

Special tokenisation rules are not necessary here.

5 years agoRemove the original line parameter of On{Pre,Post}Command.
Peter Powell [Thu, 9 Aug 2018 19:44:43 +0000 (20:44 +0100)]
Remove the original line parameter of On{Pre,Post}Command.

In the brave new world of message tags and alternate wire formats
this is no longer something that is appropriate to expose.

In reality it was only ever used by m_alias which now reconstitutes
the command name and parameters into a RFC 1459-style message for
whatever it needs to do.

5 years agoFix sending malformed ERR_UNKNOWNCOMMAND messages in some cases.
Peter Powell [Fri, 10 Aug 2018 09:25:40 +0000 (10:25 +0100)]
Fix sending malformed ERR_UNKNOWNCOMMAND messages in some cases.

This is not something the average user will encounter. It can only
happen if the user sends a message with preceding whitespace or a
prefix but no command name.

This is not something that should ever be seen in practise so we
just penalise the user and pretend nothing ever happened.

The previous code also contained undefined behaviour but it acted
sensibly on all compilers we support so it was not crashable.

5 years agoSwitch m_xline_db to use the xline snomask character.
Peter Powell [Fri, 10 Aug 2018 05:39:22 +0000 (06:39 +0100)]
Switch m_xline_db to use the xline snomask character.

5 years agom_httpd: close the HTTP connection after serving a request.
Peter Powell [Tue, 7 Aug 2018 17:31:47 +0000 (18:31 +0100)]
m_httpd: close the HTTP connection after serving a request.

We always send "Connection: Close" so this is the right behaviour
according to section 8.1 of RFC 2616.

Closes #1507.

5 years agoSwitch m_dnsbl to use its own snomask character.
Peter Powell [Tue, 7 Aug 2018 15:50:01 +0000 (16:50 +0100)]
Switch m_dnsbl to use its own snomask character.

5 years agoRemove the 'debug' snotice character.
Peter Powell [Tue, 7 Aug 2018 15:45:03 +0000 (16:45 +0100)]
Remove the 'debug' snotice character.

5 years agoMake the FJOIN timestamp message easier for users to understand.
Peter Powell [Sun, 5 Aug 2018 16:18:43 +0000 (17:18 +0100)]
Make the FJOIN timestamp message easier for users to understand.

5 years agoRemove support for static modules.
Peter Powell [Mon, 30 Jul 2018 23:49:27 +0000 (00:49 +0100)]
Remove support for static modules.

This has been frequently broken in the past and as far as I know is
used by literally nobody.

Also, even if all modules are compiled into the core any libraries
linked against are and have always been linked dynamically making
this unusable on platforms without dynamic libraries.

5 years agoRename User::fullname to realname and make it private.
Peter Powell [Mon, 30 Jul 2018 17:50:34 +0000 (18:50 +0100)]
Rename User::fullname to realname and make it private.

5 years agoReplace most usages of "name" with "real" or "real name".
Peter Powell [Mon, 30 Jul 2018 17:34:57 +0000 (18:34 +0100)]
Replace most usages of "name" with "real" or "real name".

5 years agoReplace most usages of "GECOS" with "real" or "real name".
Peter Powell [Mon, 30 Jul 2018 17:30:11 +0000 (18:30 +0100)]
Replace most usages of "GECOS" with "real" or "real name".

5 years agoReplace irc::stringjoiner with a generic stdalgo::string::join.
Peter Powell [Thu, 26 Jul 2018 20:23:45 +0000 (21:23 +0100)]
Replace irc::stringjoiner with a generic stdalgo::string::join.

This can also be used with different types of collection containing
values which are not a string.

5 years agoUse CommandBase::Params instead of std::vector<std::string>.
Peter Powell [Thu, 26 Jul 2018 18:43:54 +0000 (19:43 +0100)]
Use CommandBase::Params instead of std::vector<std::string>.

This is presently a typedef but will soon be replaced with a class
that encapsulates both tags and parameters.

5 years agoAdd a module which implements the HAProxy PROXY v2 protocol.
Peter Powell [Thu, 26 Jul 2018 11:13:13 +0000 (12:13 +0100)]
Add a module which implements the HAProxy PROXY v2 protocol.

5 years agoMake more config stuff case insensitive.
Peter Powell [Tue, 24 Jul 2018 17:29:43 +0000 (18:29 +0100)]
Make more config stuff case insensitive.

5 years agoFix building on Windows.
Peter Powell [Tue, 24 Jul 2018 10:01:50 +0000 (11:01 +0100)]
Fix building on Windows.

5 years agoRename IntModuleList to Module::List.
Peter Powell [Tue, 24 Jul 2018 09:02:27 +0000 (10:02 +0100)]
Rename IntModuleList to Module::List.

5 years agoGet rid of the unused string_list typedef.
Peter Powell [Tue, 24 Jul 2018 09:02:07 +0000 (10:02 +0100)]
Get rid of the unused string_list typedef.

5 years agoFix the Windows build system to use the new license file location.
Peter Powell [Mon, 23 Jul 2018 14:12:08 +0000 (15:12 +0100)]
Fix the Windows build system to use the new license file location.

5 years agoRemove Log() calls made unnecessary by the previous commit.
Peter Powell [Mon, 25 Jun 2018 14:21:37 +0000 (15:21 +0100)]
Remove Log() calls made unnecessary by the previous commit.

5 years agoLog snotices with their description rather than just as "snomask".
Peter Powell [Mon, 25 Jun 2018 13:21:49 +0000 (14:21 +0100)]
Log snotices with their description rather than just as "snomask".

5 years agoDefine HAS_ARC4RANDOM_BUF in config.h if available.
Peter Powell [Fri, 20 Jul 2018 11:29:36 +0000 (12:29 +0100)]
Define HAS_ARC4RANDOM_BUF in config.h if available.

5 years agoUse arc4random_buf() instead of random() when available.
Peter Powell [Fri, 20 Jul 2018 10:43:41 +0000 (11:43 +0100)]
Use arc4random_buf() instead of random() when available.

5 years agoInitial support for listening on UNIX socket endpoints.
Peter Powell [Fri, 13 Jul 2018 09:28:28 +0000 (10:28 +0100)]
Initial support for listening on UNIX socket endpoints.

5 years agoAdd the family() member to the sockaddrs union.
Peter Powell [Thu, 12 Jul 2018 23:47:53 +0000 (00:47 +0100)]
Add the family() member to the sockaddrs union.

5 years agoRelease v3.0.0 alpha 8.
Peter Powell [Sun, 15 Jul 2018 15:29:52 +0000 (16:29 +0100)]
Release v3.0.0 alpha 8.

5 years agoMerge branch 'insp20' into master.
Peter Powell [Sun, 15 Jul 2018 15:27:48 +0000 (16:27 +0100)]
Merge branch 'insp20' into master.