Skip to content

Commit

Permalink
Merge pull request monero-project#200 from DeanCole/rebrand
Browse files Browse the repository at this point in the history
Full re-brand to Electroneum
  • Loading branch information
electroneumRepo authored Apr 9, 2018
2 parents a7fb737 + f12d53a commit 2c24bf2
Show file tree
Hide file tree
Showing 448 changed files with 1,491 additions and 1,172 deletions.
3 changes: 2 additions & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
# Copyright (c) 2017-2018, The Electroneum Project
# Copyright (c) 2014-2017, The Monero Project
#
# All rights reserved.
Expand Down Expand Up @@ -237,7 +238,7 @@ if(STATIC)
endif()

# Set default blockchain storage location:
# memory was the default in Cryptonote before Monero implimented LMDB, it still works but is unneccessary.
# memory was the default in Cryptonote before Electroneum implimented LMDB, it still works but is unneccessary.
# set(DATABASE memory)
set(DATABASE lmdb)

Expand Down
3 changes: 2 additions & 1 deletion CMakeLists_IOS.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# Portions Copyright (c) 2017-2018, The Electroneum Project
# Portions Copyright (c) 2017, The Monero Project
# This file is based off of the https://code.google.com/archive/p/ios-cmake/
# It has been altered for Monero iOS development
# It has been altered for Electroneum iOS development
#
#
# Options:
Expand Down
2 changes: 1 addition & 1 deletion Doxyfile
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ DOXYFILE_ENCODING = UTF-8
# title of most generated pages and in a few other places.
# The default value is: My Project.

PROJECT_NAME = "Monero"
PROJECT_NAME = "Electroneum"

# The PROJECT_NUMBER tag can be used to enter a project or revision number. This
# could be handy for archiving the generated documentation or if some version
Expand Down
1 change: 1 addition & 0 deletions Makefile
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
# Copyright (c) 2017-2018, The Electroneum Project
# Copyright (c) 2014-2017, The Monero Project
#
# All rights reserved.
Expand Down
4 changes: 1 addition & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,6 @@ Portions Copyright (c) 2012-2013, The Cryptonote developers
## Development Resources

