]> jfr.im git - irc/rizon/znc.git/shortlog
irc/rizon/znc.git
2010-08-20  psychonIncrease the version number to 0.094 znc-0.094
2010-08-18  psychonBeware of flying spaghetti monsters, they bite.
2010-08-18  psychonFix a NULL pointer dereference in route_replies
2010-08-09  psychonFix make output
2010-08-05  psychonReduce number of module hooks
2010-08-04  psychonServer part of CAP stuff
2010-08-03  psychonCall client module hooks for built-in-core capabilities
2010-08-03  psychonAdd support for CAP CLEAR from clients
2010-08-03  psychonUpdate to latest Csocket
2010-08-03  psychonFix some more unsafe substr() calls
2010-08-03  psychonMake make's output more readable
2010-08-03  psychonFix an out-of-range access to std::string
2010-07-24  psychonAttach to channels when joining them
2010-07-21  cflakesMade fakeonline behave properly when ZNC is not connect...
2010-07-20  psychonFix a help message
2010-07-17  cflakesRaised the number of PM lines in the PM buffer to 250...
2010-07-16  psychonRename SslPemFile to SSLCertFile
2010-07-16  psychonFix a std::out_of_range error in partyline
2010-07-14  psychonAdd a new config option SslPemFile
2010-07-10  psychonDarthGandalf does not approve
2010-07-10  psychon$COMMIT_MSG
2010-07-10  psychonComplain about truncated config files
2010-07-10  psychonWhoops, this should have been part of the last commit
2010-07-10  psychonMark some functions as const
2010-07-10  psychonPrint the prefix at the end of configure
2010-07-10  psychonAdd a short help text to the end of make
2010-07-10  psychonProperly show if we are connecting to a ssl server
2010-07-09  psychonRemove the CClient* argument to all module calls
2010-07-08  psychonDo all module calls through the macros
2010-07-08  psychonAdd new macro ALLMODULECALL()
2010-07-08  psychonAdd new macro GLOBALMODULECALL()
2010-07-08  psychonMinor fix for doxygen
2010-07-07  psychonFix a comment which was broken since r2037
2010-07-07  psychonAdd module calls for client CAPs
2010-07-06  silverleoSuppress a CAP error on servers that dont support it.
2010-07-05  psychonRemove a bogus AC_MSG_RESULT
2010-07-05  psychonRename install.sh to install-sh and 'improve' it
2010-07-05  psychonUse AC_PROG_INSTALL to find a usable install
2010-07-05  psychonAdd Joshua M. Clulow to AUTHORS
2010-07-05  psychonUse fcntl() instead of flock() for locking the config...
2010-07-05  psychonSet $SHELL in Makefiles
2010-07-04  cflakesMade the antiidle module use HALT instead of HALTCORE...
2010-07-04  cflakesMade <th> usuable in all skins. The new policy is to...
2010-07-04  cflakesWebMods: Converted some CRLFs to LFs, changed <td>...
2010-07-03  psychonIncrease the version number to 0.093
2010-07-03  psychonMake --with-openssl do more
2010-07-03  psychonCheck for c-ares 1.5.0 or later in configure
2010-07-03  psychonAdd aclocal.m4 and regenerate configure
2010-07-02  psychonUpdate to latest Csocket
2010-06-30  psychonCorrectly handle CAP REQ
2010-06-29  psychonRemove OnUser{Attached,Detached}
2010-06-29  psychonRemove CZNC::GetUser()
2010-06-27  cflakesChanged some text strings in --makeconf, idea & first...
2010-06-27  cflakesAdd a new -nostore flag to the away module so you can...
2010-06-25  psychonRethink PING/PONG handling
2010-06-24  psychonPatch by DarthGandalf, thanks.
2010-06-22  psychonCorrectly handle large CAP lists from the IRCd
2010-06-22  psychonRemove CHTTPSock::GetErrorPage()
2010-06-22  psychonWebMods: Use PrintErrorPage() instead of GetErrorPage()
2010-06-22  cflakesChanged OnKick module call to be useful.
2010-06-22  psychonDon't accept extra arguments to znc as a config file...
2010-06-21  cflakesRevert unintended change from revision 2029 and added...
2010-06-20  psychonroute_replies: Handle channel lists
2010-06-20  psychonMinor optimization
2010-06-19  cflakesYay for pink invisible unicorns! yay!
2010-06-19  cflakesRemoved a huge comment of unused code from Utils.cpp
2010-06-19  cflakesMade CTable not crash if someone failed at coding at...
2010-06-19  cflakesFixed an issue identified by Un1matr1x: If you were...
2010-06-16  psychonAdd certauth module
2010-06-16  psychonMicro optimization
2010-06-16  psychonSupport disabling CAPabilities
2010-06-13  psychonFix a NULL pointer dereference with traffic stats
2010-06-13  psychonWrite MaxBufferSize to the config
2010-06-13  psychonAdd support for some capabilities
2010-06-13  psychonRevert r2016
2010-06-13  psychonImplement CAP between clients and znc
2010-06-13  psychonMove some common code into CClient::AuthUser()
2010-06-12  psychonAdd new global setting MaxBufferSize
2010-06-08  psychonGetAnonConnectionCount(): Bugfix
2010-06-07  psychonTry to use pkg-config for finding openssl
2010-06-07  psychonconfigure: Really automatically disable perl if it...
2010-06-07  psychonUpdate fixfreenode
2010-06-07  psychonWhoops (wtf was webadmin doing with fake modules?)
2010-06-07  psychonRemove some unneeded functions from CWebSock
2010-06-07  psychonRemove fake modules
2010-06-07  psychonAdd a ":" to the argument list of our CAP REQ
2010-06-06  cflakesRemoved the mis-use of the fake module concept in WebMods.
2010-06-06  psychonAllow leading/trailing spaces in the config
2010-06-06  psychonIncrease the version number to 0.091
2010-06-06  psychonIncrease the version number to 0.090
2010-05-29  cflakesFixed a source code comment. Patch by DGandalf. Thanks!
2010-05-29  cflakesFixed display error with tables that extend further...
2010-05-22  cflakesRemoved unnecessary argument from admin.cpp. LoadModule...
2010-05-22  cflakesFixed web mod traffic being counted twice. Issue identi...
2010-05-21  psychonRemove useless help page on webskins
2010-05-20  psychonPrint a warning if --enable-run-from-source is missing
2010-05-18  psychonmodules/Makefile: Don't try to install www/
2010-05-18  psychonAdd DarthGandalf to AUTHORS
2010-05-17  psychonautoop: Don't abort ongoing exchange on new joins
2010-05-17  psychonMove module's templates to their data dir
next