Updated mirrors

This commit is contained in:
Dionysus 2024-01-20 22:32:26 -05:00
parent f361836926
commit 5c71a7aaf9
Signed by: acidvegas
GPG Key ID: EF4B922DB85DC9DE
12 changed files with 19277 additions and 19 deletions

View File

@ -1,6 +1,6 @@
ISC License ISC License
Copyright (c) 2021, acidvegas <acid.vegas@acid.vegas> Copyright (c) 2024, acidvegas <acid.vegas@acid.vegas>
Permission to use, copy, modify, and/or distribute this software for any Permission to use, copy, modify, and/or distribute this software for any
purpose with or without fee is hereby granted, provided that the above purpose with or without fee is hereby granted, provided that the above

View File

@ -98,8 +98,6 @@ The IRCCEX project is completely open source & non-profit, though any support/pl
###### Try it out ###### Try it out
We are running IRCCEX actively in **#exchange** on **EFNet** & **SuperNETs**, come chat with us, make some money, and share ideas! We are running IRCCEX actively in **#exchange** on **EFNet** & **SuperNETs**, come chat with us, make some money, and share ideas!
###### Mirrors ___
- [acid.vegas](https://acid.vegas/irccex)
- [GitHub](https://github.com/acidvegas/irccex) ###### Mirrors for this repository: [acid.vegas](https://git.acid.vegas/irccex) • [SuperNETs](https://git.supernets.org/acidvegas/irccex) • [GitHub](https://github.com/acidvegas/irccex) • [GitLab](https://gitlab.com/acidvegas/irccex) • [Codeberg](https://codeberg.org/acidvegas/irccex)
- [GitLab](https://gitlab.com/acidvegas/irccex)
- [SuperNETs](https://git.supernets.org/acidvegas/irccex)

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

View File

@ -1,5 +1,5 @@
#!/usr/bin/env python #!/usr/bin/env python
# CoinMarketCap API Class - Developed by acidvegas in Python (https://acid.vegas/coinmarketcap) # CoinMarketCap API Class - Developed by acidvegas in Python (https://git.acid.vegas/coinmarketcap)
import http.client import http.client
import json import json

View File

@ -1,12 +1,12 @@
#!/usr/bin/env python #!/usr/bin/env python
# IRC Cryptocurrency Exchange (IRCCEX) - Developed by acidvegas in Python (https://acid.vegas/irccex) # IRC Cryptocurrency Exchange (IRCCEX) - Developed by acidvegas in Python (https://git.acid.vegas/irccex)
# config.py # config.py
class connection: class connection:
server = 'irc.server.com' server = 'irc.server.com'
port = 6667 port = 6697
ipv6 = False ipv6 = False
ssl = False ssl = True
ssl_verify = False ssl_verify = False
vhost = None vhost = None
channel = '#exchange' channel = '#exchange'
@ -21,7 +21,7 @@ class cert:
class ident: class ident:
nickname = 'IRCCEX' nickname = 'IRCCEX'
username = 'exchange' username = 'exchange'
realname = 'acid.vegas/irccex' realname = 'git.acid.vegas/irccex'
class login: class login:
network = None network = None

View File

@ -1,5 +1,5 @@
#!/usr/bin/env python #!/usr/bin/env python
# IRC Cryptocurrency Exchange (IRCCEX) - Developed by acidvegas in Python (https://acid.vegas/irccex) # IRC Cryptocurrency Exchange (IRCCEX) - Developed by acidvegas in Python (https://git.acid.vegas/irccex)
# constants.py # constants.py
# Control Characters # Control Characters

View File

@ -1,5 +1,5 @@
#!/usr/bin/env python #!/usr/bin/env python
# IRC Cryptocurrency Exchange (IRCCEX) - Developed by acidvegas in Python (https://acid.vegas/irccex) # IRC Cryptocurrency Exchange (IRCCEX) - Developed by acidvegas in Python (https://git.acid.vegas/irccex)
# functions.py # functions.py
import calendar import calendar

View File

@ -1,5 +1,5 @@
#!/usr/bin/env python #!/usr/bin/env python
# IRC Cryptocurrency Exchange (IRCCEX) - Developed by acidvegas in Python (https://acid.vegas/irccex) # IRC Cryptocurrency Exchange (IRCCEX) - Developed by acidvegas in Python (https://git.acid.vegas/irccex)
# irc.py # irc.py
''' '''

View File

@ -1,5 +1,5 @@
#!/usr/bin/env python #!/usr/bin/env python
# IRC Cryptocurrency Exchange (IRCCEX) - Developed by acidvegas in Python (https://acid.vegas/irccex) # IRC Cryptocurrency Exchange (IRCCEX) - Developed by acidvegas in Python (https://git.acid.vegas/irccex)
# irccex.py # irccex.py
import os import os
@ -13,7 +13,7 @@ print('#'*56)
print('#{0}#'.format(''.center(54))) print('#{0}#'.format(''.center(54)))
print('#{0}#'.format('IRC Cryptocurrency Exchange (IRCCEX)'.center(54))) print('#{0}#'.format('IRC Cryptocurrency Exchange (IRCCEX)'.center(54)))
print('#{0}#'.format('Developed by acidvegas in Python'.center(54))) print('#{0}#'.format('Developed by acidvegas in Python'.center(54)))
print('#{0}#'.format('https://acid.vegas/irccex'.center(54))) print('#{0}#'.format('https://git.acid.vegas/irccex'.center(54)))
print('#{0}#'.format(''.center(54))) print('#{0}#'.format(''.center(54)))
print('#'*56) print('#'*56)
import irc import irc

3
logs/debug.log Normal file
View File

@ -0,0 +1,3 @@
2023-07-23 04:18 AM | DEBUG | migoti.py.update_db.46 | checking for updates...
2023-07-23 04:18 AM | DEBUG | migoti.py.update_db.59 | updating the AFRINIC database to latest version...
2023-07-23 04:18 AM | DEBUG | migoti.py.update_db.59 | updating the APNIC database to latest version...

3
todo
View File

@ -1,3 +0,0 @@
fix bang decimal amounts and maybe check reward pool
table aign to smallest irccex
show change suince initial investment on !wallet