]> jfr.im git - irc/znc/znc.git/shortlog
irc/znc/znc.git
2005-09-07  prozacxInc'd version znc-0.038
2005-09-07  prozacxChanged domain from gmail to rottenboy
2005-09-06  prozacxAdded some global settings
2005-09-06  prozacxAdded HTML escaping
2005-09-06  prozacxOnly error if REQUIRESSL is set *and* HAVE_LIBSSL is...
2005-09-06  prozacxAdded REQUIRESSL
2005-09-06  prozacxAdded some ifdef HAVE_LIBSSL constraints
2005-09-06  prozacxLook for REQUIRESSL instead of HAVE_LIBSSL when decidin...
2005-09-06  prozacxAdded REQUIRESSL for modules who absolutely must have ssl
2005-08-02  prozacxAdded GetParamValues() overload which returns a set...
2005-08-02  prozacxPrint VHost in WriteConfig()
2005-08-02  prozacxAdded some helper functions
2005-07-21  prozacxInit m_bDone to false, duh
2005-07-19  prozacxAdded global vhosts and getters/setters for ISpoof*
2005-07-19  prozacxAdded GetParamString() and m_bDone
2005-07-19  prozacxMoved ReadData() to be called before PushBuff()
2005-07-18  prozacxAdded a nav bar on the side
2005-07-18  prozacxChanged from Move() to Copy() when backing up configs
2005-07-18  prozacxUpped buffer to 8192 in Copy()
2005-07-18  prozacxAdded Copy()
2005-07-18  prozacxWrite config when deleting a user
2005-07-18  prozacxLet CZNC take care of writing the config after a delete
2005-07-18  prozacxWrite the config when deleting a user
2005-07-18  prozacxFixed some empty whitespace issues in WriteConfig()
2005-07-18  prozacxAdded config writing and single user editing
2005-07-18  prozacxAdded WriteConfig()
2005-07-18  prozacxAdded ifdef for modules
2005-07-18  prozacxAdded ifdefs for modules
2005-07-18  prozacxAdded GetString()
2005-07-18  prozacxAdded Set/GetArgs() for telling the args a mod was...
2005-07-18  prozacxAdded WriteConfig()
2005-07-18  prozacxLimit the length of the alt nick
2005-07-11  prozacxMade /part remove a chan that is in 'Trying' state
2005-07-11  prozacxAdded some more functionality to Clone()
2005-07-11  prozacxMade const version of GetModules()
2005-07-11  prozacxMade some functions const
2005-07-11  prozacxMoved JoinChans() into CUser
2005-07-11  prozacxAdded JoinChans(), made FindChans() const and added...
2005-07-11  prozacxAdded column to listchans for InConfig
2005-07-10  prozacxAdded flag to CChan to tell whether chan is in the...
2005-07-10  prozacxAdded InConfig() to tell whether this chan is saved...
2005-07-10  prozacxFixed bug in POST by keeping track of buffer in member var
2005-07-09  prozacxAdded preliminary support for editing a user
2005-07-09  prozacxAdded Clone()
2005-07-07  prozacxChanged colors
2005-07-07  prozacxChanged colors
2005-07-06  prozacxAdded color to the fieldsets
2005-07-06  prozacxAdded disabled flag for user textbox when editing a...
2005-07-06  prozacxAdded prefills for edituser
2005-07-06  prozacxChanged CTCPReply to reply even when user is attached
2005-07-06  prozacxAdded GetAllowedHosts()
2005-07-06  prozacxAdded GetAllowedHosts() and don't insert empties in...
2005-07-05  prozacxAllows for adding/editing users on the fly via a browser
2005-07-05  prozacxAdded HTTPSock
2005-07-05  prozacxHTTP Server
2005-07-05  prozacxAdded AutoCycle to CUser
2005-07-05  prozacxAdded AutoCycle and GetCurrentServer()
2005-07-05  prozacxAdded ToBool()
2005-07-04  prozacxRenamed RightTrim() to TrimRight()
2005-07-04  prozacxKeep track of the timers and delete them upon destruction
2005-07-04  prozacxAdded Trim*_n() functions and renamed Right/LeftTrim...
2005-07-04  prozacxAdded DeleteUser() FindUser() and a method for deleting...
2005-07-04  prozacxAdded GetZNC()
2005-07-01  prozacxAdded Base64Decode
2005-07-01  prozacxChanged behavior to only prompt for config creation...
2005-07-01  prozacxAdded SetFileName()
2005-07-01  prozacxAdded Split()
2005-07-01  prozacxEnsure user is authed before parsing any commands
2005-06-30  prozacxChanged CString::Token() to split on a string rather...
2005-06-30  prozacxAdded Escape() and Split() - Changed Token to split...
2005-06-29  prozacxAdded virtual keyword to GetSockObj()
2005-06-29  prozacxAdded VCString typedef
2005-06-28  prozacxAdded CTCPReply config option and removed VersionReply
2005-06-28  imaginosonly if ssl is enabled
2005-06-28  imaginosadd test program for modperl
2005-06-28  imaginosneed sys/stat.h to compile on freebsd
2005-06-27  prozacxPulled in fix for VHost not being respected
2005-06-20  imaginosquick modperl tutorial and examples
2005-06-14  prozacxAdded config option for bouncing dccs
2005-06-13  prozacxAdded 65K of buffer while still sending packets
2005-06-13  prozacxAdded Put*() wrappers in CSocket
2005-06-12  prozacxCommented GetDataPath() as it has been replaced
2005-06-12  prozacxChanged to new GetSavePath()
2005-06-12  prozacxChanged locations of some paths
2005-06-12  prozacxAdded GetSavePath() for getting the path to save data to
2005-06-11  prozacxChanged some whitespace
2005-06-06  prozacxAdded ToShort() and ToUShort()
2005-06-06  prozacxAdded more columns to ListSockets() table and made...
2005-06-01  prozacxAdded support for sockets within modules
2005-06-01  prozacxChanged case on itimeout
2005-06-01  prozacxChanged port from int to ushort
2005-05-31  prozacxChanged perms of created config to 0600
2005-05-27  prozacxAdded bForce to KeepNick() to be used when your origina...
2005-05-27  prozacxInc'd trys required for forcing KeepNick
2005-05-27  prozacxFixed flooding issue with KeepNick - only send NICK...
2005-05-27  prozacxAdded a timeout for when the server list is exausted
2005-05-27  prozacxAdded IsLastServer() and ConnectPaused()
2005-05-26  prozacxCall CChan::Reset() when disconnected
2005-05-26  prozacxClear out m_muuPermCount in Reset()
2005-05-26  prozacxFixed ModeChange() to not add list type modes
next