Ecosyste.ms: Timeline

Browse the timeline of events for every public repo on GitHub. Data updated hourly from GH Archive.

IITGN-CS431/project-cns

bichhawat closed an issue on IITGN-CS431/project-cns
Minor Functionality Issue (Group 1) : Port Hardcoded in bank file
![{1B940C7E-A1FB-408D-92DF-D367EE6EF72C}](https://github.com/user-attachments/assets/a6d00225-6ebc-440d-a274-cd5806e00cc5) The port 8080 has been hardcoded. No other ports available to connect.
AshStorm17 closed an issue on IITGN-CS431/project-cns
Functionality Issue (Group 9) : .auth file hardcoded [All accounts are modifiable by anyone]
![{ACD3B61E-A735-40F4-ABBF-FA2CFFCCC3A5}](https://github.com/user-attachments/assets/c1170f3d-383c-4436-b1dd-e30fc597652a) I created two files on two separate uses of the bank Each generated th...
AshStorm17 created a comment on an issue on IITGN-CS431/project-cns
There were two files. The wrong one was used for the above commands.

View on GitHub

aayush8991 opened an issue on IITGN-CS431/project-cns
Functionality Issue : Group 9
The Get_Balance function does not return any value, i.e., the field remains empty in spite of showing success message. The balance should be 2000, however it does not return anything. ![image](ht...
AshStorm17 opened an issue on IITGN-CS431/project-cns
Compilation Error [Group 11]
![{62695B99-F96B-490B-9234-BF3BA4D97A4B}](https://github.com/user-attachments/assets/de98bb17-2660-466a-8ddd-6da519ae2ca7) The compilation returned with errors from the Server file.
naveeeeeeeeeen created a comment on an issue on IITGN-CS431/project-cns
**I have resolved this bug. Now we are no longer using the hard-coded key, We are now hashing the password for authentication. Now the log entries are encrypted and decrypted using PBKDF2. Onl...

View on GitHub

naveeeeeeeeeen opened a pull request on IITGN-CS431/project-cns
Security Bug Resolved.
Now we are not using the hardcoded key. Now the password is hashed using bcrypt and the log entries are encrypted and decrypted using PBKDF2.
AshStorm17 opened an issue on IITGN-CS431/project-cns
Minor Functionality Issue (Group 1) : Port Hardcoded in bank file
![{1B940C7E-A1FB-408D-92DF-D367EE6EF72C}](https://github.com/user-attachments/assets/a6d00225-6ebc-440d-a274-cd5806e00cc5) The port 8080 has been hardcoded. No other ports available to connect.
naveeeeeeeeeen opened an issue on IITGN-CS431/project-cns
Security Bug (Group- 12): Log entries stored as plaintext, Passwords stored as plaintext in a file named 'keys.csv'.
![Screenshot from 2024-10-24 14-36-10](https://github.com/user-attachments/assets/e341d90a-6dd3-43d2-8bd5-19e2323d3179) ![Screenshot from 2024-10-24 14-35-53](https://github.com/user-attachments/a...
Chess-shrutiDubey opened an issue on IITGN-CS431/project-cns
Functionality Bug(Group-12) Inconsistence Issue
When anyone entered in a negative room named -1, first of all it is not showed in log read although it is successfully added to that room. Secondly anyone in this room can change room without leav...
Chess-shrutiDubey opened an issue on IITGN-CS431/project-cns
Functionality Bug(Group-12) Invalid time calculated
Here the alice entered in campus at timestamp 1 and she is there till time 12. So time calculated should be 12-1 =11 .But the time shown for any entry like this is showing 0. ![2](https://github.c...
Chess-shrutiDubey opened an issue on IITGN-CS431/project-cns
Functionality Bug(Group 12): Invalid room number accepted
If some guest or employee wants to enter in an invalid room say (negative room number) , the project is allowing them to do so. ![1](https://github.com/user-attachments/assets/219d0594-4567-45d5-...
cpatel321 starred IITGN-CS431/project-cns
AshStorm17 opened an issue on IITGN-CS431/project-cns
Functionality Issue (Group 9) : .auth file hardcoded [All accounts are modifiable by anyone]
![{ACD3B61E-A735-40F4-ABBF-FA2CFFCCC3A5}](https://github.com/user-attachments/assets/c1170f3d-383c-4436-b1dd-e30fc597652a) I created two files on two separate uses of the bank Each generated th...
AshStorm17 opened an issue on IITGN-CS431/project-cns
Security Bug (Group 9) : No Security for User (No card file)
![{7C80EC36-B068-4DB2-BACE-213669808BB2}](https://github.com/user-attachments/assets/9e0aa596-4890-4722-8021-924d7a8b618f) I created the bank on port 8080 with bank.auth ![{D9404651-5721-4376-A...
Chess-shrutiDubey created a comment on an issue on IITGN-CS431/project-cns
The current design intentionally appends log entries directly to a local file without any form of network communication, as there were no specific requirements or guidelines in the project scope to...

View on GitHub

AshStorm17 opened an issue on IITGN-CS431/project-cns
Functionality Bug (Group 7) : .auth file issue
![Screenshot 2024-10-24 123456](https://github.com/user-attachments/assets/3c82d0f8-86c9-4102-8e87-cf16049e699e) ![Screenshot 2024-10-24 123513](https://github.com/user-attachments/assets/686bb73c...
bichhawat added saikarna913 to IITGN-CS431/project-cns
naveeeeeeeeeen created a comment on an issue on IITGN-CS431/project-cns
I have fixed this bug and Created a pull request. Sample Output:- ![Screenshot from 2024-10-24 11-51-40](https://github.com/user-attachments/assets/ad2b741f-f6f1-4984-b532-d002b6c90029)

View on GitHub

naveeeeeeeeeen created a comment on an issue on IITGN-CS431/project-cns
I have Fixed this bug and Created a pull request. Sample Output:- ![Screenshot from 2024-10-24 11-48-17](https://github.com/user-attachments/assets/833814f5-f869-4ed6-a784-ad145c5814a2)

View on GitHub

naveeeeeeeeeen opened a pull request on IITGN-CS431/project-cns
Fixed Functionality Bugs
Guest and Employees with same name are now treated as separate entities. Accepted Room no. is now from 0 to 1,073,741,823.
naveeeeeeeeeen opened an issue on IITGN-CS431/project-cns
Functionality Bugs (Group-10): Inconsistency issues.
1.) Alice left campus without exiting the room no. 10. According to project specifications, no employee or guest should be allowed to leave the campus without leaving the room first. ![5](https:/...
naveeeeeeeeeen opened an issue on IITGN-CS431/project-cns
Functionality Bug (Group-6): Batch file processing produces incorrect log state.
![4](https://github.com/user-attachments/assets/f5e7e6ae-0115-437b-912e-d8dd1507149d) Batchfile processing output shows ‘invalid’ but status shows entries have been added. Status of ‘Guest Jame...
naveeeeeeeeeen opened an issue on IITGN-CS431/project-cns
Functionality Bug (Group-6): Users allowed to leave room without being inside it and leave campus without leaving the room first.
Bob entered room number 1 but he is allowed to leave room number 2. (Inconsistent Behavior) ![2](https://github.com/user-attachments/assets/45f15152-914e-4f22-9be5-e8d6ca529485) Log Status show...
naveeeeeeeeeen opened an issue on IITGN-CS431/project-cns
Functionality Bug (Group-6): Employees and Guests with same name not allowed to enter.
![1](https://github.com/user-attachments/assets/5b058b02-30e6-4694-8f18-bdc0ff255117) According to the project requirements, Employees and Guests can have same name but should be treated as sepa...
bichhawat added Hit2737 to IITGN-CS431/project-cns
dkshjn opened an issue on IITGN-CS431/project-cns
Functionality Bug(Group-2): Employees and Guests with the Same Name Treated as the Same Entity
# Functionality Bug(Group-2): Employees and Guests with the Same Name Treated as the Same Entity # Description According to the project specification, employees and guests can have the same nam...
dkshjn opened an issue on IITGN-CS431/project-cns
Functionality Bug (Group-2): No Client-Server Communication, Logs Appended Locally
# Functionality Bug (Group-2): No Client-Server Communication, Logs Appended Locally ## Description The current implementation appends log entries directly to a local file without any form of ...
dkshjn opened an issue on IITGN-CS431/project-cns
Functionality Bug (Group-2): Invalid Room ID Accepted (logappend)
# Functionality Bug (Group-2): Invalid Room ID Accepted (logappend) ## Description The system allows appending an entry with an ```invalid room ID``` (-1), which violates the specification that r...
Load more