1
0
mirror of https://github.com/krislamo/Flea synced 2024-09-19 18:20:34 +00:00
Commit Graph

5 Commits

Author SHA1 Message Date
037052d1c7 Added logging functionality
Added logging of all sent/received data and errors.
Passwords are censored from the terminal and log
file. Fixed case-sensitivity of the Control nick
and channel.
2016-02-29 05:19:16 -05:00
80e6787d50 Added Control Plugin
Added Control Plugin: authentication and basic control of IRC
commands; Move settings and packet info into the IRC class; Minor
fix of irclib's Whois function
2016-02-03 18:14:45 -05:00
ec0e9a3485 Added simple Plugin functionality
Added very basic Plugin and reimporting functionality; Password
is now sent after NickServ informs you that your nick is registered;
Bugfix: cfgParser will now convert the string "false" to a boolean;
2016-02-02 09:18:20 -05:00
5b7d245347 Connection stays open, added IRC library
Connection stays open and bot will continuously ping back. Added improved IRC
library from an old Python IRC bot I wrote, it is mostly changed except for
the IRC parser; Changed default settings.conf port to 7001 because SSL/TLS
connections are currently the only choice.
2016-01-28 08:20:37 -05:00
ce92347cc0 Initial Commit
Setup project structure; Added a basic configuration parser
2016-01-25 06:07:39 -05:00