Commit graph

52 commits

Author SHA1 Message Date
Filip H.F. "FiXato" Slagter
5cdb575085 Only write the nick change event on channels that actually have the nick on the channel
This should prevent nick changes appearing in logs that don't have the
user on the channel.
2012-06-08 23:44:16 +02:00
Chris Oliver
0be9eac469 Added regex to parse urls. Closes #14 2012-02-09 22:32:52 -06:00
Chris Oliver
846df91396 Catch all FTP errors 2012-01-19 20:11:13 -06:00
Chris Oliver
21929c84b7 Release 0.4.2 2012-01-19 19:41:20 -06:00
Chris Oliver
978d22c7b7 Clean up upload error handling, fixes #11 2012-01-19 19:38:31 -06:00
Chris Oliver
8e0362d4bf Clarify configuration settings. Fixes #12 2012-01-19 19:33:50 -06:00
Chris Oliver
b526393da8 Configurable log folder locally 2012-01-19 19:30:06 -06:00
Chris Oliver
673c93d500 Try reconnect if other type of error 2012-01-19 19:14:37 -06:00
Chris Oliver
829de89d1f Split filenames on windows 2012-01-19 13:22:38 -06:00
Chris Oliver
a7f48ea6cc Use python path splitting to allow windows filename parsing 2012-01-19 13:18:10 -06:00
Chris Oliver
1700265b18 Skip if empty remote filename 2012-01-19 12:43:37 -06:00
Chris Oliver
925df20d1a Reconnect FTP if we have a timeout. 2011-12-13 18:30:47 -06:00
Chris Oliver
82fd03724c Version bump and added example log file 2011-10-22 11:15:10 -05:00
Chris Oliver
b8b847fb88 Removed old configs and added debug to file upload 2011-10-22 11:10:59 -05:00
Chris Oliver
aa7bfe56ae Display filename when uploading 2011-10-22 10:24:12 -05:00
Chris Oliver
de141feead Create directory on 553 error 2011-10-22 10:22:36 -05:00
Chris Oliver
4713430ec8 cgi escape messages 2011-09-24 17:02:13 -05:00
Chris Oliver
4f08a04e17 If no person is specified, then the mode changed on the channel 2011-09-23 17:13:44 -05:00
Chris Oliver
0460e401b7 Fixed a bug where channel modes would crash the bot and cleaned up excess whitespace 2011-09-23 17:11:42 -05:00
Chris Oliver
97a20675ca Added nickserv auth 2011-04-07 10:13:31 -05:00
Chris Oliver
16952fc179 Removed my password...wow I'm dumb. 2010-12-11 17:28:29 -06:00
Chris Oliver
640ecff99d Messages in a channel directed to the bot send a h a help message 2010-12-11 17:12:05 -06:00
Chris Oliver
9e178af3d6 Use FTP_WAIT and add a Back link 2010-12-11 16:43:01 -06:00
Chris Oliver
65c3a13504 Fixed uploading a bit 2010-12-11 16:33:47 -06:00
Chris Oliver
d38fe90fce FTP uploading, doesn't create any directories though 2010-12-11 16:16:56 -06:00
Chris Oliver
4bc0ef41bf Changed version number 2010-10-13 14:40:08 -05:00
Chris Oliver
470c5b1552 Make all channel names lower cased and reversed nick changes 2010-10-10 17:34:03 -05:00
Chris Oliver
70d3d3b594 Changed default channel back to #keryx 2010-10-10 15:47:00 -05:00
Chris Oliver
7beab28a73 Remove unnecessary prints in terminal 2010-10-10 15:45:02 -05:00
Chris Oliver
2f0e6c963a Fixed nick changes from being in their own log 2010-10-10 15:08:16 -05:00
Chris Oliver
fb5bb2ec18 Pass in ALL parameters on init and use self in quit 2010-10-10 14:32:10 -05:00
Chris Oliver
83a973050f Rewrote the bot from scratch :) 2010-10-09 20:31:25 -05:00
Chris Oliver
8e91264810 Removed index writing for better or for worse 2010-10-08 19:01:14 -05:00
Chris Oliver
a951fd8e9f Save actions, better date format, various bug fixes 2010-10-08 18:37:34 -05:00
Chris Oliver
79fc1643cc Added nickserv authentication support 2010-03-07 19:26:09 -06:00
Chris Oliver
1fca73b946 Added username coloring from cryzed's patch 2010-03-07 19:01:32 -06:00
Chris Oliver
399ccb25ec Fixed a bug if mode change had extra arguments it would crash on unpacking the values 2010-03-01 15:40:33 -06:00
Chris Oliver
1a8adb1529 Fixed bug where if logs folder exists and no index.html exists, the bot will crash 2010-02-28 15:48:42 -06:00
Chris Oliver
bc3c1e7344 Added a multithreaded bot manager 2010-02-13 20:45:14 -06:00
Chris Oliver
ab8f0a3078 Working nick changes 2010-02-13 20:05:27 -06:00
Chris Oliver
8d26131fcd Missing ) and added nick/topic changes 2010-02-13 19:58:38 -06:00
Chris Oliver
b54095add1 Added readme and index.html generation 2010-02-13 19:34:34 -06:00
Chris Oliver
0ab04a77e7 Fixed up the bot a ton, rewrote it from scratch 2010-02-13 17:37:58 -06:00
Chris Oliver
df6c918e40 Added auto-identify 2010-02-08 23:04:00 -06:00
Chris Oliver
050a1530c3 Removed spaces around nicks 2010-02-08 22:31:43 -06:00
Chris Oliver
05faa26fc6 prettified the theme and output 2010-02-08 20:21:35 -06:00
Chris Oliver
abcbff0d87 Added HTML writing 2010-02-07 19:23:26 -06:00
Chris Oliver
f7d6cb90d7 Merged ashcrow's addition of a config file 2010-02-07 10:14:14 -06:00
Chris Oliver
42fd79f24c Prototyping log functionality 2010-02-07 10:10:13 -06:00
Steve 'Ashcrow' Milner
aaa7200fa2 uses a config file now 2010-02-06 22:57:33 -05:00