35
I Use This!
Moderate Activity

Commits : Listings

Analyzed about 16 hours ago. based on code collected about 16 hours ago.
Oct 13, 2024 — Oct 13, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
fix OnBoot, default otherwise should be false More... over 20 years ago
make PERL_EXIT_DESTRUCT_END optional More... over 20 years ago
added Put* XS calls More... over 20 years ago
added all the callbacks More... over 20 years ago
just reuse label name, cleaner simpler More... over 20 years ago
add timer support More... over 20 years ago
added HAVE_PERL to PERLCC so needless dependencies are not created More... over 20 years ago
finished off infastructure of modperl stuff plus adjusted autoconf, makefile, etc More... over 20 years ago
initial import of modperl into znc More... over 20 years ago
Added body to ParseISupport() More... over 20 years ago
Added ParseISupport() for raw 005 More... over 20 years ago
Fixed Reset() to clear out topic info More... over 20 years ago
Added force = true to JoinUser() on attach More... over 20 years ago
Fixed bug when client tried to cycle.. only attach a user to a chan if it is detached or bForce is set More... over 20 years ago
Added a message when not forking because we are in debug mode More... over 20 years ago
Fixed bug in RightTrim() and LeftTrim() for empty strings More... over 20 years ago
added a quick check for dlopen in case not required in external lib, also fixes an issue with having one test application not being called inside of a if conditional. seems like possible autoconf bug. check for misc c api functions, probably need to add more More... over 20 years ago
Added code for WildCmp() More... over 20 years ago
Fixed bugs while using --disable-modules More... over 20 years ago
Changed references to strcasecmp over to CString::CaseCmp More... over 20 years ago
Removed debug print More... over 20 years ago
Moved CUtils::wildcmp() into CString class More... over 20 years ago
Added AsUpper() and AsLower() More... over 20 years ago
Moved CUtils::ToString() into CString class More... over 20 years ago
Moved CUtils::ToString() into CString class More... over 20 years ago
Moved CUtils::Trim() into CString class More... over 20 years ago
Moved some more functions from CUtils into CString More... over 20 years ago
Moved CUtils::Ellipsize() into CString class More... over 20 years ago
Moved CUtils::Token() into CString class More... over 20 years ago
Changed Token() and Ellipsize() to const More... over 20 years ago