2
I Use This!
Inactive

Commits : Listings

Analyzed about 20 hours ago. based on code collected about 20 hours ago.
Jun 02, 2024 — Jun 02, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Re-fix chat_is_privileged. More... almost 16 years ago
No need to store event mask in the user object since libevent already does it for us. More... almost 16 years ago
Debug for send queue fix. More... almost 16 years ago
Fix to hub_sendq_is_empty in order to prevent event_add calls. More... almost 16 years ago
Kept spinning in send() More... almost 16 years ago
Fix socket error due to EWOULDBLOCK. More... almost 16 years ago
Make sure we detect send errors. More... almost 16 years ago
Fix shutdown problem and reduce event_{add,del,set} calls. More... almost 16 years ago
Bad mistake - never added message to send queue. More... almost 16 years ago
Re-enabled send queue fixes. This will more aggressively prevent unimportant messages (like searches) to be forwarded to slow clients that cannot swallow what is sent to it. This should reduce memory usage somewhat on really large hubs. More... almost 16 years ago
Fix some nasty bugs related to read/write events and timeout events. This would have caused users not being able to log in, and in some cases 100% cpu usage. More... almost 16 years ago
This is a somewhat risky patch, but it has been intended for quite some time: Remove the libevent handler for write events, only use one common event handler for both reading and writing. More... almost 16 years ago
Fix bug #47 - Enable -ggdb instead of -g for DEBUG builds. RELEASE builds are built with -O3 instead of -Os. More... almost 16 years ago
Added macros that can possibly make it easier to optimize functions using forced inlining and regparm. More... almost 16 years ago
Minor cleanups of old authentication stuff, and some documentation. More... almost 16 years ago
Fix stupid crash on empty command. More... almost 16 years ago
Server did not answer due to wrong checks. More... almost 16 years ago
Crash fix. More... almost 16 years ago
Fix a command parse error output problem, plus some minor cleaning up. More... almost 16 years ago
Minor cleanups. Enabled !crash command if compiled with debug (not release). More... almost 16 years ago
Bumped to 0.3.0-rc3. More... almost 16 years ago
Fixed small memory leak. More... almost 16 years ago
Fixed command parsing for in hub user commands. Added a framework for automatic syntax checks, and correct number of arguments to commands. More... almost 16 years ago
Documentation More... almost 16 years ago
Fixed the format of the git revision. Removed the product title. More... almost 16 years ago
Minor optimization. More... almost 16 years ago
Autotest crash fix. More... almost 16 years ago
Windows fix. More... almost 16 years ago
Winsock fixes for shutdown() - typo More... almost 16 years ago
Winsock fixes for shutdown() More... almost 16 years ago