Mirrored from GitHub myrrysart/irc-server
  • C++ 92.1%
  • Shell 7%
  • Makefile 0.9%
Find a file
Yonatan Kadosh 28800a9e56
Some checks are pending
ft_irc CI/CD / ci (push) Waiting to run
ft_irc CI/CD / deploy (push) Blocked by required conditions
Merge pull request #39 from myrrysart/fix/coherent_error_handling
Unified Error Handling
2026-06-24 10:42:21 +03:00
.github/workflows fix (deployment): now it should run only on main. Not on any branch push. 2026-06-06 01:33:22 +03:00
lib Centralized Error Handling: Small addition of 'const' #35 2026-06-21 19:59:58 +03:00
src Centralized Error Handling(fix): Adds inclusions which perhaps GitHub actions require for compilation? #35 2026-06-21 20:25:37 +03:00
tests wip: tester file checking both our server and the reference server at hetzner #11 2026-05-28 09:41:00 +03:00
.gitignore wip(testing): removed the script, inlined it to the git workflow. 2026-06-06 01:08:10 +03:00
irc_notes.md note(simple_server): a note about poll loop structure added to main. 2026-05-08 15:04:22 +03:00
Makefile Messaging: Builds message to be sent to fellow channelers when a client quits #6 2026-06-16 16:10:39 +03:00
notes.md cleanup(simple_server): uodated notes. Todo moved to notes. 2026-05-17 11:51:03 +03:00