{"id":16007704,"url":"https://github.com/spk/znc-urltimeline","last_synced_at":"2025-10-05T04:38:20.489Z","repository":{"id":21420408,"uuid":"24738509","full_name":"spk/znc-urltimeline","owner":"spk","description":"A ZNC module that sends URLs from IRC channels to your Browser through a WebSocket","archived":false,"fork":false,"pushed_at":"2016-12-08T19:53:42.000Z","size":7,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-01-03T13:22:14.425Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Lua","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"wtfpl","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/spk.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2014-10-02T22:04:26.000Z","updated_at":"2016-12-08T19:53:45.000Z","dependencies_parsed_at":"2022-07-23T09:30:16.598Z","dependency_job_id":null,"html_url":"https://github.com/spk/znc-urltimeline","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/spk%2Fznc-urltimeline","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/spk%2Fznc-urltimeline/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/spk%2Fznc-urltimeline/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/spk%2Fznc-urltimeline/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/spk","download_url":"https://codeload.github.com/spk/znc-urltimeline/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":240215672,"owners_count":19766454,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-10-08T12:20:27.697Z","updated_at":"2025-10-05T04:38:15.447Z","avatar_url":"https://github.com/spk.png","language":"Lua","funding_links":[],"categories":[],"sub_categories":[],"readme":"# ZNC urltimeline\n\n## What?\n\nA ZNC module that sends URLs from IRC channels to your Browser through a\n[WebSocket](https://github.com/openresty/lua-resty-websocket).\n\n## Installation\n\n~~~ console\naptitude install ansible make\nmake install\n~~~\n\n### ZNC\n\nAdd in your `znc.conf`:\n\n~~~\nLoadModule = modpython\nLoadModule = urltimeline\n~~~\n\n### htpasswd\n\nYou need to generate a password for the ZNC user, the list used is based on the\nZNC user name (urltimeline-ZNC_USER)\n\n~~~ console\nZNC_USER=\"spk\"\nPASSWORD=\"PASSWORD\"\nSALT=\"$(openssl rand -base64 3)\"\nSHA1=$(printf \"$PASSWORD$SALT\" | openssl dgst -binary -sha1 | sed 's#$#'\"$SALT\"'#' | base64)\nprintf \"${ZNC_USER}:{SSHA}$SHA1\\n\" \u003e\u003e nginx/htpasswd\n~~~\n\nGoto \u003chttp://urltimeline.local/\u003e\n\n## Tests\n\n~~~ console\nredis-cli rpush urltimeline-$ZNC_USER '{\"timestamp\":\"2014-08-24T19:59:48.513890\", \"channel\":\"#test\",\"nick\":\"USER\",\"url\":\"https://github.com/openresty/lua-nginx-module#ngxthreadspawn\"}'\n~~~\n\n## Resources\n\n* \u003chttps://github.com/KSDaemon/wiola/blob/dev/src/wiola/handler.lua\u003e\n* \u003chttp://wiki.znc.in/Modpython\u003e\n\n## License\n\nDO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE\n\nCopyright (c) 2016 Laurent Arnoud \u003claurent@spkdev.net\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fspk%2Fznc-urltimeline","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fspk%2Fznc-urltimeline","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fspk%2Fznc-urltimeline/lists"}