{"id":16163801,"url":"https://github.com/sug0/irc-cpp","last_synced_at":"2025-08-23T13:38:56.300Z","repository":{"id":98038288,"uuid":"93976270","full_name":"sug0/irc-cpp","owner":"sug0","description":"Simple C++ IRC bot implementation (with optional ssl connections)","archived":false,"fork":false,"pushed_at":"2017-08-11T13:13:07.000Z","size":31,"stargazers_count":9,"open_issues_count":1,"forks_count":2,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-04-02T19:51:43.489Z","etag":null,"topics":["bot","cpp","irc","lib","library","network","openssl","secure","simple","socket-programming","sockets","ssl","tls"],"latest_commit_sha":null,"homepage":"","language":"C++","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/sug0.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2017-06-11T02:10:45.000Z","updated_at":"2024-10-27T02:58:03.000Z","dependencies_parsed_at":null,"dependency_job_id":"a4e6163a-7088-4110-a3b5-d9d2d268cd62","html_url":"https://github.com/sug0/irc-cpp","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/sug0/irc-cpp","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sug0%2Firc-cpp","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sug0%2Firc-cpp/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sug0%2Firc-cpp/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sug0%2Firc-cpp/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/sug0","download_url":"https://codeload.github.com/sug0/irc-cpp/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sug0%2Firc-cpp/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":271749179,"owners_count":24814141,"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","status":"online","status_checked_at":"2025-08-23T02:00:09.327Z","response_time":69,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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":["bot","cpp","irc","lib","library","network","openssl","secure","simple","socket-programming","sockets","ssl","tls"],"created_at":"2024-10-10T02:44:29.804Z","updated_at":"2025-08-23T13:38:56.264Z","avatar_url":"https://github.com/sug0.png","language":"C++","readme":"# irc-cpp\n\nSimple C++ IRC bot implementation\n\n# dependencies\n\nFor now, this project depends on [openssl](https://www.openssl.org/) and optionally\n[pugixml](https://github.com/zeux/pugixml) as well as [sqlite3](https://www.sqlite.org/),\nif you want to build `test.cpp`.\n\n# compile\n\n    # without ssl\n    $ make\n    \n    # with ssl\n    $ make USE_SSL=t\n\n    # to include your own config in 'config.h'\n    $ make IRC_CONFIG=t\n\n# run/kill\n\n    # run with pipe (will send the bot's output to 'bot.out')\n    $ make run_pipe\n\n    # run with system log (sends output to '/var/log/syslog',\n    # or anywhere else you might have configured in rsyslog)\n    $ make run_syslog\n    \n    # kill (or type '.quit' on the irc channel, granted you need\n    # to have your host configured in 'config.h' , to prevent this\n    # command from being abused by the average user)\n    $ make kill\n\n# usage\n\nThe test bot that comes with the source, `test.cpp`, has the\nfollowing commands:\n\n    .quit       --  kill the bot :-(\n    .noticeme   --  the bot will notice you\n    .esmaga     --  the bot will curse at you in portuguese :-)\n    .np \u003cuser\u003e  --  the bot will tell you what you're listening to, using last.fm\n\n# protips\n\n`tcp.cpp` is a standalone tcp client you can use for pretty much\nanything you want; it even comes with nifty ssl support!\n\n# license\n\nThis shit is public domain, do whatever the fuck you want with it.\nAlso, don't expect quality software from a novice. :O)\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsug0%2Firc-cpp","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsug0%2Firc-cpp","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsug0%2Firc-cpp/lists"}