Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/oreeeee/poggadaj
Open Source reimplementation of Gadu-Gadu backend
https://github.com/oreeeee/poggadaj
gadu-gadu golang private-server reimplementation
Last synced: about 23 hours ago
JSON representation
Open Source reimplementation of Gadu-Gadu backend
- Host: GitHub
- URL: https://github.com/oreeeee/poggadaj
- Owner: Oreeeee
- License: mit
- Created: 2024-10-06T22:34:26.000Z (3 months ago)
- Default Branch: master
- Last Pushed: 2024-11-23T21:52:03.000Z (29 days ago)
- Last Synced: 2024-11-23T22:17:51.400Z (29 days ago)
- Topics: gadu-gadu, golang, private-server, reimplementation
- Language: Go
- Homepage: https://poggadaj.ovh/
- Size: 255 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# poggadaj
WIP Open Source reimplementation of Gadu-Gadu backend## Supported features
### Client features
| Feature | Gadu-Gadu 3.x | Gadu-Gadu 6.x | Gadu-Gadu 7.0-7.1 | Gadu-Gadu 7.5-7.6 | Gadu-Gadu 7.7 |
|:----------------------------------------|:-------------:|:-------------:|:-----------------:|:-----------------:|:-------------:|
| Logging in | ✅ | ✅ | ✅ | ✅ | ✅ |
| Getting statuses on log in | ? | ✅ | ✅ | ✅ | ✅ |
| Adding contacts (in the same session) | ? | ✅ | ✅ | ✅ | ✅ |
| Removing contacts (in the same session) | ? | ✅ | ✅ | ✅ | ✅ |
| Saving contacts on the server | ? | ✅ | ✅ | ✅ | ✅ |
| Realtime status updates | ~ | ✅ | ✅ | ✅ | ✅ |
| Simple statuses | ✅ | ✅ | ✅ | ✅ | ✅ |
| Statuses with descriptions | N/A | ✅ | ✅ | ✅ | ✅ |
| Status masks | N/A | ❌ | ❌ | ❌ | ❌ |
| Sending messages | ❌ | ✅ | ✅ | ✅ | ✅ |
| Receiving messages | ❌ | ✅ | ✅ | ✅ | ✅ |
| P2P | ❌ | ❌ | ❌ | ❌ | ❌ |
| P2P over a relay | ❌ | ❌ | ❌ | ❌ | ❌ |
| Public directory | ❌ | ❌ | ❌ | ❌ | ❌ |### HTTP features
| Feature | Implementation status |
|:---------------------------------:|:------------------------------------------------:|
| IP of the TCP server | ✅ |
| Ads | ✅ (image ads missing, only HTML ones) |
| Registration | ❌ (not planned? I'm not sure) |
| Public directory (modern clients) | ❌ (will get there once I get into newer clients) |