]> jfr.im git - irc/rizon/znc.git/shortlog
irc/rizon/znc.git
2008-12-06  psychonIncrease the version number to 0.062 znc-0.062
2008-12-03  psychonRewrite the author file (= use a new format)
2008-12-01  psychonUse AC_PATH_PROG instead of using 'which' for finding...
2008-11-27  silverleoRevert changes from rev1125 so we compile on fbsd 4.11
2008-11-25  silverleoAdded OnTimerAutoJoin(). Patch from Freman. Thanks :)
2008-11-24  silverleoAdded OnIRCRegistration(). Patch from Freman. Thanks :)
2008-11-20  silverleoEnable IPv6 support by default
2008-11-11  silverleoThis fixes a compile error with gcc 4.4 noted in debian...
2008-10-31  psychonFix --disable-modules, someone forgot an #ifdef :(
2008-10-30  psychonSeems like someone messed up when touching configure...
2008-10-29  psychonRename OnUserAttached and OnUserDetached and add OnClie...
2008-10-28  psychonSome member vars of CWebAdminMod should really be local...
2008-10-27  psychonFix the behaviour change of the last commit
2008-10-27  psychonPartyline: clean up when a force-joined user is deleted
2008-10-26  silverleoChange OnStatusCommand to use non-const variable like...
2008-10-26  psychonmodperl: Show the actual compiler flags and get rid...
2008-10-24  psychonMake schat's showsocks module admin-only
2008-10-23  psychonImprove webadmin's error messages
2008-10-22  psychonMake ZNC compile on Mac OS out of the box
2008-10-21  psychonSupport out-of-tree builds
2008-10-20  psychonSome changes to the vhost interface from *status
2008-10-19  psychonAdd znc-config --cxx and use it in znc-buildmod
2008-10-18  psychonReally use relative URLs in webadmin
2008-10-17  psychonUse relative instead of absolute URLs in webadmin
2008-10-16  psychonFix webadmin to work with symlinks in the skins directory.
2008-10-15  psychonSome tweaking and cleaning up to configure.in
2008-10-14  psychonnickserv: Auto-save passwords when they are set and...
2008-10-13  psychonCatch 'throw UNLOAD' in the OnBoot module hook
2008-10-12  psychonMake httpsock (and thus webadmin) support client side...
2008-10-12  kroimonRewritten and enhanced module simple_away.
2008-10-11  psychonMake --makeconf check for znc.pem and generate it if...
2008-10-10  psychonUse the new CString constructor in various places to...
2008-10-10  kroimonAdd recognition for 'y' and 'n' to CUtils::GetBoolInput.
2008-10-09  psychonAdd some new constructors to CString
2008-10-08  psychonperform: Clean up the style a little and make this...
2008-10-07  psychonMark some global vars as const and static and some...
2008-10-04  psychonUse CSocket in webadmin instead of directly using Csock
2008-10-03  psychonFix modperl to properly compile with perl 5.10.0
2008-10-03  psychonFix stickychan to work with disabled channels (e.g...
2008-10-02  psychonFix a crash bug when modperl was loaded on some arches
2008-10-02  psychonFix cached perms when a chan is left
2008-09-30  psychonClean up modules/Makefile.in for modperl
2008-09-30  kroimonUse CString::Equals() everywhere.
2008-09-30  psychonLimit the maximal read buffer space that is used for...
2008-09-30  kroimonAdded CString::Equals()
2008-09-30  kroimonAdded length argument to CString::StrCmp() like in...
2008-09-29  psychonAdd a Clear() function to CTable and make the base...
2008-09-29  psychonRemove CSocket::m_sLabel since it isn't really used...
2008-09-29  kroimonEnhanced the /znc command to optionally accept commands.
2008-09-28  kroimonRemoved redundant checks for m_pUser in CClient::UserCo...
2008-09-28  kroimonIntroduced CString::TrimPrefix() and CString::CaseCmp...
2008-09-28  psychonUpdate to latest Csocket
2008-09-28  kroimonAdded CString::TrimPrefix() and CString::TrimSuffix()
2008-09-28  psychonPrint warnings in CTable if you feed it with unknown...
2008-09-28  psychonAdd CClient::PutStatus(const CTable&) and use it everywhere
2008-09-28  kroimonFixed the CALLMOD macro in Client.cpp
2008-09-28  kroimonRemoved thousands of redundant checks for m_pUser in...
2008-09-27  kroimonAnother whitespace/tab mixup fix.
2008-09-27  kroimonRenamed UseHiddenHost to UseCloakedHost to ensure consi...
2008-09-27  kroimonAdded the Q module which allows the user to auth with...
2008-09-26  kroimonAdded descriptive lines to the LISTMODS and LISTAVAILMO...
2008-09-26  kroimonFixed some trailing whitespace / tab mixups and adjuste...
2008-09-21  psychonSet the client's nick name to our IRC nick when it...
2008-09-21  psychonSmall optimization to starting the connect user timer
2008-09-21  psychonFix compilation with gcc 4.3.1 is ssl is disabled
2008-09-20  kroimonIgnore messages to ourself when being disconnected...
2008-09-19  psychonImport the dark-clouds webadmin skin bigpresh made...
2008-09-18  psychonKeepnick: Dont forward nick change errors which we...
2008-09-18  psychonautoconf and m4 both suck (autoconf choked on some...
2008-09-18  psychonRevert rev 1204
2008-09-16  psychonAdd --disable-optimization flag to configure to remove -O2
2008-09-14  psychonMakefile: Make all output files depend on the Makefile...
2008-09-14  psychonReorder some openssl library checks in configure
2008-09-14  psychonBugfix in keepnick: PutUser() vs PutModule() screwup
2008-09-13  kroimonRenamed String.h and String.cpp to ZNCString.h and...
2008-09-13  psychonIncrease the version number to 0.061
2008-09-13  psychonIncrease the version number to 0.060 znc-0.060
2008-09-12  psychonImprove both, the code's and the debug output's easy...
2008-09-12  psychonPrint a message when SIGHUP is caught
2008-09-12  psychonSmall cleanup, removed two unused variables
2008-09-10  kroimonpartyline: Adjusted the hostmask for actions from rotte...
2008-09-09  psychonFix '/msg *status disconnect' to *really* disconnect...
2008-09-07  psychonMake ./configure --help output look a little better
2008-09-07  kroimonAdded module 'autocycle' to replace the old core's...
2008-09-07  kroimonRemoved AutoCycle from core
2008-09-05  psychonchansaver: Save channel keys (+k) again, core doesn...
2008-09-04  psychonAdd new module call OnMode()
2008-09-03  psychonI was told this is confusing, so let's clean this up...
2008-09-03  psychonAdd JoinTries and MaxJoins config options to webadmin
2008-09-02  psychonFix some channel key-related mess ups.
2008-09-02  psychonAdd OnUserTopicRequest() for topic requests
2008-08-31  kroimonAdded myself ;)
2008-08-31  psychonKeep the traffic stats more up-to-date (/msg *status...
2008-08-30  psychonHandle clients in CModules the same way users are
2008-08-30  psychonUse znc.in instead of znc.com
2008-08-30  psychonClose listening ports if we have too many open fds
2008-08-29  psychonUpdate to latest Csocket
2008-08-29  psychonInstead of (ab)using a CClient for listening, use an...
2008-08-29  psychonAdd a config option 'MaxJoins' to limit the number...
2008-08-28  psychonWriteToDisk() didn't make sure the file was empty when...
next