]> jfr.im git - irc/znc/znc.git/shortlog
irc/znc/znc.git
2008-03-24  psychonFix a memory leak in CUser::Clone() znc-0.054-rc3
2008-03-24  psychonFix a memory leak in rehashing
2008-03-22  psychonFix for GCC 4.3
2008-03-22  psychonFix sf bug #1915864 (patch from x-x) znc-0.054-rc2
2008-03-18  imaginosbug when trying to track down the right chat session
2008-03-18  imaginosdocumented how to debug with valgrind
2008-03-18  imaginosmake sure these scalars are declared as mortals as...
2008-03-17  imaginospossible memleak during onload bu pZNCSpace not being...
2008-03-17  imaginosdecided to restore the config checking during rehash...
2008-03-17  imaginoscould be a global config line
2008-03-17  imaginosinverted condition, woops
2008-03-17  imaginosdont require .pm being in the mod name
2008-03-17  imaginoschanged (un|re)?loadmod to (un|re)?loadperlmodule
2008-03-17  imaginosadded back the ability for global modules to handle...
2008-03-17  imaginosadded back in global module functionality of handling...
2008-03-17  imaginosadded optional length to CaseCmp
2008-03-17  imaginosthrow an warning if package definition is not found
2008-03-04  psychonDon't forward TOPIC changes for detached channels znc-0.054-rc1
2008-03-01  psychonOnly save a single backup of the znc config file
2008-03-01  psychonAdd some currently missing commands to /msg *status...
2008-03-01  psychonautoop: Add a define for the challenge length
2008-03-01  psychonSome ftp clients skip empty files by default, so give...
2008-03-01  psychonAdd --datadir to znc-config.in
2008-03-01  psychonFix compilling modperl
2008-02-29  psychonAdd OnRehashDone() module call
2008-02-29  psychonUpdate to latest Csocket *again*
2008-02-29  psychonUpdate to latest Csocket
2008-02-21  psychonTry to get the user's home (~) from the env ($HOME...
2008-02-19  psychonOne of last commits added some warnings due to -Wshadow...
2008-02-19  psychonFix all those warnings from -Wshadow
2008-02-19  psychonAdd -Wshadow to our CXX flags
2008-02-18  prozacxAdded some svn:ignore rules
2008-02-17  psychonAdd /msg *status listavailmods
2008-02-17  psychonautoop: Don't answer on too short challenges
2008-02-16  psychonAnd fix a shitload of trailing whitespaces and space...
2008-02-16  psychonUpdate to latest Csocket
2008-02-15  psychonThere is no way stdout is a TTY after we forked, so...
2008-02-11  psychonx-x noticed the zncchk script doesn't exist anymore...
2008-02-11  psychonFix CLockFile's fd leak
2008-02-10  psychonMake /msg *status Jump / connect a no-op if the user...
2008-02-10  psychonAdd a Rehash command to /msg *status
2008-02-10  psychonOnly read from stdin if stdin is a TTY
2008-02-10  psychonRehash on SIGHUP
2008-02-10  psychonAdd rehashing
2008-02-10  psychonDon't allow users to change their user name through...
2008-02-08  psychonRemove the pid file when ZNC exits
2008-02-08  psychonAlso write a pid file when we were compiled with -...
2008-02-08  psychonMake CFile::Delete() return a bool (true for success)
2008-02-07  psychonRemove OnConfigLine() module call
2008-02-07  psychonError if a channel is defined more than once
2008-02-07  psychonStart the connect user time in ParseConfig()
2008-02-07  psychonMove the check for listeners from main() to CZNC::Parse...
2008-02-07  psychonUpdate to latest Csocket
2008-02-01  psychonAdd ClearVHost command (patch from SilverLeo, thanks)
2008-01-30  psychonUpdate config.guess and config.sub
2008-01-30  psychonUpdate simple_away's copyright date
2008-01-28  psychonFix a NULL pointer dereference in the 'add user' page...
2008-01-20  psychonIncrease the connect timeout to 2 mins
2008-01-20  psychonWebadmin: Display user's vhost too if it's not in the...
2008-01-20  psychonMove user deletion to CUser::HandleUserDeletion()
2008-01-20  psychonMark GenerateHelp() and die() in main.cpp as static
2008-01-20  psychonMake CListener clean up after itself (Remove the listin...
2008-01-20  psychonUpdate AUTHORS file
2008-01-20  psychonznc.conf: Only write StatusPrefix in the user section...
2008-01-19  psychonI have no clue how, but I managed to break ZNC :( ...
2008-01-18  psychonDon't use <> but "" for the includes in kickrejoin
2008-01-18  psychonSave some space for --disable-modules by not compiling...
2008-01-18  psychonAdd --no-color switch and only use escape sequences...
2008-01-18  psychonAdd DenySetVHost patch from Veit Wahlich aka cru
2008-01-18  psychonSome code clean up and change KeepBuffer and KeepNick...
2008-01-17  psychonAgain, update to latest Csocket
2008-01-16  psychonAnd again some makefile stuff (this time it's some...
2008-01-14  psychonMake znc-buildmod work for fred :)
2008-01-09  psychonAdd simple_away module
2008-01-08  psychonSmall cleanup to calling of OnBoot() for user modules
2008-01-08  psychonFix for OpenBSD and don't busy loop for file locks
2008-01-07  psychonUpdate my mail address in the AUTHORS file
2008-01-07  psychonMake it more clear that the sample module is loaded
2008-01-07  psychonClean up includes
2008-01-07  psychonFix/Change the generation of .depend
2008-01-07  psychonConfig writing: Make the <Chan> sections a lot smaller
2008-01-07  psychonLet awaynick print a message / not load if KeepNick...
2008-01-07  psychonAdd that copyright header to saslauth and add Heiko...
2008-01-07  psychonUpdate copyright header for 2008
2008-01-03  psychonRemove OnFinishedConfig() module call
2008-01-03  psychonFix a segfault on exit
2007-12-27  psychonRemove third argument of main()
2007-12-27  psychonChange the tag CZNC::GetTag() returns to be shorter
2007-12-27  psychonmodules/Makefile: Don't create object files, but direct...
2007-12-20  psychonFix some gcc 4.3 warnings
2007-12-19  psychonCommit patches from x-x which split up long lines
2007-12-12  psychonThis covers the code changes for the datadir move ...
2007-12-12  psychonMove the webadmin skins to /usr/share/znc per default
2007-12-12  psychonMake webadmin use the GLOBALMODCONSTRUCTOR macro
2007-12-06  psychonUpdate to latest Csocket
2007-12-04  psychonAdd -D_FORTIFY_SOURCE=2 to our CXXFLAGS by default
2007-12-03  psychonNew znc-buildmod which works on a bourne shell (at...
2007-12-02  psychonAgain a patch which can be called 'by crox'
2007-12-02  psychonSpelling fixage
2007-12-02  psychonSwitch back to a min select timeout of 500 msec
next