]> jfr.im git - irc/rizon/znc.git/shortlog
irc/rizon/znc.git
2009-03-29  psychonIncrease the version number to 0.068 znc-0.068
2009-03-25  psychonAdd defines.h for Csocket and make Csocket use ZNC...
2009-03-25  psychonUpdate to latest Csocket
2009-03-24  psychonUse -D instead of -g as a short form for --debug
2009-03-24  psychonAdd znc --debug / znc -g
2009-03-24  psychonAdd znc -f / --foreground
2009-03-23  sebastinasAdmin module: some cosmetic fixes
2009-03-23  psychonFix some compiler warnings with -Wmissing-declarations
2009-03-22  psychonFix a crash bug with recursion in module calls
2009-03-22  silverleoRemove some useless tags from a non-tty output.
2009-03-21  psychonSome minor stuff, again found via icc's "remarks"
2009-03-20  psychonRemove/fix some dead code
2009-03-19  psychonChange CZNC::Loop()'s return type to void
2009-03-18  imaginosfixed bug in wrong iterator increment that causes infin...
2009-03-18  psychonGet rid of znc.conf-backup
2009-03-18  psychonAdd CFile::Sync()
2009-03-16  psychonMove the saslauth copyright notice back into saslauth.cpp
2009-03-15  psychonRemove a pretty much useless usleep() on shutdown
2009-03-14  psychonFix an implicit (CFile *) false (this should have been...
2009-03-14  psychonMakefile: Add -Wno-redundant-decls to modperlFLAGS
2009-03-14  psychonRegenerate configure with the newer autoconf 2.63 ...
2009-03-13  silverleoAdded raw 432 processing for illegal and erroneous...
2009-03-11  sebastinasMy bad. Fixed the build error.
2009-03-11  sebastinasAdmin module: added 'Set Password'
2009-03-11  sebastinasFix for CSmartPtr::GetCount
2009-03-10  prozacxPulled in changes for CSmartPtr which include GetClient...
2009-03-10  psychonCheck if the version of a module matches when querying...
2009-03-09  psychonMeh. Today is not a good day -.-
2009-03-09  psychonAdd /msg *status UpdateMod[ule] which reloads an user...
2009-03-09  psychonRemove a mostly unused flag from CModInfo
2009-03-07  psychonFix my previous commit and also display the remote...
2009-03-07  psychonAlways notify the user when someone else tried to login...
2009-03-07  silverleowatch: Removed a bit too much in r1413.
2009-03-07  silverleowatch: Save the module settings as soon as they are...
2009-03-06  psychonwebadmin: Restrict skins to be located inside the skins dir
2009-03-06  silverleoChange the default Join Tries from unlimited to 10...
2009-03-04  sebastinasFix some weird behavior in CString::Base64Decode and...
2009-03-04  sebastinasSwap some lines in CHTTPSock::ReadLine
2009-03-03  psychonHTTPSock: Remove some code which makes no sense
2009-03-03  psychonUpdate to latest Csocket
2009-03-01  psychonCZNC::AddUser(): Always set the error return on a usefu...
2009-03-01  psychonOnly add WALLOPS to the buffer if no client is attached
2009-02-27  silverleoCFile::IsDir failed for the root directory "/". This...
2009-02-27  silverleoZNC usernames can't have a : and passwords that have...
2009-02-27  silverleoMake watch module use ExpandString in pattern matching...
2009-02-27  silverleoFix a cd bug that prevented users from changing dirs...
2009-02-25  psychonconfigure: Add the module path defines as late as possible
2009-02-24  psychonIncrease the version number to 0.067
2009-02-24  psychonIncrease the version number to 0.066 znc-0.066
2009-02-24  psychonDon't write unexpected newlines to znc.conf
2009-02-24  psychonHandle newlines in CHTTPSock::GetParam() and strip...
2009-02-24  psychonCheck the return value of strftime()
2009-02-24  psychonAdd cnu to AUTHORS
2009-02-23  psychonFix some "uninitialized variable" compiler warning
2009-02-22  psychonFix some minor XSS bug in webadmin's default skin
2009-02-21  psychonAdd fail2ban module
2009-02-21  psychonCall OnFailedLogin() for all failed logins, not only...
2009-02-20  psychonDon't ever ask for a password via stdin in away and...
2009-02-20  prozacxGet rid of all extra lines, not just the first one
2009-02-19  psychonSome stuff for the admin module
2009-02-18  psychonGet rid of the DEBUG_ONLY define
2009-02-17  psychonMake savebuff also do it's thing without KeepBuffer...
2009-02-17  psychonSome cleanup to CFile
2009-02-17  psychonCalculate VERSION from VERSION_MAJOR and VERSION_MINOR
2009-02-16  psychonRemove some completely unused code in Modules.cpp
2009-02-16  psychonAdd sebastinas to the AUTHORS file
2009-02-16  psychonImport the admin module
2009-02-16  psychonIncrease the version number to 0.065
2009-02-16  psychonIncrease the version number to 0.064 znc-0.064
2009-02-06  psychonwebadmin: Dont force opening a seperate listening port...
2009-02-05  psychonHTTPSock: Don't transfer endless static files in PrintF...
2009-02-05  psychonMake webadmin's debug output for ETags more readable
2009-02-04  psychonMake some functions in CHTTPSock pure virtual where...
2009-02-04  psychonCBuffer: If the allowed buffer size is lowered, shrink...
2009-02-03  psychonshell: Use CString::Replace() -.-
2009-02-03  psychonMake the shell module generate error messages if fork...
2009-02-03  psychonMake webadmin handle HTTP requests to the IRC port
2009-02-03  psychonImprove the error messages we give for failed connect...
2009-02-03  psychonMake CFile::ReadFile() actually honour the max file...
2009-02-03  psychonRemove this unused definition of strcasestr()
2009-02-02  psychonHTTPSock: Use TrimLeft() instead of a combination of...
2009-02-02  psychonUse find() instead of walking strings 'by hand' in...
2009-02-02  psychonMake CExecSock generate error messages if execvp()...
2009-02-02  psychonRemove that useless and more or less unused enum for...
2009-02-02  psychonRemove CNick::Concat which isn't used anywhere
2009-01-29  psychonJust. Do. Not. Ask.
2009-01-29  psychonChange the names of all the module entry points to...
2009-01-29  psychonSome fixes to modperl, most notable no with time increa...
2009-01-29  psychonJust ignore this
2009-01-29  psychonMake CFile::IsDir() work on those weird OS that don...
2009-01-28  psychonUse O_BINARY when opening files if it is available
2009-01-27  psychonCFile::TryExLock(): Add O_CREAT to the default parameters
2009-01-27  psychonOpen the ISpoofFile with mode 'O_RDWR|O_CREAT' instead...
2009-01-26  psychonAdd the necessary makefile magic for compiling on cygwin
2009-01-25  psychonInclude Utils.h in less headers and move some code...
2009-01-25  psychonUse that new define everywhere
2009-01-25  psychonAdd a DEBUG() define which can be used for outputting...
2009-01-25  psychonsavebuff: substr() could throw an exception, use Left...
2009-01-25  psychonCheck in CZNC::AddUser() if the username is still available
2009-01-24  psychonSavebuff: Don't reload old channel buffers
next