Updated mirrors
This commit is contained in:
parent
f361836926
commit
5c71a7aaf9
2
LICENSE
2
LICENSE
@ -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
|
||||||
|
@ -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)
|
|
||||||
|
15344
database/delegated-afrinic-extended-latest
Normal file
15344
database/delegated-afrinic-extended-latest
Normal file
File diff suppressed because it is too large
Load Diff
3916
database/delegated-apnic-extended-latest
Normal file
3916
database/delegated-apnic-extended-latest
Normal file
File diff suppressed because it is too large
Load Diff
@ -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
|
||||||
|
@ -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
|
||||||
|
@ -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
|
||||||
|
@ -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
|
||||||
|
@ -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
|
||||||
|
|
||||||
'''
|
'''
|
||||||
|
@ -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
3
logs/debug.log
Normal 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...
|
Loading…
Reference in New Issue
Block a user