Commit graph

17 commits

Author SHA1 Message Date
47e0b05718 Add airport code support
Also update to new Cargo lock format?
2017-11-14 16:39:09 -08:00
a024675e93 Remove curly braces that weren't needed 2016-12-20 14:24:55 -08:00
a755fd6c20 Ignore VS Code files and delete existing ones. 2016-08-22 19:17:21 -07:00
79487dc3cd Add very rough host lookup functionality.
Currently just based on running host on the machine.
2016-08-22 19:15:39 -07:00
a356b7631d Clean up lots of duplication on the weather code. 2016-08-18 17:16:58 -07:00
781c2806b7 Support mentions without a : or , separating the nick and the space 2016-08-03 22:24:31 -07:00
824de7d529 Remove a little debugging println! 2016-08-03 22:06:20 -07:00
68dd7b8a2c Add example config file 2016-08-03 14:52:27 -07:00
0529bcebc6 Add stocks command to get stock data from Google. 2016-08-02 00:54:04 -07:00
606db75101 Add timing information for processing messages.
Also did some clean up of some debugging, reordered use statements, tried to short circuit out some processing if the bot isn't mentioned, made weather command support locid and pws locations (specifically to support Sudden Valley).
2016-08-01 19:40:42 -07:00
3d97df6f57 Make Weather command input locations 2016-07-28 02:23:43 -07:00
f450366777 Begin detecting mentions, and slicing to the actual message portion
Also convert source_nick to a plain string, instead of an Option. Next should be making weather code get weather for specified locations.
2016-07-27 15:21:14 -07:00
4df059bfc1 Get and parse weather data, using rustc_serialize. 2016-07-27 04:58:29 -07:00
bd16ae1514 Attempt to get weather data, move handling messages to a new function 2016-07-26 22:58:06 -07:00
5bbb554186 Very basic test for IRC library, include hyper for HTTP 2016-07-25 17:56:11 -07:00
f269514e8a Check in initial Cargo files 2016-07-25 15:59:46 -07:00
0f7bf7dbc4 initial commit 2016-07-25 15:44:15 -07:00