Commit Graph

146 Commits

Author SHA1 Message Date
Drew DeVault
a1329cf81d
Merge pull request #92 from RockyTV/caps
Add support for userhost-in-names cap
2017-12-20 14:40:53 -05:00
Alexandre Oliveira
79d6f1c445 Add support for userhost-in-names cap 2017-12-20 17:09:28 -02:00
Drew DeVault
630d436de1
Merge pull request #91 from RockyTV/caps
Add support for chghost cap
2017-12-20 11:19:20 -05:00
Alexandre Oliveira
6894e8923b Add support for chghost cap 2017-12-20 13:27:53 -02:00
Drew DeVault
274a5721f3 Merge pull request #89 from RockyTV/caps
Add support for account-notify cap
2017-10-13 12:14:43 -04:00
Alexandre Oliveira
794812b946 Add support for account-notify cap 2017-10-13 12:57:01 -03:00
Drew DeVault
f0ffe47b67 Merge pull request #88 from RockyTV/caps
Fix invalid cast exception in WHOX query
2017-10-13 11:34:56 -04:00
Alexandre Oliveira
8482381463 Fix invalid cast exception in WHOX query 2017-10-13 12:34:04 -03:00
Drew DeVault
68822768ca Merge pull request #87 from RockyTV/master
Add support for channel keys
2017-10-05 18:51:22 -04:00
Benjamin Moir
f380779eba Add support for channel keys
Closes #57
2017-10-05 19:40:46 -03:00
Drew DeVault
d1424ba162 Merge pull request #86 from RockyTV/caps
Support WHOX queries
2017-10-04 20:10:55 -04:00
Alexandre Oliveira
545896b79a Support WHOX queries 2017-10-04 21:07:35 -03:00
Drew DeVault
ab980aed56 Merge pull request #85 from RockyTV/caps
Fix NRE thrown by messages with no message tags
2017-10-01 11:37:38 -04:00
Alexandre Oliveira
eda06354e1 Fix NRE thrown by messages with no message tags 2017-10-01 12:30:46 -03:00
Drew DeVault
761a2db332 Merge pull request #84 from HebaruSan/patch-1
Pass Part reason to PartChannel
2017-09-20 06:41:37 -04:00
HebaruSan
37e40aeffd Pass Part reason to PartChannel 2017-09-20 02:21:27 -05:00
Drew DeVault
5281bd9a47 Merge pull request #83 from RockyTV/caps
Add complete support for server-time cap
2017-09-09 23:41:19 +09:00
Alexandre Oliveira
e09248e092 Improve supported caps readability 2017-09-09 00:05:58 -03:00
Alexandre Oliveira
e653691cf9 Add complete support for server-time cap 2017-09-09 00:05:48 -03:00
Drew DeVault
838a33e99a Merge pull request #82 from RockyTV/caps
Fully support IRCv3.2 capability negotiation
2017-08-25 23:14:23 -05:00
Alexandre Oliveira
85a69e9307 Fully support IRCv3.2 capability negotiation
- Added support for the cap-notify capability: http://ircv3.net/specs/extensions/cap-notify-3.2.html
2017-08-26 01:03:03 -03:00
Drew DeVault
7a3fa55e6d Merge pull request #81 from RockyTV/channel-issues
Fix channel issues
2017-08-25 21:08:21 -05:00
Alexandre Oliveira
a8a77372ef Mirror IrcClient.Channels to IrcClient.User.Channels 2017-08-25 23:04:54 -03:00
Alexandre Oliveira
30345b81fd Compare channels by their names
- Talking in #ircdocs, a channel name is unique when server case mapping is applied.
- In short, #abc == #abc, #Abc != #abc
2017-08-25 23:04:45 -03:00
Alexandre Oliveira
879580ccde Support IRCv3.1 multi-prefix capability
- This client capability will make the server send us all prefixes a user may have in NAMES and WHO messages.

