Commit Graph

57 Commits

Author SHA1 Message Date
Andrew
385cdbd797 gofmt 2019-05-10 21:37:16 +10:00
Andrew
fd9559d0aa add consistant command args array to to simple commands event 2019-05-10 21:36:08 +10:00
Andrew
ac99fbdf85 change split to fields 2019-05-08 11:56:12 +10:00
Andrew
48af37d999 run go fmt over the client file since my editor likes to chowder indents 2019-05-08 11:40:28 +10:00
Andrew
9ca236b9e0 move command prefixes to ServerConnection and update functions to use it 2019-05-08 11:38:05 +10:00
Andrew
25d0fa8e69 Change dispatchBasicCmd to reflect the new new command handler 2019-05-08 11:24:17 +10:00
Andrew
9159419f76 add RegisterCommand 2019-05-08 10:07:13 +10:00
Andrew
2fa95f607d Merge remote-tracking branch 'upstream/master' 2019-05-07 16:46:46 +10:00
Andrew
0675bf18e0 Correct incorrect usage of fmt.Fprintf 2019-05-06 09:28:11 +10:00
Andrew
0e3a2f7774 Correct issue with multiple params in basic commands 2019-05-06 09:13:01 +10:00
Andrew
e1e4e900f8 gofmt 2019-05-04 10:01:18 +10:00
Andrew
edcbd2035a Add basic command handler 2019-05-04 09:53:46 +10:00
Andrew
a4291232b0 fix broken param in reactor_test 2019-04-29 10:44:34 +10:00
Andrew
8f4aac5afa Correct function params to accurately reflect how tags are now handled 2019-04-29 10:42:52 +10:00
Andrew
70e4f8ab90 Change old ircmsg.TagValue to string 2019-04-29 10:13:17 +10:00
Shivaram Lingamneni
e0907adffb ircmsg: support ratified message-tags spec 2019-03-03 00:41:32 -05:00
Euan Kemp
60c1696ddc client: remove extraneous ParseDuration call 2017-08-12 17:46:13 -07:00
Daniel Oaks
9ae435d3f0 client: Always send tags as a map (never a *map), add IsChannel for easy target checking 2017-07-24 14:27:09 +10:00
Daniel Oaks
c9577d7c34 client: Allow joining channels 2017-07-24 09:22:22 +10:00
Daniel Oaks
15b891f31d client: Don't request echo-message by default 2017-07-23 22:55:55 +10:00
Dan
c8a7952933 Rename deps 2017-06-15 10:10:39 -06:00
Daniel Oaks
334b0ef660 client: Move to new eventmgr package 2016-09-04 20:42:20 +10:00
Daniel Oaks
65a99226a9 client: Fix capabilities 2016-09-04 20:35:04 +10:00
Daniel Oaks
4f356db0cd client: Split out receive loop more to allow for custom receive loops 2016-05-12 18:57:54 +10:00
Daniel Oaks
4fbb2413b5 client: Split receive loop out to make it easier to write a custom receive loop 2016-05-12 18:54:24 +10:00
Daniel Oaks
e3a0148ca0 client: Add native nick fallback handling 2016-05-02 02:58:31 +10:00
Daniel Oaks
1338089e0e client: Add connection pass 2016-05-02 01:25:28 +10:00
Daniel Oaks
8c19472e4e client: Dispatch disconnect event 2016-05-02 01:23:37 +10:00
Daniel Oaks
18bee1651e client: Allow disabling simplification of events 2016-02-21 21:17:22 +10:00
Daniel Oaks
4764651a23 client: Simplify event instantiation 2016-02-16 22:22:51 +10:00
Daniel Oaks
482554c646 client: Avaliable -> Available 2016-02-16 22:15:47 +10:00
Daniel Oaks
ad391c7537 client: Improve test coverage 2016-02-16 21:10:25 +10:00
Daniel Oaks
cab3c5c682 client: Return error when Send fails instead of killing the process 2016-02-16 21:01:26 +10:00
Daniel Oaks
03e4ae0408 client: Simplify events where possible 2016-02-16 16:42:44 +10:00
Daniel Oaks
a2ee1191e9 client: Move events.go to numerics.go 2016-02-16 16:10:03 +10:00
Daniel Oaks
33bbe12f37 client: Add Casefold() function to client, and tests 2016-02-16 01:15:08 +10:00
Daniel Oaks
9d6cd74633 client: Add PRIVMSG and NOTICE 2016-02-16 01:15:08 +10:00
Daniel Oaks
f9b3f29216 client: Handle capabilities better and more on-spec 2016-02-16 01:15:08 +10:00
Daniel Oaks
8ef550106a client: CAP NEW and CAP DEL 2016-02-16 01:15:08 +10:00
Daniel Oaks
4e5ba36eaf client: Respond to PINGs 2016-02-16 01:15:08 +10:00
Daniel Oaks
4d1e9aa36c client: Dispatch messages out as well 2016-02-16 01:15:08 +10:00
Daniel Oaks
5b009fb255 client: Improve features.go test coverage 2016-02-16 01:15:08 +10:00
Daniel Oaks
3761a842c5 client: Use numeric names instead of numbers where possible 2016-02-16 01:15:08 +10:00
Daniel Oaks
8d6a5affe5 client: Add a very basic Features 2016-02-16 01:15:08 +10:00
Daniel Oaks
de09a0da92 client: Explain function better 2016-02-16 01:15:08 +10:00
Daniel Oaks
aa9fced4e1 client: Since we use one function for testing, also use one function for setting config values 2016-02-16 01:15:08 +10:00
Daniel Oaks
27d71a144b client: Send CAP END 2016-02-16 01:15:07 +10:00
Daniel Oaks
810734eaaf client: Split out event loop handling to let people handle it themselves 2016-02-16 01:15:07 +10:00
Daniel Oaks
1cb8e4762b client: Handle capabilities, improve handling and testing 2016-02-16 01:15:07 +10:00
Daniel Oaks
6d960c81bc client: Return error on connection 2016-02-16 01:15:07 +10:00