]> jfr.im git - irc/znc/znc.git/shortlog
irc/znc/znc.git
2005-10-13  prozacxInc'd version znc-0.043
2005-10-13  prozacxAdded MOTD support
2005-10-13  prozacxAdded List and Help commands
2005-10-12  prozacxRespect AwaySuffix by starting timers in Clone()
2005-10-12  prozacxAdded List command, enforce <= 32 char chans that start...
2005-10-12  prozacxInternal channels and queries for users connected to znc
2005-10-12  prozacxAdded module hooks for OnUserJoin() and OnUserPart()
2005-10-11  prozacxForward input to user
2005-10-11  prozacxAdded SetUserSock() for global modules
2005-10-11  prozacxAdded an optional pointer to a client sock to skip...
2005-10-11  prozacxAdded OnModCommand hook to global modules
2005-10-10  prozacxAdded beta testers
2005-10-10  prozacxSend a default shutdown message if one isn't supplied...
2005-10-10  prozacxRemoved admin user that was passed via arguments
2005-10-10  prozacxFixed build for non ssl
2005-10-10  prozacxAdded prompt for pem file generation
2005-10-09  prozacxMade multiple clients per user a config option
2005-10-09  prozacxFixed typo - thanks Kuja
2005-10-09  prozacxAllow default config of znc.conf when using --makeconf
2005-10-09  prozacxFixed AwayNick timer and added BackNick timer
2005-10-09  prozacxFixed reattach problem when nick is in use. This was...
2005-10-09  prozacxDon't try to append ident/host if nick contains a dot...
2005-10-09  prozacxAdded better debugging output and fixed problem with...
2005-10-09  prozacxAdded better debugging output
2005-10-09  prozacxDon't add UserSocks every time the irc sock gets connected
2005-10-09  prozacxAdded preliminary support for multiple clients per...
2005-10-09  imaginosneed to make a different serial on each generation
2005-10-09  imaginosrewrite GenerateCert to work with browsers, some code...
2005-10-08  prozacxFixed problem with adding a new user
2005-10-08  prozacxAllocate static CZNC object on the heap
2005-10-08  prozacxDelete static allocated CZNC
2005-09-27  prozacxDo the buffer adding manually before modifying the...
2005-09-27  prozacxMoved some FindChan() calls to below module hook calls
2005-09-26  prozacxEncryption module
2005-09-26  prozacxRemoved const from args in a bunch of hooks
2005-09-26  prozacxRemoved const from CNick in priv/chan hooks
2005-09-26  prozacxAdded ifdefs for HAVE_LIBSSL
2005-09-26  prozacxAdded Encrypt/Decrypt functions for doing blowfish...
2005-09-26  prozacxFixed a unsigned vs signed issue with Base64Decode()
2005-09-25  prozacxAdded *Chomp_n() functions and Base64Encode()
2005-09-25  prozacxAdd * if user supplies no other allowed hosts
2005-09-24  prozacxAdded support for allowed hosts
2005-09-24  prozacxAdded HasParam()
2005-09-24  prozacxAdded user Admin flag and allow user admins to edit...
2005-09-24  prozacxFixed whitespace
2005-09-24  prozacxAdded OnBroadcast()
2005-09-24  prozacxAdded concept of Admin to users
2005-09-24  prozacxAdded MODULECALLCONT() and tweaked other module macros
2005-09-22  prozacxWrite QuitMsg back to config
2005-09-22  prozacxSpiced up the favicon
2005-09-22  prozacxDon't try to add existing chans
2005-09-22  prozacxJoinChans() on new channel
2005-09-22  prozacxLoad temp user's modules as 'fake'
2005-09-22  prozacxAdded ability to load modules as 'fake' just to act...
2005-09-20  prozacxAdded include for znc.h
2005-09-20  prozacxChanged from CUser::GetPemLocation() to CZNC::GetPemLoc...
2005-09-20  prozacxRemoved GetPemLocation()
2005-09-20  prozacxAdded favicon support and removed some debugging statements
2005-09-20  prozacxAdded support for custom content types
2005-09-20  prozacxGot rid of CUser::FindModPath()
2005-09-20  prozacxFixed Base64Decode() to be binary safe
2005-09-20  prozacxRemoved FindModPath()... use CZNC's instead
2005-09-20  prozacxCommented out some debug prints
2005-09-19  prozacxChanged syntax of <label> tag
2005-09-19  prozacxUpgrading to CZNC::Get()
2005-09-19  prozacxUpgrading to CZNC::Get()
2005-09-19  prozacxRemoved CUserSock::SetZNC()
2005-09-19  prozacxGot rid of m_pZNC and started using CZNC::Get()
2005-09-19  prozacxRenamed CZNC::New() to CZNC::Get() and return a static...
2005-09-17  prozacxFixed error message
2005-09-17  prozacxWriteConfig() after deleting a channel
2005-09-17  prozacxDon't show channels during /adduser
2005-09-17  prozacxAdded better support for channels
2005-09-17  prozacxAdded AttachUser()
2005-09-16  prozacxDon't write chan to config if !InConfig()
2005-09-15  prozacxAdded GetOptions()
2005-09-15  prozacxTake advantage of Csocket changes for graceful Close()
2005-09-15  prozacxChanged isClosed() to IsClosed in Csock
2005-09-15  prozacxPulled in changes for graceful Close()
2005-09-15  prozacxPulled in changes for Csocket
2005-09-13  prozacxModule to reattach you to channels on activity
2005-09-13  prozacxMake args read only when DenyLoadMod is being respected
2005-09-13  prozacxAdded a line to rm existing modules in public moddir
2005-09-13  prozacxwrapped two cerr calls in DEBUG_ONLY()
2005-09-13  prozacxAdded support for mod arguments
2005-09-13  prozacxAdded argument support for modules in Clone()
2005-09-12  prozacxAdded support for DenyLoadMod security
2005-09-12  prozacxAdded DenyLoadMod
2005-09-12  prozacxAdded try/catch for LoadModule
2005-09-11  prozacxPrint error if execve() fails
2005-09-11  prozacxTruncate existing config if we are overwriting
2005-09-09  prozacxRemove the unwanted --makeconf option when launching...
2005-09-09  prozacxUnlock the config when we're done
2005-09-09  prozacxRenamed admin to webadmin
2005-09-09  prozacxDon't try the lock until we know the file exists
2005-09-09  prozacxLaunch znc if user answers 'yes'
2005-09-09  prozacxZNC compiles and runs on amd64!
2005-09-08  prozacxIn WriteConfig() - add + to port when listening in...
2005-09-08  prozacxInc'd version znc-0.041
2005-09-08  imaginosadd check for x86_64, if set we need to add -fPIC
next