Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
60 commits
Select commit Hold shift + click to select a range
cafc939
Fix: Some older ZNC might cause nullexception on self introduction
Seven-7 Jul 30, 2016
edd80d5
Unfortunately I met server who doesn't accept : colon before the serv…
Seven-7 Jul 30, 2016
86aa977
Showing user's full address on quit is good
Seven-7 Jul 30, 2016
32e9cc7
Minor adjustments and fixes
Seven-7 Feb 6, 2017
d6904d8
A more acceptable notice, part and /hop with message
Seven-7 Feb 7, 2017
20a892f
Added ability to display correctly NOTICE and PRIVMSG originated from…
Seven-7 Feb 8, 2017
97bf6a1
Added channelname completition
Seven-7 Feb 11, 2017
efd0cc5
Show in Title bar nicklist count and show correctly channel modes
Seven-7 Feb 23, 2017
ce59809
Started to implement TreeView functionality
Seven-7 Feb 26, 2017
a95e23a
Change selected Tab on TreeeView SelectedItemChanged
Seven-7 Feb 26, 2017
4d9dd82
First channelname on channel-completion is the actual active channelname
Seven-7 Feb 26, 2017
f86c3f6
Properly update New Server Tab's Networkname on connection
Seven-7 Feb 26, 2017
3fee3f6
Adjusted default config values
Seven-7 Feb 28, 2017
72294d1
Quick fix: Window is DragMovable on Titlebar MouseDown
Seven-7 Mar 2, 2017
bace9cd
Implemented Oper command
Seven-7 Mar 2, 2017
3bdf0c4
TreeViewItems changes color according to NotifyState
Seven-7 Mar 4, 2017
b3d8792
Unfinished feature to switch TreeViewItem on ChatTabItem change
Seven-7 Mar 4, 2017
f20d8e2
Completed Help.txt
Seven-7 Mar 9, 2017
0aaf7c6
Order channels always first in list
Seven-7 Mar 9, 2017
9f09bb9
Minor rewrite for the TreeView
Seven-7 Apr 6, 2017
ee7e4e9
Accept any CAP capability + some tab-fixes
Seven-7 Apr 6, 2017
339a5fb
Input-edit default color is Black
Seven-7 Apr 8, 2017
05fe217
Allow nick-completion for nicks starting with '=' equal sign
Seven-7 Apr 9, 2017
eadab23
Finished feature switch TreeViewItem on ChatTabItem change
Seven-7 May 23, 2017
2265586
Own Action is also an action, not Own plain text
Seven-7 Oct 10, 2017
f533529
Fix sync between TreeView and TabItems, and other fixes
Seven-7 Jan 27, 2018
4c6dbdd
A fix for /LIST (now switches properly between Status window)
Seven-7 Jan 27, 2018
80b5a62
The right way for sorting /LIST channels
Seven-7 Jan 27, 2018
a15122a
Addded menus to TreeView items
Seven-7 Jan 31, 2018
9ee7c0e
Always show Nickname in Title-bar (even if disconnected), always anno…
Seven-7 Jan 31, 2018
2e63da8
Shortcut for /server /s, /query /q, minor adjustment for disconnected…
Seven-7 Jan 31, 2018
568bce4
Implemented /debug command to view raw data
Seven-7 Jan 31, 2018
3799d94
Probably would be better to stick to tabbed identing
Seven-7 Jan 31, 2018
1e4e387
Nah ...
Seven-7 Jan 31, 2018
485eebd
Implemented ChannelInfoWindow, started UserInfoWindow
Seven-7 Feb 26, 2018
7f8b95d
Still can happen to get invite list from server (znc)
Seven-7 Feb 26, 2018
ac128a0
So far just a basic-looking UserInfoWindow
Seven-7 Mar 1, 2018
332f97a
Milestone feature: Tab Strip Position now can be Right and Left
Seven-7 Mar 22, 2018
8a3113b
Already solved
Seven-7 Mar 22, 2018
168e684
Fix for on-private nick completion
Seven-7 Mar 22, 2018
a96d485
Correctly update channel limit in channel modes
Seven-7 Mar 22, 2018
b86cb4b
Implemented /VERSION command
Seven-7 Mar 28, 2018
e8ac561
Implemented /KILL command
Seven-7 Mar 28, 2018
1106d2f
Accept and show modes, kicks, topics, messages, notices, ctcp's from …
Seven-7 Mar 31, 2018
505d0fa
Connection password can made up from multiple phrases for Login On Co…
Seven-7 Apr 28, 2018
2617239
Show pre-connection messages, and display ERROR messages from server
Seven-7 Apr 28, 2018
92d5328
else if
Seven-7 Apr 28, 2018
8ad6998
Minor enhancement for znc *buffextras support
Seven-7 Sep 5, 2019
673d891
Prevent chatTreeView SizeChange and ScrollChange on SelectionChanged
Seven-7 Oct 9, 2019
6100955
Action triggers full Alert, and Action has own activity color
Seven-7 Oct 10, 2019
24bc028
Action does not color the active selected treeviewitem
Seven-7 Oct 10, 2019
b07628c
Minor fix to Load & Save a Debug config when debugging
Seven-7 Jan 7, 2020
86c5fe9
Worked on NOTICE: notices, channel notices, channel-op notices appear…
Seven-7 Jan 8, 2020
84629fe
Ignore .vs Directory of Visual Studio
Seven-7 Jan 8, 2020
16d82cc
Fix for Notice
Seven-7 Jan 12, 2020
7541e8b
Ability to define individual proxy settings for each network sessions
Seven-7 Jan 27, 2020
d43113c
ColorPicker fix to 64 bit
Seven-7 Jan 28, 2020
1b1f5ca
Migrated to .NET Core/Standard
Seven-7 Jan 28, 2020
dd08ee9
Minor adaptation to .NET Core 3.1
Seven-7 Jan 28, 2020
8372a5e
Thinner line-separators
Seven-7 Jul 23, 2020
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -27,3 +27,7 @@ obj/
[Rr]elease*/
_ReSharper*/
[Tt]est[Rr]esult*
/.vs
#Don't ignore DebugControl UI Control
!Floe.UI/DebugControl/
!Floe.UI/DebugControl/*
17 changes: 0 additions & 17 deletions Floe.Audio/Exceptions.cs

This file was deleted.

102 changes: 0 additions & 102 deletions Floe.Audio/FifoStream.cs

This file was deleted.

84 changes: 0 additions & 84 deletions Floe.Audio/FilePlayer.cs

This file was deleted.

85 changes: 0 additions & 85 deletions Floe.Audio/Floe.Audio.csproj

This file was deleted.

Loading