Changelogs
Overview
These changelogs reflect the history of all files in the CVS repository. The changelog has been generated at 2007-11-22 10:46
Changelog for Legay FileZilla Server (581 changes):
2004-07-19 00:25 Tim Kosse (botg)- readme.htm, source/AdminSocket.cpp, source/ControlSocket.cpp, source/ControlSocket.h, source/FileZilla server.rc, source/OptionTypes.h, source/Permissions.cpp, source/Server.cpp, source/Server.h, source/ServerThread.cpp, source/ServerThread.h, source/StdAfx.h, source/Thread.cpp, source/Thread.h, source/Interface/AdminSocket.cpp, source/Interface/AdminSocket.h, source/Interface/FileZilla server.rc, source/Interface/MainFrm.cpp, source/Interface/MainFrm.h, source/Interface/StatusCtrl.cpp, source/Interface/StatusView.cpp, source/Interface/StatusView.h, source/install/FileZilla Server.nsi: added anti hammering, more speedups, updated version information
- source/Interface/MainFrm.cpp, source/Interface/MainFrm.h, source/Interface/StatusCtrl.cpp, source/Interface/StatusCtrl.h, source/Interface/StatusView.cpp, source/Interface/StatusView.h: more speedups
- source/Interface/AdminSocket.cpp, source/Interface/MainFrm.cpp, source/Interface/UsersListCtrl.cpp, source/Interface/misc/Led.cpp, source/Interface/misc/Led.h: some small speedups
- readme.htm, source/Accounts.cpp, source/ControlSocket.cpp, source/FileZilla server.rc, source/Interface/FileZilla server.rc, source/install/FileZilla Server.nsi: added HELP command; fixed remaining issues with IP filter
- readme.htm, source/Accounts.cpp, source/FileZilla server.rc, source/ListenSocket.cpp, source/Options.cpp, source/Interface/FileZilla server.rc, source/Interface/GroupsDlgSharedFolders.cpp, source/Interface/UsersDlgSharedFolders.cpp, source/install/FileZilla Server.nsi: ip filter fixes
- source/Service.cpp: also recognize - as switch indicator; -reload-config should now also work if called from non-interactive services
- source/Permissions.cpp: typos
- source/GFtp/main.cpp: be more specific if decypting a message fails
- readme.htm, source/Accounts.cpp, source/Accounts.h, source/FileZilla server.rc, source/Permissions.cpp, source/Interface/FileZilla server.rc, source/Interface/GroupsDlgGeneral.cpp, source/Interface/GroupsDlgGeneral.h, source/Interface/UsersDlgGeneral.cpp, source/Interface/UsersDlgGeneral.h, source/Interface/resource.h, source/install/FileZilla Server.nsi: add comments field for users/groups
- source/Accounts.cpp, source/ControlSocket.cpp, source/ControlSocket.h, source/Permissions.cpp, source/Permissions.h, source/Interface/FileZilla server.rc, source/Interface/GroupsDlg.cpp: implemented user based ip filters
- source/Accounts.cpp, source/Accounts.h, source/Interface/FileZilla server.rc, source/Interface/GroupsDlg.cpp, source/Interface/GroupsDlg.h, source/Interface/GroupsDlgIpFilter.cpp, source/Interface/GroupsDlgIpFilter.h, source/Interface/OptionsIpFilterPage.cpp, source/Interface/UsersDlg.cpp, source/Interface/UsersDlg.h, source/Interface/UsersDlgIpFilter.cpp, source/Interface/UsersDlgIpFilter.h, source/Interface/resource.h: interface code for user/group based ip filters
- source/ListenSocket.cpp, source/ListenSocket.h, source/OptionTypes.h, source/Options.cpp, source/Server.h, source/Interface/FileZilla server.rc, source/Interface/OptionsDlg.cpp, source/Interface/OptionsIpFilterPage.cpp, source/Interface/OptionsIpFilterPage.h, source/Interface/resource.h: global ip filter
- source/Accounts.cpp, source/Accounts.h, source/Permissions.cpp, source/Permissions.h, source/Interface/EnterSomething.cpp, source/Interface/EnterSomething.h, source/Interface/FileZilla server.rc, source/Interface/GroupsDlg.cpp, source/Interface/GroupsDlg.h, source/Interface/GroupsDlgGeneral.cpp, source/Interface/GroupsDlgGeneral.h, source/Interface/GroupsDlgSharedFolders.cpp, source/Interface/GroupsDlgSharedFolders.h, source/Interface/GroupsDlgSpeedLimit.cpp, source/Interface/GroupsDlgSpeedLimit.h, source/Interface/OptionsDlg.cpp, source/Interface/UsersDlg.cpp, source/Interface/UsersDlg.h, source/Interface/UsersDlgGeneral.cpp, source/Interface/UsersDlgGeneral.h, source/Interface/UsersDlgSharedFolders.cpp, source/Interface/UsersDlgSharedFolders.h, source/Interface/UsersDlgSpeedLimit.cpp, source/Interface/UsersDlgSpeedLimit.h, source/Interface/resource.h: add directory aliases
- source/FileZilla server.dsp, source/Server.cpp: make VC6 happy
- source/Accounts.cpp, source/Accounts.h, source/ControlSocket.cpp, source/Permissions.cpp: add option to disable accounts
- source/ServerThread.cpp: fixed evil-typo-from-hell which caused the deadlocks, did iterate over the wrong lists
- source/StdAfx.cpp, source/StdAfx.h: added simple lock counter
- source/Interface/GroupsDlg.cpp, source/Interface/UsersDlg.cpp: turn on relative paths by default
- source/ServerThread.cpp: fixed deadlock
- source/ControlSocket.cpp, source/Options.cpp, source/Permissions.cpp, source/ServerThread.cpp, source/StdAfx.cpp, source/StdAfx.h: added debug code to find deadlocks
- source/TransferSocket.cpp: fixed infinite loop using 100% cpu in zlib mode
- source/Options.cpp: use local time instead of utc
- source/Permissions.cpp: fixed rare deadlock situation
- source/Interface/UsersDlgSpeedLimit.cpp: use 3-state bypass checkbox if user is member in a group
- source/ServerThread.cpp: utc timezone was used for speedlimit rules, now using local time