{"id":23301493,"url":"https://github.com/lacop/ircd","last_synced_at":"2025-04-06T22:18:58.552Z","repository":{"id":23950481,"uuid":"27332259","full_name":"lacop/ircd","owner":"lacop","description":"Git mirror of https://bitbucket.org/lacop/ircd","archived":false,"fork":false,"pushed_at":"2014-11-30T10:42:38.000Z","size":320,"stargazers_count":0,"open_issues_count":0,"forks_count":1,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-02-13T04:30:21.920Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"C","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/lacop.png","metadata":{"files":{"readme":"README.TXT","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-11-30T10:42:00.000Z","updated_at":"2014-11-30T10:42:39.000Z","dependencies_parsed_at":"2022-07-10T10:19:25.926Z","dependency_job_id":null,"html_url":"https://github.com/lacop/ircd","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lacop%2Fircd","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lacop%2Fircd/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lacop%2Fircd/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lacop%2Fircd/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/lacop","download_url":"https://codeload.github.com/lacop/ircd/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247557860,"owners_count":20958064,"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-12-20T10:13:37.621Z","updated_at":"2025-04-06T22:18:58.532Z","avatar_url":"https://github.com/lacop.png","language":"C","readme":"                                _             _\n                               (_)_ __ ___ __| |\n                               | | '__/ __/ _` |\n                               | | | | (_| (_| |\n                               |_|_|  \\___\\__,_|\n\n                       \n                         ircd - minimalistic irc server\n\n================================================================================\n\n~~ About ~~\n\n\tVery simple irc server made as a project for a System programming class.\n\tSupport small subset of RFC 1459:\n\t\t\n\t\tNICK, JOIN, WHO, PART, PRIVMSG, QUIT\n\n\tShould work fine with most clients but they won't be happy, since they\n\twon't receive responses to most of their queries.\n\t\n~~ CLI ~~\n\n\tIf CLI (getopt) is enabled during configuration and compilation you can use\n\tthe following options:\n\n    ircd [-v] [-a addr] [-p port]\n\n        -v      Enable verbose (debug) output. Default is off.\n\n        -a      Set the listening address. Default is INADDR_ANY.\n\n        -p      Set the port port. Default is 6667.\n\n~~ Build process ~~\n\n    You can just compile and link all files in the project:\n    \n        $ gcc -std=c99 -c src/*.c src/commands/*.c\n        $ gcc -o ircd *.o\n\n    There is also a CMake configaration file that will produce the required\n\tmakefile:\n\n        $ cmake .\n        $ make\n   \n    Extra options can be enabled/disabled with the CUI configurator:\n\n        $ ccmake .\n\n================================================================================\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flacop%2Fircd","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Flacop%2Fircd","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flacop%2Fircd/lists"}