..
__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
auto.py
Don't return the same thing twice
2019-10-11 13:02:39 +01: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
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
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
Add error checking in places, set up automatic relay provisioning and fix starting bots
2019-08-25 21:29:11 +01:00
list.py
Implement fair channel allocation in ChanKeep
2019-10-12 21:05:55 +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
Rename classes representing commands to <CommandName>Command
2019-08-09 23:49:21 +01: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
mon.py
Rename classes representing commands to <CommandName>Command
2019-08-09 23:49:21 +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
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