.. |
__init__.py
|
Separate out everything into files and implement a modules system to segment commands
|
2018-02-23 22:05:40 +00:00 |
add.py
|
Implement query notifications and recognise ZNC's messages
|
2018-05-07 19:58:19 +01:00 |
alias.py
|
Start implementing relay abstractions for smarter network handling and minor cosmetic changes
|
2019-01-20 19:56:54 +00:00 |
chans.py
|
Implement users command to see the mutual users of one or more channels and squash some bugs
|
2018-10-08 20:08:10 +01:00 |
default.py
|
Fix typo in the default command
|
2018-10-14 00:42:17 +01:00 |
delete.py
|
Implement monitoring system for flexible metadata matching
|
2018-07-27 22:58:37 +01:00 |
disable.py
|
Import the main module properly and fix some oddities in Twisted to prevent it from discarding some data
|
2018-03-14 20:14:02 +00:00 |
dist.py
|
Import the main module properly and fix some oddities in Twisted to prevent it from discarding some data
|
2018-03-14 20:14:02 +00:00 |
enable.py
|
Fix another typo
|
2018-04-21 14:44:07 +01:00 |
get.py
|
Import the main module properly and fix some oddities in Twisted to prevent it from discarding some data
|
2018-03-14 20:14:02 +00:00 |
help.py
|
Import the main module properly and fix some oddities in Twisted to prevent it from discarding some data
|
2018-03-14 20:14:02 +00:00 |
join.py
|
Import the main module properly and fix some oddities in Twisted to prevent it from discarding some data
|
2018-03-14 20:14:02 +00:00 |
key.py
|
Implement monitoring system for flexible metadata matching
|
2018-07-27 22:58:37 +01:00 |
list.py
|
Implement support for more attributes and handle data type collisions when merging monitor group definitions
|
2018-07-28 21:33:50 +01:00 |
load.py
|
Start implementing relay abstractions for smarter network handling and minor cosmetic changes
|
2019-01-20 19:56:54 +00:00 |
loadmod.py
|
Import the main module properly and fix some oddities in Twisted to prevent it from discarding some data
|
2018-03-14 20:14:02 +00:00 |
logout.py
|
Import the main module properly and fix some oddities in Twisted to prevent it from discarding some data
|
2018-03-14 20:14:02 +00:00 |
mod.py
|
Implement support for more attributes and handle data type collisions when merging monitor group definitions
|
2018-07-28 21:33:50 +01:00 |
mon.py
|
Add meta variable for the inside parameter of the mon command
|
2018-10-14 17:17:59 +01:00 |
msg.py
|
Implement query notifications and recognise ZNC's messages
|
2018-05-07 19:58:19 +01:00 |
part.py
|
Import the main module properly and fix some oddities in Twisted to prevent it from discarding some data
|
2018-03-14 20:14:02 +00:00 |
password.py
|
Import the main module properly and fix some oddities in Twisted to prevent it from discarding some data
|
2018-03-14 20:14:02 +00:00 |
relay.py
|
Start implementing relay abstractions for smarter network handling and minor cosmetic changes
|
2019-01-20 19:56:54 +00:00 |
save.py
|
Start implementing relay abstractions for smarter network handling and minor cosmetic changes
|
2019-01-20 19:56:54 +00:00 |
stats.py
|
Make the stats command aware of duplicate networks
|
2018-10-21 17:14:50 +01:00 |
users.py
|
Implement users command to see the mutual users of one or more channels and squash some bugs
|
2018-10-08 20:08:10 +01:00 |
who.py
|
Move user metadata info into redis
|
2018-08-27 20:42:49 +01:00 |