- Web: [electroneum.com](https://electroneum.com)
- Forum: [electroneumtalk.proboards.com](https://electroneumtalk.proboards.com)
- Mail: [support@electroneum.com](mailto:support@electroneum.com)
- GitHub: [https://github.com/electroneum/electroneum](https://github.com/electroneum/electroneum)

## Introduction
Expand Down Expand Up @@ -39,7 +37,7 @@ If you want to help out, see [CONTRIBUTING](CONTRIBUTING.md) for a set of guidel

## Vulnerability Response Process

See [Vulnerability Response Process](VULNERABILITY_RESPONSE_PROCESS.md).
See [HackerOne](https://hackerone.com/electroneum).

## Installing Electroneum from a Package

Expand Down
143 changes: 0 additions & 143 deletions VULNERABILITY_RESPONSE_PROCESS.md

This file was deleted.

1 change: 1 addition & 0 deletions cmake/32-bit-toolchain.cmake
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
# Copyright (c) 2017-2018, The Electroneum Project
# Copyright (c) 2014-2017, The Monero Project
#
# All rights reserved.
Expand Down
1 change: 1 addition & 0 deletions cmake/64-bit-toolchain.cmake
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
# Copyright (c) 2017-2018, The Electroneum Project
# Copyright (c) 2014-2017, The Monero Project
#
# All rights reserved.
Expand Down
2 changes: 1 addition & 1 deletion cmake/Doxyfile.in
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ DOXYFILE_ENCODING = UTF-8
# identify the project. Note that if you do not use Doxywizard you need
# to put quotes around the project name if it contains spaces.

PROJECT_NAME = Monero
PROJECT_NAME = Electroneum

# The PROJECT_NUMBER tag can be used to enter a project or revision number.
# This could be handy for archiving the generated documentation or
Expand Down
1 change: 1 addition & 0 deletions cmake/FindUnbound.cmake
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
# Copyright (c) 2017-2018, The Electroneum Project
# Copyright (c) 2014-2017, The Monero Project
# All rights reserved.
#
Expand Down
3 changes: 2 additions & 1 deletion cmake/test-static-assert.c
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
// Copyright (c) 2014-2017, The Monero Project
// Copyrights(c) 2017-2018, The Electroneum Project
// Copyrights(c) 2014-2017, The Monero Project
//
// All rights reserved.
//
Expand Down
3 changes: 2 additions & 1 deletion cmake/test-static-assert.cpp
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
// Copyright (c) 2014-2017, The Monero Project
// Copyrights(c) 2017-2018, The Electroneum Project
// Copyrights(c) 2014-2017, The Monero Project
//
// All rights reserved.
//
Expand Down
1 change: 1 addition & 0 deletions contrib/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
# Copyright (c) 2017-2018, The Electroneum Project
# Copyright (c) 2014-2017, The Monero Project
#
# All rights reserved.
Expand Down
1 change: 1 addition & 0 deletions contrib/epee/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
# Copyright (c) 2017-2018, The Electroneum Project
# Copyright (c) 2014-2017, The Monero Project
#
# All rights reserved.
Expand Down
1 change: 1 addition & 0 deletions contrib/epee/include/hex.h
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
// Copyright (c) 2017-2018, The Electroneum Project
// Copyright (c) 2017, The Monero Project
//
// All rights reserved.
Expand Down
30 changes: 15 additions & 15 deletions contrib/epee/include/misc_log_ex.h
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@

#include "easylogging++.h"

#define MONERO_DEFAULT_LOG_CATEGORY "default"
#define ELECTRONEUM_DEFAULT_LOG_CATEGORY "default"

#define MCFATAL(cat,x) CLOG(FATAL,cat) << x
#define MCERROR(cat,x) CLOG(ERROR,cat) << x
Expand All @@ -70,20 +70,20 @@
#define MCLOG_MAGENTA(level,cat,x) MCLOG_COLOR(level,cat,"35",x)
#define MCLOG_CYAN(level,cat,x) MCLOG_COLOR(level,cat,"36",x)

#define MLOG_RED(level,x) MCLOG_RED(level,MONERO_DEFAULT_LOG_CATEGORY,x)
#define MLOG_GREEN(level,x) MCLOG_GREEN(level,MONERO_DEFAULT_LOG_CATEGORY,x)
#define MLOG_YELLOW(level,x) MCLOG_YELLOW(level,MONERO_DEFAULT_LOG_CATEGORY,x)
#define MLOG_BLUE(level,x) MCLOG_BLUE(level,MONERO_DEFAULT_LOG_CATEGORY,x)
#define MLOG_MAGENTA(level,x) MCLOG_MAGENTA(level,MONERO_DEFAULT_LOG_CATEGORY,x)
#define MLOG_CYAN(level,x) MCLOG_CYAN(level,MONERO_DEFAULT_LOG_CATEGORY,x)

#define MFATAL(x) MCFATAL(MONERO_DEFAULT_LOG_CATEGORY,x)
#define MERROR(x) MCERROR(MONERO_DEFAULT_LOG_CATEGORY,x)
#define MWARNING(x) MCWARNING(MONERO_DEFAULT_LOG_CATEGORY,x)
#define MINFO(x) MCINFO(MONERO_DEFAULT_LOG_CATEGORY,x)
#define MDEBUG(x) MCDEBUG(MONERO_DEFAULT_LOG_CATEGORY,x)
#define MTRACE(x) MCTRACE(MONERO_DEFAULT_LOG_CATEGORY,x)
#define MLOG(level,x) MCLOG(level,MONERO_DEFAULT_LOG_CATEGORY,x)
#define MLOG_RED(level,x) MCLOG_RED(level,ELECTRONEUM_DEFAULT_LOG_CATEGORY,x)
#define MLOG_GREEN(level,x) MCLOG_GREEN(level,ELECTRONEUM_DEFAULT_LOG_CATEGORY,x)
#define MLOG_YELLOW(level,x) MCLOG_YELLOW(level,ELECTRONEUM_DEFAULT_LOG_CATEGORY,x)
#define MLOG_BLUE(level,x) MCLOG_BLUE(level,ELECTRONEUM_DEFAULT_LOG_CATEGORY,x)
#define MLOG_MAGENTA(level,x) MCLOG_MAGENTA(level,ELECTRONEUM_DEFAULT_LOG_CATEGORY,x)
#define MLOG_CYAN(level,x) MCLOG_CYAN(level,ELECTRONEUM_DEFAULT_LOG_CATEGORY,x)

#define MFATAL(x) MCFATAL(ELECTRONEUM_DEFAULT_LOG_CATEGORY,x)
#define MERROR(x) MCERROR(ELECTRONEUM_DEFAULT_LOG_CATEGORY,x)
#define MWARNING(x) MCWARNING(ELECTRONEUM_DEFAULT_LOG_CATEGORY,x)
#define MINFO(x) MCINFO(ELECTRONEUM_DEFAULT_LOG_CATEGORY,x)
#define MDEBUG(x) MCDEBUG(ELECTRONEUM_DEFAULT_LOG_CATEGORY,x)
#define MTRACE(x) MCTRACE(ELECTRONEUM_DEFAULT_LOG_CATEGORY,x)
#define MLOG(level,x) MCLOG(level,ELECTRONEUM_DEFAULT_LOG_CATEGORY,x)

#define MGINFO(x) MCINFO("global",x)
#define MGINFO_RED(x) MCLOG_RED(el::Level::Info, "global",x)
Expand Down
4 changes: 2 additions & 2 deletions contrib/epee/include/net/abstract_tcp_server.h
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,8 @@

#pragma comment(lib, "Ws2_32.lib")

#undef MONERO_DEFAULT_LOG_CATEGORY
#define MONERO_DEFAULT_LOG_CATEGORY "net"
#undef ELECTRONEUM_DEFAULT_LOG_CATEGORY
#define ELECTRONEUM_DEFAULT_LOG_CATEGORY "net"

namespace epee
{
Expand Down
6 changes: 3 additions & 3 deletions contrib/epee/include/net/abstract_tcp_server2.h
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/**
@file
@author from CrypoNote (see copyright below; Andrey N. Sabelnikov)
@monero rfree
@electroneum rfree
@brief the connection templated-class for one peer connection
*/
// Copyright (c) 2006-2013, Andrey N. Sabelnikov, www.sabelnikov.net
Expand Down Expand Up @@ -57,8 +57,8 @@
#include "../../../../src/p2p/connection_basic.hpp"
#include "../../../../src/p2p/network_throttle-detail.hpp"

#undef MONERO_DEFAULT_LOG_CATEGORY
#define MONERO_DEFAULT_LOG_CATEGORY "net"
#undef ELECTRONEUM_DEFAULT_LOG_CATEGORY
#define ELECTRONEUM_DEFAULT_LOG_CATEGORY "net"

#define ABSTRACT_SERVER_SEND_QUE_MAX_COUNT 1000

Expand Down
8 changes: 4 additions & 4 deletions contrib/epee/include/net/abstract_tcp_server2.inl
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/**
@file
@author from CrypoNote (see copyright below; Andrey N. Sabelnikov)
@monero rfree
@electroneum rfree
@brief the connection templated-class for one peer connection
*/
// Copyright (c) 2006-2013, Andrey N. Sabelnikov, www.sabelnikov.net
Expand Down Expand Up @@ -51,8 +51,8 @@

#include "../../../../src/cryptonote_core/cryptonote_core.h" // e.g. for the send_stop_signal()

#undef MONERO_DEFAULT_LOG_CATEGORY
#define MONERO_DEFAULT_LOG_CATEGORY "net"
#undef ELECTRONEUM_DEFAULT_LOG_CATEGORY
#define ELECTRONEUM_DEFAULT_LOG_CATEGORY "net"

#define CONNECTION_CLEANUP_TIME 30 // seconds

Expand Down Expand Up @@ -438,7 +438,7 @@ PRAGMA_WARNING_DISABLE_VS(4355)
if (!all_ok) {
MDEBUG("do_send() DONE ***FAILED*** from packet="<<cb<<" B for ptr="<<ptr);
MDEBUG("do_send() SEND was aborted in middle of big package - this is mostly harmless "
<< " (e.g. peer closed connection) but if it causes trouble tell us at #monero-dev. " << cb);
<< " (e.g. peer closed connection) but if it causes trouble tell us at #electroneum-dev. " << cb);
return false; // partial failure in sending
}
pos = pos+len;
Expand Down
4 changes: 2 additions & 2 deletions contrib/epee/include/net/abstract_tcp_server_cp.h
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,8 @@
#include "net_utils_base.h"
#include "pragma_comp_defs.h"

#undef MONERO_DEFAULT_LOG_CATEGORY
#define MONERO_DEFAULT_LOG_CATEGORY "net"
#undef ELECTRONEUM_DEFAULT_LOG_CATEGORY
#define ELECTRONEUM_DEFAULT_LOG_CATEGORY "net"

#define LEVIN_DEFAULT_DATA_BUFF_SIZE 2000

Expand Down
4 changes: 2 additions & 2 deletions contrib/epee/include/net/abstract_tcp_server_cp.inl
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@

#pragma comment(lib, "Ws2_32.lib")

#undef MONERO_DEFAULT_LOG_CATEGORY
#define MONERO_DEFAULT_LOG_CATEGORY "net"
#undef ELECTRONEUM_DEFAULT_LOG_CATEGORY
#define ELECTRONEUM_DEFAULT_LOG_CATEGORY "net"

namespace epee
{
Expand Down
7 changes: 4 additions & 3 deletions contrib/epee/include/net/http_auth.h
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
// Copyright (c) 2014-2017, The Monero Project
// Copyrights(c) 2017-2018, The Electroneum Project
// Copyrights(c) 2014-2017, The Monero Project
//
// All rights reserved.
//
Expand Down Expand Up @@ -36,8 +37,8 @@

#include "http_base.h"

#undef MONERO_DEFAULT_LOG_CATEGORY
#define MONERO_DEFAULT_LOG_CATEGORY "net.http"
#undef ELECTRONEUM_DEFAULT_LOG_CATEGORY
#define ELECTRONEUM_DEFAULT_LOG_CATEGORY "net.http"

namespace epee
{
Expand Down
Loading

0 comments on commit 2c24bf2

Please sign in to comment.