Commit Graph

298 Commits

Author SHA1 Message Date
Mark Veidemanis eaebab0cf4 Add a help page for the chans command 2018-10-07 20:46:43 +01:00
Mark Veidemanis 7baa81aa30 Fix bug with the inside parameter being specified by default 2018-09-01 00:48:15 +01:00
Mark Veidemanis 249e99805a Implement optional x in y matching for attributes in the monitor system 2018-09-01 00:25:51 +01:00
Mark Veidemanis 1de3f17d45 Change help text for who command 2018-08-31 22:20:42 +01:00
Mark Veidemanis 2cb0b5d4a6 Add a count parameter to ensure all entries are searched 2018-08-27 21:10:49 +01:00
Mark Veidemanis ad00e0c07d Make the Redis socket configurable 2018-08-27 20:52:39 +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 de5baf562b Fix monitors to work properly with multiple groups 2018-08-19 16:02:14 +01:00
Mark Veidemanis 4b7c9f83e7 Fix typo 2018-07-30 21:09:34 +01:00
Mark Veidemanis a61f74e578 Implement staggered WHO information collection to avoid detection 2018-07-29 13:04:47 +01:00
Mark Veidemanis ae017eab36 Show the message on one line in monitor notifications 2018-07-28 22:32:24 +01:00
Mark Veidemanis 9e3ae677e1 Add config option for WHO loop interval 2018-07-28 22:02:40 +01:00
Mark Veidemanis 23617cae53 Indicate online servers as well as the total 2018-07-28 21:44:13 +01:00
Mark Veidemanis 8300b86b32 Update gitignore 2018-07-28 21:35:16 +01:00
Mark Veidemanis 00985d29c5 Implement support for more attributes and handle data type collisions when merging monitor group definitions 2018-07-28 21:33:50 +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 66d4501303 Fix another typo 2018-04-21 14:44:07 +01:00
Mark Veidemanis 7de25e44f4 Fix typo 2018-04-21 14:38:07 +01:00
Mark Veidemanis 369ddbe939 Additional checks on keyword matches to prevent errors when no part message is specified 2018-03-14 20:20:53 +00: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 eae4315562 Move server functions to a separate file 2018-03-04 13:26:53 +00:00
Mark Veidemanis badfe46694 Add __pycache__ to gitignore 2018-03-04 13:17:04 +00:00
Mark Veidemanis 8940aeeb80 Add the counters to gitignore 2018-02-24 12:44:30 +00:00
Mark Veidemanis 8dec0b6828 Implement counting of various IRC events 2018-02-24 12:42:27 +00:00
Mark Veidemanis 378c4d9bba Implement loading new modules at runtime 2018-02-23 23:26:21 +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
Mark Veidemanis 4b3541625a Separate out the logging functions 2018-02-22 19:30:31 +00:00
Mark Veidemanis 5d5b5d4d47 Make connection notifications configurable 2018-02-21 20:31:47 +00:00
Mark Veidemanis f53cb060d0 Add connecting and disconnecting notifications 2018-02-21 20:24:08 +00:00
Mark Veidemanis 57e54cbced Additional checks when disabling or deleting bots 2018-02-03 19:43:54 +00:00
Mark Veidemanis aacb50d5d2 Update examples and change how variables used when reconnecting are set 2018-02-03 19:31:59 +00:00
Mark Veidemanis 88426be62a Move things into factories and implement reconnecting 2018-02-03 19:03:47 +00:00
Mark Veidemanis cd8c61cdc6 Update gitignore 2018-02-03 16:59:59 +00:00
Mark Veidemanis c1bbf3c0d0 Make a folder for example configuration files 2018-02-02 19:01:41 +00:00
Mark Veidemanis 89ac1c1ce3 Implement loading/saving all configuration files at once 2018-02-02 18:56:50 +00:00
Mark Veidemanis 5c7669e09c Fix the help for the stats command 2018-02-02 18:04:56 +00:00
Mark Veidemanis b1020589e2 Fix save calls 2018-01-22 08:01:23 +00:00
Mark Veidemanis 9119a7b511 Use the proper values for the default certificate and key 2018-01-20 21:39:43 +00:00
Mark Veidemanis ff66c21f63 Use the correct warning call 2018-01-20 21:26:35 +00:00
Mark Veidemanis 6776cec2d4 Remove old config files 2018-01-17 19:04:58 +00:00
Mark Veidemanis a7599dddfe Separate out into different directories and reshuffle configuration directives 2018-01-17 19:02:41 +00:00
Mark Veidemanis 12b6fe2acb Replace numerous functions which loaded and saved/loaded from/to JSON files with a single handler 2018-01-14 19:10:57 +00:00
Mark Veidemanis 97cc80f3b8 Get more information from kick and nick commands 2017-12-28 18:46:17 +00:00
Mark Veidemanis 34d5468672 Implement command to manage defaults 2017-12-26 14:25:36 +00:00