Home
last modified time | relevance | path

Searched +full:in +(+path:plugin +path:loglog) -(+path:plugin +path:loglog +path:lang) (Results 1 – 8 of 8) sorted by last modified time

/plugin/loglog/_test/
H A Dloglog.log2 1599004920 2020/09/02 02:02 127.0.0.1 admin logged in temporarily
4 1601506860 2020/10/01 01:01 127.0.0.1 testuser logged in temporarily
5 1601596920 2020/10/02 02:02 127.0.0.1 admin logged in temporarily
8 1604188860 2020/11/01 01:01 127.0.0.1 testuser logged in temporarily
/plugin/loglog/helper/
H A Dalert.php154 * Calculate which phase of sequential events we are in (possible attacks),
H A Dlogging.php70 * @param int $min start time (in seconds)
71 * @param int $max end time (in seconds)
108 // keep the first part in chunk (may be incomplete)
148 * Returns the number of lines where the given needle has been found in message
H A Dreport.php26 * sends the report, and records this action in the log.
H A Dmain.php22 * Deduce the type of logged event from message field. Those types are used in a dropdown filter
23 * in admin listing of activities, as well as when generating reports to send per email.
34 'logged in temporarily',
35 'logged in permanently',
75 * Returns a string corresponding to $key in a given $context,
76 * empty string if nothing has been found in the string repository.
90 'msgNeedle' => 'logged in',
/plugin/loglog/
H A DREADME6 If you install this plugin manually, make sure it is installed in
11 on how to install plugins in DokuWiki.
20 This program is distributed in the hope that it will be useful,
25 See the COPYING file in your DokuWiki folder for details
H A Daction.php179 $this->logAuth('logged in permanently');
181 $this->logAuth('logged in temporarily');
237 * Log activity in select core admin modules
H A Dadmin.php110 } elseif ($line['msg'] == 'logged in permanently') {
111 $line['msg'] = $this->getLang('in');
113 } elseif ($line['msg'] == 'logged in temporarily') {
126 } elseif (strpos($line['msg'], 'logged in permanently') !== false) {
128 } elseif (strpos($line['msg'], 'logged in') !== false) {