Mark Veidemanis
|
2d70d5af11
|
Add error checking in places, set up automatic relay provisioning and fix starting bots
|
2019-08-25 21:29:11 +01:00 |
Mark Veidemanis
|
ff74968ff8
|
Merge branch 'master' into datarestructure
|
2019-08-19 20:19:42 +01:00 |
Mark Veidemanis
|
c63f301b7f
|
Defer initialUsers, initialNames and delChannel to threads to improve performance
|
2019-08-19 20:12:42 +01:00 |
Mark Veidemanis
|
22bd0d3ac6
|
Don't crash if the part message is null
|
2019-08-15 22:14:45 +01:00 |
Mark Veidemanis
|
f34ddab6fc
|
Improvements to query and self event detection, implement all command and debug flags
|
2019-08-15 21:20:49 +01:00 |
Mark Veidemanis
|
1ec0e1f7e6
|
Remove provisioning restrictions, move all user tracking code to monitoring module, fix proper network name not being passed to the relay
|
2019-08-12 21:03:47 +01:00 |
Al Beano
|
63539a4edb
|
Merge branch 'master' into datarestructure
|
2019-08-11 22:01:29 +01:00 |
Al Beano
|
e5adcfef4c
|
Rework data structures, storing all front-end network data in Network objects
|
2019-08-11 21:58:14 +01:00 |
Mark Veidemanis
|
1c8cbf808b
|
Send fake quit and nick messages to every channel
|
2019-08-11 21:54:52 +01:00 |
Mark Veidemanis
|
3a92ebab6b
|
Convert nickname and messages to lowercase before comparison
|
2019-08-11 21:54:51 +01:00 |
Mark Veidemanis
|
2757256d4f
|
Implement a single function for all callbacks from IRC hooks and send a seperate notification if an action takes place that concerns a bot
|
2019-08-11 21:54:22 +01:00 |
Mark Veidemanis
|
56840e0060
|
Add the network number in ZNC relay notifications
|
2019-08-06 12:49:29 +01:00 |
Mark Veidemanis
|
68c6aa969d
|
Remove keyword system, implement ZNC notifications to relay, remove exact from cast fields and fix security bug in relay
|
2019-08-05 22:51:16 +01:00 |
Mark Veidemanis
|
a4b7bd50b1
|
Implement additional error checking for provisioning instances and parsing messages, and prevent ZNC from auto-connecting an instance if ConnectOnCreate is off
|
2019-02-01 23:26:01 +00:00 |
Mark Veidemanis
|
8926cb76ec
|
Renovate the module system and implement adding and resuming pool instances using the new relay/alias/network system
|
2019-01-26 18:58:21 +00:00 |
Mark Veidemanis
|
4efea3f535
|
Implement the backend for automatically provisioning relays
|
2019-01-26 01:57:24 +00:00 |
Mark Veidemanis
|
1c3435d0d7
|
Don't provision new user information on messages
|
2018-10-21 19:21:53 +01:00 |
Mark Veidemanis
|
3bf361134f
|
Make the stats command aware of duplicate networks
|
2018-10-21 17:14:50 +01:00 |
Mark Veidemanis
|
7cd6bc3616
|
Purge metadata entries on quit and escape glob characters
|
2018-10-21 00:49:15 +01:00 |
Mark Veidemanis
|
3b42f19291
|
Use the network name instead of the numbered instance name for counting events
|
2018-10-14 20:16:41 +01:00 |
Mark Veidemanis
|
36105c7e9a
|
Move user metadata info into redis
|
2018-08-27 20:42:49 +01:00 |
Mark Veidemanis
|
b31b5d40e8
|
Make monitor notifications ignore numbers to support multiple networks in only one reference
|
2018-08-26 19:08:27 +01:00 |
Mark Veidemanis
|
a61f74e578
|
Implement staggered WHO information collection to avoid detection
|
2018-07-29 13:04:47 +01:00 |
Mark Veidemanis
|
9e3ae677e1
|
Add config option for WHO loop interval
|
2018-07-28 22:02:40 +01:00 |
Mark Veidemanis
|
edea19222d
|
Implement support for modes and get WHO data on a loop
|
2018-07-28 21:32:31 +01:00 |
Mark Veidemanis
|
bc87ffddf7
|
Implement monitoring system for flexible metadata matching
|
2018-07-27 22:58:37 +01:00 |
Mark Veidemanis
|
66e7785f6f
|
Implement query notifications and recognise ZNC's messages
|
2018-05-07 19:58:19 +01:00 |
Mark Veidemanis
|
2e2e35cad7
|
Fix yet another typo
|
2018-04-21 15:05:32 +01:00 |
Mark Veidemanis
|
d168d69732
|
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 |
Mark Veidemanis
|
5b1e3c6fb1
|
Implement counting nickname changes and remove check on listener
|
2018-03-10 14:01:43 +00:00 |
Mark Veidemanis
|
da6c45f093
|
Implement counting keyword events and a unified buffers system for when the master channel is unavailable
|
2018-03-10 13:54:04 +00:00 |
Mark Veidemanis
|
8dec0b6828
|
Implement counting of various IRC events
|
2018-02-24 12:42:27 +00:00 |
Mark Veidemanis
|
cb7142ef88
|
Separate out everything into files and implement a modules system to segment commands
|
2018-02-23 22:05:40 +00:00 |