]> jfr.im git - irc/znc/znc.git/shortlog
irc/znc/znc.git
2009-05-23  psychonIncrease the version number to 0.070 znc-0.070
2009-05-20  psychonAdd CListener::GetRealListener()
2009-05-20  psychonRevert rev 1510 "Ask SSL clients for a ssl cert"
2009-05-20  silverleoRevert rev1504 that introduced an error with modtcl.
2009-05-20  psychonAdd CAuthBase::GetSocket()
2009-05-20  psychonCAuthBase: Use a Csock* instead of a CString "sRemoteIP"
2009-05-20  psychonAsk SSL clients for a ssl cert
2009-05-20  psychonUpdate to latest Csocket
2009-05-11  prozacxAdded a cast to stop the compilier from complaining...
2009-05-11  psychonFix a wrong cached /mode reply
2009-05-11  psychonClose client sockets only after all pending data was...
2009-05-10  prozacxAuto-detect globalness in the re/un/loadmod commands...
2009-05-04  psychonHandle SIGCHLD for collecting zombie processes
2009-05-03  psychonInstall a file for pkg-config
2009-05-02  silverleoFix for the new OFTC syntax "authenticate yourself...
2009-04-30  psychonMicro-optimization
2009-04-27  psychonFix crash bug in stickychan
2009-04-26  psychonmodperl also needs -Wno-missing-declarations
2009-04-26  psychonDon't try to use -mimpure-text
2009-04-26  psychonUtils.h: Include fcntl.h
2009-04-24  psychonFix configure's check for libperl
2009-04-24  psychonRemove znc --encrypt-pem
2009-04-22  prozacxAdded module hooks for when the buffer is being played...
2009-04-22  prozacxRemoved repeat sentence since sModRet already says...
2009-04-19  prozacxAdded svn:ignore entries for files created during ...
2009-04-16  psychonFix a crash bug in CNick
2009-04-13  psychonUpdate to latest Csocket
2009-04-11  psychonfail2ban: Add number of allowed failed logins
2009-04-11  psychonAdd TCacheMap::GetTTL()
2009-04-11  psychonTurn TCacheMap into more of a map
2009-04-09  psychonpartyline: Fix the KICK sent for deleted users
2009-04-07  psychonPartyline: Add defines for the used channel prefix
2009-04-07  psychonAdd support for per-channel settings to admin
2009-04-07  psychonPrint more useful error messages when binding a listeni...
2009-04-06  psychonGet rid of some now-empty dirs
2009-04-06  psychonWebadmin: Make this work with the browser cache
2009-04-06  psychonAdmin: Use CString's constructor instead of reinventing...
2009-04-05  psychonFix a compiler warning in email
2009-04-04  psychonadmin: DelUser can now handle spaces in user names
2009-04-04  psychonadmin: Add a CloneUser command
2009-04-04  psychonCFile::Close(): check return value of close() for errors
2009-04-02  psychonAdd KiNgMaR to AUTHORS
2009-04-02  psychonFirst argument to CHTTPSock::PrintHeader() should be...
2009-04-02  psychonwebadmin: Remove some completely useless argument to...
2009-03-31  psychonDon't ask me, I don't know
2009-03-31  psychonSwitch some code to use the new return type of GetSize()
2009-03-31  psychonMark g_LongOpts in main.cpp as const
2009-03-31  psychonRemove some places where "znc.conf" is mentioned needlessly
2009-03-31  psychonMake znc --datadir some-dir --makeconf work
2009-03-31  psychonMention znc --foreground and --debug in the man page
2009-03-31  psychonFix some brown paper bag bug (I hope nobody notices...)
2009-03-31  psychonRemove some unneeded magic from CString::Escape_n(...
2009-03-31  psychonMake CUser::PrintLine() a little more readable and...
2009-03-31  psychonDCCSock: Make sure we don't cache too much data in...
2009-03-31  psychonMicro optimization
2009-03-31  psychonDCC only allows file transfers of up to 4 GiB big files
2009-03-31  psychonSmall fix for ReadLine() for multi-byte line delimiters
2009-03-31  psychonMinor cleanup to CFile::ReadLine(), no behavior changes...
2009-03-31  psychonMake CFile::Seek() take an off_t as param, not an unsig...
2009-03-30  psychonSome changes to the code rewriting znc.conf
2009-03-30  psychonSome more const_iterator instead of iterator
2009-03-30  psychonThe "isSSL" param to some CSockManager functions should...
2009-03-30  psychonSwitch some more CFile members to more appropriate...
2009-03-30  psychonChange the return type of CFile::Get*Time() to time_t...
2009-03-29  psychonRemove some unneeded stuff from the --makeconf code
2009-03-29  psychonautoop: Use const_iterator instead of iterator where...
2009-03-29  psychonRemove some unneeded "using" directives from Template.h
2009-03-29  psychonMove the iostream stuff and some "using" from main...
2009-03-29  psychonIncrease the version number to 0.069
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...
next