2
I Use This!
Inactive

Commits : Listings

Analyzed about 16 hours ago. based on code collected about 16 hours ago.
Jun 09, 2024 — Jun 09, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Bump to 0.3.0 release candidate 2. More... almost 16 years ago
Fix problem with the !stats byte counter. More... almost 16 years ago
Old versions of git 0.5 does not support the git show --oneline. - Maybe this works? More... almost 16 years ago
Bump to 0.3.0-rc1 More... almost 16 years ago
Some basic work on getting bans working. Basically now it can ban a user (nick + cid), it will be added to the ban list temporarily, and will not be enabled if you restart the hub. A banned user will automatically be kicked. More... almost 16 years ago
Add a git revision to all debug builds... More... almost 16 years ago
Suppress send() or recv() errors from logs. They happen quite often and are not considered errors. More... almost 16 years ago
Cleanup read/write socket handling somewhat. More... almost 16 years ago
Minor cleanups and some work to prepare SSL. More... almost 16 years ago
SSL work. More... almost 16 years ago
Dont set socket buffers. More... almost 16 years ago
Fixed crash bug #33 More... almost 16 years ago
Oportunistic write. More... almost 16 years ago
Ensure we set a max recv and send buffer per user, and that it does not exceed the one used internally by the application. More... almost 16 years ago
Added a state check for protocol negotiation. Will be used to negotiate SSL. More... almost 16 years ago
Cleanups. More... almost 16 years ago
Added functions: * net_get_recvbuf_size * net_set_recvbuf_size * net_get_sendbuf_size * net_set_sendbuf_size More... almost 16 years ago
Started work on SSL More... almost 16 years ago
Added a generic way to reset last read/write variables. More... almost 16 years ago
Make sure we close stdout, stdin and stderr after forking to background in order to properly detach from the TTY. More... almost 16 years ago
Move to rc0 More... almost 16 years ago
Added a known crash for the admin only to use if compiled with CRASH_DEBUG enabled. More... almost 16 years ago
Work on optimizing send(), to use fewer send function calls. More... almost 16 years ago
Disable sendq debugging. More... almost 16 years ago
!stats did not work. More... almost 16 years ago
Fix bug #38 - Pid file support. More... almost 16 years ago
Fix bug #34 - Disable admin\op account in example users.conf since it is being installed by default. More... about 16 years ago
Compile fix. More... about 16 years ago
Potential crash fix. More... about 16 years ago
Fix send queue issue. More... about 16 years ago