View Issue Details

IDProjectCategoryView StatusLast Update
0003221unrealircdpublic2019-10-26 19:28
ReporterdjGrrr Assigned Tosyzop  
PrioritynormalSeveritytweakReproducibilityalways
Status closedResolutionno change required 
Platform*OS*OS Version*
Product Version3.2.6 
Summary0003221: Various TKL exceptions should resort to using real ident when user has not "registered"
DescriptionSome of the TKL exceptions should check sptr->username when the user has not yet registered (ie. sptr->user does not yet exist)
This should be quite useful in situations for example where u want to reserve variations of your nickname and add an exception that includes an ident.

I was going to go as far as adding additional checks for real ident with this, but i think the number of situations where that would be needed a so low that it would be kinda pointless.

I have attached a patch for this :)
TagsNo tags attached.
Attached Files
tkl_exceptions.patch (1,256 bytes)
3rd party modules

Activities

aquanight

2007-04-28 10:42

reporter   ~0013914

This is pretty useless in most cases. Most TKL exceptions either need to check long before real identd is known (gzline), or wait until after USER data is received before checking anyway (the rest). Only qline and gqline can end up being checked before this, and it's easily fixed by having the client send its USER command first.

syzop

2019-10-26 19:28

administrator   ~0021055

Yeah I think we can close this one.

Issue History

Date Modified Username Field Change
2007-01-28 16:20 djGrrr New Issue
2007-01-28 16:20 djGrrr File Added: tkl_exceptions.patch
2007-04-19 03:43 stskeeps Status new => acknowledged
2007-04-19 18:55 stskeeps Status acknowledged => confirmed
2007-04-28 10:42 aquanight Note Added: 0013914
2019-10-26 19:28 syzop Assigned To => syzop
2019-10-26 19:28 syzop Status confirmed => closed
2019-10-26 19:28 syzop Resolution open => no change required
2019-10-26 19:28 syzop Note Added: 0021055