]> jfr.im git - irc/znc/znc.git/shortlog
irc/znc/znc.git
2005-05-14  prozacxInc'd version znc-0.035
2005-05-14  prozacxAdded some more things to delete in distclean
2005-05-14  imaginosmake perl hash map, update to use new getpermstr
2005-05-14  imaginosadded method to get list of nicks on a channel
2005-05-14  imaginosdont require all args for Put*
2005-05-14  imaginosneed to throw G_KEEPERR flag when calling ZNC::Eval
2005-05-14  imaginosfix alot of things, and tune it out.
2005-05-14  imaginossanity commit
2005-05-14  imaginosability to catch errors in perl added
2005-05-14  prozacxAdded owner/admin/halfops to default permissions
2005-05-14  prozacxAdded OnChanPermission()
2005-05-14  prozacxAdded calls to module hooks: OnChanPermission() OnOp...
2005-05-14  prozacxAdded OnChanPermission() hook for when people get opped...
2005-05-14  prozacxAdded ToString() overloads for char and unsigned char
2005-05-13  prozacxAdded functionality for dynamic modes using ISUPPORT...
2005-05-13  imaginosmore tweaks and pokes, removed some debugging add some...
2005-05-13  imaginossome more tweaks, added command ability
2005-05-12  imaginoscode cleanup, plus elagance :) adding also perl SV...
2005-05-12  imaginosadded some number conversion code
2005-05-12  imaginoscatch the errors, finish this off
2005-05-12  imaginosfix OnBoot, default otherwise should be false
2005-05-12  imaginosmake PERL_EXIT_DESTRUCT_END optional
2005-05-12  imaginosadded Put* XS calls
2005-05-12  imaginosadded all the callbacks
2005-05-12  imaginosjust reuse label name, cleaner simpler
2005-05-12  imaginosadd timer support
2005-05-11  imaginosadded HAVE_PERL to PERLCC so needless dependencies...
2005-05-11  imaginosfinished off infastructure of modperl stuff plus adjust...
2005-05-11  imaginosinitial import of modperl into znc
2005-05-11  prozacxAdded body to ParseISupport()
2005-05-11  prozacxAdded ParseISupport() for raw 005
2005-05-11  prozacxFixed Reset() to clear out topic info
2005-05-10  prozacxAdded force = true to JoinUser() on attach
2005-05-10  prozacxFixed bug when client tried to cycle.. only attach...
2005-05-10  prozacxAdded a message when not forking because we are in...
2005-05-10  prozacxFixed bug in RightTrim() and LeftTrim() for empty strings
2005-05-10  imaginosadded a quick check for dlopen in case not required...
2005-05-10  prozacxAdded code for WildCmp()
2005-05-10  prozacxFixed bugs while using --disable-modules
2005-05-08  prozacxChanged references to strcasecmp over to CString::CaseCmp
2005-05-08  prozacxRemoved debug print
2005-05-08  prozacxMoved CUtils::wildcmp() into CString class
2005-05-08  prozacxAdded AsUpper() and AsLower()
2005-05-08  prozacxMoved CUtils::ToString() into CString class
2005-05-08  prozacxMoved CUtils::ToString() into CString class
2005-05-08  prozacxMoved CUtils::Trim() into CString class
2005-05-07  prozacxMoved some more functions from CUtils into CString
2005-05-07  prozacxMoved CUtils::Ellipsize() into CString class
2005-05-07  prozacxMoved CUtils::Token() into CString class
2005-05-07  prozacxChanged Token() and Ellipsize() to const
2005-05-06  prozacxAdded include for main.h to get Csocket defines
2005-05-06  prozacxAdded include for errno - thanks derblubbe
2005-05-05  prozacxChanged all references to std::string over to CString
2005-05-03  prozacxCString class
2005-05-03  prozacxAdded String.o/cpp
2005-05-02  prozacxFixed up the module prompting portion of the auto conf...
2005-05-02  prozacxGet CFile from FileUtils.h now
2005-05-02  prozacxAdded param CZNC* for GetAvailableMods()
2005-05-02  prozacxAdded in code for GetAvailableMods()
2005-05-02  prozacxAdded FileUtils
2005-05-02  prozacxAdded CDir and split CFile out from Utils.cpp/h
2005-05-02  prozacxSplit CFile into its own files called FileUtils.cpp/h
2005-05-02  prozacxAdded module loading into auto conf generator
2005-05-02  prozacxAdded GetAvailableMods() (stubbed for now)
2005-05-02  prozacxAdded some output to tell user how to connect
2005-05-02  prozacxAdded optional bool param to PrintMessage() to make...
2005-05-02  prozacxAdded optional bool param to PrintMessage() to make...
2005-05-01  prozacxAdded Version command
2005-05-01  prozacxChanged to using CZNC::GetTag()
2005-05-01  prozacxAdded GetTag()
2005-05-01  prozacxAdded --version and reformatted some whitespace
2005-05-01  prozacxInc'd version znc-0.034
2005-05-01  prozacxRemoved default version reply since it is now handled...
2005-05-01  prozacxAdded in default Quit/Version messages
2005-05-01  prozacxChanged default for altnick/ident to nick not user...
2005-05-01  prozacxRenamed some stuff
2005-04-30  prozacxSplit constructor channel argument into chan/key
2005-04-30  prozacxFixed up the auto config generation a bit
2005-04-30  prozacxAdded IsValidHostName()
2005-04-30  prozacxAdded IsValidUserName()
2005-04-30  prozacxAdded # to front of chan name if it doesn't start with...
2005-04-30  prozacxRemoved a debug print
2005-04-30  prozacxChanged some input functions to use GetNumInput()
2005-04-30  prozacxAdded GetNumInput() and sHint argument to GetInput
2005-04-29  prozacxAdded WriteNewConfig() to make it easier for new installs
2005-04-29  prozacxChanged method of obtaining pass to CUtils::GetHashPass()
2005-04-29  prozacxAdded GetHashPass()
2005-04-29  prozacxFixed pem file auto creation prompting
2005-04-29  prozacxAdded default values for GetInput() and GetBoolInput()
2005-04-28  prozacxGot rid of those pesky trailing whitespaces
2005-04-28  prozacxAdded prompt to ask user if they want a missing pem...
2005-04-28  prozacxAdded GetInput() and GetBoolInput()
2005-04-28  imaginosmisc cleanups and some comment fixing
2005-04-28  prozacxSplit Csocket.h out into h/cpp files
2005-04-28  prozacxGot rid of pesky whitespace
2005-04-28  prozacxAdded ListServers/AddServer/RemServer commands
2005-04-28  prozacxAdded Find/DelServer()
2005-04-28  prozacxAdded Find/DelServer()
2005-04-26  prozacxAdded a confirmation to --makepass
2005-04-26  prozacxAdded a space at the end of the message in PrintPrompt()
next