fixed: UGContainer<Type> used a std::vector<Type> and when a new item was inserted
then current iterators (and pointers) were invalidated now we are using std::vector<Type*> this caused some crashes when a new user was added by 'adduser' winix function added: plugin 'export' is able to upload files on a remote server now (not finished yet) changed: Thumb class is now called: Image and we are able to resize images too (some new options in the config and in mount points) added: some new plugin messages git-svn-id: svn://ttmath.org/publicrep/winix/trunk@764 e52654a7-88a9-db11-a3e9-0013d4bc506e
This commit is contained in:
@@ -31,7 +31,7 @@ createthread.o: ../../core/lastcontainer.h ../../templates/misc.h
|
||||
createthread.o: ../../templates/htmltextstream.h ../../core/mounts.h
|
||||
createthread.o: ../../core/mountparser.h ../../core/crypt.h ../../core/run.h
|
||||
createthread.o: ../../core/users.h ../../core/groups.h ../../core/group.h
|
||||
createthread.o: ../../core/loadavg.h ../../core/thumb.h
|
||||
createthread.o: ../../core/loadavg.h ../../core/image.h
|
||||
createthread.o: ../../core/basethread.h ../../core/threadmanager.h
|
||||
createthread.o: ../../core/synchro.h tdb.h thread.h ../../db/dbbase.h
|
||||
createthread.o: threadinfo.h ../../functions/functions.h
|
||||
@@ -84,7 +84,7 @@ funthread.o: ../../core/lastcontainer.h ../../templates/misc.h
|
||||
funthread.o: ../../templates/htmltextstream.h ../../core/mounts.h
|
||||
funthread.o: ../../core/mountparser.h ../../core/crypt.h ../../core/run.h
|
||||
funthread.o: ../../core/users.h ../../core/groups.h ../../core/group.h
|
||||
funthread.o: ../../core/loadavg.h ../../core/thumb.h ../../core/basethread.h
|
||||
funthread.o: ../../core/loadavg.h ../../core/image.h ../../core/basethread.h
|
||||
funthread.o: ../../core/threadmanager.h ../../core/synchro.h tdb.h thread.h
|
||||
funthread.o: ../../db/dbbase.h threadinfo.h
|
||||
init.o: tdb.h thread.h ../../db/dbbase.h ../../core/error.h reply.h
|
||||
@@ -115,7 +115,7 @@ init.o: ../../core/lastcontainer.h ../../templates/misc.h
|
||||
init.o: ../../templates/htmltextstream.h ../../core/mounts.h
|
||||
init.o: ../../core/mountparser.h ../../core/crypt.h ../../core/run.h
|
||||
init.o: ../../core/users.h ../../core/groups.h ../../core/group.h
|
||||
init.o: ../../core/loadavg.h ../../core/thumb.h ../../core/basethread.h
|
||||
init.o: ../../core/loadavg.h ../../core/image.h ../../core/basethread.h
|
||||
init.o: ../../core/threadmanager.h ../../core/synchro.h threadinfo.h
|
||||
init.o: funthread.h createthread.h showthreads.h ../../core/log.h
|
||||
init.o: ../../core/plugin.h pluginmsg.h ../../core/system.h
|
||||
@@ -169,7 +169,7 @@ reply.o: ../../core/ugcontainer.h ../../core/lastcontainer.h
|
||||
reply.o: ../../templates/misc.h ../../templates/htmltextstream.h
|
||||
reply.o: ../../core/mounts.h ../../core/mountparser.h ../../core/crypt.h
|
||||
reply.o: ../../core/run.h ../../core/users.h ../../core/groups.h
|
||||
reply.o: ../../core/group.h ../../core/loadavg.h ../../core/thumb.h
|
||||
reply.o: ../../core/group.h ../../core/loadavg.h ../../core/image.h
|
||||
reply.o: ../../core/basethread.h ../../core/threadmanager.h
|
||||
reply.o: ../../core/synchro.h tdb.h thread.h ../../db/dbbase.h threadinfo.h
|
||||
reply.o: ../../functions/functions.h ../../functions/functionbase.h
|
||||
@@ -226,7 +226,7 @@ showthreads.o: ../../templates/misc.h ../../templates/htmltextstream.h
|
||||
showthreads.o: ../../core/mounts.h ../../core/mountparser.h
|
||||
showthreads.o: ../../core/crypt.h ../../core/run.h ../../core/users.h
|
||||
showthreads.o: ../../core/groups.h ../../core/group.h ../../core/loadavg.h
|
||||
showthreads.o: ../../core/thumb.h ../../core/basethread.h
|
||||
showthreads.o: ../../core/image.h ../../core/basethread.h
|
||||
showthreads.o: ../../core/threadmanager.h ../../core/synchro.h tdb.h thread.h
|
||||
showthreads.o: ../../db/dbbase.h threadinfo.h
|
||||
tdb.o: tdb.h thread.h ../../db/dbbase.h ../../core/error.h ../../core/log.h
|
||||
@@ -258,7 +258,7 @@ templates.o: ../../core/lastcontainer.h ../../templates/misc.h
|
||||
templates.o: ../../templates/htmltextstream.h ../../core/mounts.h
|
||||
templates.o: ../../core/mountparser.h ../../core/crypt.h ../../core/run.h
|
||||
templates.o: ../../core/users.h ../../core/groups.h ../../core/group.h
|
||||
templates.o: ../../core/loadavg.h ../../core/thumb.h ../../core/basethread.h
|
||||
templates.o: ../../core/loadavg.h ../../core/image.h ../../core/basethread.h
|
||||
templates.o: ../../core/threadmanager.h thread.h tdb.h ../../db/dbbase.h
|
||||
templates.o: reply.h ../../functions/functionbase.h ../../core/request.h
|
||||
templates.o: ../../core/synchro.h funthread.h createthread.h showthreads.h
|
||||
@@ -315,5 +315,5 @@ threadinfo.o: ../../core/lastcontainer.h ../../templates/misc.h
|
||||
threadinfo.o: ../../templates/htmltextstream.h ../../core/mounts.h
|
||||
threadinfo.o: ../../core/mountparser.h ../../core/crypt.h ../../core/run.h
|
||||
threadinfo.o: ../../core/users.h ../../core/groups.h ../../core/group.h
|
||||
threadinfo.o: ../../core/loadavg.h ../../core/thumb.h ../../core/basethread.h
|
||||
threadinfo.o: ../../core/loadavg.h ../../core/image.h ../../core/basethread.h
|
||||
threadinfo.o: ../../core/threadmanager.h thread.h tdb.h ../../db/dbbase.h
|
||||
|
Reference in New Issue
Block a user