Commit Graph

288 Commits

Author SHA1 Message Date
8a3037d288 Weather module: add a command to display stored city coordinates; fixes #40 2014-05-05 18:45:13 +02:00
0cceb8226d Networking module: display error message when API returns error 2014-05-05 18:25:33 +02:00
02d0d91df9 Networking module: avoid error on unexiststant registrant, administrativeContact or technicalContact 2014-05-05 17:52:55 +02:00
34188c71a5 Networking module: Add W3C validator; fixes #4 2014-05-05 12:12:19 +02:00
d549d91aca Networking module: add Whois command; related to issue #4 2014-05-05 11:39:04 +02:00
14e2c59064 Weather module: localize time with timezone; fixes #35 2014-05-05 10:40:07 +02:00
da84a493ed Networking module: add user-agent on isup request; fixes #39 2014-05-05 09:55:47 +02:00
f8999d1e7f Error during save are now skipped and display 2014-05-03 01:25:32 +02:00
aa285b1393 Event module: remove vacs command 2014-05-03 01:06:37 +02:00
a0fca91d06 Reddit module: Show url in response 2014-05-02 00:27:42 +02:00
818d8b754c New module: reddit that display information about a subreddit; close #37 2014-05-01 23:44:26 +02:00
471e40aed1 YCC module: never fail, even if bad URL is given 2014-05-01 23:36:21 +02:00
d56f873fd4 New feature: can now connect to SSL servers (using TLS v1) 2014-05-01 02:34:43 +02:00
b925cee08a New module: weather; close #7 2014-04-30 22:57:28 +02:00
26502abe35 New exception: IRCException
When raised in a module, respond in the channel with the given string as Response content
2014-04-30 22:19:32 +02:00
d38ebd372c DDG module: add examples on !ud commands 2014-04-22 17:23:03 +02:00
08f3a31e88 DDG module: new !urbandictionnary command that display results from Urban Dictionnary website; closes #29 2014-04-22 17:19:10 +02:00
eefcf96516 DDG module: display redirect link on bang request 2014-04-22 17:00:47 +02:00
073f34af26 Alias module: handle special variable like $1, $2, ... 2014-03-03 20:26:34 +01:00
85fb612475 Chronos: fix display order 2014-03-03 20:25:00 +01:00
46f0d37a81 Remove useless import 2014-03-03 20:23:17 +01:00
Némunaire
d88146780f Spell module: fix encoding problem 2014-02-26 18:51:12 +01:00
Némunaire
ad7c8e6fce Syno module: improve general stability 2013-03-20 15:08:24 +01:00
Némunaire
cec57b69ed Add save command in prompt, fixed issue #28 2013-03-20 09:56:50 +01:00
Némunaire
aced38a44b WatchWebsite module: Assumes that empty content is not normal 2013-01-25 17:47:11 +01:00
Némunaire
a11c617ade Tools.web: use urllib instead of custom urlparser 2013-01-24 14:18:24 +01:00
Némunaire
2fc9c89c9e Increase dowloaded size when no length is given 2013-01-15 11:26:05 +01:00
Némunaire
b9d7eda336 Networking module: improve curl stability 2013-01-15 11:24:01 +01:00
Némunaire
b0d0b4a234 Man module: display whatis by default, use english location instead of user one 2013-01-15 11:15:25 +01:00
Némunaire
dfa4c49d68 New module rnd to make choice 2013-01-07 12:22:07 +01:00
Némunaire
81db3de0df Networking module: add a !curl command to display a webpage; issue #4 2013-01-04 18:09:29 +01:00
Némunaire
418e6ba32a Chronos module: code refactoring to work with events interface 2013-01-04 18:07:18 +01:00
Némunaire
bd4a9e17eb Avoid downloading of too big files 2013-01-04 18:05:41 +01:00
Némunaire
309615cdc7 New module Chronos to look at next courses 2013-01-03 18:17:02 +01:00
Némunaire
d4def8c026 In XMLparser, getBool, getInt and getDate use the content if no name is given 2013-01-03 18:15:50 +01:00
Némunaire
a7fd178a41 New module man that prints man pages on IRC 2013-01-02 15:49:26 +01:00
Némunaire
1b05b965ed Spell module: remember correct and bad spelling by people 2013-01-02 15:48:42 +01:00
Némunaire
3aa705dfb6 Fix conditions to validate a hook 2013-01-01 16:13:58 +01:00
Némunaire
01e12970fb New module bonneannee 2012-12-31 20:19:07 +01:00
Némunaire
14b9a82a2b Issue #12: Remove registered events at unload 2012-12-31 20:17:58 +01:00
Némunaire
d4235931f8 Fix backtrace display error when giving a bad sender to Response 2012-12-31 20:15:48 +01:00
Némunaire
1810055ccc Alias module: detect alias only if line begins with ! 2012-12-24 15:47:24 +01:00
Némunaire
0daef1e810 Don't start watching if no alert is defined 2012-12-21 11:31:03 +01:00
Némunaire
856feab62d Improve server socket problem detection 2012-12-21 11:29:29 +01:00
Némunaire
3ba52cf1a0 Fix del_event alias in module and display a warning when trying to send a message to a unknown server 2012-12-21 11:05:43 +01:00
Némunaire
4721d7416c WatchWebsite module: watch when a site is up and down with !updown (part of issue #4) 2012-12-08 09:21:27 +01:00
Némunaire
93012ffa4c Can getBool a XML node 2012-12-08 09:20:36 +01:00
Némunaire
48fe794a7b In module XML, attribute data is passed to the hook 2012-12-08 09:19:27 +01:00
Némunaire
ab557dc8e8 WatchWebsite module: can alert when a site is up or down 2012-12-08 00:12:56 +01:00
Némunaire
eada0c71e7 Events modules: fixes issue #18 2012-12-08 00:10:38 +01:00