Commit Graph

26 Commits

Author SHA1 Message Date
Ben Harris 53add8700f netstandard and revert target type new 2024-04-19 00:24:48 -04:00
Ben Harris b82b8c259a .net 6, tidy up some warnings 2022-04-12 16:14:48 -04:00
Ben Harris d83294c7bc s/freenode/libera/ 2021-09-17 17:02:16 -04:00
Ben Harris 3049122294 .net 5.0 and apply formatting 2021-09-17 16:24:13 -04:00
Alexandre Oliveira 793f56cd72 Port to .NET Standard 2.0 2017-08-18 20:16:42 -03: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 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 b1edf96cbc Add XML docs to all public members 2015-07-31 21:06:22 -04:00
Drew DeVault 40389177f1 Move channel users into a shared user pool
This makes it so that there are never two user objects for any given
user on the network.
2015-07-31 18:42:52 -04:00
Drew DeVault fdd4274ed2 Add NickChanged event 2015-05-10 17:12:20 -06:00
Alexandre Oliveira 281f86774a Properly set the channel topic 2015-04-06 19:31:16 -03:00
Puck Meerburg 86ba98e9b6 Add WhoIsReceived event, add LoggedInAs to WhoIs 2015-02-19 22:31:51 +01:00
Drew DeVault 814cd6e74d Add support for actions 2014-07-21 21:22:19 -06:00
Drew DeVault 6877b7b884 Added kick and other vanity methods 2013-06-01 16:38:57 -06:00
Drew DeVault 5e621c9b33 Fixed up mode support 2013-06-01 14:57:43 -06:00
Drew DeVault d734f722d6 Added support for 005 "ISupport" message 2013-05-19 21:31:36 -06:00
Drew DeVault 9127f7322f Removed old MODE code in preperation for rewrite 2013-05-19 20:21:30 -06:00
Drew DeVault b1e9d2a484 Made RequestOperations instance-specific 2013-04-17 10:16:55 -06:00
Drew DeVault 9136012bca Added support for fetching channel mode lists (+bqeI) 2013-04-10 19:52:41 -06:00
Drew DeVault b974056cd5 Added global state management for long operations and switched WHOIS to use it 2013-04-10 11:46:05 -06:00
Drew DeVault ab816ca5fd Added auto-MODE on join 2013-04-10 11:26:20 -06:00
Drew DeVault 13a0f79ec0 Added WHOIS support 2013-04-09 23:53:54 -06:00
Drew DeVault 4fea0cdcb3 Added various collections to track state (including users) 2013-04-09 23:25:17 -06:00
Drew DeVault e3a908c317 Changed PrivateMessage.Medium to PrivateMessage.Source 2013-04-09 18:47:14 -06:00
Drew DeVault 060ad6aa54 Added nick handling 2013-04-09 17:24:50 -06:00
Drew DeVault 6402797b96 Initial commit 2013-04-09 15:19:48 -06:00