.. |
__init__.py
|
Separate out everything into files and implement a modules system to segment commands
|
2018-02-23 22:05:40 +00:00 |
admall.py
|
Implement admall command to run commands as the administrative relay user
|
2019-10-02 13:46:02 +01:00 |
alias.py
|
Error checking on alias removal and clean up when removing relays
|
2019-10-02 20:45:28 +01:00 |
all.py
|
Change alias definitions to be global, so aliases can be reused across different networks
|
2019-09-29 22:45:16 +01:00 |
allc.py
|
Change alias definitions to be global, so aliases can be reused across different networks
|
2019-09-29 22:45:16 +01:00 |
authcheck.py
|
Improve authentication detection
|
2020-10-31 16:49:37 +00:00 |
auto.py
|
Only start one relay with the auto command
|
2019-10-13 12:37:01 +01:00 |
blacklist.py
|
Implement channel blacklisting
|
2020-11-01 19:54:24 +00:00 |
chans.py
|
Rename classes representing commands to <CommandName>Command
|
2019-08-09 23:49:21 +01:00 |
cmd.py
|
Fix the all and allc commands so they work with the new data format
|
2019-09-29 14:57:36 +01:00 |
confirm.py
|
Clarify message output on confirm command
|
2020-11-01 03:36:23 +00:00 |
disable.py
|
Implement more automated provisioning of aliases and relays, and remove networks cleanly
|
2019-10-02 20:26:05 +01:00 |
dist.py
|
Rename classes representing commands to <CommandName>Command
|
2019-08-09 23:49:21 +01:00 |
email.py
|
Start implementing email command
|
2021-08-25 07:47:54 +00:00 |
enable.py
|
Change alias definitions to be global, so aliases can be reused across different networks
|
2019-09-29 22:45:16 +01:00 |
exec.py
|
Add error handling to exec command and fix minor bug in cleaning up relays
|
2019-10-02 21:25:15 +01:00 |
help.py
|
Rename classes representing commands to <CommandName>Command
|
2019-08-09 23:49:21 +01:00 |
join.py
|
Implement relay-independent join
|
2020-11-02 20:14:02 +00:00 |
list.py
|
Allow sending LIST to all networks at once
|
2020-05-31 13:08:00 +01:00 |
load.py
|
Rename classes representing commands to <CommandName>Command
|
2019-08-09 23:49:21 +01:00 |
loadmod.py
|
Rename classes representing commands to <CommandName>Command
|
2019-08-09 23:49:21 +01:00 |
logout.py
|
Add more comments and remove obsolete code
|
2019-12-07 16:35:29 +00:00 |
mod.py
|
Change alias definitions to be global, so aliases can be reused across different networks
|
2019-09-29 22:45:16 +01:00 |
msg.py
|
Rework data structures, storing all front-end network data in Network objects
|
2019-08-11 21:58:14 +01:00 |
network.py
|
Implement more automated provisioning of aliases and relays, and remove networks cleanly
|
2019-10-02 20:26:05 +01:00 |
part.py
|
Rework data structures, storing all front-end network data in Network objects
|
2019-08-11 21:58:14 +01:00 |
pass.py
|
Rename classes representing commands to <CommandName>Command
|
2019-08-09 23:49:21 +01:00 |
pending.py
|
Add confirm command
|
2020-05-31 12:32:12 +01:00 |
recheckauth.py
|
Improve authentication detection
|
2020-10-31 16:49:37 +00:00 |
reg.py
|
Fix bug with reg command
|
2020-11-01 20:43:51 +00:00 |
relay.py
|
Add error checking in places, set up automatic relay provisioning and fix starting bots
|
2019-08-25 21:29:11 +01:00 |
save.py
|
Rename classes representing commands to <CommandName>Command
|
2019-08-09 23:49:21 +01:00 |
stats.py
|
Implement Ctrl-C handling and fix a large number of small bugs
|
2019-09-28 19:46:10 +01:00 |
swho.py
|
Implement Ctrl-C handling and fix a large number of small bugs
|
2019-09-28 19:46:10 +01:00 |
token.py
|
Rename classes representing commands to <CommandName>Command
|
2019-08-09 23:49:21 +01:00 |
users.py
|
Rename classes representing commands to <CommandName>Command
|
2019-08-09 23:49:21 +01:00 |
who.py
|
Rename classes representing commands to <CommandName>Command
|
2019-08-09 23:49:21 +01:00 |