adator
0c6c3cd6ac
Refactoring the code, create new folder modules.
2025-11-02 22:52:27 +01:00
adator
0e6384c26c
modify and move protocol interface to interfaces folder. refactoring all dependencies
2025-11-02 22:21:55 +01:00
adator
79c1b94a92
Update parse_quit, now it returns MUser object and the reason.
2025-11-02 21:28:44 +01:00
adator
5a1432c1e6
Update parse_uid, now it returns MUser object.
2025-11-02 21:17:15 +01:00
adator
34b5b4204e
Update parse_privmsg, now it returns sender, reciever, channel objects and the message
2025-11-02 20:58:56 +01:00
adator
ff58cbb022
Adding serveur_protocol to the configuration exemple.
2025-11-02 00:16:42 +01:00
adator
6450418859
Update docstring
2025-11-02 00:16:04 +01:00
adator
9f2da13f88
Unload the module when the protocol is not unreal6
2025-11-02 00:15:43 +01:00
adator
0117e1dd3a
Update the protocol inspircd to work with the protocol interfaces.
2025-11-02 00:14:36 +01:00
adator
deb76baf30
Update the version of defender 6.3.2>>6.3.3
2025-11-01 22:24:57 +01:00
adator
29f049b3c3
Update the protocol interface, no more __init__ constructor needed in the child class!
2025-11-01 22:20:49 +01:00
adator
fb41a13d0a
Move mod_clone to use the module interface.
2025-11-01 22:11:15 +01:00
adator
769ab8b632
update rest of modules to fit requirements
2025-11-01 22:00:08 +01:00
adator
2fbe75b83e
update module management
2025-11-01 17:39:16 +01:00
adator
8abae5df3e
fix db_patch, the table name is no more hard coded!
2025-11-01 15:57:46 +01:00
adator
1a71a6eb4d
1st version of module interface!
2025-10-30 00:35:50 +01:00
adator
b182aa8bcb
Fix mod_jsonrpc module! Selecting the correct parameter based on the JSONRPC_METHOD value in the configruation.yaml
2025-10-29 00:02:57 +01:00
adator
e5a5f01603
Adding 'make update' to update from git repository. remove previous installation.py file, the update of packages is done via install.py file.
2025-10-28 23:33:43 +01:00
adator
99f8949681
Create Makefile installation; update copyright core command. TODO replace installation.py script.
2025-10-28 01:02:27 +01:00
adator
05b15f2f18
Merge pull request #95 from adator85/fix-install
...
Fix the previous configuration.json check in the installation file
2025-10-26 21:16:38 +01:00
adator
35c3faf68c
Fix the previous configuration.json check in the installation file
2025-10-26 21:15:05 +01:00
adator
2e9bfd2c3b
Merge pull request #94 from adator85/v6.3.2
...
V6.3.2
2025-10-26 21:10:39 +01:00
adator
80131b7b7a
Update version.json
2025-10-26 21:10:19 +01:00
adator
ffb30f12ec
Remove json configuration and replace it by yaml configuration files.
2025-10-26 21:00:50 +01:00
adator
b7b61081be
Fix get_datetime call and update some docstring.
2025-10-25 00:10:32 +02:00
adator
030b706b65
Update the private message when fingerprint auth is used
2025-10-19 20:42:35 +02:00
adator
c428ea2b41
If no fingerprint available, cert command will trigger an error.
2025-10-19 12:33:30 +02:00
adator
9036e4f626
Merge pull request #93 from adator85/v6.3.0
...
update mod_jsonrpc and configuration file
2025-10-18 22:48:20 +02:00
adator
fd79ada13d
update mod_jsonrpc and configuration file
2025-10-18 22:46:38 +02:00
adator
8323f6cc9b
Merge pull request #92 from adator85/v6.3.0
...
V6.3.0
2025-10-18 20:54:35 +02:00
adator
6fcd553481
Merge branch 'main' into v6.3.0
2025-10-18 20:54:26 +02:00
adator
5cd82a174d
remove .vscode/ folder
2025-10-18 20:53:35 +02:00
adator
beec16f39d
Update to the 3.0.0 V
2025-10-18 20:49:39 +02:00
adator
a043a58f45
Update to the 3.0.0 V
2025-10-18 20:49:21 +02:00
adator
fd9643eddc
Add command handler system. Starting adapt the modules to fit other protocls.
2025-09-09 22:37:41 +02:00
adator
ed1a048603
Merge pull request #91 from adator85/v6.2.5-fix
...
Fix reputation issue by adding tls_cipher in the datamodel
2025-09-03 22:10:21 +02:00
adator
3dfde9b1aa
Fix reputation issue by adding tls_cipher in the datamodel
2025-09-03 22:09:29 +02:00
adator
5e35a10193
Merge pull request #90 from adator85/v6.2.5-fix
...
Fix reputation issue by adding tls_cipher in the datamodel
2025-09-03 22:06:15 +02:00
adator
ff776541d7
Fix reputation issue by adding tls_cipher in the datamodel
2025-09-03 22:05:34 +02:00
adator
6b7fd16a44
Connectecting to inspircd
2025-09-03 22:01:52 +02:00
adator
e79c15188e
Quick updates:
...
- Set default language for admins when running the db patch
- Updating addaccess command.
- Update levels for some commands in mod_command.
2025-08-30 23:09:03 +02:00
adator
b306968115
Merge pull request #89 from adator85/v6.2.5
...
V6.2.5
2025-08-29 21:45:20 +02:00
adator
184e90adce
New updates changelog:
...
- Update info command (mod_defender.py)
- Update help on commands (mod_clone.py)
2025-08-29 21:43:22 +02:00
adator
c7b88150b5
New updates for v6.2.5:
...
- Adding tls_cipher to MUser, MAdmin and MClient
- Switch parser command in Irc Instance (To Monitor closly)
- New auth method in Admin.py
- Adding the capability to auto auth Admins via their fingerprints
- Update few core translation.
2025-08-27 00:52:48 +02:00
adator
02f0608b75
Adding current_admin to the global settings:
...
- New property current_admin added to the Settings.py
- Fix also translation function
2025-08-26 01:41:15 +02:00
adator
25bbddf459
Adding language field to admin db and local variable
2025-08-25 23:22:50 +02:00
adator
0c6fcb7710
New features on branch v6.2.5:
...
- New capability in base.py to patch the database
- Some minor updates on installation.py.
- Translation feature:
- New library requirement (pyyaml)
- New translation systeme implemented.
- New class translation.py added.
- Module folder updated by adding new folder language.
- Core module updated as well with new language folder.
V6.2.5
2025-08-25 22:31:07 +02:00
adator
0a2e3f724b
Merge pull request #88 from adator85/v6.2.2
...
Deleting the admin when quit IRC
V6.2.2
2025-08-24 03:44:26 +02:00
adator
1224604460
Deleting the admin when quit IRC
2025-08-24 03:43:39 +02:00
adator
43072acecc
Merge pull request #87 from adator85/v6.2.1
...
Adding sasl authentication
2025-08-24 03:11:33 +02:00