Firepup Sixfifty Firepup650 · he/him
  • Firepi
  • Joined on 2024-03-29
Firepup650 pushed to master at Firepup650/python-talk 2024-07-17 09:44:27 +00:00
16b74ece80 FIX: Don't panic when a client disconnects without a name
Firepup650 pushed to master at Firepup650/python-talk 2024-07-17 02:51:13 +00:00
7c0c4b0875 Clarify intentional outages from server linking related things
Firepup650 pushed to master at Firepup650/python-talk 2024-07-17 02:22:14 +00:00
1714010182 Small formatting change + Error simplification
Firepup650 deleted branch add-init-scripts from Firepup650/python-talk 2024-07-17 01:49:18 +00:00
Firepup650 pushed to master at Firepup650/python-talk 2024-07-17 01:48:43 +00:00
60098ddfd4 Fix stupid mistake
53e57b9dc6 Add init scripts for systemd user, systemd system, and freebsd
Compare 2 commits »
Firepup650 closed pull request Firepup650/python-talk#1 2024-07-17 01:40:28 +00:00
Make server executable directly
Firepup650 commented on pull request Firepup650/python-talk#1 2024-07-16 22:52:55 +00:00
Make server executable directly

Also, the master branch requires signed commits

Firepup650 commented on pull request Firepup650/python-talk#1 2024-07-16 22:50:05 +00:00
Make server executable directly

How mad would you be if I said I had actually already functionally made that commit in main, and now your commit would actually cause reverting? https://git.h.hackclub.app/Firepup650/python-talk/

Firepup650 pushed to master at Firepup650/python-talk 2024-07-16 22:36:00 +00:00
581813734f Account for executing directly in help message
Firepup650 pushed to master at Firepup650/python-talk 2024-07-16 22:32:03 +00:00
2b6d4c82e9 Make main file executable
Firepup650 pushed to master at Firepup650/python-talk 2024-07-16 21:57:41 +00:00
d1779dd51e Adds an option for the server to intentionally crash when it's outbound links go down
Firepup650 pushed to master at Firepup650/python-talk 2024-07-16 21:45:32 +00:00
833038c477 Formatting
Firepup650 pushed to master at Firepup650/python-talk 2024-07-16 21:44:25 +00:00
6fe10ef349 Limit hostname to 16 chars to avoid issues
Firepup650 pushed to master at Firepup650/python-talk 2024-07-16 21:27:43 +00:00
0756cd208b Wrong error to catch
Firepup650 pushed to master at Firepup650/python-talk 2024-07-16 21:25:04 +00:00
907a46fe4e Typo and small correction
Firepup650 pushed to master at Firepup650/python-talk 2024-07-16 21:22:48 +00:00
17f9ee7cae Hacky python 3.10 fix
Firepup650 pushed to master at Firepup650/python-talk 2024-07-16 21:10:37 +00:00
4a1e94826b Make compatible with python 3.10+, remove package-mode key since it is incompatible with older versions of poetry, and it's not a fatal issue in newer ones yet
Firepup650 pushed to master at Firepup650/python-talk 2024-07-16 19:24:22 +00:00
ef30250f30 Multiple small mistakes
Firepup650 pushed to master at Firepup650/python-talk 2024-07-16 19:07:09 +00:00
d5a01a9ee1 Forgot to use new format for K lines
Firepup650 pushed to master at Firepup650/python-talk 2024-07-16 17:47:10 +00:00
fc0da34e16 Messages are global, not local