View Issue Details

IDProjectCategoryView StatusLast Update
0001621Anope Stable (2.0.x series)Generalpublic2014-12-06 03:08
Reporterazander Assigned ToAdam  
PrioritynormalSeverityminorReproducibilityalways
Status resolvedResolutionfixed 
PlatformLinuxOSUbuntu 
Summary0001621: Logging has a discrepency
DescriptionWhen logging /ns Identify .... you get 2 different kinds of entries in the log files. Examples below.

[Nov 14 19:52:20 2014] A user identified to account Gemini using SASL
[Nov 14 21:45:25 2014] USERS: Magma!~Joshua@<hostmask> is no longer identified as Clay
[Nov 14 21:45:36 2014] Cross!~KEPLER@<hostmask> automatically identified for group Cross
[Nov 14 21:49:01 2014] USERS: Plushiemancer!~laskaris@<hostmask> is now identified as Plushiemancer


The difference from the user's side is that the entries with "USERS:" are from when the user actually identied using the /ns Identify command, while the ones without "USERS:" are auto-identifies based on hostmask or SASL. They all should have the USERS prefix.



Steps To ReproduceLogging block from services.conf:

log
{
        target = "services.log #services"
        bot = "Global"
        logage = 3
        admin = "*"
        override = "chanserv/* nickserv/* memoserv/set ~botserv/set botserv/*"
        commands = "~operserv/* chanserv/topic chanserv/register chanserv/drop nickserv/register nickserv/drop"
        servers = "*"
        channels = "join"
        users = "~mode ~disconnect *"
        other = "*"
        rawio = no
        debug = no
}
TagsNo tags attached.

Activities

Adam

2014-12-06 03:08

administrator   ~0006682

fixed in 4f33b17f96257b0ad4b87339509e8a5a8ea5ed77

Issue History

Date Modified Username Field Change
2014-11-15 18:54 azander New Issue
2014-12-06 03:08 Adam Note Added: 0006682
2014-12-06 03:08 Adam Status new => resolved
2014-12-06 03:08 Adam Resolution open => fixed
2014-12-06 03:08 Adam Assigned To => Adam