├── .gitattributes ├── .github ├── themes.png ├── banner.svg └── README.md ├── favicon.svg ├── LICENSE ├── parsers ├── nodelog.php ├── limechat.php ├── textual.php ├── catgirl.php ├── znc.php ├── hexchat.php ├── supybot.php ├── weechat.php ├── irssi.php ├── thelounge.php ├── mirc.php └── eggdrop.php ├── word.php ├── sss.conf ├── MANUAL ├── common.php ├── out.php ├── queryparts.php ├── url.php ├── web.php ├── urlparts.php ├── db.php ├── history.php ├── nick.php ├── maintenance.php ├── user.php ├── sss.php ├── sss.css ├── tlds-alpha-by-domain.txt ├── parser.php ├── sqlite_schema.sql └── html.php /.gitattributes: -------------------------------------------------------------------------------- 1 | *.sql linguist-detectable 2 | -------------------------------------------------------------------------------- /.github/themes.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tommyrot/superseriousstats/HEAD/.github/themes.png -------------------------------------------------------------------------------- /favicon.svg: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- 1 | Copyright (c) 2007-2025, Jos de Ruijter 2 | 3 | Permission to use, copy, modify, and distribute this software for any 4 | purpose with or without fee is hereby granted, provided that the above 5 | copyright notice and this permission notice appear in all copies. 6 | 7 | THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES 8 | WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF 9 | MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR 10 | ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES 11 | WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN 12 | ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF 13 | OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. 14 | -------------------------------------------------------------------------------- /parsers/nodelog.php: -------------------------------------------------------------------------------- 1 | 5 | */ 6 | 7 | class nodelog extends parser 8 | { 9 | protected function parse_line(string $line): void 10 | { 11 | $timestamp = '\[(?