- http://ircv3.net/specs/extensions/multi-prefix-3.1.html
2017-08-25 23:02:17 -03:00
Alexandre Oliveira
fac0878e00 Call event with the specified user 2017-08-25 19:48:27 -03:00
Alexandre Oliveira
09a7446a50 Remove user channel modes when they part the channel 2017-08-25 19:47:52 -03:00
Alexandre Oliveira
2d914b2114 Don't remove channel from client channel list when parting it
If we have a logic that handles user parts, leave parts to be handled by this logic. Removing the channel before letting ChatSharp parse parts make it so a user cannot join the same channel after parting it.
2017-08-25 19:44:07 -03:00
Alexandre Oliveira
8d91e92168 Remove useless Pool property from UserPoolView 2017-08-25 19:41:35 -03:00
Drew DeVault
018b6d80c2 Merge pull request #78 from RockyTV/ircv3
Add support for IRCv3 message tags
2017-08-19 12:44:17 -04:00
Drew DeVault
cdd7c7664e Merge pull request #79 from RockyTV/caps
Add basic capability support
2017-08-19 12:44:10 -04:00
Alexandre Oliveira
56e0c6ffeb Add basic capability support
The library now supports capability negotiation.
2017-08-19 13:30:32 -03:00
Drew DeVault
1e6f8e078f Merge pull request #80 from RockyTV/channel-issues
Check if user is not in channel before joining it
2017-08-19 08:08:56 -04:00
Alexandre Oliveira
6df3f9fefc Check if user is not in channel before joining it
Moved the join logic to the null check statement because it wouldn't make sense to add a null channel to a user.
2017-08-19 02:32:36 -03:00
Alexandre Oliveira
79e46fd78b Add support for IRCv3 message tags
As defined in IRCv3, using the following spec as reference: http://ircv3.net/specs/core/message-tags-3.2.html
2017-08-18 22:55:25 -03:00
Drew DeVault
7d2f91e154 Merge pull request #77 from RockyTV/net-std
Add support for .NET Standard and unit tests
2017-08-18 21:06:15 -04:00
Alexandre Oliveira
b80fe34de0 Add testing project 2017-08-18 22:03:59 -03:00
Alexandre Oliveira
793f56cd72 Port to .NET Standard 2.0 2017-08-18 20:16:42 -03:00
Drew DeVault
9d13c6cb21 Merge pull request #64 from anhr/master
Catching of "No such host is known" exception
2017-01-05 03:39:40 -05:00
Andrej
9e8e73c1a8 Change from replie to reply 2017-01-05 15:08:00 +07:00
Andrej
3a587c6f59 Cosmetic changes 2017-01-05 09:50:57 +07:00
Andrej
4a498fc429 IRC server error replies handler
Handler of the IRC server error replies. See rfc1459 6.1 for details.
2017-01-05 09:39:42 +07:00
Andrej
d11905962f actual Exception instead e.Message
Also removed the IRCClient project from this PR
2017-01-04 11:38:00 +07:00
Andrej
36b03fd4c2 Catching of "No such host is known" exception
I have added the catching of exception if server address is invalid or
no internet connection. Also I have added the IRCClient console
application for testing.
2017-01-04 10:57:14 +07:00
Drew DeVault
7907d22aea Update README.md 2016-04-06 18:26:02 -04:00
Drew DeVault
7161447f5b Merge pull request #49 from RockyTV/master
Throw IOE if destination is null on messages
2015-08-25 13:48:53 -04:00
Alexandre Oliveira
57a01ca85f Throw IOE if destination is null on messages 2015-08-25 14:47:54 -03:00
Drew DeVault
68dba861b7 Merge pull request #48 from RockyTV/patch-2
Normalize line endings
2015-08-24 18:02:09 -04:00
Alexandre Oliveira
c6c5e2c758 Normalize line endings 2015-08-24 19:00:44 -03:00
Drew DeVault
fb52c0b1be Merge pull request #44 from RockyTV/master
Added method to send notices
2015-08-16 16:58:16 -04:00