├── UI ├── deops.ico ├── ZedGraph.dll ├── AssemblyInfo.cs ├── Graphics │ ├── about.psd │ ├── arrow.psd │ ├── away.ico │ ├── away.psd │ ├── blank.ico │ ├── blank.psd │ ├── block.ico │ ├── block.psd │ ├── bold.ico │ ├── chat.ico │ ├── color.ico │ ├── diff.gif │ ├── edit.gif │ ├── ghost.psd │ ├── group.ico │ ├── guy.jpg │ ├── guy.psd │ ├── home.png │ ├── home.psd │ ├── inbox.png │ ├── jobs.psd │ ├── logo.jpg │ ├── logo.psd │ ├── mail.ico │ ├── mail.png │ ├── mail.psd │ ├── open.gif │ ├── phone.png │ ├── phone.psd │ ├── post.png │ ├── post.psd │ ├── rank.ico │ ├── rank.psd │ ├── smile.ico │ ├── tiny.bmp │ ├── tiny.psd │ ├── tiny2.psd │ ├── user.ico │ ├── about2.jpg │ ├── about2.psd │ ├── archive.png │ ├── archive.psd │ ├── colors.png │ ├── compose.png │ ├── details.png │ ├── folder.png │ ├── fontbig.ico │ ├── gemini5.jpg │ ├── ghosts.png │ ├── italic.ico │ ├── locked.gif │ ├── locked.png │ ├── magnify.psd │ ├── outbox.png │ ├── refresh.png │ ├── refresh.psd │ ├── riseop.png │ ├── riseop.psd │ ├── storage.png │ ├── storage.psd │ ├── useroff.ico │ ├── archfolder.png │ ├── chatflash.ico │ ├── components.psd │ ├── fontnormal.ico │ ├── fontsmall.ico │ ├── geminipsd.psd │ ├── groupoff.ico │ ├── homeplate.psd │ ├── leftarrow.png │ ├── post_high.png │ ├── post_low.png │ ├── question.psd │ ├── rightarrow.png │ ├── schedule.png │ ├── schedule.psd │ ├── side_max.png │ ├── side_max.psd │ ├── side_min.png │ ├── side_min.psd │ ├── structure.bmp │ ├── structure.vsd │ ├── underlne.ico │ ├── unlocked.gif │ ├── unlocked.png │ ├── userflash.ico │ ├── job_assigned.png │ ├── mail_attach.png │ ├── mail_attach.psd │ ├── refresh copy.png │ ├── setup_banner.psd │ ├── storage │ │ ├── Diff.gif │ │ ├── Edit.gif │ │ ├── Temp.png │ │ ├── Accept.gif │ │ ├── Close.gif │ │ ├── Extend1.gif │ │ ├── Extend2.gif │ │ ├── Folder.png │ │ ├── Ghost.png │ │ ├── Higher.png │ │ ├── InLower.png │ │ ├── Locked.gif │ │ ├── Lower.png │ │ ├── Thumbs.db │ │ ├── reject.gif │ │ ├── replace.gif │ │ ├── Download.gif │ │ ├── InHigher.png │ │ ├── OpenFile.gif │ │ ├── Unlocked.gif │ │ ├── download.psd │ │ ├── GhostFolder.png │ │ ├── DownloadCancel.gif │ │ └── DownloadSmall.png │ ├── job_dispatched.png │ ├── shell diagram.psd │ └── storage icons.psd ├── Interface │ ├── user.ico │ ├── popout.png │ ├── Res │ │ ├── comm.png │ │ ├── data.png │ │ ├── help.png │ │ ├── home.png │ │ ├── news.png │ │ ├── palm.jpg │ │ ├── plans.png │ │ ├── reg.gif │ │ ├── reg.png │ │ ├── save.png │ │ ├── star.png │ │ ├── tools.png │ │ ├── tree.jpg │ │ ├── views.png │ │ ├── compass.psd │ │ ├── discard.png │ │ ├── keyhole.png │ │ ├── manage.png │ │ ├── network.png │ │ ├── project.png │ │ ├── riseop.ico │ │ ├── riseop.png │ │ ├── search.png │ │ ├── splash.jpg │ │ ├── splash.png │ │ ├── splash.psd │ │ ├── warning.png │ │ ├── help_side.png │ │ ├── news_hot.png │ │ ├── operation.png │ │ ├── projects.psd │ │ ├── save_down.png │ │ ├── save_hot.png │ │ ├── save_norm.png │ │ ├── settings.png │ │ ├── discard_down.png │ │ ├── discard_hot.png │ │ ├── discard_norm.png │ │ ├── project add.png │ │ ├── riseop logo.psd │ │ ├── shinybuttons.psd │ │ ├── side_search.png │ │ ├── icons │ │ │ ├── riseop16.ico │ │ │ ├── riseop32.ico │ │ │ ├── riseop48.ico │ │ │ └── riseop64.ico │ │ └── project remove.png │ ├── bugemini5.jpg │ ├── link_denied.ico │ ├── Views │ │ ├── Res │ │ │ ├── bold.ico │ │ │ ├── copy.png │ │ │ ├── cut.png │ │ │ ├── font.png │ │ │ ├── colors.png │ │ │ ├── italic.ico │ │ │ ├── normal.png │ │ │ ├── paste.png │ │ │ ├── fontbig.ico │ │ │ ├── fontsmall.ico │ │ │ ├── projects.psd │ │ │ ├── richtext.png │ │ │ ├── timestamp.png │ │ │ ├── underlne.ico │ │ │ └── fontnormal.ico │ │ ├── TreeListViewEx │ │ │ ├── StringTools.cs │ │ │ ├── IParentChildList.cs │ │ │ ├── TreeListView.resx │ │ │ └── ContainerListView.resx │ │ ├── ContextMenuStripEx.cs │ │ ├── ViewShell.cs │ │ ├── ViewShell.Designer.cs │ │ ├── CustomIconForm.cs │ │ ├── ExternalView.Designer.cs │ │ ├── GetTextDialog.cs │ │ ├── ImageButton.cs │ │ └── ExternalView.cs │ ├── link_confirmed.ico │ ├── link_pending.ico │ ├── Setup │ │ ├── JoinOp.cs │ │ ├── NewProjectForm.cs │ │ ├── IdentityForm.cs │ │ ├── CreateOp.cs │ │ └── InviteForm.cs │ ├── Settings │ │ ├── MyAddress.cs │ │ ├── UpnpLog.cs │ │ ├── User.cs │ │ ├── CacheSetup.cs │ │ └── IgnoreForm.cs │ └── Info │ │ └── NetworkPanel.Designer.cs ├── NLipsum.Core.dll ├── Include │ └── ZedGraph.dll ├── Update │ ├── updateop.ico │ ├── Properties │ │ ├── Settings.settings │ │ ├── Settings.Designer.cs │ │ ├── AssemblyInfo.cs │ │ ├── app.manifest │ │ └── Resources.Designer.cs │ ├── Program.cs │ └── UpdateOp.sln ├── Services │ ├── IM │ │ ├── Res │ │ │ ├── im.ico │ │ │ ├── greenled.png │ │ │ ├── redled.png │ │ │ └── yellowled.png │ │ └── IMUI.cs │ ├── Plan │ │ ├── Res │ │ │ ├── pen.png │ │ │ ├── goals.ico │ │ │ ├── reject.gif │ │ │ ├── star.png │ │ │ ├── target.png │ │ │ ├── archive.png │ │ │ ├── details.png │ │ │ ├── details1.png │ │ │ ├── details2.png │ │ │ ├── highlow.pdn │ │ │ ├── low_goal.png │ │ │ ├── schedule.ico │ │ │ └── high_goal.png │ │ ├── Plan.txt │ │ ├── Goals │ │ │ ├── ProgressText.Designer.cs │ │ │ └── ProgressText.cs │ │ ├── Schedule │ │ │ ├── BlockRow.Designer.cs │ │ │ └── DateSlider.Designer.cs │ │ └── PlanUI.cs │ ├── Board │ │ ├── Res │ │ │ ├── board.ico │ │ │ ├── lower.png │ │ │ ├── post.png │ │ │ ├── compose.ico │ │ │ ├── compose.png │ │ │ ├── higher.png │ │ │ ├── postit.psd │ │ │ ├── high_scope.png │ │ │ └── low_scope.png │ │ └── BoardUI.cs │ ├── Buddy │ │ ├── res │ │ │ ├── away.png │ │ │ ├── buddy.png │ │ │ ├── buddy.psd │ │ │ ├── group.png │ │ │ ├── blocked.png │ │ │ ├── smilely.psd │ │ │ ├── buddy_add.png │ │ │ ├── buddy_who.png │ │ │ ├── group_add.png │ │ │ ├── buddy_remove.png │ │ │ └── group_remove.png │ │ └── BuddyUI.cs │ ├── Chat │ │ ├── Res │ │ │ ├── chat.ico │ │ │ ├── chat.png │ │ │ ├── invite.png │ │ │ ├── pacman.png │ │ │ └── rooms.png │ │ ├── CreateRoom.cs │ │ ├── Chat.txt │ │ ├── ChatUI.cs │ │ └── InviteForm.cs │ ├── Mail │ │ └── Res │ │ │ ├── delete.gif │ │ │ ├── inbox.png │ │ │ ├── mail.ico │ │ │ ├── mail.png │ │ │ ├── mail.psd │ │ │ ├── outbox.png │ │ │ ├── compose.ico │ │ │ ├── compose.png │ │ │ ├── recvmail.png │ │ │ ├── sendmail.ico │ │ │ ├── sentmail.png │ │ │ └── mail_attach.png │ ├── Share │ │ ├── Res │ │ │ ├── icon.png │ │ │ ├── share.ico │ │ │ ├── share.png │ │ │ ├── refresh.png │ │ │ ├── download.png │ │ │ └── sendfile.png │ │ ├── ShareUI.cs │ │ ├── AcceptFileForm.cs │ │ ├── ShareInfoPanel.cs │ │ └── ShareInfoPanel.Designer.cs │ ├── Storage │ │ ├── Res │ │ │ ├── add.gif │ │ │ ├── add.png │ │ │ ├── diff.ico │ │ │ ├── details.png │ │ │ └── storage.ico │ │ ├── Forms │ │ │ ├── EditNotes.cs │ │ │ ├── UnlockForm.cs │ │ │ └── HashStatus.cs │ │ ├── StorageUI.cs │ │ └── InfoPanel.Designer.cs │ ├── Trust │ │ ├── Res │ │ │ ├── link.ico │ │ │ ├── linkup.png │ │ │ ├── unlink.ico │ │ │ ├── unlink.png │ │ │ └── confirmlink.ico │ │ ├── RemoveLinks.cs │ │ ├── Link.txt │ │ ├── LinkChooser.cs │ │ └── EditLink.cs │ ├── Voice │ │ ├── Res │ │ │ ├── Voice.psd │ │ │ ├── VoiceMute.png │ │ │ ├── VoiceOff.png │ │ │ ├── VoicePTT.png │ │ │ ├── VoiceVAD.png │ │ │ └── VoiceSettings.png │ │ └── VoiceSettings.cs │ ├── Profile │ │ ├── Res │ │ │ ├── profile.ico │ │ │ └── DefaultPhoto.jpg │ │ ├── Profile.txt │ │ ├── PreviewTemplate.cs │ │ ├── EditTemplate.cs │ │ ├── ProfileUI.cs │ │ └── PreviewTemplate.Designer.cs │ ├── Update │ │ └── UpdateForm.cs │ ├── Location │ │ ├── StatusForm.cs │ │ └── Location.txt │ └── Transfer │ │ └── BitfieldControl.Designer.cs ├── bin │ └── Debug │ │ ├── libspeex.dll │ │ └── Sim │ │ └── names_ops.txt ├── Simulator │ ├── LegendForm.cs │ ├── TrackFile.cs │ └── SelectServices.cs ├── AppSettings.cs └── app.config ├── Console ├── bin │ └── Debug │ │ ├── start.sh │ │ └── init.txt ├── app.config ├── readme.txt ├── Console.csproj └── Properties │ └── AssemblyInfo.cs ├── Core ├── Include │ ├── libspeex.dll │ └── NLipsum.Core.dll ├── Core.csproj ├── Utilities │ ├── LipsumGenerator.cs │ └── WorkerQueue.cs ├── Implementation │ ├── Design.txt │ └── Protocol │ │ └── G2Header.cs ├── Services │ └── Location │ │ └── LookupService.cs └── Properties │ └── AssemblyInfo.cs ├── Android ├── DroidOps │ ├── Resources │ │ ├── drawable │ │ │ └── Icon.png │ │ ├── values │ │ │ └── Strings.xml │ │ ├── layout │ │ │ └── Main.axml │ │ ├── AboutResources.txt │ │ └── Resource.designer.cs │ ├── Assets │ │ └── AboutAssets.txt │ └── Properties │ │ └── AssemblyInfo.cs └── Android.sln ├── .gitignore ├── readme.md └── license.txt /UI/deops.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/swax/DeOps/HEAD/UI/deops.ico -------------------------------------------------------------------------------- /UI/ZedGraph.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/swax/DeOps/HEAD/UI/ZedGraph.dll -------------------------------------------------------------------------------- /UI/AssemblyInfo.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/swax/DeOps/HEAD/UI/AssemblyInfo.cs -------------------------------------------------------------------------------- /Console/bin/Debug/start.sh: -------------------------------------------------------------------------------- 1 | daemonize -c /home/swax/deops /usr/bin/mono DeOpsConsole.exe -------------------------------------------------------------------------------- /UI/Graphics/about.psd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/swax/DeOps/HEAD/UI/Graphics/about.psd -------------------------------------------------------------------------------- /UI/Graphics/arrow.psd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/swax/DeOps/HEAD/UI/Graphics/arrow.psd -------------------------------------------------------------------------------- /UI/Graphics/away.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/swax/DeOps/HEAD/UI/Graphics/away.ico -------------------------------------------------------------------------------- /UI/Graphics/away.psd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/swax/DeOps/HEAD/UI/Graphics/away.psd -------------------------------------------------------------------------------- /UI/Graphics/blank.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/swax/DeOps/HEAD/UI/Graphics/blank.ico -------------------------------------------------------------------------------- /UI/Graphics/blank.psd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/swax/DeOps/HEAD/UI/Graphics/blank.psd -------------------------------------------------------------------------------- /UI/Graphics/block.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/swax/DeOps/HEAD/UI/Graphics/block.ico -------------------------------------------------------------------------------- /UI/Graphics/block.psd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/swax/DeOps/HEAD/UI/Graphics/block.psd -------------------------------------------------------------------------------- /UI/Graphics/bold.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/swax/DeOps/HEAD/UI/Graphics/bold.ico -------------------------------------------------------------------------------- /UI/Graphics/chat.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/swax/DeOps/HEAD/UI/Graphics/chat.ico -------------------------------------------------------------------------------- /UI/Graphics/color.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/swax/DeOps/HEAD/UI/Graphics/color.ico -------------------------------------------------------------------------------- /UI/Graphics/diff.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/swax/DeOps/HEAD/UI/Graphics/diff.gif -------------------------------------------------------------------------------- /UI/Graphics/edit.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/swax/DeOps/HEAD/UI/Graphics/edit.gif -------------------------------------------------------------------------------- /UI/Graphics/ghost.psd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/swax/DeOps/HEAD/UI/Graphics/ghost.psd -------------------------------------------------------------------------------- /UI/Graphics/group.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/swax/DeOps/HEAD/UI/Graphics/group.ico -------------------------------------------------------------------------------- /UI/Graphics/guy.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/swax/DeOps/HEAD/UI/Graphics/guy.jpg -------------------------------------------------------------------------------- /UI/Graphics/guy.psd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/swax/DeOps/HEAD/UI/Graphics/guy.psd -------------------------------------------------------------------------------- /UI/Graphics/home.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/swax/DeOps/HEAD/UI/Graphics/home.png -------------------------------------------------------------------------------- /UI/Graphics/home.psd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/swax/DeOps/HEAD/UI/Graphics/home.psd -------------------------------------------------------------------------------- /UI/Graphics/inbox.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/swax/DeOps/HEAD/UI/Graphics/inbox.png -------------------------------------------------------------------------------- /UI/Graphics/jobs.psd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/swax/DeOps/HEAD/UI/Graphics/jobs.psd -------------------------------------------------------------------------------- /UI/Graphics/logo.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/swax/DeOps/HEAD/UI/Graphics/logo.jpg -------------------------------------------------------------------------------- /UI/Graphics/logo.psd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/swax/DeOps/HEAD/UI/Graphics/logo.psd -------------------------------------------------------------------------------- /UI/Graphics/mail.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/swax/DeOps/HEAD/UI/Graphics/mail.ico -------------------------------------------------------------------------------- /UI/Graphics/mail.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/swax/DeOps/HEAD/UI/Graphics/mail.png -------------------------------------------------------------------------------- /UI/Graphics/mail.psd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/swax/DeOps/HEAD/UI/Graphics/mail.psd -------------------------------------------------------------------------------- /UI/Graphics/open.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/swax/DeOps/HEAD/UI/Graphics/open.gif -------------------------------------------------------------------------------- /UI/Graphics/phone.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/swax/DeOps/HEAD/UI/Graphics/phone.png -------------------------------------------------------------------------------- /UI/Graphics/phone.psd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/swax/DeOps/HEAD/UI/Graphics/phone.psd -------------------------------------------------------------------------------- /UI/Graphics/post.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/swax/DeOps/HEAD/UI/Graphics/post.png -------------------------------------------------------------------------------- /UI/Graphics/post.psd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/swax/DeOps/HEAD/UI/Graphics/post.psd -------------------------------------------------------------------------------- /UI/Graphics/rank.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/swax/DeOps/HEAD/UI/Graphics/rank.ico -------------------------------------------------------------------------------- /UI/Graphics/rank.psd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/swax/DeOps/HEAD/UI/Graphics/rank.psd -------------------------------------------------------------------------------- /UI/Graphics/smile.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/swax/DeOps/HEAD/UI/Graphics/smile.ico -------------------------------------------------------------------------------- /UI/Graphics/tiny.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/swax/DeOps/HEAD/UI/Graphics/tiny.bmp -------------------------------------------------------------------------------- /UI/Graphics/tiny.psd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/swax/DeOps/HEAD/UI/Graphics/tiny.psd -------------------------------------------------------------------------------- /UI/Graphics/tiny2.psd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/swax/DeOps/HEAD/UI/Graphics/tiny2.psd -------------------------------------------------------------------------------- /UI/Graphics/user.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/swax/DeOps/HEAD/UI/Graphics/user.ico -------------------------------------------------------------------------------- /UI/Interface/user.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/swax/DeOps/HEAD/UI/Interface/user.ico -------------------------------------------------------------------------------- /UI/NLipsum.Core.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/swax/DeOps/HEAD/UI/NLipsum.Core.dll -------------------------------------------------------------------------------- /UI/Graphics/about2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/swax/DeOps/HEAD/UI/Graphics/about2.jpg -------------------------------------------------------------------------------- /UI/Graphics/about2.psd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/swax/DeOps/HEAD/UI/Graphics/about2.psd -------------------------------------------------------------------------------- /UI/Graphics/archive.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/swax/DeOps/HEAD/UI/Graphics/archive.png -------------------------------------------------------------------------------- /UI/Graphics/archive.psd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/swax/DeOps/HEAD/UI/Graphics/archive.psd -------------------------------------------------------------------------------- /UI/Graphics/colors.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/swax/DeOps/HEAD/UI/Graphics/colors.png -------------------------------------------------------------------------------- /UI/Graphics/compose.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/swax/DeOps/HEAD/UI/Graphics/compose.png -------------------------------------------------------------------------------- /UI/Graphics/details.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/swax/DeOps/HEAD/UI/Graphics/details.png -------------------------------------------------------------------------------- /UI/Graphics/folder.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/swax/DeOps/HEAD/UI/Graphics/folder.png -------------------------------------------------------------------------------- /UI/Graphics/fontbig.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/swax/DeOps/HEAD/UI/Graphics/fontbig.ico -------------------------------------------------------------------------------- /UI/Graphics/gemini5.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/swax/DeOps/HEAD/UI/Graphics/gemini5.jpg -------------------------------------------------------------------------------- /UI/Graphics/ghosts.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/swax/DeOps/HEAD/UI/Graphics/ghosts.png -------------------------------------------------------------------------------- /UI/Graphics/italic.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/swax/DeOps/HEAD/UI/Graphics/italic.ico -------------------------------------------------------------------------------- /UI/Graphics/locked.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/swax/DeOps/HEAD/UI/Graphics/locked.gif -------------------------------------------------------------------------------- /UI/Graphics/locked.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/swax/DeOps/HEAD/UI/Graphics/locked.png -------------------------------------------------------------------------------- /UI/Graphics/magnify.psd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/swax/DeOps/HEAD/UI/Graphics/magnify.psd -------------------------------------------------------------------------------- /UI/Graphics/outbox.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/swax/DeOps/HEAD/UI/Graphics/outbox.png -------------------------------------------------------------------------------- /UI/Graphics/refresh.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/swax/DeOps/HEAD/UI/Graphics/refresh.png -------------------------------------------------------------------------------- /UI/Graphics/refresh.psd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/swax/DeOps/HEAD/UI/Graphics/refresh.psd -------------------------------------------------------------------------------- /UI/Graphics/riseop.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/swax/DeOps/HEAD/UI/Graphics/riseop.png -------------------------------------------------------------------------------- /UI/Graphics/riseop.psd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/swax/DeOps/HEAD/UI/Graphics/riseop.psd -------------------------------------------------------------------------------- /UI/Graphics/storage.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/swax/DeOps/HEAD/UI/Graphics/storage.png -------------------------------------------------------------------------------- /UI/Graphics/storage.psd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/swax/DeOps/HEAD/UI/Graphics/storage.psd -------------------------------------------------------------------------------- /UI/Graphics/useroff.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/swax/DeOps/HEAD/UI/Graphics/useroff.ico -------------------------------------------------------------------------------- /UI/Include/ZedGraph.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/swax/DeOps/HEAD/UI/Include/ZedGraph.dll -------------------------------------------------------------------------------- /UI/Interface/popout.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/swax/DeOps/HEAD/UI/Interface/popout.png -------------------------------------------------------------------------------- /UI/Update/updateop.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/swax/DeOps/HEAD/UI/Update/updateop.ico -------------------------------------------------------------------------------- /Core/Include/libspeex.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/swax/DeOps/HEAD/Core/Include/libspeex.dll -------------------------------------------------------------------------------- /UI/Graphics/archfolder.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/swax/DeOps/HEAD/UI/Graphics/archfolder.png -------------------------------------------------------------------------------- /UI/Graphics/chatflash.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/swax/DeOps/HEAD/UI/Graphics/chatflash.ico -------------------------------------------------------------------------------- /UI/Graphics/components.psd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/swax/DeOps/HEAD/UI/Graphics/components.psd -------------------------------------------------------------------------------- /UI/Graphics/fontnormal.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/swax/DeOps/HEAD/UI/Graphics/fontnormal.ico -------------------------------------------------------------------------------- /UI/Graphics/fontsmall.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/swax/DeOps/HEAD/UI/Graphics/fontsmall.ico -------------------------------------------------------------------------------- /UI/Graphics/geminipsd.psd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/swax/DeOps/HEAD/UI/Graphics/geminipsd.psd -------------------------------------------------------------------------------- /UI/Graphics/groupoff.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/swax/DeOps/HEAD/UI/Graphics/groupoff.ico -------------------------------------------------------------------------------- /UI/Graphics/homeplate.psd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/swax/DeOps/HEAD/UI/Graphics/homeplate.psd -------------------------------------------------------------------------------- /UI/Graphics/leftarrow.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/swax/DeOps/HEAD/UI/Graphics/leftarrow.png -------------------------------------------------------------------------------- /UI/Graphics/post_high.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/swax/DeOps/HEAD/UI/Graphics/post_high.png -------------------------------------------------------------------------------- /UI/Graphics/post_low.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/swax/DeOps/HEAD/UI/Graphics/post_low.png -------------------------------------------------------------------------------- /UI/Graphics/question.psd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/swax/DeOps/HEAD/UI/Graphics/question.psd -------------------------------------------------------------------------------- /UI/Graphics/rightarrow.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/swax/DeOps/HEAD/UI/Graphics/rightarrow.png -------------------------------------------------------------------------------- /UI/Graphics/schedule.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/swax/DeOps/HEAD/UI/Graphics/schedule.png -------------------------------------------------------------------------------- /UI/Graphics/schedule.psd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/swax/DeOps/HEAD/UI/Graphics/schedule.psd -------------------------------------------------------------------------------- /UI/Graphics/side_max.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/swax/DeOps/HEAD/UI/Graphics/side_max.png -------------------------------------------------------------------------------- /UI/Graphics/side_max.psd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/swax/DeOps/HEAD/UI/Graphics/side_max.psd -------------------------------------------------------------------------------- /UI/Graphics/side_min.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/swax/DeOps/HEAD/UI/Graphics/side_min.png -------------------------------------------------------------------------------- /UI/Graphics/side_min.psd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/swax/DeOps/HEAD/UI/Graphics/side_min.psd -------------------------------------------------------------------------------- /UI/Graphics/structure.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/swax/DeOps/HEAD/UI/Graphics/structure.bmp -------------------------------------------------------------------------------- /UI/Graphics/structure.vsd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/swax/DeOps/HEAD/UI/Graphics/structure.vsd -------------------------------------------------------------------------------- /UI/Graphics/underlne.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/swax/DeOps/HEAD/UI/Graphics/underlne.ico -------------------------------------------------------------------------------- /UI/Graphics/unlocked.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/swax/DeOps/HEAD/UI/Graphics/unlocked.gif -------------------------------------------------------------------------------- /UI/Graphics/unlocked.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/swax/DeOps/HEAD/UI/Graphics/unlocked.png -------------------------------------------------------------------------------- /UI/Graphics/userflash.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/swax/DeOps/HEAD/UI/Graphics/userflash.ico -------------------------------------------------------------------------------- /UI/Interface/Res/comm.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/swax/DeOps/HEAD/UI/Interface/Res/comm.png -------------------------------------------------------------------------------- /UI/Interface/Res/data.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/swax/DeOps/HEAD/UI/Interface/Res/data.png -------------------------------------------------------------------------------- /UI/Interface/Res/help.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/swax/DeOps/HEAD/UI/Interface/Res/help.png -------------------------------------------------------------------------------- /UI/Interface/Res/home.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/swax/DeOps/HEAD/UI/Interface/Res/home.png -------------------------------------------------------------------------------- /UI/Interface/Res/news.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/swax/DeOps/HEAD/UI/Interface/Res/news.png -------------------------------------------------------------------------------- /UI/Interface/Res/palm.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/swax/DeOps/HEAD/UI/Interface/Res/palm.jpg -------------------------------------------------------------------------------- /UI/Interface/Res/plans.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/swax/DeOps/HEAD/UI/Interface/Res/plans.png -------------------------------------------------------------------------------- /UI/Interface/Res/reg.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/swax/DeOps/HEAD/UI/Interface/Res/reg.gif -------------------------------------------------------------------------------- /UI/Interface/Res/reg.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/swax/DeOps/HEAD/UI/Interface/Res/reg.png -------------------------------------------------------------------------------- /UI/Interface/Res/save.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/swax/DeOps/HEAD/UI/Interface/Res/save.png -------------------------------------------------------------------------------- /UI/Interface/Res/star.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/swax/DeOps/HEAD/UI/Interface/Res/star.png -------------------------------------------------------------------------------- /UI/Interface/Res/tools.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/swax/DeOps/HEAD/UI/Interface/Res/tools.png -------------------------------------------------------------------------------- /UI/Interface/Res/tree.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/swax/DeOps/HEAD/UI/Interface/Res/tree.jpg -------------------------------------------------------------------------------- /UI/Interface/Res/views.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/swax/DeOps/HEAD/UI/Interface/Res/views.png -------------------------------------------------------------------------------- /UI/Interface/bugemini5.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/swax/DeOps/HEAD/UI/Interface/bugemini5.jpg -------------------------------------------------------------------------------- /UI/Services/IM/Res/im.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/swax/DeOps/HEAD/UI/Services/IM/Res/im.ico -------------------------------------------------------------------------------- /UI/bin/Debug/libspeex.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/swax/DeOps/HEAD/UI/bin/Debug/libspeex.dll -------------------------------------------------------------------------------- /UI/Graphics/job_assigned.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/swax/DeOps/HEAD/UI/Graphics/job_assigned.png -------------------------------------------------------------------------------- /UI/Graphics/mail_attach.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/swax/DeOps/HEAD/UI/Graphics/mail_attach.png -------------------------------------------------------------------------------- /UI/Graphics/mail_attach.psd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/swax/DeOps/HEAD/UI/Graphics/mail_attach.psd -------------------------------------------------------------------------------- /UI/Graphics/refresh copy.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/swax/DeOps/HEAD/UI/Graphics/refresh copy.png -------------------------------------------------------------------------------- /UI/Graphics/setup_banner.psd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/swax/DeOps/HEAD/UI/Graphics/setup_banner.psd -------------------------------------------------------------------------------- /UI/Graphics/storage/Diff.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/swax/DeOps/HEAD/UI/Graphics/storage/Diff.gif -------------------------------------------------------------------------------- /UI/Graphics/storage/Edit.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/swax/DeOps/HEAD/UI/Graphics/storage/Edit.gif -------------------------------------------------------------------------------- /UI/Graphics/storage/Temp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/swax/DeOps/HEAD/UI/Graphics/storage/Temp.png -------------------------------------------------------------------------------- /UI/Interface/Res/compass.psd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/swax/DeOps/HEAD/UI/Interface/Res/compass.psd -------------------------------------------------------------------------------- /UI/Interface/Res/discard.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/swax/DeOps/HEAD/UI/Interface/Res/discard.png -------------------------------------------------------------------------------- /UI/Interface/Res/keyhole.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/swax/DeOps/HEAD/UI/Interface/Res/keyhole.png -------------------------------------------------------------------------------- /UI/Interface/Res/manage.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/swax/DeOps/HEAD/UI/Interface/Res/manage.png -------------------------------------------------------------------------------- /UI/Interface/Res/network.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/swax/DeOps/HEAD/UI/Interface/Res/network.png -------------------------------------------------------------------------------- /UI/Interface/Res/project.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/swax/DeOps/HEAD/UI/Interface/Res/project.png -------------------------------------------------------------------------------- /UI/Interface/Res/riseop.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/swax/DeOps/HEAD/UI/Interface/Res/riseop.ico -------------------------------------------------------------------------------- /UI/Interface/Res/riseop.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/swax/DeOps/HEAD/UI/Interface/Res/riseop.png -------------------------------------------------------------------------------- /UI/Interface/Res/search.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/swax/DeOps/HEAD/UI/Interface/Res/search.png -------------------------------------------------------------------------------- /UI/Interface/Res/splash.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/swax/DeOps/HEAD/UI/Interface/Res/splash.jpg -------------------------------------------------------------------------------- /UI/Interface/Res/splash.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/swax/DeOps/HEAD/UI/Interface/Res/splash.png -------------------------------------------------------------------------------- /UI/Interface/Res/splash.psd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/swax/DeOps/HEAD/UI/Interface/Res/splash.psd -------------------------------------------------------------------------------- /UI/Interface/Res/warning.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/swax/DeOps/HEAD/UI/Interface/Res/warning.png -------------------------------------------------------------------------------- /UI/Interface/link_denied.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/swax/DeOps/HEAD/UI/Interface/link_denied.ico -------------------------------------------------------------------------------- /UI/Services/Plan/Res/pen.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/swax/DeOps/HEAD/UI/Services/Plan/Res/pen.png -------------------------------------------------------------------------------- /Core/Include/NLipsum.Core.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/swax/DeOps/HEAD/Core/Include/NLipsum.Core.dll -------------------------------------------------------------------------------- /UI/Graphics/job_dispatched.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/swax/DeOps/HEAD/UI/Graphics/job_dispatched.png -------------------------------------------------------------------------------- /UI/Graphics/shell diagram.psd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/swax/DeOps/HEAD/UI/Graphics/shell diagram.psd -------------------------------------------------------------------------------- /UI/Graphics/storage icons.psd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/swax/DeOps/HEAD/UI/Graphics/storage icons.psd -------------------------------------------------------------------------------- /UI/Graphics/storage/Accept.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/swax/DeOps/HEAD/UI/Graphics/storage/Accept.gif -------------------------------------------------------------------------------- /UI/Graphics/storage/Close.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/swax/DeOps/HEAD/UI/Graphics/storage/Close.gif -------------------------------------------------------------------------------- /UI/Graphics/storage/Extend1.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/swax/DeOps/HEAD/UI/Graphics/storage/Extend1.gif -------------------------------------------------------------------------------- /UI/Graphics/storage/Extend2.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/swax/DeOps/HEAD/UI/Graphics/storage/Extend2.gif -------------------------------------------------------------------------------- /UI/Graphics/storage/Folder.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/swax/DeOps/HEAD/UI/Graphics/storage/Folder.png -------------------------------------------------------------------------------- /UI/Graphics/storage/Ghost.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/swax/DeOps/HEAD/UI/Graphics/storage/Ghost.png -------------------------------------------------------------------------------- /UI/Graphics/storage/Higher.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/swax/DeOps/HEAD/UI/Graphics/storage/Higher.png -------------------------------------------------------------------------------- /UI/Graphics/storage/InLower.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/swax/DeOps/HEAD/UI/Graphics/storage/InLower.png -------------------------------------------------------------------------------- /UI/Graphics/storage/Locked.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/swax/DeOps/HEAD/UI/Graphics/storage/Locked.gif -------------------------------------------------------------------------------- /UI/Graphics/storage/Lower.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/swax/DeOps/HEAD/UI/Graphics/storage/Lower.png -------------------------------------------------------------------------------- /UI/Graphics/storage/Thumbs.db: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/swax/DeOps/HEAD/UI/Graphics/storage/Thumbs.db -------------------------------------------------------------------------------- /UI/Graphics/storage/reject.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/swax/DeOps/HEAD/UI/Graphics/storage/reject.gif -------------------------------------------------------------------------------- /UI/Graphics/storage/replace.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/swax/DeOps/HEAD/UI/Graphics/storage/replace.gif -------------------------------------------------------------------------------- /UI/Interface/Res/help_side.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/swax/DeOps/HEAD/UI/Interface/Res/help_side.png -------------------------------------------------------------------------------- /UI/Interface/Res/news_hot.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/swax/DeOps/HEAD/UI/Interface/Res/news_hot.png -------------------------------------------------------------------------------- /UI/Interface/Res/operation.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/swax/DeOps/HEAD/UI/Interface/Res/operation.png -------------------------------------------------------------------------------- /UI/Interface/Res/projects.psd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/swax/DeOps/HEAD/UI/Interface/Res/projects.psd -------------------------------------------------------------------------------- /UI/Interface/Res/save_down.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/swax/DeOps/HEAD/UI/Interface/Res/save_down.png -------------------------------------------------------------------------------- /UI/Interface/Res/save_hot.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/swax/DeOps/HEAD/UI/Interface/Res/save_hot.png -------------------------------------------------------------------------------- /UI/Interface/Res/save_norm.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/swax/DeOps/HEAD/UI/Interface/Res/save_norm.png -------------------------------------------------------------------------------- /UI/Interface/Res/settings.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/swax/DeOps/HEAD/UI/Interface/Res/settings.png -------------------------------------------------------------------------------- /UI/Interface/Views/Res/bold.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/swax/DeOps/HEAD/UI/Interface/Views/Res/bold.ico -------------------------------------------------------------------------------- /UI/Interface/Views/Res/copy.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/swax/DeOps/HEAD/UI/Interface/Views/Res/copy.png -------------------------------------------------------------------------------- /UI/Interface/Views/Res/cut.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/swax/DeOps/HEAD/UI/Interface/Views/Res/cut.png -------------------------------------------------------------------------------- /UI/Interface/Views/Res/font.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/swax/DeOps/HEAD/UI/Interface/Views/Res/font.png -------------------------------------------------------------------------------- /UI/Interface/link_confirmed.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/swax/DeOps/HEAD/UI/Interface/link_confirmed.ico -------------------------------------------------------------------------------- /UI/Interface/link_pending.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/swax/DeOps/HEAD/UI/Interface/link_pending.ico -------------------------------------------------------------------------------- /UI/Services/Board/Res/board.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/swax/DeOps/HEAD/UI/Services/Board/Res/board.ico -------------------------------------------------------------------------------- /UI/Services/Board/Res/lower.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/swax/DeOps/HEAD/UI/Services/Board/Res/lower.png -------------------------------------------------------------------------------- /UI/Services/Board/Res/post.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/swax/DeOps/HEAD/UI/Services/Board/Res/post.png -------------------------------------------------------------------------------- /UI/Services/Buddy/res/away.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/swax/DeOps/HEAD/UI/Services/Buddy/res/away.png -------------------------------------------------------------------------------- /UI/Services/Buddy/res/buddy.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/swax/DeOps/HEAD/UI/Services/Buddy/res/buddy.png -------------------------------------------------------------------------------- /UI/Services/Buddy/res/buddy.psd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/swax/DeOps/HEAD/UI/Services/Buddy/res/buddy.psd -------------------------------------------------------------------------------- /UI/Services/Buddy/res/group.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/swax/DeOps/HEAD/UI/Services/Buddy/res/group.png -------------------------------------------------------------------------------- /UI/Services/Chat/Res/chat.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/swax/DeOps/HEAD/UI/Services/Chat/Res/chat.ico -------------------------------------------------------------------------------- /UI/Services/Chat/Res/chat.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/swax/DeOps/HEAD/UI/Services/Chat/Res/chat.png -------------------------------------------------------------------------------- /UI/Services/Chat/Res/invite.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/swax/DeOps/HEAD/UI/Services/Chat/Res/invite.png -------------------------------------------------------------------------------- /UI/Services/Chat/Res/pacman.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/swax/DeOps/HEAD/UI/Services/Chat/Res/pacman.png -------------------------------------------------------------------------------- /UI/Services/Chat/Res/rooms.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/swax/DeOps/HEAD/UI/Services/Chat/Res/rooms.png -------------------------------------------------------------------------------- /UI/Services/IM/Res/greenled.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/swax/DeOps/HEAD/UI/Services/IM/Res/greenled.png -------------------------------------------------------------------------------- /UI/Services/IM/Res/redled.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/swax/DeOps/HEAD/UI/Services/IM/Res/redled.png -------------------------------------------------------------------------------- /UI/Services/Mail/Res/delete.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/swax/DeOps/HEAD/UI/Services/Mail/Res/delete.gif -------------------------------------------------------------------------------- /UI/Services/Mail/Res/inbox.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/swax/DeOps/HEAD/UI/Services/Mail/Res/inbox.png -------------------------------------------------------------------------------- /UI/Services/Mail/Res/mail.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/swax/DeOps/HEAD/UI/Services/Mail/Res/mail.ico -------------------------------------------------------------------------------- /UI/Services/Mail/Res/mail.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/swax/DeOps/HEAD/UI/Services/Mail/Res/mail.png -------------------------------------------------------------------------------- /UI/Services/Mail/Res/mail.psd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/swax/DeOps/HEAD/UI/Services/Mail/Res/mail.psd -------------------------------------------------------------------------------- /UI/Services/Mail/Res/outbox.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/swax/DeOps/HEAD/UI/Services/Mail/Res/outbox.png -------------------------------------------------------------------------------- /UI/Services/Plan/Res/goals.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/swax/DeOps/HEAD/UI/Services/Plan/Res/goals.ico -------------------------------------------------------------------------------- /UI/Services/Plan/Res/reject.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/swax/DeOps/HEAD/UI/Services/Plan/Res/reject.gif -------------------------------------------------------------------------------- /UI/Services/Plan/Res/star.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/swax/DeOps/HEAD/UI/Services/Plan/Res/star.png -------------------------------------------------------------------------------- /UI/Services/Plan/Res/target.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/swax/DeOps/HEAD/UI/Services/Plan/Res/target.png -------------------------------------------------------------------------------- /UI/Services/Share/Res/icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/swax/DeOps/HEAD/UI/Services/Share/Res/icon.png -------------------------------------------------------------------------------- /UI/Services/Share/Res/share.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/swax/DeOps/HEAD/UI/Services/Share/Res/share.ico -------------------------------------------------------------------------------- /UI/Services/Share/Res/share.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/swax/DeOps/HEAD/UI/Services/Share/Res/share.png -------------------------------------------------------------------------------- /UI/Services/Storage/Res/add.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/swax/DeOps/HEAD/UI/Services/Storage/Res/add.gif -------------------------------------------------------------------------------- /UI/Services/Storage/Res/add.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/swax/DeOps/HEAD/UI/Services/Storage/Res/add.png -------------------------------------------------------------------------------- /UI/Services/Trust/Res/link.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/swax/DeOps/HEAD/UI/Services/Trust/Res/link.ico -------------------------------------------------------------------------------- /UI/Services/Voice/Res/Voice.psd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/swax/DeOps/HEAD/UI/Services/Voice/Res/Voice.psd -------------------------------------------------------------------------------- /UI/Graphics/storage/Download.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/swax/DeOps/HEAD/UI/Graphics/storage/Download.gif -------------------------------------------------------------------------------- /UI/Graphics/storage/InHigher.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/swax/DeOps/HEAD/UI/Graphics/storage/InHigher.png -------------------------------------------------------------------------------- /UI/Graphics/storage/OpenFile.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/swax/DeOps/HEAD/UI/Graphics/storage/OpenFile.gif -------------------------------------------------------------------------------- /UI/Graphics/storage/Unlocked.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/swax/DeOps/HEAD/UI/Graphics/storage/Unlocked.gif -------------------------------------------------------------------------------- /UI/Graphics/storage/download.psd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/swax/DeOps/HEAD/UI/Graphics/storage/download.psd -------------------------------------------------------------------------------- /UI/Interface/Res/discard_down.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/swax/DeOps/HEAD/UI/Interface/Res/discard_down.png -------------------------------------------------------------------------------- /UI/Interface/Res/discard_hot.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/swax/DeOps/HEAD/UI/Interface/Res/discard_hot.png -------------------------------------------------------------------------------- /UI/Interface/Res/discard_norm.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/swax/DeOps/HEAD/UI/Interface/Res/discard_norm.png -------------------------------------------------------------------------------- /UI/Interface/Res/project add.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/swax/DeOps/HEAD/UI/Interface/Res/project add.png -------------------------------------------------------------------------------- /UI/Interface/Res/riseop logo.psd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/swax/DeOps/HEAD/UI/Interface/Res/riseop logo.psd -------------------------------------------------------------------------------- /UI/Interface/Res/shinybuttons.psd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/swax/DeOps/HEAD/UI/Interface/Res/shinybuttons.psd -------------------------------------------------------------------------------- /UI/Interface/Res/side_search.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/swax/DeOps/HEAD/UI/Interface/Res/side_search.png -------------------------------------------------------------------------------- /UI/Interface/Views/Res/colors.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/swax/DeOps/HEAD/UI/Interface/Views/Res/colors.png -------------------------------------------------------------------------------- /UI/Interface/Views/Res/italic.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/swax/DeOps/HEAD/UI/Interface/Views/Res/italic.ico -------------------------------------------------------------------------------- /UI/Interface/Views/Res/normal.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/swax/DeOps/HEAD/UI/Interface/Views/Res/normal.png -------------------------------------------------------------------------------- /UI/Interface/Views/Res/paste.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/swax/DeOps/HEAD/UI/Interface/Views/Res/paste.png -------------------------------------------------------------------------------- /UI/Services/Board/Res/compose.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/swax/DeOps/HEAD/UI/Services/Board/Res/compose.ico -------------------------------------------------------------------------------- /UI/Services/Board/Res/compose.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/swax/DeOps/HEAD/UI/Services/Board/Res/compose.png -------------------------------------------------------------------------------- /UI/Services/Board/Res/higher.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/swax/DeOps/HEAD/UI/Services/Board/Res/higher.png -------------------------------------------------------------------------------- /UI/Services/Board/Res/postit.psd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/swax/DeOps/HEAD/UI/Services/Board/Res/postit.psd -------------------------------------------------------------------------------- /UI/Services/Buddy/res/blocked.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/swax/DeOps/HEAD/UI/Services/Buddy/res/blocked.png -------------------------------------------------------------------------------- /UI/Services/Buddy/res/smilely.psd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/swax/DeOps/HEAD/UI/Services/Buddy/res/smilely.psd -------------------------------------------------------------------------------- /UI/Services/IM/Res/yellowled.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/swax/DeOps/HEAD/UI/Services/IM/Res/yellowled.png -------------------------------------------------------------------------------- /UI/Services/Mail/Res/compose.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/swax/DeOps/HEAD/UI/Services/Mail/Res/compose.ico -------------------------------------------------------------------------------- /UI/Services/Mail/Res/compose.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/swax/DeOps/HEAD/UI/Services/Mail/Res/compose.png -------------------------------------------------------------------------------- /UI/Services/Mail/Res/recvmail.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/swax/DeOps/HEAD/UI/Services/Mail/Res/recvmail.png -------------------------------------------------------------------------------- /UI/Services/Mail/Res/sendmail.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/swax/DeOps/HEAD/UI/Services/Mail/Res/sendmail.ico -------------------------------------------------------------------------------- /UI/Services/Mail/Res/sentmail.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/swax/DeOps/HEAD/UI/Services/Mail/Res/sentmail.png -------------------------------------------------------------------------------- /UI/Services/Plan/Res/archive.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/swax/DeOps/HEAD/UI/Services/Plan/Res/archive.png -------------------------------------------------------------------------------- /UI/Services/Plan/Res/details.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/swax/DeOps/HEAD/UI/Services/Plan/Res/details.png -------------------------------------------------------------------------------- /UI/Services/Plan/Res/details1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/swax/DeOps/HEAD/UI/Services/Plan/Res/details1.png -------------------------------------------------------------------------------- /UI/Services/Plan/Res/details2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/swax/DeOps/HEAD/UI/Services/Plan/Res/details2.png -------------------------------------------------------------------------------- /UI/Services/Plan/Res/highlow.pdn: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/swax/DeOps/HEAD/UI/Services/Plan/Res/highlow.pdn -------------------------------------------------------------------------------- /UI/Services/Plan/Res/low_goal.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/swax/DeOps/HEAD/UI/Services/Plan/Res/low_goal.png -------------------------------------------------------------------------------- /UI/Services/Plan/Res/schedule.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/swax/DeOps/HEAD/UI/Services/Plan/Res/schedule.ico -------------------------------------------------------------------------------- /UI/Services/Share/Res/refresh.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/swax/DeOps/HEAD/UI/Services/Share/Res/refresh.png -------------------------------------------------------------------------------- /UI/Services/Storage/Res/diff.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/swax/DeOps/HEAD/UI/Services/Storage/Res/diff.ico -------------------------------------------------------------------------------- /UI/Services/Trust/Res/linkup.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/swax/DeOps/HEAD/UI/Services/Trust/Res/linkup.png -------------------------------------------------------------------------------- /UI/Services/Trust/Res/unlink.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/swax/DeOps/HEAD/UI/Services/Trust/Res/unlink.ico -------------------------------------------------------------------------------- /UI/Services/Trust/Res/unlink.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/swax/DeOps/HEAD/UI/Services/Trust/Res/unlink.png -------------------------------------------------------------------------------- /UI/Graphics/storage/GhostFolder.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/swax/DeOps/HEAD/UI/Graphics/storage/GhostFolder.png -------------------------------------------------------------------------------- /UI/Interface/Res/icons/riseop16.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/swax/DeOps/HEAD/UI/Interface/Res/icons/riseop16.ico -------------------------------------------------------------------------------- /UI/Interface/Res/icons/riseop32.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/swax/DeOps/HEAD/UI/Interface/Res/icons/riseop32.ico -------------------------------------------------------------------------------- /UI/Interface/Res/icons/riseop48.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/swax/DeOps/HEAD/UI/Interface/Res/icons/riseop48.ico -------------------------------------------------------------------------------- /UI/Interface/Res/icons/riseop64.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/swax/DeOps/HEAD/UI/Interface/Res/icons/riseop64.ico -------------------------------------------------------------------------------- /UI/Interface/Res/project remove.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/swax/DeOps/HEAD/UI/Interface/Res/project remove.png -------------------------------------------------------------------------------- /UI/Interface/Views/Res/fontbig.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/swax/DeOps/HEAD/UI/Interface/Views/Res/fontbig.ico -------------------------------------------------------------------------------- /UI/Interface/Views/Res/fontsmall.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/swax/DeOps/HEAD/UI/Interface/Views/Res/fontsmall.ico -------------------------------------------------------------------------------- /UI/Interface/Views/Res/projects.psd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/swax/DeOps/HEAD/UI/Interface/Views/Res/projects.psd -------------------------------------------------------------------------------- /UI/Interface/Views/Res/richtext.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/swax/DeOps/HEAD/UI/Interface/Views/Res/richtext.png -------------------------------------------------------------------------------- /UI/Interface/Views/Res/timestamp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/swax/DeOps/HEAD/UI/Interface/Views/Res/timestamp.png -------------------------------------------------------------------------------- /UI/Interface/Views/Res/underlne.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/swax/DeOps/HEAD/UI/Interface/Views/Res/underlne.ico -------------------------------------------------------------------------------- /UI/Services/Board/Res/high_scope.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/swax/DeOps/HEAD/UI/Services/Board/Res/high_scope.png -------------------------------------------------------------------------------- /UI/Services/Board/Res/low_scope.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/swax/DeOps/HEAD/UI/Services/Board/Res/low_scope.png -------------------------------------------------------------------------------- /UI/Services/Buddy/res/buddy_add.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/swax/DeOps/HEAD/UI/Services/Buddy/res/buddy_add.png -------------------------------------------------------------------------------- /UI/Services/Buddy/res/buddy_who.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/swax/DeOps/HEAD/UI/Services/Buddy/res/buddy_who.png -------------------------------------------------------------------------------- /UI/Services/Buddy/res/group_add.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/swax/DeOps/HEAD/UI/Services/Buddy/res/group_add.png -------------------------------------------------------------------------------- /UI/Services/Mail/Res/mail_attach.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/swax/DeOps/HEAD/UI/Services/Mail/Res/mail_attach.png -------------------------------------------------------------------------------- /UI/Services/Plan/Res/high_goal.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/swax/DeOps/HEAD/UI/Services/Plan/Res/high_goal.png -------------------------------------------------------------------------------- /UI/Services/Profile/Res/profile.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/swax/DeOps/HEAD/UI/Services/Profile/Res/profile.ico -------------------------------------------------------------------------------- /UI/Services/Share/Res/download.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/swax/DeOps/HEAD/UI/Services/Share/Res/download.png -------------------------------------------------------------------------------- /UI/Services/Share/Res/sendfile.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/swax/DeOps/HEAD/UI/Services/Share/Res/sendfile.png -------------------------------------------------------------------------------- /UI/Services/Storage/Res/details.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/swax/DeOps/HEAD/UI/Services/Storage/Res/details.png -------------------------------------------------------------------------------- /UI/Services/Storage/Res/storage.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/swax/DeOps/HEAD/UI/Services/Storage/Res/storage.ico -------------------------------------------------------------------------------- /UI/Services/Voice/Res/VoiceMute.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/swax/DeOps/HEAD/UI/Services/Voice/Res/VoiceMute.png -------------------------------------------------------------------------------- /UI/Services/Voice/Res/VoiceOff.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/swax/DeOps/HEAD/UI/Services/Voice/Res/VoiceOff.png -------------------------------------------------------------------------------- /UI/Services/Voice/Res/VoicePTT.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/swax/DeOps/HEAD/UI/Services/Voice/Res/VoicePTT.png -------------------------------------------------------------------------------- /UI/Services/Voice/Res/VoiceVAD.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/swax/DeOps/HEAD/UI/Services/Voice/Res/VoiceVAD.png -------------------------------------------------------------------------------- /UI/Graphics/storage/DownloadCancel.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/swax/DeOps/HEAD/UI/Graphics/storage/DownloadCancel.gif -------------------------------------------------------------------------------- /UI/Graphics/storage/DownloadSmall.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/swax/DeOps/HEAD/UI/Graphics/storage/DownloadSmall.png -------------------------------------------------------------------------------- /UI/Interface/Views/Res/fontnormal.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/swax/DeOps/HEAD/UI/Interface/Views/Res/fontnormal.ico -------------------------------------------------------------------------------- /UI/Services/Buddy/res/buddy_remove.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/swax/DeOps/HEAD/UI/Services/Buddy/res/buddy_remove.png -------------------------------------------------------------------------------- /UI/Services/Buddy/res/group_remove.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/swax/DeOps/HEAD/UI/Services/Buddy/res/group_remove.png -------------------------------------------------------------------------------- /UI/Services/Trust/Res/confirmlink.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/swax/DeOps/HEAD/UI/Services/Trust/Res/confirmlink.ico -------------------------------------------------------------------------------- /UI/Services/Profile/Res/DefaultPhoto.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/swax/DeOps/HEAD/UI/Services/Profile/Res/DefaultPhoto.jpg -------------------------------------------------------------------------------- /UI/Services/Voice/Res/VoiceSettings.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/swax/DeOps/HEAD/UI/Services/Voice/Res/VoiceSettings.png -------------------------------------------------------------------------------- /Android/DroidOps/Resources/drawable/Icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/swax/DeOps/HEAD/Android/DroidOps/Resources/drawable/Icon.png -------------------------------------------------------------------------------- /UI/Interface/Views/TreeListViewEx/StringTools.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/swax/DeOps/HEAD/UI/Interface/Views/TreeListViewEx/StringTools.cs -------------------------------------------------------------------------------- /Console/app.config: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | -------------------------------------------------------------------------------- /Console/bin/Debug/init.txt: -------------------------------------------------------------------------------- 1 | # use script to setup a lookup server 2 | # be careful using it as a server for your own network because password here is in plain text' 3 | 4 | load 1 seed 5 | sleep 3 6 | ident 7 | status -------------------------------------------------------------------------------- /Console/readme.txt: -------------------------------------------------------------------------------- 1 | to run on a linux box: 2 | 3 | zip up build, put on server 4 | sudo apt-get install mono-complete 5 | sudo apt-get install daemonize 6 | sudo apt-get isntall unzip 7 | unzip deops 8 | sudo sh start.sh -------------------------------------------------------------------------------- /Android/DroidOps/Resources/values/Strings.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | Hello World, Click Me! 4 | DroidOps 5 | 6 | -------------------------------------------------------------------------------- /UI/bin/Debug/Sim/names_ops.txt: -------------------------------------------------------------------------------- 1 | Firesoft 2 | Boracle 3 | Pluggle 4 | RedDelicious 5 | iCompany 6 | Microserfs 7 | Watersoft 8 | Airsoft 9 | Earthsoft 10 | CorbanDallasInc 11 | Zorg 12 | Brawdo 13 | 8Chan 14 | SomethingAwesome 15 | B0rd3rz -------------------------------------------------------------------------------- /UI/Services/Profile/Profile.txt: -------------------------------------------------------------------------------- 1 | 2 | Profile Packet Files 3 | template 4 | fields 5 | file=(file name) 6 | 7 | template 8 | 9 | 10 | 11 | 12 | 13 | fields 14 | name=jim 15 | picture=jim.jpg -> sources to file 16 | 17 | 18 | -------------------------------------------------------------------------------- /UI/Update/Properties/Settings.settings: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | -------------------------------------------------------------------------------- /.gitignore: -------------------------------------------------------------------------------- 1 | /Android/Core/bin 2 | /Android/Core/obj 3 | /Android/DroidOps/obj 4 | /Android/DroidOps/bin 5 | /Console/obj 6 | /Console/bin 7 | /Core/obj 8 | /Core/bin 9 | /UI/obj 10 | 11 | /Android/Android.suo 12 | /Android/Android.userprefs 13 | /DeOps.suo 14 | 15 | !/Console/bin/Debug/init.txt 16 | !/Console/bin/Debug/start.sh 17 | .vs/ 18 | UI/bin/ 19 | *.user 20 | -------------------------------------------------------------------------------- /UI/Interface/Views/ContextMenuStripEx.cs: -------------------------------------------------------------------------------- 1 | using System; 2 | using System.Collections.Generic; 3 | using System.Text; 4 | using System.Windows.Forms; 5 | 6 | 7 | namespace DeOps.Interface.Views 8 | { 9 | public class ContextMenuStripEx : ContextMenuStrip 10 | { 11 | public ContextMenuStripEx() 12 | { 13 | GuiUtils.SetupToolstrip(this, new OpusColorTable()); 14 | } 15 | } 16 | } 17 | -------------------------------------------------------------------------------- /UI/Simulator/LegendForm.cs: -------------------------------------------------------------------------------- 1 | using System; 2 | using System.Collections.Generic; 3 | using System.ComponentModel; 4 | using System.Data; 5 | using System.Drawing; 6 | using System.Text; 7 | using System.Windows.Forms; 8 | 9 | using DeOps.Interface; 10 | 11 | namespace DeOps.Simulator 12 | { 13 | public partial class LegendForm : CustomIconForm 14 | { 15 | public LegendForm() 16 | { 17 | InitializeComponent(); 18 | } 19 | } 20 | } -------------------------------------------------------------------------------- /Android/DroidOps/Assets/AboutAssets.txt: -------------------------------------------------------------------------------- 1 | Any raw assets you want to be deployed with your application can be placed in 2 | this directory (and child directories) and given a Build Action of "AndroidAsset". 3 | 4 | These files will be deployed with you package and will be accessible using Android's 5 | AssetManager, like this: 6 | 7 | public class ReadAsset : Activity 8 | { 9 | protected override void OnCreate (Bundle bundle) 10 | { 11 | base.OnCreate (bundle); 12 | 13 | InputStream input = Assets.Open ("my_asset.txt"); 14 | } 15 | } 16 | 17 | Additionally, some Android functions will automatically load asset files: 18 | 19 | Typeface tf = Typeface.CreateFromAsset (Context.Assets, "fonts/samplefont.ttf"); -------------------------------------------------------------------------------- /UI/Services/Chat/CreateRoom.cs: -------------------------------------------------------------------------------- 1 | using System; 2 | using System.Collections.Generic; 3 | using System.ComponentModel; 4 | using System.Data; 5 | using System.Drawing; 6 | using System.Text; 7 | using System.Windows.Forms; 8 | 9 | namespace DeOps.Services.Chat 10 | { 11 | public partial class CreateRoom : DeOps.Interface.CustomIconForm 12 | { 13 | public CreateRoom() 14 | { 15 | InitializeComponent(); 16 | } 17 | 18 | private void ExitButton_Click(object sender, EventArgs e) 19 | { 20 | Close(); 21 | } 22 | 23 | private void OkButton_Click(object sender, EventArgs e) 24 | { 25 | DialogResult = DialogResult.OK; 26 | Close(); 27 | } 28 | } 29 | } -------------------------------------------------------------------------------- /UI/Update/Program.cs: -------------------------------------------------------------------------------- 1 | using System; 2 | using System.Collections.Generic; 3 | using System.Windows.Forms; 4 | 5 | namespace UpdateOp 6 | { 7 | static class Program 8 | { 9 | /// 10 | /// The main entry point for the application. 11 | /// 12 | [STAThread] 13 | static void Main(string[] args) 14 | { 15 | #if DEBUG 16 | args = new string[1]; 17 | args[0] = "RiseOp_1.0.1.exe"; 18 | #endif 19 | 20 | if (args.Length != 1) 21 | return; 22 | 23 | Application.EnableVisualStyles(); 24 | Application.SetCompatibleTextRenderingDefault(false); 25 | Application.Run(new MainForm(args[0])); 26 | } 27 | } 28 | } 29 | -------------------------------------------------------------------------------- /UI/Services/Storage/Forms/EditNotes.cs: -------------------------------------------------------------------------------- 1 | using System; 2 | using System.Collections.Generic; 3 | using System.ComponentModel; 4 | using System.Data; 5 | using System.Drawing; 6 | using System.Text; 7 | using System.Windows.Forms; 8 | 9 | namespace DeOps.Services.Storage 10 | { 11 | public partial class EditNotes : DeOps.Interface.CustomIconForm 12 | { 13 | public EditNotes() 14 | { 15 | InitializeComponent(); 16 | } 17 | 18 | private void EditNotes_Load(object sender, EventArgs e) 19 | { 20 | 21 | } 22 | 23 | private void OKButton_Click(object sender, EventArgs e) 24 | { 25 | 26 | DialogResult = DialogResult.OK; 27 | } 28 | 29 | private void ExitButton_Click(object sender, EventArgs e) 30 | { 31 | Close(); 32 | } 33 | } 34 | } -------------------------------------------------------------------------------- /Core/Core.csproj: -------------------------------------------------------------------------------- 1 | 2 | 3 | Library 4 | DeOpsCore 5 | DeOpsCore 6 | 7 | 8 | net6.0 9 | false 10 | 11 | 12 | 13 | 14 | all 15 | 16 | 17 | 18 | 19 | 20 | 21 | -------------------------------------------------------------------------------- /UI/Interface/Setup/JoinOp.cs: -------------------------------------------------------------------------------- 1 | using System; 2 | using System.Collections.Generic; 3 | using System.ComponentModel; 4 | using System.Data; 5 | using System.Drawing; 6 | using System.Text; 7 | using System.Windows.Forms; 8 | 9 | namespace DeOps.Interface.Startup 10 | { 11 | public partial class JoinOp : CustomIconForm 12 | { 13 | public string OpLink = ""; 14 | public AccessType OpAccess = AccessType.Public; 15 | 16 | public JoinOp() 17 | { 18 | InitializeComponent(); 19 | } 20 | 21 | private void ButtonOK_Click(object sender, EventArgs e) 22 | { 23 | OpLink = LinkBox.Text; 24 | 25 | DialogResult = DialogResult.OK; 26 | Close(); 27 | } 28 | 29 | private void ButtonCancel_Click(object sender, EventArgs e) 30 | { 31 | Close(); 32 | } 33 | } 34 | } 35 | -------------------------------------------------------------------------------- /Console/Console.csproj: -------------------------------------------------------------------------------- 1 | 2 | 3 | net6.0 4 | Exe 5 | DeOpsConsole 6 | DeOpsConsole 7 | false 8 | 9 | 10 | DeOpsConsole.Program 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | 19 | 20 | 21 | all 22 | 23 | 24 | -------------------------------------------------------------------------------- /UI/Interface/Views/ViewShell.cs: -------------------------------------------------------------------------------- 1 | using System; 2 | using System.Collections.Generic; 3 | using System.ComponentModel; 4 | using System.Drawing; 5 | using System.Data; 6 | using System.Text; 7 | using System.Windows.Forms; 8 | 9 | namespace DeOps.Interface 10 | { 11 | public partial class ViewShell : UserControl 12 | { 13 | public ExternalView External; 14 | 15 | public bool BlockReinit; 16 | 17 | public ViewShell() 18 | { 19 | InitializeComponent(); 20 | } 21 | 22 | public virtual void Init() {} 23 | 24 | public virtual bool Fin() { return true; } 25 | 26 | public virtual string GetTitle(bool small) { return ""; } 27 | 28 | public virtual Size GetDefaultSize() 29 | { 30 | return new Size(100, 100); 31 | } 32 | 33 | public virtual Icon GetIcon() 34 | { 35 | return null; 36 | } 37 | } 38 | } 39 | -------------------------------------------------------------------------------- /Core/Utilities/LipsumGenerator.cs: -------------------------------------------------------------------------------- 1 | using System; 2 | using System.Collections.Generic; 3 | using System.Linq; 4 | using System.Text; 5 | using System.Threading.Tasks; 6 | 7 | namespace DeOpsCore.Utilities 8 | { 9 | public class LipsumGenerator 10 | { 11 | internal string[] GenerateParagraphs(int num) 12 | { 13 | return Enumerable.Range(0, num) 14 | .Select(i => "this should be a random paragraph") 15 | .ToArray(); 16 | } 17 | 18 | internal string[] GenerateSentences(int num) 19 | { 20 | return Enumerable.Range(0, num) 21 | .Select(i => "this should be a random string") 22 | .ToArray(); 23 | } 24 | 25 | internal string[] GenerateWords(int num) 26 | { 27 | return Enumerable.Range(0, num) 28 | .Select(i => "randomword?") 29 | .ToArray(); 30 | } 31 | } 32 | } 33 | -------------------------------------------------------------------------------- /UI/Update/UpdateOp.sln: -------------------------------------------------------------------------------- 1 | 2 | Microsoft Visual Studio Solution File, Format Version 10.00 3 | # Visual Studio 2008 4 | Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "UpdateOp", "UpdateOp.csproj", "{A20E0959-1DB9-493E-AE2D-4E37AC0670D1}" 5 | EndProject 6 | Global 7 | GlobalSection(SolutionConfigurationPlatforms) = preSolution 8 | Debug|Any CPU = Debug|Any CPU 9 | Release|Any CPU = Release|Any CPU 10 | EndGlobalSection 11 | GlobalSection(ProjectConfigurationPlatforms) = postSolution 12 | {A20E0959-1DB9-493E-AE2D-4E37AC0670D1}.Debug|Any CPU.ActiveCfg = Debug|Any CPU 13 | {A20E0959-1DB9-493E-AE2D-4E37AC0670D1}.Debug|Any CPU.Build.0 = Debug|Any CPU 14 | {A20E0959-1DB9-493E-AE2D-4E37AC0670D1}.Release|Any CPU.ActiveCfg = Release|Any CPU 15 | {A20E0959-1DB9-493E-AE2D-4E37AC0670D1}.Release|Any CPU.Build.0 = Release|Any CPU 16 | EndGlobalSection 17 | GlobalSection(SolutionProperties) = preSolution 18 | HideSolutionNode = FALSE 19 | EndGlobalSection 20 | EndGlobal 21 | -------------------------------------------------------------------------------- /UI/Services/Profile/PreviewTemplate.cs: -------------------------------------------------------------------------------- 1 | using System; 2 | using System.Collections.Generic; 3 | using System.ComponentModel; 4 | using System.Data; 5 | using System.Drawing; 6 | using System.Text; 7 | using System.Windows.Forms; 8 | 9 | using DeOps.Implementation; 10 | 11 | 12 | namespace DeOps.Services.Profile 13 | { 14 | public partial class PreviewTemplate : DeOps.Interface.CustomIconForm 15 | { 16 | ProfileService Profiles; 17 | EditProfile EditForm; 18 | string Html; 19 | 20 | public PreviewTemplate(string html, EditProfile edit) 21 | { 22 | InitializeComponent(); 23 | 24 | Profiles = edit.Profiles; 25 | EditForm = edit; 26 | Html = html; 27 | } 28 | 29 | private void PreviewTemplate_Load(object sender, EventArgs e) 30 | { 31 | Browser.DocumentText = ProfileView.FleshTemplate(Profiles, Profiles.Core.UserID, 0, Html, EditForm.TextFields, EditForm.FileFields); 32 | } 33 | } 34 | } -------------------------------------------------------------------------------- /UI/Services/Update/UpdateForm.cs: -------------------------------------------------------------------------------- 1 | using System; 2 | using System.Collections.Generic; 3 | using System.ComponentModel; 4 | using System.Data; 5 | using System.Drawing; 6 | using System.Linq; 7 | using System.Text; 8 | using System.Windows.Forms; 9 | 10 | using DeOps.Interface; 11 | 12 | 13 | namespace DeOps.Services.Update 14 | { 15 | public partial class UpdateForm : CustomIconForm 16 | { 17 | public UpdateForm(UpdateInfo info) 18 | { 19 | InitializeComponent(); 20 | 21 | MessageLabel.Text = "DeOps needs to be restarted to finish updating to version " + info.DottedVersion; 22 | 23 | NotesBox.Text = info.Notes; 24 | } 25 | 26 | private void UpdateButton_Click(object sender, EventArgs e) 27 | { 28 | DialogResult = DialogResult.OK; 29 | Close(); 30 | } 31 | 32 | private void LaterButton_Click(object sender, EventArgs e) 33 | { 34 | Close(); 35 | } 36 | } 37 | } 38 | -------------------------------------------------------------------------------- /UI/Interface/Setup/NewProjectForm.cs: -------------------------------------------------------------------------------- 1 | using System; 2 | using System.Collections.Generic; 3 | using System.ComponentModel; 4 | using System.Data; 5 | using System.Drawing; 6 | using System.Text; 7 | using System.Windows.Forms; 8 | 9 | using DeOps.Implementation; 10 | 11 | 12 | namespace DeOps.Interface 13 | { 14 | public partial class NewProjectForm : CustomIconForm 15 | { 16 | OpCore Core; 17 | 18 | public uint ProjectID; 19 | 20 | 21 | public NewProjectForm(OpCore core) 22 | : base(core) 23 | { 24 | InitializeComponent(); 25 | 26 | Core = core; 27 | } 28 | 29 | private void ButtonOK_Click(object sender, EventArgs e) 30 | { 31 | ProjectID = Core.Trust.CreateProject(NameBox.Text); 32 | 33 | DialogResult = DialogResult.OK; 34 | Close(); 35 | } 36 | 37 | private void ButtonCancel_Click(object sender, EventArgs e) 38 | { 39 | Close(); 40 | } 41 | } 42 | } -------------------------------------------------------------------------------- /readme.md: -------------------------------------------------------------------------------- 1 | 2 | ## DeOps - Decentralized Operations 3 | 4 | An experiment in creating a person to person hierarchy of trust, over which services like file systems, communication, and planning can be overlaid. The network is decentralized and users are identified and communicated with though public key encryption. 5 | 6 | The hierarchy is built bottom-up by users that consist of the organization. Each user decides which single user they trust, and from that one decision the hierarchy is built. Ideally this results in a more flexible organization where leaders rise and fall by the trust they earn. 7 | 8 | The network is decentralized and built to scale. A one million person hierarchy of trust could be six levels deep if one person was trusted by ten others, who each were trusted by ten others and so on, 10^6. 9 | 10 | With no dependence on DNS, DeOps is a good solution for creating coordination systems on the fly where there is no or little internet access available. DeOps facilitates coordination, for instance multiple NGOs coming together in a disaster area and setting up an organizational structure. 11 | -------------------------------------------------------------------------------- /Android/DroidOps/Properties/AssemblyInfo.cs: -------------------------------------------------------------------------------- 1 | using System.Reflection; 2 | using System.Runtime.CompilerServices; 3 | using Android.App; 4 | 5 | // Information about this assembly is defined by the following attributes. 6 | // Change them to the values specific to your project. 7 | 8 | [assembly: AssemblyTitle("DroidOps")] 9 | [assembly: AssemblyDescription("")] 10 | [assembly: AssemblyConfiguration("")] 11 | [assembly: AssemblyCompany("")] 12 | [assembly: AssemblyProduct("")] 13 | [assembly: AssemblyCopyright("John")] 14 | [assembly: AssemblyTrademark("")] 15 | [assembly: AssemblyCulture("")] 16 | 17 | // The assembly version has the format "{Major}.{Minor}.{Build}.{Revision}". 18 | // The form "{Major}.{Minor}.*" will automatically update the build and revision, 19 | // and "{Major}.{Minor}.{Build}.*" will update just the revision. 20 | 21 | [assembly: AssemblyVersion("1.0.0")] 22 | 23 | // The following attributes are used to specify the signing key for the assembly, 24 | // if desired. See the Mono documentation for more information about signing. 25 | 26 | //[assembly: AssemblyDelaySign(false)] 27 | //[assembly: AssemblyKeyFile("")] 28 | 29 | -------------------------------------------------------------------------------- /UI/Interface/Setup/IdentityForm.cs: -------------------------------------------------------------------------------- 1 | using System; 2 | using System.Collections.Generic; 3 | using System.ComponentModel; 4 | using System.Data; 5 | using System.Drawing; 6 | using System.Linq; 7 | using System.Text; 8 | using System.Windows.Forms; 9 | 10 | using DeOps.Implementation; 11 | 12 | 13 | namespace DeOps.Interface.Setup 14 | { 15 | public partial class IdentityForm : CustomIconForm 16 | { 17 | public IdentityForm(OpCore core, ulong user) 18 | { 19 | InitializeComponent(); 20 | 21 | string name = core.GetName(user); 22 | 23 | HeaderLabel.Text = HeaderLabel.Text.Replace("", name); 24 | 25 | HelpLabel.Text = HelpLabel.Text.Replace("", name); 26 | 27 | LinkBox.Text = core.GetIdentity(user); 28 | } 29 | 30 | private void CopyLink_LinkClicked(object sender, LinkLabelLinkClickedEventArgs e) 31 | { 32 | Clipboard.SetText(LinkBox.Text); 33 | CopyLink.Text = "Copied"; 34 | } 35 | 36 | private void OKButton_Click(object sender, EventArgs e) 37 | { 38 | Close(); 39 | } 40 | 41 | 42 | 43 | } 44 | } 45 | -------------------------------------------------------------------------------- /Core/Implementation/Design.txt: -------------------------------------------------------------------------------- 1 | 2 | 3 | when client starts dont start republishing cached data on the network until we are established to 4 | prevent spamming the network with files that are already cached. we wait until we have found our place 5 | in the network and keep track of data that is absent. once established we can publish that missing data 6 | for link, mail, plan, profile, board, etc objects 7 | 8 | once establish wait 10 seconds for local nodes to send us patch files so that we can make sure objects 9 | in local area are marked so we dont republish them 10 | 11 | when search for self complete 12 | set established in network class 13 | 14 | per object 15 | load 16 | fix current republishing strat / focus tags etc.. 17 | mark data as unique 18 | 19 | if establishing 20 | cache - dont send publishes 21 | dont replicate 22 | on patch 23 | unmark unique objects 24 | put missing objects in temp objects list, max 500, remove farthest 25 | dont download 26 | 27 | on establish event 28 | set dhtbounds on all objects 29 | publish unique data in bounds 30 | download temp objects in bounds 31 | 32 | timer 33 | prune downloadlaters 34 | 35 | -------------------------------------------------------------------------------- /UI/Update/Properties/Settings.Designer.cs: -------------------------------------------------------------------------------- 1 | //------------------------------------------------------------------------------ 2 | // 3 | // This code was generated by a tool. 4 | // Runtime Version:2.0.50727.1433 5 | // 6 | // Changes to this file may cause incorrect behavior and will be lost if 7 | // the code is regenerated. 8 | // 9 | //------------------------------------------------------------------------------ 10 | 11 | namespace UpdateOp.Properties 12 | { 13 | 14 | 15 | [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()] 16 | [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.VisualStudio.Editors.SettingsDesigner.SettingsSingleFileGenerator", "9.0.0.0")] 17 | internal sealed partial class Settings : global::System.Configuration.ApplicationSettingsBase 18 | { 19 | 20 | private static Settings defaultInstance = ((Settings)(global::System.Configuration.ApplicationSettingsBase.Synchronized(new Settings()))); 21 | 22 | public static Settings Default 23 | { 24 | get 25 | { 26 | return defaultInstance; 27 | } 28 | } 29 | } 30 | } 31 | -------------------------------------------------------------------------------- /UI/Interface/Views/TreeListViewEx/IParentChildList.cs: -------------------------------------------------------------------------------- 1 | // Author: Bill Seddon 2 | // Company: Lyquidity Solutions Limited 3 | // 4 | // This work builds on code posted to SourceForge by 5 | // Jon Rista (jrista@hotmail.com) 6 | // 7 | // This code is provided "as is" and no warranty about 8 | // it fitness for any specific task is expressed or 9 | // implied. If you choose to use this code, you do so 10 | // at your own risk. 11 | // 12 | //////////////////////////////////////////////////////// 13 | 14 | using System; 15 | 16 | namespace DeOps.Interface.TLVex 17 | { 18 | /// 19 | /// IParentChildList provides functions to navigate a mutliply-linked 20 | /// list organized in parent-child format. The current node may navigate 21 | /// upwards to its parent node, forward and backwards in the current 22 | /// level, and down to the next level of its children. 23 | /// 24 | public interface IParentChildList 25 | { 26 | IParentChildList ParentNode(); 27 | 28 | IParentChildList PreviousSibling(); 29 | IParentChildList NextSibling(); 30 | 31 | IParentChildList FirstChild(); 32 | IParentChildList NextChild(); 33 | IParentChildList PreviousChild(); 34 | IParentChildList LastChild(); 35 | } 36 | } 37 | -------------------------------------------------------------------------------- /Android/DroidOps/Resources/layout/Main.axml: -------------------------------------------------------------------------------- 1 | 2 | 6 | 11 |