0
I Use This!
Inactive

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Mar 17, 2025 — Mar 17, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Display current game as status text in libpurple Closes #6 More... over 12 years ago
Use lambdas for PurplePluginProtocolInfo callbacks - In send_typing, use an unsigned literal to have the correct return type inferred - In chat_info, replace g_new0 with new since the former doesn't work outside of named functions More... over 12 years ago
Pass game_name in onUserInfo More... over 12 years ago
Replace g_strdup_printf with std::to_string Latest version of MinGW-w64 supports it just fine Fixes a memory leak in the onUserInfo callback More... over 12 years ago
Add a note about protoc More... over 12 years ago
Handle socket errors in steampurple More... over 12 years ago
Avoid calling purple_input_remove twice in steampurple More... over 12 years ago
Update steamuv to account for the breaking changes in libuv More... over 12 years ago
Update steampurple build instructions mingw-get-inst.exe is now deprecated, and using mingw-get offers no advantage over extracting manually More... over 12 years ago
Handle disconnecting while connecting in steampurple More... over 12 years ago
Properly handle connection failure in steampurple More... over 12 years ago
Consolidate style in steampurple - Use C-style pointers and casts when interfacing with C code - Use getter and setter functions rather than directly access struct members More... over 12 years ago
Update steampurple build instructions since they broke MinGW More... over 12 years ago
Fix outputting wrong value in steampurple More... over 12 years ago
Eliminate unnecessary copy of a map in steampurple More... over 12 years ago
Preserve existing buddies in steampurple Fixes #3 More... over 12 years ago
Pass a map for users and groups in onRelationships In steampurple, only request user info for friends More... over 12 years ago
Stop listening to the socket before disconnect More... over 12 years ago
Handle onLogOff in steampurple More... over 12 years ago
Handle ClientLoggedOff More... over 12 years ago
Handle AlreadyLoggedInElsewhere in steampurple More... over 12 years ago
Use Doxygen-style comments More... over 12 years ago
Link to releases More... over 12 years ago
Implement avatars in steampurple Closes #2 More... over 12 years ago
Pass avatar_hash in onUserInfo More... over 12 years ago
Simplify Windows build instructions More... over 12 years ago
SteamRE has moved More... over 12 years ago
Add steampurple binaries More... over 12 years ago
Fix indentation More... over 12 years ago
Update build instructions More... over 12 years ago