Skip to content

Commit

Permalink
Release version 1.5.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
RoLex committed Dec 16, 2023
1 parent fbd384c commit afc5425
Show file tree
Hide file tree
Showing 249 changed files with 9,132 additions and 8,920 deletions.
6 changes: 3 additions & 3 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Copyright (C) 2003-2005 Daniel Muller, dan at verliba dot cz
# Copyright (C) 2006-2023 Verlihub Team, info at verlihub dot net
# Copyright (C) 2006-2024 Verlihub Team, info at verlihub dot net
#
# Verlihub is free software; You can redistribute it
# and modify it under the terms of the GNU General
Expand Down Expand Up @@ -31,9 +31,9 @@ message(STATUS "If you get errors related to autosprintf, please try with: -DUSE
message(STATUS)

SET(VERLIHUB_VERSION_MAJOR 1) # note: these must be numbers, else compilation will fail
SET(VERLIHUB_VERSION_MINOR 4)
SET(VERLIHUB_VERSION_MINOR 5)
SET(VERLIHUB_VERSION_PATCH 0)
SET(VERLIHUB_VERSION_TWEAK 5)
SET(VERLIHUB_VERSION_TWEAK 0)
SET(VERLIHUB_VERSION "${VERLIHUB_VERSION_MAJOR}.${VERLIHUB_VERSION_MINOR}.${VERLIHUB_VERSION_PATCH}.${VERLIHUB_VERSION_TWEAK}")
#SET(VERLIHUB_SOVERSION "${VERLIHUB_VERSION_MAJOR}.${VERLIHUB_VERSION_MINOR}.${VERLIHUB_VERSION_PATCH}")
SET(PROJECT_NAME "verlihub")
Expand Down
2 changes: 1 addition & 1 deletion INSTALL
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ Dependencies and installation
* Required dependencies:

[ bin lib hdr ] GCC 4.8.0
[ bin --- hdr ] CMake 2.8.12
[ bin --- hdr ] CMake 3.0
[ bin lib hdr ] MySQL 5.7.1
[ --- lib hdr ] OpenSSL 1.1.0
[ --- lib hdr ] LibICU 55.0
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Verlihub 1.4.0.x
Verlihub 1.5.0.0
==============

Verlihub is a NMDC server for Unix and Linux based operating systems that provides useful high level functionality such as:
Expand All @@ -11,7 +11,7 @@ Verlihub is a NMDC server for Unix and Linux based operating systems that provid
* User management with privilegies
* Logging of nicks and IPs
* Clients and connection management
* Extend functionality with Lua, Python and Perl scripts
* Extend functionality with Lua, Python (deprecated) and Perl (deprecated) scripts
* Generate statistics for your hub
* Import users from PtokaX, Aquila or YnHub
* Plus much more
Expand Down
2 changes: 1 addition & 1 deletion cmake/Modules/FindCrypt.cmake
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Copyright (C) 2003-2005 Daniel Muller, dan at verliba dot cz
# Copyright (C) 2006-2022 Verlihub Team, info at verlihub dot net
# Copyright (C) 2006-2024 Verlihub Team, info at verlihub dot net
#
# Verlihub is free software; You can redistribute it
# and modify it under the terms of the GNU General
Expand Down
2 changes: 1 addition & 1 deletion cmake/Modules/FindDL.cmake
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Copyright (C) 2003-2005 Daniel Muller, dan at verliba dot cz
# Copyright (C) 2006-2022 Verlihub Team, info at verlihub dot net
# Copyright (C) 2006-2024 Verlihub Team, info at verlihub dot net
#
# Verlihub is free software; You can redistribute it
# and modify it under the terms of the GNU General
Expand Down
2 changes: 1 addition & 1 deletion cmake/Modules/FindExecInfo.cmake
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Copyright (C) 2003-2005 Daniel Muller, dan at verliba dot cz
# Copyright (C) 2006-2022 Verlihub Team, info at verlihub dot net
# Copyright (C) 2006-2024 Verlihub Team, info at verlihub dot net
#
# Verlihub is free software; You can redistribute it
# and modify it under the terms of the GNU General
Expand Down
2 changes: 1 addition & 1 deletion cmake/Modules/FindGettext-devel.cmake
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Copyright (C) 2003-2005 Daniel Muller, dan at verliba dot cz
# Copyright (C) 2006-2023 Verlihub Team, info at verlihub dot net
# Copyright (C) 2006-2024 Verlihub Team, info at verlihub dot net
#
# Verlihub is free software; You can redistribute it
# and modify it under the terms of the GNU General
Expand Down
2 changes: 1 addition & 1 deletion cmake/Modules/FindICU.cmake
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Copyright (C) 2003-2005 Daniel Muller, dan at verliba dot cz
# Copyright (C) 2006-2023 Verlihub Team, info at verlihub dot net
# Copyright (C) 2006-2024 Verlihub Team, info at verlihub dot net
#
# Verlihub is free software; You can redistribute it
# and modify it under the terms of the GNU General
Expand Down
2 changes: 1 addition & 1 deletion cmake/Modules/FindIconv.cmake
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Copyright (C) 2003-2005 Daniel Muller, dan at verliba dot cz
# Copyright (C) 2006-2023 Verlihub Team, info at verlihub dot net
# Copyright (C) 2006-2024 Verlihub Team, info at verlihub dot net
#
# Verlihub is free software; You can redistribute it
# and modify it under the terms of the GNU General
Expand Down
2 changes: 1 addition & 1 deletion cmake/Modules/FindLibKVM.cmake
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Copyright (C) 2003-2005 Daniel Muller, dan at verliba dot cz
# Copyright (C) 2006-2023 Verlihub Team, info at verlihub dot net
# Copyright (C) 2006-2024 Verlihub Team, info at verlihub dot net
#
# Verlihub is free software; You can redistribute it
# and modify it under the terms of the GNU General
Expand Down
2 changes: 1 addition & 1 deletion cmake/Modules/FindLibintl.cmake
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Copyright (C) 2003-2005 Daniel Muller, dan at verliba dot cz
# Copyright (C) 2006-2023 Verlihub Team, info at verlihub dot net
# Copyright (C) 2006-2024 Verlihub Team, info at verlihub dot net
#
# Verlihub is free software; You can redistribute it
# and modify it under the terms of the GNU General
Expand Down
18 changes: 18 additions & 0 deletions cmake/Modules/FindLua.cmake
Original file line number Diff line number Diff line change
@@ -1,3 +1,21 @@
# Copyright (C) 2003-2005 Daniel Muller, dan at verliba dot cz
# Copyright (C) 2006-2024 Verlihub Team, info at verlihub dot net
#
# Verlihub is free software; You can redistribute it
# and modify it under the terms of the GNU General
# Public License as published by the Free Software
# Foundation, either version 3 of the license, or at
# your option any later version.
#
# Verlihub is distributed in the hope that it will be
# useful, but without any warranty, without even the
# implied warranty of merchantability or fitness for
# a particular purpose. See the GNU General Public
# License for more details.
#
# Please see http://www.gnu.org/licenses/ for a copy
# of the GNU General Public License.

# Distributed under the OSI-approved BSD 3-Clause License. See accompanying
# file Copyright.txt or https://cmake.org/licensing for details.

Expand Down
2 changes: 1 addition & 1 deletion cmake/Modules/FindMaxMindDB.cmake
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Copyright (C) 2003-2005 Daniel Muller, dan at verliba dot cz
# Copyright (C) 2006-2022 Verlihub Team, info at verlihub dot net
# Copyright (C) 2006-2024 Verlihub Team, info at verlihub dot net
#
# Verlihub is free software; You can redistribute it
# and modify it under the terms of the GNU General
Expand Down
2 changes: 1 addition & 1 deletion cmake/Modules/FindMySQL.cmake
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Copyright (C) 2003-2005 Daniel Muller, dan at verliba dot cz
# Copyright (C) 2006-2022 Verlihub Team, info at verlihub dot net
# Copyright (C) 2006-2024 Verlihub Team, info at verlihub dot net
#
# Verlihub is free software; You can redistribute it
# and modify it under the terms of the GNU General
Expand Down
2 changes: 1 addition & 1 deletion cmake/Modules/FindPcre.cmake
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Copyright (C) 2003-2005 Daniel Muller, dan at verliba dot cz
# Copyright (C) 2006-2022 Verlihub Team, info at verlihub dot net
# Copyright (C) 2006-2024 Verlihub Team, info at verlihub dot net
#
# Verlihub is free software; You can redistribute it
# and modify it under the terms of the GNU General
Expand Down
2 changes: 1 addition & 1 deletion cmake/Modules/FindSysInfo.cmake
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Copyright (C) 2003-2005 Daniel Muller, dan at verliba dot cz
# Copyright (C) 2006-2022 Verlihub Team, info at verlihub dot net
# Copyright (C) 2006-2024 Verlihub Team, info at verlihub dot net
#
# Verlihub is free software; You can redistribute it
# and modify it under the terms of the GNU General
Expand Down
2 changes: 1 addition & 1 deletion cmake/Modules/FindVerlihub.cmake
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Copyright (C) 2003-2005 Daniel Muller, dan at verliba dot cz
# Copyright (C) 2006-2022 Verlihub Team, info at verlihub dot net
# Copyright (C) 2006-2024 Verlihub Team, info at verlihub dot net
#
# Verlihub is free software; You can redistribute it
# and modify it under the terms of the GNU General
Expand Down
2 changes: 1 addition & 1 deletion cmake/Modules/MacroLogFeature.cmake
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Copyright (C) 2003-2005 Daniel Muller, dan at verliba dot cz
# Copyright (C) 2006-2022 Verlihub Team, info at verlihub dot net
# Copyright (C) 2006-2024 Verlihub Team, info at verlihub dot net
#
# Verlihub is free software; You can redistribute it
# and modify it under the terms of the GNU General
Expand Down
2 changes: 1 addition & 1 deletion cmake/Modules/VerlihubMacro.cmake
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Copyright (C) 2003-2005 Daniel Muller, dan at verliba dot cz
# Copyright (C) 2006-2022 Verlihub Team, info at verlihub dot net
# Copyright (C) 2006-2024 Verlihub Team, info at verlihub dot net
#
# Verlihub is free software; You can redistribute it
# and modify it under the terms of the GNU General
Expand Down
2 changes: 1 addition & 1 deletion cmake/cmake_uninstall.cmake.in
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Copyright (C) 2003-2005 Daniel Muller, dan at verliba dot cz
# Copyright (C) 2006-2022 Verlihub Team, info at verlihub dot net
# Copyright (C) 2006-2024 Verlihub Team, info at verlihub dot net
#
# Verlihub is free software; You can redistribute it
# and modify it under the terms of the GNU General
Expand Down
2 changes: 1 addition & 1 deletion cmake/config.h.cm
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
Copyright (C) 2003-2005 Daniel Muller, dan at verliba dot cz
Copyright (C) 2006-2022 Verlihub Team, info at verlihub dot net
Copyright (C) 2006-2024 Verlihub Team, info at verlihub dot net

Verlihub is free software; You can redistribute it
and modify it under the terms of the GNU General
Expand Down
2 changes: 1 addition & 1 deletion cmake/dirsettings.h.cm
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
Copyright (C) 2003-2005 Daniel Muller, dan at verliba dot cz
Copyright (C) 2006-2022 Verlihub Team, info at verlihub dot net
Copyright (C) 2006-2024 Verlihub Team, info at verlihub dot net

Verlihub is free software; You can redistribute it
and modify it under the terms of the GNU General
Expand Down
2 changes: 1 addition & 1 deletion cmake/verlihub_config.cm
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!@BASH_PATH@

# Copyright (C) 2003-2005 Daniel Muller, dan at verliba dot cz
# Copyright (C) 2006-2022 Verlihub Team, info at verlihub dot net
# Copyright (C) 2006-2024 Verlihub Team, info at verlihub dot net
#
# Verlihub is free software; You can redistribute it
# and modify it under the terms of the GNU General
Expand Down
2 changes: 1 addition & 1 deletion configure
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/bin/bash

# Copyright (C) 2003-2005 Daniel Muller, dan at verliba dot cz
# Copyright (C) 2006-2022 Verlihub Team, info at verlihub dot net
# Copyright (C) 2006-2024 Verlihub Team, info at verlihub dot net
#
# Verlihub is free software; You can redistribute it
# and modify it under the terms of the GNU General
Expand Down
2 changes: 1 addition & 1 deletion man/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Copyright (C) 2003-2005 Daniel Muller, dan at verliba dot cz
# Copyright (C) 2006-2022 Verlihub Team, info at verlihub dot net
# Copyright (C) 2006-2024 Verlihub Team, info at verlihub dot net
#
# Verlihub is free software; You can redistribute it
# and modify it under the terms of the GNU General
Expand Down
6 changes: 3 additions & 3 deletions man/verlihub.1
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
.TH VERLIHUB 1 "January 2022" verlihub "January 2022"
.TH VERLIHUB 1 "January 2024" verlihub "January 2024"
.SH NAME
verlihub \- Verlihub is a Direct Connect protocol server (Hub)
.SH DESCRIPTION
Expand Down Expand Up @@ -61,10 +61,10 @@ Help files will be called when user/admin use !help command in the hub
This directory contains enabled plugins for the hub. They will be automatically loaded when hub start
.TP
.BR {CONFIG_DIR}/scripts/
This folder contains all scripts wirtten in Lau and Python languages. hey will be automatically loaded when hub start
This folder contains all scripts wirtten in Lua, Python and Perl languages. hey will be automatically loaded when hub start
.SH AUTHOR
2003-2005 Daniel Muller, dan at verliba dot cz
2006-2022 Verlihub Team, info at verlihub dot net
2006-2024 Verlihub Team, info at verlihub dot net
.SH REPORTING BUGS
Official website: <https://github.com/verlihub/>
.br
Expand Down
4 changes: 2 additions & 2 deletions man/vh.1
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
.TH vh "1" "January 2022" verlihub "January 2022"
.TH vh "1" "January 2024" verlihub "January 2024"
.SH NAME
vh \- This is a utility script for Verlihub
.SH OPTIONS
Expand Down Expand Up @@ -109,7 +109,7 @@ This option prints version information about this script and Verlihub.
displays help message with commands list
.SH AUTHOR
2003-2005 Daniel Muller, dan at verliba dot cz
2006-2022 Verlihub Team, info at verlihub dot net
2006-2024 Verlihub Team, info at verlihub dot net
.SH REPORTING BUGS
Official website: <https://github.com/verlihub/>
.br
Expand Down
4 changes: 2 additions & 2 deletions man/vh_regimporter.1
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
.TH vh_regimporter "1" "January 2022" verlihub "January 2022"
.TH vh_regimporter "1" "January 2024" verlihub "January 2024"
.SH NAME
vh_regimporter \- This is an utility script to convert registered users to Verlihub
.SH DESCRIPTION
Expand Down Expand Up @@ -47,7 +47,7 @@ This option prints version information about this script and Verlihub.
displays this help message
.SH AUTHOR
2003-2005 Daniel Muller, dan at verliba dot cz
2006-2022 Verlihub Team, info at verlihub dot net
2006-2024 Verlihub Team, info at verlihub dot net
.SH REPORTING BUGS
Official website: <https://github.com/verlihub/>
.br
Expand Down
4 changes: 2 additions & 2 deletions man/vhm.1
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
.TH vhm "1" "January 2022" verlihub "January 2022"
.TH vhm "1" "January 2024" verlihub "January 2024"
.SH NAME
vhm \- This is a utility to run, restart and stop hubs with Verlihub
.SH OPTIONS
Expand Down Expand Up @@ -50,7 +50,7 @@ the unix timestamp of the last changes
Please do not edit this file but use the options of vhm script.
.SH AUTHOR
2003-2005 Daniel Muller, dan at verliba dot cz
2006-2022 Verlihub Team, info at verlihub dot net
2006-2024 Verlihub Team, info at verlihub dot net
.SH REPORTING BUGS
Official website: <https://github.com/verlihub/>
.br
Expand Down
2 changes: 1 addition & 1 deletion plugins/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Copyright (C) 2003-2005 Daniel Muller, dan at verliba dot cz
# Copyright (C) 2006-2023 Verlihub Team, info at verlihub dot net
# Copyright (C) 2006-2024 Verlihub Team, info at verlihub dot net
#
# Verlihub is free software; You can redistribute it
# and modify it under the terms of the GNU General
Expand Down
4 changes: 2 additions & 2 deletions plugins/lua/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Copyright (C) 2003-2005 Daniel Muller, dan at verliba dot cz
# Copyright (C) 2006-2023 Verlihub Team, info at verlihub dot net
# Copyright (C) 2006-2024 Verlihub Team, info at verlihub dot net
#
# Verlihub is free software; You can redistribute it
# and modify it under the terms of the GNU General
Expand All @@ -17,7 +17,7 @@
# of the GNU General Public License.

SET(PLUG_LUA_VERSION_MAJOR 1)
SET(PLUG_LUA_VERSION_MINOR 7)
SET(PLUG_LUA_VERSION_MINOR 8)
SET(PLUG_LUA_VERSION_PATCH 0)
SET(PLUG_LUA_VERSION_TWEAK 0)
SET(PLUG_LUA_VERSION "${PLUG_LUA_VERSION_MAJOR}.${PLUG_LUA_VERSION_MINOR}.${PLUG_LUA_VERSION_PATCH}.${PLUG_LUA_VERSION_TWEAK}")
Expand Down
2 changes: 1 addition & 1 deletion plugins/lua/callbacks.cpp
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
Copyright (C) 2003-2005 Daniel Muller, dan at verliba dot cz
Copyright (C) 2006-2023 Verlihub Team, info at verlihub dot net
Copyright (C) 2006-2024 Verlihub Team, info at verlihub dot net
Verlihub is free software; You can redistribute it
and modify it under the terms of the GNU General
Expand Down
2 changes: 1 addition & 1 deletion plugins/lua/callbacks.h
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
Copyright (C) 2003-2005 Daniel Muller, dan at verliba dot cz
Copyright (C) 2006-2022 Verlihub Team, info at verlihub dot net
Copyright (C) 2006-2024 Verlihub Team, info at verlihub dot net
Verlihub is free software; You can redistribute it
and modify it under the terms of the GNU General
Expand Down
2 changes: 1 addition & 1 deletion plugins/lua/cconsole.cpp
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
Copyright (C) 2003-2005 Daniel Muller, dan at verliba dot cz
Copyright (C) 2006-2022 Verlihub Team, info at verlihub dot net
Copyright (C) 2006-2024 Verlihub Team, info at verlihub dot net
Verlihub is free software; You can redistribute it
and modify it under the terms of the GNU General
Expand Down
2 changes: 1 addition & 1 deletion plugins/lua/cconsole.h
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
Copyright (C) 2003-2005 Daniel Muller, dan at verliba dot cz
Copyright (C) 2006-2022 Verlihub Team, info at verlihub dot net
Copyright (C) 2006-2024 Verlihub Team, info at verlihub dot net
Verlihub is free software; You can redistribute it
and modify it under the terms of the GNU General
Expand Down
2 changes: 1 addition & 1 deletion plugins/lua/cluainterpreter.cpp
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
Copyright (C) 2003-2005 Daniel Muller, dan at verliba dot cz
Copyright (C) 2006-2022 Verlihub Team, info at verlihub dot net
Copyright (C) 2006-2024 Verlihub Team, info at verlihub dot net
Verlihub is free software; You can redistribute it
and modify it under the terms of the GNU General
Expand Down
2 changes: 1 addition & 1 deletion plugins/lua/cluainterpreter.h
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
Copyright (C) 2003-2005 Daniel Muller, dan at verliba dot cz
Copyright (C) 2006-2022 Verlihub Team, info at verlihub dot net
Copyright (C) 2006-2024 Verlihub Team, info at verlihub dot net
Verlihub is free software; You can redistribute it
and modify it under the terms of the GNU General
Expand Down
2 changes: 1 addition & 1 deletion plugins/lua/cpilua.cpp
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
Copyright (C) 2003-2005 Daniel Muller, dan at verliba dot cz
Copyright (C) 2006-2022 Verlihub Team, info at verlihub dot net
Copyright (C) 2006-2024 Verlihub Team, info at verlihub dot net
Verlihub is free software; You can redistribute it
and modify it under the terms of the GNU General
Expand Down
2 changes: 1 addition & 1 deletion plugins/lua/cpilua.h
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
Copyright (C) 2003-2005 Daniel Muller, dan at verliba dot cz
Copyright (C) 2006-2022 Verlihub Team, info at verlihub dot net
Copyright (C) 2006-2024 Verlihub Team, info at verlihub dot net
Verlihub is free software; You can redistribute it
and modify it under the terms of the GNU General
Expand Down
4 changes: 2 additions & 2 deletions plugins/perl/scripts/bor.pl
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# bor.pl
# (C) Shurik, 2011
#
# Ñêðèïò ïîêàçûâàåò ïîëüçîâàòåëþ îäíó ñëó÷àéíóþ öèòàòó ñ bash.im (ex-bash.org.ru) ïî êîìàíäå +bor
# —крипт показывает пользователю одну случайную цитату с bash.im (ex-bash.org.ru) по команде +bor

use vh;
use LWP::UserAgent;
Expand All @@ -22,7 +22,7 @@ sub VH_OnUserCommand {
my $q = "<br>".$1;
$q =~ s#<br[\s/]*>#\n\ \ \ \ #igmx;
$q = decode_entities($q);
vh::SendToUser(encode("cp1251","<bash.im> Ñëó÷àéíàÿ öèòàòà:\n".$q."\n|"), $nick);
vh::SendToUser(encode("cp1251","<bash.im> —лучайна¤ цитата:\n".$q."\n|"), $nick);
return 0;
}

Expand Down
Loading

0 comments on commit afc5425

Please sign in to comment.