]> jfr.im git - irc/rizon/znc.git/shortlog
irc/rizon/znc.git
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...
2008-08-28  psychonAdd a 'ShowMOTD' command to *status and reorder 'HELP...
2008-08-27  psychonAdd '/msg *status restart'
2008-08-26  psychonSome changes to CZNC::WriteNewConfig (znc --makeconf)
2008-08-25  psychonAdd some proper cleanup to some places in main()
2008-08-25  psychonDon't start a new process for starting znc after -...
2008-08-25  psychonMove some code around
2008-08-24  psychonUse the new CModule::PutModule(const CTable&) in variou...
2008-08-24  psychonAdd a new function CModule::PutModule(const CTable&)
2008-08-24  psychonMove some common code in main() in front of all those...
2008-08-24  psychonUnify some of the preprocessor macros in Modules.cpp
2008-08-24  psychonDon't check if perl is enabled in modperl
2008-08-23  psychonHandle a theoretically possible 'throw UNLOAD' in CModu...
2008-08-23  psychonFix FTBFS with CTable on g++ 3
2008-08-22  psychonFix some of the direct module calls in Client.cpp
2008-08-21  psychonConnect and reconnect faster to IRC
2008-08-20  psychonSome cleanup and optimizations to CTable
2008-08-18  psychonUpdate to latest Csocket
2008-08-17  imaginoschanging data types back to proper notation, and down...
2008-08-17  imaginosremove const keywords for perl's sake
2008-08-17  imaginosfix arg to PERL_SYS_INIT3
2008-08-17  imaginosbug fix as reported by http://bugs.debian.org/cgi-bin...
2008-07-24  psychonFix a bug where ZNC always thought all channels where...
2008-07-24  psychonFix the keepnick module
2008-07-24  psychonAdd a new module that implements KeepNick
2008-07-24  psychonRemove KeepNick
2008-07-24  psychonMove CClient's UserCommand() and HelpUser() into a...
2008-07-24  psychonHandle the on-connect 433 in an own function
2008-07-24  psychonMove the forwarding of raw 353 into an own function
2008-07-24  psychonmodperl: Fail if modperl.pm can not be loaded
2008-07-24  psychonRemove some unused arguments and unimplemented functions
2008-07-23  psychonEven more weird and broken clients sending even more...
2008-07-23  psychonSome weird clients might send a nickmask prefix, handle...
2008-07-22  psychonSimplify the connect user code a little
2008-07-22  psychonawaynick: Disable KeepNick on load instead of failing...
2008-07-21  psychonpartyline: Some fixes for users who are not connected...
2008-07-21  psychonWe are in a channel when we received the JOIN for it...
2008-07-20  psychonMake webadmin generate salted passwords, too
2008-07-18  psychonEnable some more debug flags with --enable-debug
2008-07-17  psychonDon't throw any exceptions in CModules::LoadModule...
2008-07-17  psychonShell module: Don't give any stdin to executed apps
2008-07-17  psychonShell module: Small cleanup
2008-07-14  psychonMake CClient::GetNickMask() always return a valid nickmask
2008-07-14  psychonFix a potential crash bug on channel part (CChan::RemNi...
2008-07-14  psychonReplace usage of getresuid() with getuid() and geteuid()
2008-07-14  psychonRemove CUser::m_bIRCConnected
2008-07-14  psychonCUser::GetIRCSock() only returns a member var, so it...
2008-07-14  psychonAdd some 'const' attributes to various functions
2008-07-13  psychonFix CUser::Clone() to work with salted passwords
2008-07-13  psychonAdd supports for salted hashes to znc.conf
2008-07-12  psychonznc-config: Don't link in any libraries
2008-07-12  psychon__GNU_LIBRARY__ doesn't seem to be needed on FreeBSD
2008-07-11  psychonConfig reading: Apply a small (unnoticeable) optimization
2008-07-10  psychonIncrease the version number to 0.058
2008-07-10  psychonIncrease the version number to 0.058 znc-0.058
2008-07-08  psychonPlease just ignore this commit and pretend the previous...
2008-07-08  psychonFix a crash with NAMESX
2008-07-08  psychonCIRCSock: Only say we are reconnecting if there is...
2008-07-07  psychonwebadmin: Use the new CZNC::AuthUser() API
2008-07-07  psychonUse CZNC::Auth() to authenticate IRC clients
2008-07-07  psychonUnify some of the webadmin and client authentication...
2008-07-07  psychonFix a privilege escalation bug in webadmin if auth...
2008-07-07  psychonAdd the remote ip to the info CAuthBase got
2008-07-03  psychonMake it more clear where the 'IRCConnectEnabled'-flag...
2008-07-01  psychonRemove -D_GNU_SOURCE from our CXXFLAGS
2008-06-28  psychonCUtils::GetInput(): Kill ZNC if reading from stdin...
2008-06-28  psychonGet PATH_MAX from limits.h
2008-06-27  psychonDisplay the uptime in a more readable way
2008-06-27  psychonRemove some unneeded includes from DCCBounce.h
2008-06-27  psychonFix some Doxygen comments
2008-06-26  psychonIndent is tabs, not spaces
2008-06-24  psychonThe last commit broke with --disable-openssl *fix*
2008-06-23  psychonDon't allow running ZNC as root
2008-06-22  psychonAdd some ExpandString() 'vars'
2008-06-22  psychonautoattach: Don't allow adding the same entry twice
2008-06-21  psychonClean up some includes
2008-06-19  psychonAdd and use CZNC::GetUptime() for getting the current...
next