You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: dlFilter.mrc
+72-29Lines changed: 72 additions & 29 deletions
Original file line number
Diff line number
Diff line change
@@ -61,16 +61,13 @@ dlFilter uses the following code from other people:
61
61
DCC RESUME doesn't seem to work properly.
62
62
DCC RESUME should start again from the beginning if file is already fully downloaded.
63
63
64
-
Remove DLF.sbrequests/DLF.sbcurrentreqs for network#channel on part/quit/join (so that we get a list of bots every time we join and don't have a stale list)
65
64
Reset stats for a channel on JOIN.
66
65
Sort out spaces in private DCC Send messages
67
66
If "CRC(xxxxx)" is in the DCC Send Notice then when file completes, check the CRC is correct and flag if not.
68
67
If Op, option to highlight to self or other ops or ban user after x spam messages / reports from other ops.
69
68
If user disables or unloads, remove stats from channel titles.
70
69
Add option for showing parts and joins etc. for anyone who has spoken in channel (non-filtered messages)
71
70
or anyone who user has communicated with or notify users or users who were ops / hops / voiced when they last parted/quit.
72
-
Tracking search bot triggers needs improving to handle parts and joins.
73
-
If channel joined has mode +d (can't send for 30s), don't send e.g. searchbot trigger request for 30s.
74
71
75
72
Ideas for possible future enhancements
76
73
Create pop-up box option for channels to allow people to cut and paste a line which should be filtered but isn't and create a gitreports call.
@@ -176,6 +173,11 @@ dlFilter uses the following code from other people:
176
173
Query for searchbots if search is done for trigger not in table (to avoid blocked response files).
177
174
Additional filters.
178
175
Additional menu items.
176
+
Fix search responses not being autoaccepted. Triggers not being requested because @search-Triggers sent too early in channel with mode +d talk delay.
177
+
Remove search triggers when you leave channel so that they are re-requested when you join in case list has changed.
178
+
Re-request search triggers if nick search* joins or @search* called and nick/trigger is not in table.
179
+
Fix handling of self join / part calling routines twice.
0 commit comments