Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
26ea8e8cbc
Updated the Login code so it responds with a set-cookie header for the session token. Still looking into if this is the right thing to do however.
95766b044f
First attempt at finding duplicate files. For now, and possible ever, this process will be a 'best effort' approach, so there will be false positives but this will most likely remain the case for the life of this program.
8ba77bcd69
Added the start of the page structures.
49efafe173
Added code to support getting interrupts from the PIC. Can now get some data from the keyboard, however, it's not quite working yet.
db1a68188f
Minor code clean up, and added some convenience to the draw_string function.
9fe73abe53
Added code to setup and build the IDT. Updated the Bochs' configuration file to allow break points to be set and did some general code clean-up.
d8071c0eac
Added some quality of life changes to the Makefile.
06b586d635
Updated the FileManager to reflect more where I think I want to go when comparing snapshots. Added a first try at detecting file renames in the Snapshot object.