{"id":19659366,"url":"https://github.com/shou/chabunko","last_synced_at":"2026-05-11T12:31:50.145Z","repository":{"id":11997992,"uuid":"14575800","full_name":"Shou/Chabunko","owner":"Shou","description":"Websocket IRC bouncer and chat","archived":false,"fork":false,"pushed_at":"2014-03-05T09:09:00.000Z","size":292,"stargazers_count":0,"open_issues_count":9,"forks_count":1,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-01-10T01:22:58.974Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Haskell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Shou.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":"2013-11-21T02:38:38.000Z","updated_at":"2015-01-16T13:18:06.000Z","dependencies_parsed_at":"2022-08-26T03:32:48.818Z","dependency_job_id":null,"html_url":"https://github.com/Shou/Chabunko","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/Shou%2FChabunko","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Shou%2FChabunko/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Shou%2FChabunko/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Shou%2FChabunko/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Shou","download_url":"https://codeload.github.com/Shou/Chabunko/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":240968640,"owners_count":19886335,"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-11-11T15:41:54.030Z","updated_at":"2026-05-11T12:31:45.107Z","avatar_url":"https://github.com/Shou.png","language":"Haskell","funding_links":[],"categories":[],"sub_categories":[],"readme":"Chabunko\n========\n\nA simple websocket based web chat with a planned IRC interface.\n\n`Chasocketo.hs` is the websocket server.  \n`base.html` is the interface.  \n`Chabunko.hs` is the back-end spitting out the interface.\n\n# Protocol\n\nThe websocket server itself can receive eight different types of commands.\n\n## Protocol input\n\n### Msg\n\"msg \\\u003cchannel\\\u003e \\\u003cmessage\\\u003e\" - \"msg\" followed by a space, a channel (no spaces),\nanother space, and then finally the contents of the message itself.\n\nThis sends a message to the server which then relays it to everyone except the\nsender.\n\nThis can return a warning if the user is flooding/spamming.\n\n### Set\n\"set \\\u003ckey\\\u003e \\\u003cdata\\\u003e\" - \"set\" followed by a space, then the key which cannot\ncontain any spaces, another space after that, and finally the data you want to\nassociate with the key.\n\nThis is a general way to store settings, however as an example, you can use it\nto store users' avatar URLs.\n\n### Join\n\n### Part\n\n### Opt\n\"opt \\\u003cchannel\\\u003e \\\u003ckey\\\u003e\" - \"opt\" followed by a space, a channel (no spaces),\nanother space, and then they key which cannot contain any spaces.\n\nReturns what has been set by every user for the specified key.\n\n### Opts\n\"opts \\\u003cchannel\\\u003e\"\n\nReturns the keys of the stores options.\n\n### Req\n\n### List\n\"list \\\u003cchannel\\\u003e\"\n\nReturns the userlist for a channel.\n\n### Ban\n\n### End\n\n## Protocol output\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fshou%2Fchabunko","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fshou%2Fchabunko","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fshou%2Fchabunko/lists"}