View Issue Details
| ID | Project | Category | View Status | Date Submitted | Last Update |
|---|---|---|---|---|---|
| 0002294 | unreal | ircd | public | 2005-01-20 18:29 | 2005-02-03 20:43 |
| Reporter | RandomNumber | Assigned To | |||
| Priority | normal | Severity | feature | Reproducibility | N/A |
| Status | closed | Resolution | open | ||
| Summary | 0002294: Server Side Timed Bans | ||||
| Description | I wouldnt mine seeing server side timed bans, I dont know how many times I've had users on our network ask for this. | ||||
| 3rd party modules | |||||
|
|
Be nice if you'd say what this is. Channel bans that expire? another kind of kline? plz do explain. if it exists in another ircd or chat implementation, plz cite where and what it does. |
|
|
I think he means a feature to allow users add timed bans on channels. When a ban expires, server should automatically remove it. |
|
|
Hard to really do while not break compatibility with clients. What would the syntax be? Bans are added using MODE #channel +b mask, so keeping with that syntax, where would you put the time? I guess an extban could be made to do this, but I don't know if that's really possible. Timed bans are best left to the clients to handle. I think it'd probably just be extra load on the server, and not many clients are going to support it right away... Leave it to clients/services/eggdrops to deal with :) . |
|
|
I made an extban to do this for a custom coding. It can work - most of the time. I set it up as +b ~t:length-in-minutes:mask but there are some problems. If a netsplit occurs, the bans will not be removed at the correct time for example. As a result, the only way to deal with timed bans is to have a new command for them (it can't be done with MODE). Additionally, it prevents you from having timed extbans (e.g., a nick ban that lasts 10 minutes). And therefore I tend to agree with aquanight, this is better left to the clients. |
|
|
codemastr this extban is a module? Can you add this on the modules page? |
|
|
Well the ~t idea was what I was aiming for more. But why not deal with it like you would glines, check for it when the servers link and the older timestamp over rules |
|
|
Because that's not how the extban system works. |
|
|
I didn't say anything! *forgot to mark note as private* ;p. [well, I said 'no' ;p] |
|
|
[quote]codemastr this extban is a module? Can you add this on the modules page?[/quote] Well if people want it I suppose it could be. However, it was not a free module. It was something I coded as a paid module. |
|
|
Well I put the module on my site, http://www.codemastr.com/index.php ?page=module#timedbans but like I said, it's not free. *sigh* damn mantis enjoys messing up the links. Just go to the homepage click on "Unreal Modules" and you'll see it in the list. |
|
|
I think this can be closed. While I won't say this will never appear in the ircd ("never say never" ;p), I don't think it will be in 3.2* and to be honest I'm not sure if it will be in 3.3* either :P. |
| Date Modified | Username | Field | Change |
|---|---|---|---|
| 2005-01-20 18:29 | RandomNumber | New Issue | |
| 2005-01-20 23:20 | tabrisnet | Note Added: 0008873 | |
| 2005-01-21 06:50 | vonitsanet | Note Added: 0008875 | |
| 2005-01-21 06:51 | vonitsanet | Note Edited: 0008875 | |
| 2005-01-21 18:57 | aquanight | Note Added: 0008877 | |
| 2005-01-21 23:54 |
|
Note Added: 0008879 | |
| 2005-01-22 06:52 | vonitsanet | Note Added: 0008884 | |
| 2005-01-22 23:41 | RandomNumber | Note Added: 0008896 | |
| 2005-01-23 12:32 |
|
Note Added: 0008898 | |
| 2005-01-25 17:17 | syzop | Note Added: 0008916 | |
| 2005-01-29 13:03 |
|
Note Added: 0008942 | |
| 2005-02-01 13:59 |
|
Note Added: 0008970 | |
| 2005-02-01 13:59 |
|
Note Edited: 0008970 | |
| 2005-02-01 14:00 |
|
Note Edited: 0008970 | |
| 2005-02-01 14:01 |
|
Note Edited: 0008970 | |
| 2005-02-03 20:43 | syzop | Status | new => closed |
| 2005-02-03 20:43 | syzop | Note Added: 0009019 |