A B C D E F G H I J L M N O P Q R S T U V W X Y _

A

AbstractModule - class com.uwyn.drone.core.AbstractModule.
 
AbstractModule() - Constructor for class com.uwyn.drone.core.AbstractModule
 
AddFaqErrorException - exception com.uwyn.drone.modules.faqmanagement.exceptions.AddFaqErrorException.
 
AddFaqErrorException(FaqData) - Constructor for class com.uwyn.drone.modules.faqmanagement.exceptions.AddFaqErrorException
 
AddFaqErrorException(FaqData, DatabaseException) - Constructor for class com.uwyn.drone.modules.faqmanagement.exceptions.AddFaqErrorException
 
AddLogErrorException - exception com.uwyn.drone.modules.logmanagement.exceptions.AddLogErrorException.
 
AddLogErrorException(Bot, Channel, ServerMessage) - Constructor for class com.uwyn.drone.modules.logmanagement.exceptions.AddLogErrorException
 
AddLogErrorException(Bot, Channel, ServerMessage, DatabaseException) - Constructor for class com.uwyn.drone.modules.logmanagement.exceptions.AddLogErrorException
 
AllNicksInUseException - exception com.uwyn.drone.core.exceptions.AllNicksInUseException.
 
AllNicksInUseException(Bot) - Constructor for class com.uwyn.drone.core.exceptions.AllNicksInUseException
 
AttributeCode - class com.uwyn.drone.protocol.AttributeCode.
 
addBotListener(BotListener) - Method in class com.uwyn.drone.core.Bot
 
addBotsRunnerListener(BotsRunnerListener) - Method in class com.uwyn.drone.core.BotsRunner
 
addCommandListener(CommandListener) - Method in class com.uwyn.drone.core.Server
 
addFaq(Bot, FaqData) - Method in interface com.uwyn.drone.modules.faqmanagement.FaqManager
 
addFaq(Bot, FaqData) - Method in class com.uwyn.drone.modules.faqmanagement.databasedrivers.com_mysql_jdbc_Driver
 
addFaq(Bot, FaqData) - Method in class com.uwyn.drone.modules.faqmanagement.databasedrivers.org_postgresql_Driver
 
addLog(Bot, Channel, ServerMessage) - Method in interface com.uwyn.drone.modules.logmanagement.LogManager
 
addLog(Bot, Channel, ServerMessage) - Method in class com.uwyn.drone.modules.logmanagement.databasedrivers.com_mysql_jdbc_Driver
 
addLog(Bot, Channel, ServerMessage) - Method in class com.uwyn.drone.modules.logmanagement.databasedrivers.org_postgresql_Driver
 
addMessage(ModuleMessage) - Method in class com.uwyn.drone.core.ModuleRunner
 
addModule(Module) - Method in class com.uwyn.drone.core.Bot
 
addResponseListener(ResponseListener) - Method in class com.uwyn.drone.core.Server
 
addServerListener(ServerListener) - Method in class com.uwyn.drone.core.Server
 
addTimedOutputStreamListener(TimedOutputStreamListener) - Method in class com.uwyn.drone.core.TimedOutputStream
 

B

BG_BLACK - Static variable in class com.uwyn.drone.protocol.AttributeCode
 
BG_BLUE - Static variable in class com.uwyn.drone.protocol.AttributeCode
 
BG_BROWN - Static variable in class com.uwyn.drone.protocol.AttributeCode
 
BG_CYAN - Static variable in class com.uwyn.drone.protocol.AttributeCode
 
BG_DARKBLUE - Static variable in class com.uwyn.drone.protocol.AttributeCode
 
BG_GRAY - Static variable in class com.uwyn.drone.protocol.AttributeCode
 
BG_GREEN - Static variable in class com.uwyn.drone.protocol.AttributeCode
 
BG_LAVENDER - Static variable in class com.uwyn.drone.protocol.AttributeCode
 
BG_LIGHTBLUE - Static variable in class com.uwyn.drone.protocol.AttributeCode
 
BG_LIGHTGRAY - Static variable in class com.uwyn.drone.protocol.AttributeCode
 
BG_LIGHTGREEN - Static variable in class com.uwyn.drone.protocol.AttributeCode
 
BG_ORANGE - Static variable in class com.uwyn.drone.protocol.AttributeCode
 
BG_PURPLE - Static variable in class com.uwyn.drone.protocol.AttributeCode
 
BG_RED - Static variable in class com.uwyn.drone.protocol.AttributeCode
 
BG_WHITE - Static variable in class com.uwyn.drone.protocol.AttributeCode
 
BG_YELLOW - Static variable in class com.uwyn.drone.protocol.AttributeCode
 
BLACK - Static variable in class com.uwyn.drone.protocol.AttributeCode
 
BLUE - Static variable in class com.uwyn.drone.protocol.AttributeCode
 
BOLD - Static variable in class com.uwyn.drone.protocol.AttributeCode
 
BROWN - Static variable in class com.uwyn.drone.protocol.AttributeCode
 
Bot - class com.uwyn.drone.core.Bot.
 
BotFactory - class com.uwyn.drone.core.BotFactory.
 
BotFactory() - Constructor for class com.uwyn.drone.core.BotFactory
 
BotListener - interface com.uwyn.drone.core.BotListener.
 
BotsRunner - class com.uwyn.drone.core.BotsRunner.
 
BotsRunner(Collection) - Constructor for class com.uwyn.drone.core.BotsRunner
 
BotsRunnerListener - interface com.uwyn.drone.core.BotsRunnerListener.
 

C

CYAN - Static variable in class com.uwyn.drone.protocol.AttributeCode
 
Channel - class com.uwyn.drone.core.Channel.
 
ChannelCommand - class com.uwyn.drone.core.modulemessages.ChannelCommand.
 
ChannelCommand(ServerMessage, Channel, String, String) - Constructor for class com.uwyn.drone.core.modulemessages.ChannelCommand
 
ChannelMessage - class com.uwyn.drone.core.modulemessages.ChannelMessage.
 
ChannelMessage(ServerMessage, Channel) - Constructor for class com.uwyn.drone.core.modulemessages.ChannelMessage
 
ChannelMessageErrorException - exception com.uwyn.drone.core.exceptions.ChannelMessageErrorException.
 
ChannelMessageErrorException(Channel, String, Throwable) - Constructor for class com.uwyn.drone.core.exceptions.ChannelMessageErrorException
 
CommandListener - interface com.uwyn.drone.core.CommandListener.
 
CoreException - exception com.uwyn.drone.core.exceptions.CoreException.
 
CoreException(String) - Constructor for class com.uwyn.drone.core.exceptions.CoreException
 
CoreException(String, Throwable) - Constructor for class com.uwyn.drone.core.exceptions.CoreException
 
CoreException(Throwable) - Constructor for class com.uwyn.drone.core.exceptions.CoreException
 
changeNick(String) - Method in class com.uwyn.drone.core.Bot
 
channelCommand(Bot, Channel, String, String, String, ServerMessage) - Method in class com.uwyn.drone.core.AbstractModule
 
channelCommand(Bot, Channel, String, String, String, ServerMessage) - Method in interface com.uwyn.drone.core.Module
 
channelCommand(Bot, Channel, String, String, String, ServerMessage) - Method in class com.uwyn.drone.modules.Faq
 
channelCommand(Bot, Channel, String, String, String, ServerMessage) - Method in class com.uwyn.drone.modules.Seen
 
channelCommand(Bot, Channel, String, String, String, ServerMessage) - Method in class com.uwyn.drone.modules.Throughput
 
channelMessage(Bot, Channel, String, ServerMessage) - Method in class com.uwyn.drone.core.AbstractModule
 
channelMessage(Bot, Channel, String, ServerMessage) - Method in interface com.uwyn.drone.core.Module
 
channelMessage(Bot, Channel, String, ServerMessage) - Method in class com.uwyn.drone.modules.Log
 
channelMessage(Bot, Channel, String, ServerMessage) - Method in class com.uwyn.drone.modules.Seen
 
characters(char[], int, int) - Method in class com.uwyn.drone.core.Xml2Drone
 
clear() - Method in class com.uwyn.drone.core.Xml2Drone
 
close() - Method in class com.uwyn.drone.core.TimedOutputStream
 
com.uwyn.drone - package com.uwyn.drone
 
com.uwyn.drone.core - package com.uwyn.drone.core
 
com.uwyn.drone.core.exceptions - package com.uwyn.drone.core.exceptions
 
com.uwyn.drone.core.modulemessages - package com.uwyn.drone.core.modulemessages
 
com.uwyn.drone.modules - package com.uwyn.drone.modules
 
com.uwyn.drone.modules.exceptions - package com.uwyn.drone.modules.exceptions
 
com.uwyn.drone.modules.faqmanagement - package com.uwyn.drone.modules.faqmanagement
 
com.uwyn.drone.modules.faqmanagement.databasedrivers - package com.uwyn.drone.modules.faqmanagement.databasedrivers
 
com.uwyn.drone.modules.faqmanagement.exceptions - package com.uwyn.drone.modules.faqmanagement.exceptions
 
com.uwyn.drone.modules.logmanagement - package com.uwyn.drone.modules.logmanagement
 
com.uwyn.drone.modules.logmanagement.databasedrivers - package com.uwyn.drone.modules.logmanagement.databasedrivers
 
com.uwyn.drone.modules.logmanagement.exceptions - package com.uwyn.drone.modules.logmanagement.exceptions
 
com.uwyn.drone.modules.seenmanagement - package com.uwyn.drone.modules.seenmanagement
 
com.uwyn.drone.modules.seenmanagement.databasedrivers - package com.uwyn.drone.modules.seenmanagement.databasedrivers
 
com.uwyn.drone.modules.seenmanagement.exceptions - package com.uwyn.drone.modules.seenmanagement.exceptions
 
com.uwyn.drone.protocol - package com.uwyn.drone.protocol
 
com.uwyn.drone.protocol.commands - package com.uwyn.drone.protocol.commands
 
com_mysql_jdbc_Driver - class com.uwyn.drone.modules.faqmanagement.databasedrivers.com_mysql_jdbc_Driver.
 
com_mysql_jdbc_Driver(Datasource) - Constructor for class com.uwyn.drone.modules.faqmanagement.databasedrivers.com_mysql_jdbc_Driver
 
com_mysql_jdbc_Driver - class com.uwyn.drone.modules.logmanagement.databasedrivers.com_mysql_jdbc_Driver.
 
com_mysql_jdbc_Driver(Datasource) - Constructor for class com.uwyn.drone.modules.logmanagement.databasedrivers.com_mysql_jdbc_Driver
 
com_mysql_jdbc_Driver - class com.uwyn.drone.modules.seenmanagement.databasedrivers.com_mysql_jdbc_Driver.
 
com_mysql_jdbc_Driver(Datasource) - Constructor for class com.uwyn.drone.modules.seenmanagement.databasedrivers.com_mysql_jdbc_Driver
 
connect() - Method in class com.uwyn.drone.core.Bot
 
connect() - Method in class com.uwyn.drone.core.Server
 
connected(Server) - Method in class com.uwyn.drone.core.Bot
 
connected(Server) - Method in interface com.uwyn.drone.core.ServerListener
 
connectionError(Bot, Throwable) - Method in interface com.uwyn.drone.core.BotListener
 
connectionError(Bot, Throwable) - Method in class com.uwyn.drone.core.BotsRunner
 
construct(Object) - Method in class com.uwyn.drone.protocol.AttributeCode
 
construct(Object) - Method in class com.uwyn.drone.protocol.ResponseCode
 
contains(String) - Static method in class com.uwyn.drone.core.BotFactory
 

D

DARKBLUE - Static variable in class com.uwyn.drone.protocol.AttributeCode
 
DatabaseFaqs - class com.uwyn.drone.modules.faqmanagement.DatabaseFaqs.
 
DatabaseFaqs(Datasource) - Constructor for class com.uwyn.drone.modules.faqmanagement.DatabaseFaqs
 
DatabaseFaqsFactory - class com.uwyn.drone.modules.faqmanagement.DatabaseFaqsFactory.
 
DatabaseFaqsFactory() - Constructor for class com.uwyn.drone.modules.faqmanagement.DatabaseFaqsFactory
 
DatabaseLogs - class com.uwyn.drone.modules.logmanagement.DatabaseLogs.
 
DatabaseLogs(Datasource) - Constructor for class com.uwyn.drone.modules.logmanagement.DatabaseLogs
 
DatabaseLogsFactory - class com.uwyn.drone.modules.logmanagement.DatabaseLogsFactory.
 
DatabaseLogsFactory() - Constructor for class com.uwyn.drone.modules.logmanagement.DatabaseLogsFactory
 
DatabaseSeen - class com.uwyn.drone.modules.seenmanagement.DatabaseSeen.
 
DatabaseSeen(Datasource) - Constructor for class com.uwyn.drone.modules.seenmanagement.DatabaseSeen
 
DatabaseSeenFactory - class com.uwyn.drone.modules.seenmanagement.DatabaseSeenFactory.
 
DatabaseSeenFactory() - Constructor for class com.uwyn.drone.modules.seenmanagement.DatabaseSeenFactory
 
DroneParticipant - class com.uwyn.drone.core.DroneParticipant.
 
DroneParticipant() - Constructor for class com.uwyn.drone.core.DroneParticipant
 
Droned - class com.uwyn.drone.Droned.
 
disconnect() - Method in class com.uwyn.drone.core.Bot
 
disconnect() - Method in class com.uwyn.drone.core.Server
 
disconnected(Server) - Method in class com.uwyn.drone.core.Bot
 
disconnected(Server) - Method in interface com.uwyn.drone.core.ServerListener
 

E

ENDLINE - Static variable in class com.uwyn.drone.protocol.AttributeCode
 
ERR_ALREADYREGISTRED - Static variable in class com.uwyn.drone.protocol.ResponseCode
 
ERR_BADCHANMASK - Static variable in class com.uwyn.drone.protocol.ResponseCode
 
ERR_BADCHANNELKEY - Static variable in class com.uwyn.drone.protocol.ResponseCode
 
ERR_BADMASK - Static variable in class com.uwyn.drone.protocol.ResponseCode
 
ERR_BANLISTFULL - Static variable in class com.uwyn.drone.protocol.ResponseCode
 
ERR_BANNEDFROMCHAN - Static variable in class com.uwyn.drone.protocol.ResponseCode
 
ERR_CANNOTSENDTOCHAN - Static variable in class com.uwyn.drone.protocol.ResponseCode
 
ERR_CANTKILLSERVER - Static variable in class com.uwyn.drone.protocol.ResponseCode
 
ERR_CHANNELISFULL - Static variable in class com.uwyn.drone.protocol.ResponseCode
 
ERR_CHANOPRIVSNEEDED - Static variable in class com.uwyn.drone.protocol.ResponseCode
 
ERR_ERRONEUSNICKNAME - Static variable in class com.uwyn.drone.protocol.ResponseCode
 
ERR_FILEERROR - Static variable in class com.uwyn.drone.protocol.ResponseCode
 
ERR_INVITEONLYCHAN - Static variable in class com.uwyn.drone.protocol.ResponseCode
 
ERR_KEYSET - Static variable in class com.uwyn.drone.protocol.ResponseCode
 
ERR_NEEDMOREPARAMS - Static variable in class com.uwyn.drone.protocol.ResponseCode
 
ERR_NICKCOLLISION - Static variable in class com.uwyn.drone.protocol.ResponseCode
 
ERR_NICKNAMEINUSE - Static variable in class com.uwyn.drone.protocol.ResponseCode
 
ERR_NOADMININFO - Static variable in class com.uwyn.drone.protocol.ResponseCode
 
ERR_NOCHANMODES - Static variable in class com.uwyn.drone.protocol.ResponseCode
 
ERR_NOLOGIN - Static variable in class com.uwyn.drone.protocol.ResponseCode
 
ERR_NOMOTD - Static variable in class com.uwyn.drone.protocol.ResponseCode
 
ERR_NONICKNAMEGIVEN - Static variable in class com.uwyn.drone.protocol.ResponseCode
 
ERR_NOOPERHOST - Static variable in class com.uwyn.drone.protocol.ResponseCode
 
ERR_NOORIGIN - Static variable in class com.uwyn.drone.protocol.ResponseCode
 
ERR_NOPERMFORHOST - Static variable in class com.uwyn.drone.protocol.ResponseCode
 
ERR_NOPRIVILEGES - Static variable in class com.uwyn.drone.protocol.ResponseCode
 
ERR_NORECIPIENT - Static variable in class com.uwyn.drone.protocol.ResponseCode
 
ERR_NOSUCHCHANNEL - Static variable in class com.uwyn.drone.protocol.ResponseCode
 
ERR_NOSUCHNICK - Static variable in class com.uwyn.drone.protocol.ResponseCode
 
ERR_NOSUCHSERVER - Static variable in class com.uwyn.drone.protocol.ResponseCode
 
ERR_NOSUCHSERVICE - Static variable in class com.uwyn.drone.protocol.ResponseCode
 
ERR_NOTEXTTOSEND - Static variable in class com.uwyn.drone.protocol.ResponseCode
 
ERR_NOTONCHANNEL - Static variable in class com.uwyn.drone.protocol.ResponseCode
 
ERR_NOTOPLEVEL - Static variable in class com.uwyn.drone.protocol.ResponseCode
 
ERR_NOTREGISTERED - Static variable in class com.uwyn.drone.protocol.ResponseCode
 
ERR_PASSWDMISMATCH - Static variable in class com.uwyn.drone.protocol.ResponseCode
 
ERR_RESTRICTED - Static variable in class com.uwyn.drone.protocol.ResponseCode
 
ERR_SUMMONDISABLED - Static variable in class com.uwyn.drone.protocol.ResponseCode
 
ERR_TOOMANYCHANNELS - Static variable in class com.uwyn.drone.protocol.ResponseCode
 
ERR_TOOMANYTARGETS - Static variable in class com.uwyn.drone.protocol.ResponseCode
 
ERR_UMODEUNKNOWNFLAG - Static variable in class com.uwyn.drone.protocol.ResponseCode
 
ERR_UNAVAILRESOURCE - Static variable in class com.uwyn.drone.protocol.ResponseCode
 
ERR_UNIQOPPRIVSNEEDED - Static variable in class com.uwyn.drone.protocol.ResponseCode
 
ERR_UNKNOWNCOMMAND - Static variable in class com.uwyn.drone.protocol.ResponseCode
 
ERR_UNKNOWNMODE - Static variable in class com.uwyn.drone.protocol.ResponseCode
 
ERR_USERNOTINCHANNEL - Static variable in class com.uwyn.drone.protocol.ResponseCode
 
ERR_USERONCHANNEL - Static variable in class com.uwyn.drone.protocol.ResponseCode
 
ERR_USERSDISABLED - Static variable in class com.uwyn.drone.protocol.ResponseCode
 
ERR_USERSDONTMATCH - Static variable in class com.uwyn.drone.protocol.ResponseCode
 
ERR_WASNOSUCHNICK - Static variable in class com.uwyn.drone.protocol.ResponseCode
 
ERR_WILDTOPLEVEL - Static variable in class com.uwyn.drone.protocol.ResponseCode
 
ERR_YOUREBANNEDCREEP - Static variable in class com.uwyn.drone.protocol.ResponseCode
 
ERR_YOUWILLBEBANNED - Static variable in class com.uwyn.drone.protocol.ResponseCode
 
EditFaqErrorException - exception com.uwyn.drone.modules.faqmanagement.exceptions.EditFaqErrorException.
 
EditFaqErrorException(FaqData) - Constructor for class com.uwyn.drone.modules.faqmanagement.exceptions.EditFaqErrorException
 
EditFaqErrorException(FaqData, DatabaseException) - Constructor for class com.uwyn.drone.modules.faqmanagement.exceptions.EditFaqErrorException
 
editFaq(FaqData) - Method in interface com.uwyn.drone.modules.faqmanagement.FaqManager
 
editFaq(FaqData) - Method in class com.uwyn.drone.modules.faqmanagement.databasedrivers.com_mysql_jdbc_Driver
 
editFaq(FaqData) - Method in class com.uwyn.drone.modules.faqmanagement.databasedrivers.org_postgresql_Driver
 
endDocument() - Method in class com.uwyn.drone.core.Xml2Drone
 
endElement(String, String, String) - Method in class com.uwyn.drone.core.Xml2Drone
 
equals(Object) - Method in class com.uwyn.drone.core.Channel
 
exceptionThrow(IOException) - Method in class com.uwyn.drone.core.Server
 
exceptionThrow(IOException) - Method in interface com.uwyn.drone.core.TimedOutputStreamListener
 
execute(Bot, Module) - Method in interface com.uwyn.drone.core.ModuleMessage
 
execute(Bot, Module) - Method in class com.uwyn.drone.core.modulemessages.ChannelCommand
 
execute(Bot, Module) - Method in class com.uwyn.drone.core.modulemessages.ChannelMessage
 
execute(Bot, Module) - Method in class com.uwyn.drone.core.modulemessages.MessageCommand
 
execute(Bot, Module) - Method in class com.uwyn.drone.core.modulemessages.NoticeCommand
 
execute(Bot, Module) - Method in class com.uwyn.drone.core.modulemessages.RawCommand
 
execute(Bot, Module) - Method in class com.uwyn.drone.core.modulemessages.Response
 
executeTask(Task) - Method in class com.uwyn.drone.modules.faqmanagement.RandomFaqExecutor
 

F

Faq - class com.uwyn.drone.modules.Faq.
 
Faq() - Constructor for class com.uwyn.drone.modules.Faq
 
FaqData - class com.uwyn.drone.modules.faqmanagement.FaqData.
 
FaqData() - Constructor for class com.uwyn.drone.modules.faqmanagement.FaqData
 
FaqData(String, String) - Constructor for class com.uwyn.drone.modules.faqmanagement.FaqData
 
FaqManager - interface com.uwyn.drone.modules.faqmanagement.FaqManager.
 
FaqManagerException - exception com.uwyn.drone.modules.exceptions.FaqManagerException.
 
FaqManagerException(String) - Constructor for class com.uwyn.drone.modules.exceptions.FaqManagerException
 
FaqManagerException(String, Throwable) - Constructor for class com.uwyn.drone.modules.exceptions.FaqManagerException
 
FaqManagerException(Throwable) - Constructor for class com.uwyn.drone.modules.exceptions.FaqManagerException
 
FlushErrorException - exception com.uwyn.drone.core.exceptions.FlushErrorException.
 
FlushErrorException(Server, Throwable) - Constructor for class com.uwyn.drone.core.exceptions.FlushErrorException
 
finished(BotsRunner) - Method in class com.uwyn.drone.Droned
 
finished(BotsRunner) - Method in interface com.uwyn.drone.core.BotsRunnerListener
 
flush() - Method in class com.uwyn.drone.core.TimedOutputStream
 

G

GRAY - Static variable in class com.uwyn.drone.protocol.AttributeCode
 
GREEN - Static variable in class com.uwyn.drone.protocol.AttributeCode
 
GetFaqByIdErrorException - exception com.uwyn.drone.modules.faqmanagement.exceptions.GetFaqByIdErrorException.
 
GetFaqByIdErrorException(int) - Constructor for class com.uwyn.drone.modules.faqmanagement.exceptions.GetFaqByIdErrorException
 
GetFaqByIdErrorException(int, DatabaseException) - Constructor for class com.uwyn.drone.modules.faqmanagement.exceptions.GetFaqByIdErrorException
 
GetFaqErrorException - exception com.uwyn.drone.modules.faqmanagement.exceptions.GetFaqErrorException.
 
GetFaqErrorException(String) - Constructor for class com.uwyn.drone.modules.faqmanagement.exceptions.GetFaqErrorException
 
GetFaqErrorException(String, DatabaseException) - Constructor for class com.uwyn.drone.modules.faqmanagement.exceptions.GetFaqErrorException
 
GetFaqIdErrorException - exception com.uwyn.drone.modules.faqmanagement.exceptions.GetFaqIdErrorException.
 
GetFaqIdErrorException() - Constructor for class com.uwyn.drone.modules.faqmanagement.exceptions.GetFaqIdErrorException
 
GetFaqIdErrorException(DatabaseException) - Constructor for class com.uwyn.drone.modules.faqmanagement.exceptions.GetFaqIdErrorException
 
GetLogMessagesErrorException - exception com.uwyn.drone.modules.logmanagement.exceptions.GetLogMessagesErrorException.
 
GetLogMessagesErrorException(Bot, Channel, Calendar) - Constructor for class com.uwyn.drone.modules.logmanagement.exceptions.GetLogMessagesErrorException
 
GetLogMessagesErrorException(Bot, Channel, Calendar, DatabaseException) - Constructor for class com.uwyn.drone.modules.logmanagement.exceptions.GetLogMessagesErrorException
 
GetRandomFaqErrorException - exception com.uwyn.drone.modules.faqmanagement.exceptions.GetRandomFaqErrorException.
 
GetRandomFaqErrorException() - Constructor for class com.uwyn.drone.modules.faqmanagement.exceptions.GetRandomFaqErrorException
 
GetRandomFaqErrorException(DatabaseException) - Constructor for class com.uwyn.drone.modules.faqmanagement.exceptions.GetRandomFaqErrorException
 
GetSeenErrorException - exception com.uwyn.drone.modules.seenmanagement.exceptions.GetSeenErrorException.
 
GetSeenErrorException(Bot, Channel, String) - Constructor for class com.uwyn.drone.modules.seenmanagement.exceptions.GetSeenErrorException
 
GetSeenErrorException(Bot, Channel, String, DatabaseException) - Constructor for class com.uwyn.drone.modules.seenmanagement.exceptions.GetSeenErrorException
 
get(String) - Static method in class com.uwyn.drone.core.BotFactory
 
get() - Static method in class com.uwyn.drone.modules.faqmanagement.DatabaseFaqsFactory
 
get() - Static method in class com.uwyn.drone.modules.logmanagement.DatabaseLogsFactory
 
get() - Static method in class com.uwyn.drone.modules.seenmanagement.DatabaseSeenFactory
 
get(String) - Static method in class com.uwyn.drone.protocol.AttributeCode
 
get(String) - Static method in class com.uwyn.drone.protocol.ResponseCode
 
getAddress() - Method in class com.uwyn.drone.core.exceptions.UnknownServerAddressException
 
getAltNick() - Method in class com.uwyn.drone.core.Bot
 
getAnswer() - Method in class com.uwyn.drone.modules.faqmanagement.FaqData
 
getBot() - Method in class com.uwyn.drone.core.exceptions.AllNicksInUseException
 
getBot() - Method in class com.uwyn.drone.core.exceptions.LogoffErrorException
 
getBot() - Method in class com.uwyn.drone.core.exceptions.LogonErrorException
 
getBot() - Method in class com.uwyn.drone.modules.logmanagement.exceptions.AddLogErrorException
 
getBot() - Method in class com.uwyn.drone.modules.logmanagement.exceptions.GetLogMessagesErrorException
 
getBot() - Method in class com.uwyn.drone.modules.logmanagement.exceptions.InvalidSearchSyntaxException
 
getBot() - Method in class com.uwyn.drone.modules.logmanagement.exceptions.SearchLogErrorException
 
getBot() - Method in class com.uwyn.drone.modules.seenmanagement.exceptions.GetSeenErrorException
 
getBot() - Method in class com.uwyn.drone.modules.seenmanagement.exceptions.RecordSeenErrorException
 
getBots() - Method in class com.uwyn.drone.core.BotsRunner
 
getBots() - Method in class com.uwyn.drone.core.Xml2Drone
 
getChannel(String) - Method in class com.uwyn.drone.core.Server
 
getChannel() - Method in class com.uwyn.drone.core.exceptions.ChannelMessageErrorException
 
getChannel() - Method in class com.uwyn.drone.core.exceptions.JoinErrorException
 
getChannel() - Method in class com.uwyn.drone.core.exceptions.LeaveErrorException
 
getChannel() - Method in class com.uwyn.drone.modules.logmanagement.exceptions.AddLogErrorException
 
getChannel() - Method in class com.uwyn.drone.modules.logmanagement.exceptions.GetLogMessagesErrorException
 
getChannel() - Method in class com.uwyn.drone.modules.logmanagement.exceptions.InvalidSearchSyntaxException
 
getChannel() - Method in class com.uwyn.drone.modules.logmanagement.exceptions.SearchLogErrorException
 
getChannel() - Method in class com.uwyn.drone.modules.seenmanagement.exceptions.GetSeenErrorException
 
getChannel() - Method in class com.uwyn.drone.modules.seenmanagement.exceptions.RecordSeenErrorException
 
getChannelCommands() - Method in class com.uwyn.drone.core.AbstractModule
 
getChannelCommands() - Method in interface com.uwyn.drone.core.Module
 
getChannelCommands() - Method in class com.uwyn.drone.modules.Faq
 
getChannelCommands() - Method in class com.uwyn.drone.modules.Seen
 
getChannelCommands() - Method in class com.uwyn.drone.modules.Throughput
 
getCode() - Method in class com.uwyn.drone.protocol.AttributeCode
 
getCode() - Method in class com.uwyn.drone.protocol.ResponseCode
 
getCommand() - Method in class com.uwyn.drone.core.exceptions.SendErrorException
 
getCommand() - Method in class com.uwyn.drone.protocol.ServerMessage
 
getCommand() - Method in interface com.uwyn.drone.protocol.commands.IrcCommand
 
getCommand() - Method in class com.uwyn.drone.protocol.commands.Join
 
getCommand() - Method in class com.uwyn.drone.protocol.commands.Names
 
getCommand() - Method in class com.uwyn.drone.protocol.commands.Nick
 
getCommand() - Method in class com.uwyn.drone.protocol.commands.Notice
 
getCommand() - Method in class com.uwyn.drone.protocol.commands.Part
 
getCommand() - Method in class com.uwyn.drone.protocol.commands.Pong
 
getCommand() - Method in class com.uwyn.drone.protocol.commands.Privmsg
 
getCommand() - Method in class com.uwyn.drone.protocol.commands.Quit
 
getCommand() - Method in class com.uwyn.drone.protocol.commands.User
 
getConnectedNick() - Method in class com.uwyn.drone.core.Bot
 
getCount() - Method in class com.uwyn.drone.modules.logmanagement.LogResultProcessor
 
getDay() - Method in class com.uwyn.drone.modules.logmanagement.exceptions.GetLogMessagesErrorException
 
getDescription() - Method in class com.uwyn.drone.core.AbstractModule
 
getDescription() - Method in interface com.uwyn.drone.core.Module
 
getDescription() - Method in class com.uwyn.drone.modules.Faq
 
getDescription() - Method in class com.uwyn.drone.modules.Log
 
getDescription() - Method in class com.uwyn.drone.modules.Register
 
getDescription() - Method in class com.uwyn.drone.modules.Say
 
getDescription() - Method in class com.uwyn.drone.modules.Seen
 
getDescription() - Method in class com.uwyn.drone.protocol.ResponseCode
 
getDisplayMessage() - Method in class com.uwyn.drone.modules.seenmanagement.SeenData
 
getFaq(Bot, String) - Method in interface com.uwyn.drone.modules.faqmanagement.FaqManager
 
getFaq(Bot, String) - Method in class com.uwyn.drone.modules.faqmanagement.databasedrivers.com_mysql_jdbc_Driver
 
getFaq(Bot, String) - Method in class com.uwyn.drone.modules.faqmanagement.databasedrivers.org_postgresql_Driver
 
getFaqById(int) - Method in interface com.uwyn.drone.modules.faqmanagement.FaqManager
 
getFaqById(int) - Method in class com.uwyn.drone.modules.faqmanagement.databasedrivers.com_mysql_jdbc_Driver
 
getFaqById(int) - Method in class com.uwyn.drone.modules.faqmanagement.databasedrivers.org_postgresql_Driver
 
getFaqData() - Method in class com.uwyn.drone.modules.faqmanagement.exceptions.AddFaqErrorException
 
getFaqData() - Method in class com.uwyn.drone.modules.faqmanagement.exceptions.EditFaqErrorException
 
getHandledTasktype() - Method in class com.uwyn.drone.modules.faqmanagement.RandomFaqExecutor
 
getHelpMap() - Method in class com.uwyn.drone.core.AbstractModule
 
getHelpMap() - Method in interface com.uwyn.drone.core.Module
 
getHelpMap() - Method in class com.uwyn.drone.modules.Faq
 
getHelpMap() - Method in class com.uwyn.drone.modules.Log
 
getHelpMap() - Method in class com.uwyn.drone.modules.Register
 
getHelpMap() - Method in class com.uwyn.drone.modules.Say
 
getHelpMap() - Method in class com.uwyn.drone.modules.Seen
 
getHost() - Method in class com.uwyn.drone.protocol.IrcPrefix
 
getHostname() - Method in class com.uwyn.drone.core.exceptions.UnknownServerHostnameException
 
getId() - Method in class com.uwyn.drone.modules.faqmanagement.FaqData
 
getId() - Method in class com.uwyn.drone.modules.faqmanagement.exceptions.GetFaqByIdErrorException
 
getJoinedChannel(String) - Method in class com.uwyn.drone.core.Bot
 
getJoinedChannels() - Method in class com.uwyn.drone.core.Bot
 
getLogMessages(LogResultProcessor, Bot, Channel, Calendar) - Method in interface com.uwyn.drone.modules.logmanagement.LogManager
 
getLogMessages(LogResultProcessor, Bot, Channel, Calendar) - Method in class com.uwyn.drone.modules.logmanagement.databasedrivers.com_mysql_jdbc_Driver
 
getLogMessages(LogResultProcessor, Bot, Channel, Calendar) - Method in class com.uwyn.drone.modules.logmanagement.databasedrivers.org_postgresql_Driver
 
getLowcasekey() - Method in class com.uwyn.drone.modules.faqmanagement.FaqData
 
getMessage() - Method in class com.uwyn.drone.core.exceptions.ChannelMessageErrorException
 
getMessage() - Method in class com.uwyn.drone.modules.seenmanagement.SeenData
 
getMessageCommands() - Method in class com.uwyn.drone.core.AbstractModule
 
getMessageCommands() - Method in interface com.uwyn.drone.core.Module
 
getMessageCommands() - Method in class com.uwyn.drone.modules.Faq
 
getMessageCommands() - Method in class com.uwyn.drone.modules.Help
 
getMessageCommands() - Method in class com.uwyn.drone.modules.Identify
 
getMessageCommands() - Method in class com.uwyn.drone.modules.Log
 
getMessageCommands() - Method in class com.uwyn.drone.modules.Ping
 
getMessageCommands() - Method in class com.uwyn.drone.modules.Quit
 
getMessageCommands() - Method in class com.uwyn.drone.modules.Register
 
getMessageCommands() - Method in class com.uwyn.drone.modules.Say
 
getMessageCommands() - Method in class com.uwyn.drone.modules.Seen
 
getMessageCommands() - Method in class com.uwyn.drone.modules.Version
 
getModule() - Method in class com.uwyn.drone.core.exceptions.InvalidModuleNameException
 
getModules() - Method in class com.uwyn.drone.core.Bot
 
getMoment() - Method in class com.uwyn.drone.modules.seenmanagement.SeenData
 
getName() - Method in class com.uwyn.drone.core.AbstractModule
 
getName() - Method in class com.uwyn.drone.core.Bot
 
getName() - Method in class com.uwyn.drone.core.Channel
 
getName() - Method in interface com.uwyn.drone.core.Module
 
getName() - Method in class com.uwyn.drone.modules.Faq
 
getName() - Method in class com.uwyn.drone.modules.Log
 
getName() - Method in class com.uwyn.drone.modules.Register
 
getName() - Method in class com.uwyn.drone.modules.Say
 
getName() - Method in class com.uwyn.drone.modules.Seen
 
getName() - Method in class com.uwyn.drone.modules.faqmanagement.FaqData
 
getName() - Method in class com.uwyn.drone.modules.faqmanagement.exceptions.GetFaqErrorException
 
getName() - Method in class com.uwyn.drone.modules.faqmanagement.exceptions.RemoveFaqErrorException
 
getName() - Method in class com.uwyn.drone.modules.faqmanagement.exceptions.SetRandomErrorException
 
getNamedModules() - Method in class com.uwyn.drone.core.Bot
 
getNick() - Method in class com.uwyn.drone.core.Bot
 
getNick() - Method in class com.uwyn.drone.modules.Identify
 
getNickName() - Method in class com.uwyn.drone.protocol.IrcPrefix
 
getNickname() - Method in class com.uwyn.drone.modules.seenmanagement.SeenData
 
getNoticeCommands() - Method in class com.uwyn.drone.core.AbstractModule
 
getNoticeCommands() - Method in interface com.uwyn.drone.core.Module
 
getParameters() - Method in class com.uwyn.drone.protocol.ServerMessage
 
getPassword() - Method in class com.uwyn.drone.modules.Identify
 
getPrefix() - Method in class com.uwyn.drone.protocol.ServerMessage
 
getRandomFaq(Bot) - Method in interface com.uwyn.drone.modules.faqmanagement.FaqManager
 
getRandomFaq(Bot) - Method in class com.uwyn.drone.modules.faqmanagement.databasedrivers.com_mysql_jdbc_Driver
 
getRandomFaq(Bot) - Method in class com.uwyn.drone.modules.faqmanagement.databasedrivers.org_postgresql_Driver
 
getRaw() - Method in class com.uwyn.drone.modules.seenmanagement.SeenData
 
getRaw() - Method in class com.uwyn.drone.protocol.IrcPrefix
 
getRaw() - Method in class com.uwyn.drone.protocol.ServerMessage
 
getRawCommands() - Method in class com.uwyn.drone.core.AbstractModule
 
getRawCommands() - Method in interface com.uwyn.drone.core.Module
 
getResponseCode() - Method in class com.uwyn.drone.protocol.ServerMessage
 
getResponseCodes() - Method in class com.uwyn.drone.core.AbstractModule
 
getResponseCodes() - Method in interface com.uwyn.drone.core.Module
 
getResponseCodes() - Method in class com.uwyn.drone.modules.Seen
 
getRunner() - Method in class com.uwyn.drone.core.AbstractModule
 
getRunner() - Method in interface com.uwyn.drone.core.Module
 
getSearch() - Method in class com.uwyn.drone.modules.logmanagement.exceptions.InvalidSearchSyntaxException
 
getSearch() - Method in class com.uwyn.drone.modules.logmanagement.exceptions.SearchLogErrorException
 
getSeen(Bot, Channel, String) - Method in interface com.uwyn.drone.modules.seenmanagement.SeenManager
 
getSeen(Bot, Channel, String) - Method in class com.uwyn.drone.modules.seenmanagement.databasedrivers.com_mysql_jdbc_Driver
 
getSeen(Bot, Channel, String) - Method in class com.uwyn.drone.modules.seenmanagement.databasedrivers.org_postgresql_Driver
 
getServer() - Method in class com.uwyn.drone.core.Bot
 
getServer() - Method in class com.uwyn.drone.core.Channel
 
getServer() - Method in class com.uwyn.drone.core.exceptions.FlushErrorException
 
getServer() - Method in class com.uwyn.drone.core.exceptions.MissingAddressException
 
getServer() - Method in class com.uwyn.drone.core.exceptions.NoValidAddressException
 
getServer() - Method in class com.uwyn.drone.core.exceptions.SendErrorException
 
getServer() - Method in class com.uwyn.drone.core.exceptions.ServerConnectionErrorException
 
getServer() - Method in class com.uwyn.drone.core.exceptions.ServerDisconnectionErrorException
 
getServerInfo() - Method in class com.uwyn.drone.core.Server
 
getServerMessage() - Method in class com.uwyn.drone.modules.logmanagement.exceptions.AddLogErrorException
 
getServerMessage() - Method in class com.uwyn.drone.modules.seenmanagement.exceptions.RecordSeenErrorException
 
getServerName() - Method in class com.uwyn.drone.core.Server
 
getServerName() - Method in class com.uwyn.drone.protocol.IrcPrefix
 
getServerSocket() - Method in class com.uwyn.drone.core.Server
 
getState() - Method in class com.uwyn.drone.modules.faqmanagement.exceptions.SetRandomErrorException
 
getString() - Method in class com.uwyn.drone.modules.seenmanagement.exceptions.GetSeenErrorException
 
getTrailing() - Method in class com.uwyn.drone.protocol.ServerMessage
 
getUser() - Method in class com.uwyn.drone.protocol.IrcPrefix
 
getVersion() - Static method in class com.uwyn.drone.Droned
 
gotMessage(Timestamp, ServerMessage) - Method in class com.uwyn.drone.modules.logmanagement.LogResultProcessor
 

H

Help - class com.uwyn.drone.modules.Help.
 
Help() - Constructor for class com.uwyn.drone.modules.Help
 
hashCode() - Method in class com.uwyn.drone.core.Channel
 

I

Identify - class com.uwyn.drone.modules.Identify.
 
Identify() - Constructor for class com.uwyn.drone.modules.Identify
 
InstallErrorException - exception com.uwyn.drone.modules.faqmanagement.exceptions.InstallErrorException.
 
InstallErrorException() - Constructor for class com.uwyn.drone.modules.faqmanagement.exceptions.InstallErrorException
 
InstallErrorException(DatabaseException) - Constructor for class com.uwyn.drone.modules.faqmanagement.exceptions.InstallErrorException
 
InstallErrorException - exception com.uwyn.drone.modules.logmanagement.exceptions.InstallErrorException.
 
InstallErrorException() - Constructor for class com.uwyn.drone.modules.logmanagement.exceptions.InstallErrorException
 
InstallErrorException(DatabaseException) - Constructor for class com.uwyn.drone.modules.logmanagement.exceptions.InstallErrorException
 
InstallErrorException - exception com.uwyn.drone.modules.seenmanagement.exceptions.InstallErrorException.
 
InstallErrorException() - Constructor for class com.uwyn.drone.modules.seenmanagement.exceptions.InstallErrorException
 
InstallErrorException(DatabaseException) - Constructor for class com.uwyn.drone.modules.seenmanagement.exceptions.InstallErrorException
 
InvalidModuleNameException - exception com.uwyn.drone.core.exceptions.InvalidModuleNameException.
 
InvalidModuleNameException(Module) - Constructor for class com.uwyn.drone.core.exceptions.InvalidModuleNameException
 
InvalidSearchSyntaxException - exception com.uwyn.drone.modules.logmanagement.exceptions.InvalidSearchSyntaxException.
 
InvalidSearchSyntaxException(Bot, Channel, String) - Constructor for class com.uwyn.drone.modules.logmanagement.exceptions.InvalidSearchSyntaxException
 
InvalidSearchSyntaxException(Bot, Channel, String, DatabaseException) - Constructor for class com.uwyn.drone.modules.logmanagement.exceptions.InvalidSearchSyntaxException
 
IrcCommand - interface com.uwyn.drone.protocol.commands.IrcCommand.
 
IrcPrefix - class com.uwyn.drone.protocol.IrcPrefix.
 
IrcPrefix(String) - Constructor for class com.uwyn.drone.protocol.IrcPrefix
 
IrcPrefix(String, String, String) - Constructor for class com.uwyn.drone.protocol.IrcPrefix
 
initialize(String, String, String, Server) - Method in class com.uwyn.drone.core.Bot
 
initialize() - Method in class com.uwyn.drone.core.DroneParticipant
 
initializeQueries() - Method in class com.uwyn.drone.modules.faqmanagement.databasedrivers.com_mysql_jdbc_Driver
 
initializeQueries() - Method in class com.uwyn.drone.modules.faqmanagement.databasedrivers.org_postgresql_Driver
 
initializeQueries() - Method in class com.uwyn.drone.modules.logmanagement.databasedrivers.com_mysql_jdbc_Driver
 
initializeQueries() - Method in class com.uwyn.drone.modules.logmanagement.databasedrivers.org_postgresql_Driver
 
initializeQueries() - Method in class com.uwyn.drone.modules.seenmanagement.databasedrivers.com_mysql_jdbc_Driver
 
initializeQueries() - Method in class com.uwyn.drone.modules.seenmanagement.databasedrivers.org_postgresql_Driver
 
install() - Method in class com.uwyn.drone.modules.faqmanagement.DatabaseFaqs
 
install() - Method in class com.uwyn.drone.modules.faqmanagement.databasedrivers.com_mysql_jdbc_Driver
 
install() - Method in class com.uwyn.drone.modules.faqmanagement.databasedrivers.org_postgresql_Driver
 
install() - Method in class com.uwyn.drone.modules.logmanagement.DatabaseLogs
 
install() - Method in class com.uwyn.drone.modules.logmanagement.databasedrivers.com_mysql_jdbc_Driver
 
install() - Method in class com.uwyn.drone.modules.logmanagement.databasedrivers.org_postgresql_Driver
 
install() - Method in class com.uwyn.drone.modules.seenmanagement.DatabaseSeen
 
install() - Method in class com.uwyn.drone.modules.seenmanagement.databasedrivers.com_mysql_jdbc_Driver
 
install() - Method in class com.uwyn.drone.modules.seenmanagement.databasedrivers.org_postgresql_Driver
 
isCommand() - Method in class com.uwyn.drone.protocol.ServerMessage
 
isConnected() - Method in class com.uwyn.drone.core.Bot
 
isConnected() - Method in class com.uwyn.drone.core.Server
 
isLoggedOn() - Method in class com.uwyn.drone.core.Bot
 
isPaused() - Method in class com.uwyn.drone.core.Bot
 
isRandom() - Method in class com.uwyn.drone.modules.faqmanagement.FaqData
 
isResponse() - Method in class com.uwyn.drone.protocol.ServerMessage
 
isRunning() - Method in class com.uwyn.drone.core.ModuleRunner
 

J

Join - class com.uwyn.drone.protocol.commands.Join.
 
Join(String) - Constructor for class com.uwyn.drone.protocol.commands.Join
 
JoinErrorException - exception com.uwyn.drone.core.exceptions.JoinErrorException.
 
JoinErrorException(Channel, Throwable) - Constructor for class com.uwyn.drone.core.exceptions.JoinErrorException
 
join(String) - Method in class com.uwyn.drone.core.Bot
 
join() - Method in class com.uwyn.drone.core.Channel
 

L

LAVENDER - Static variable in class com.uwyn.drone.protocol.AttributeCode
 
LIGHTBLUE - Static variable in class com.uwyn.drone.protocol.AttributeCode
 
LIGHTGRAY - Static variable in class com.uwyn.drone.protocol.AttributeCode
 
LIGHTGREEN - Static variable in class com.uwyn.drone.protocol.AttributeCode
 
LeaveErrorException - exception com.uwyn.drone.core.exceptions.LeaveErrorException.
 
LeaveErrorException(Channel, Throwable) - Constructor for class com.uwyn.drone.core.exceptions.LeaveErrorException
 
Log - class com.uwyn.drone.modules.Log.
 
Log() - Constructor for class com.uwyn.drone.modules.Log
 
LogManager - interface com.uwyn.drone.modules.logmanagement.LogManager.
 
LogManagerException - exception com.uwyn.drone.modules.exceptions.LogManagerException.
 
LogManagerException(String) - Constructor for class com.uwyn.drone.modules.exceptions.LogManagerException
 
LogManagerException(String, Throwable) - Constructor for class com.uwyn.drone.modules.exceptions.LogManagerException
 
LogManagerException(Throwable) - Constructor for class com.uwyn.drone.modules.exceptions.LogManagerException
 
LogResultProcessor - class com.uwyn.drone.modules.logmanagement.LogResultProcessor.
 
LogResultProcessor() - Constructor for class com.uwyn.drone.modules.logmanagement.LogResultProcessor
 
LogoffErrorException - exception com.uwyn.drone.core.exceptions.LogoffErrorException.
 
LogoffErrorException(Bot, Throwable) - Constructor for class com.uwyn.drone.core.exceptions.LogoffErrorException
 
LogonErrorException - exception com.uwyn.drone.core.exceptions.LogonErrorException.
 
LogonErrorException(Bot, Throwable) - Constructor for class com.uwyn.drone.core.exceptions.LogonErrorException
 
leave(String) - Method in class com.uwyn.drone.core.Bot
 
leave() - Method in class com.uwyn.drone.core.Channel
 
loggedOff(Bot) - Method in interface com.uwyn.drone.core.BotListener
 
loggedOff(Bot) - Method in class com.uwyn.drone.core.BotsRunner
 
loggedOn(Bot) - Method in interface com.uwyn.drone.core.BotListener
 
loggedOn(Bot) - Method in class com.uwyn.drone.core.BotsRunner
 
loggedon(Bot) - Method in class com.uwyn.drone.core.AbstractModule
 
loggedon(Bot) - Method in interface com.uwyn.drone.core.Module
 
loggedon(Bot) - Method in class com.uwyn.drone.modules.Identify
 
logoff() - Method in class com.uwyn.drone.core.Bot
 
logon() - Method in class com.uwyn.drone.core.Bot
 

M

MANAGER_PACKAGE_NAME - Static variable in class com.uwyn.drone.modules.faqmanagement.DatabaseFaqsFactory
 
MANAGER_PACKAGE_NAME - Static variable in class com.uwyn.drone.modules.logmanagement.DatabaseLogsFactory
 
MANAGER_PACKAGE_NAME - Static variable in class com.uwyn.drone.modules.seenmanagement.DatabaseSeenFactory
 
MessageCommand - class com.uwyn.drone.core.modulemessages.MessageCommand.
 
MessageCommand(ServerMessage, String, String) - Constructor for class com.uwyn.drone.core.modulemessages.MessageCommand
 
MissingAddressException - exception com.uwyn.drone.core.exceptions.MissingAddressException.
 
MissingAddressException(Server) - Constructor for class com.uwyn.drone.core.exceptions.MissingAddressException
 
Module - interface com.uwyn.drone.core.Module.
 
ModuleMessage - interface com.uwyn.drone.core.ModuleMessage.
 
ModuleRunner - class com.uwyn.drone.core.ModuleRunner.
 
ModuleRunner(Bot, Module) - Constructor for class com.uwyn.drone.core.ModuleRunner
 
main(String[]) - Static method in class com.uwyn.drone.Droned
 
messageCommand(Bot, String, String, String, ServerMessage) - Method in class com.uwyn.drone.core.AbstractModule
 
messageCommand(Bot, String, String, String, ServerMessage) - Method in interface com.uwyn.drone.core.Module
 
messageCommand(Bot, String, String, String, ServerMessage) - Method in class com.uwyn.drone.modules.Faq
 
messageCommand(Bot, String, String, String, ServerMessage) - Method in class com.uwyn.drone.modules.Help
 
messageCommand(Bot, String, String, String, ServerMessage) - Method in class com.uwyn.drone.modules.Log
 
messageCommand(Bot, String, String, String, ServerMessage) - Method in class com.uwyn.drone.modules.Ping
 
messageCommand(Bot, String, String, String, ServerMessage) - Method in class com.uwyn.drone.modules.Quit
 
messageCommand(Bot, String, String, String, ServerMessage) - Method in class com.uwyn.drone.modules.Register
 
messageCommand(Bot, String, String, String, ServerMessage) - Method in class com.uwyn.drone.modules.Say
 
messageCommand(Bot, String, String, String, ServerMessage) - Method in class com.uwyn.drone.modules.Seen
 
messageCommand(Bot, String, String, String, ServerMessage) - Method in class com.uwyn.drone.modules.Version
 

N

NORMAL - Static variable in class com.uwyn.drone.protocol.AttributeCode
 
Names - class com.uwyn.drone.protocol.commands.Names.
 
Names(String) - Constructor for class com.uwyn.drone.protocol.commands.Names
 
Nick - class com.uwyn.drone.protocol.commands.Nick.
 
Nick(String) - Constructor for class com.uwyn.drone.protocol.commands.Nick
 
NoValidAddressException - exception com.uwyn.drone.core.exceptions.NoValidAddressException.
 
NoValidAddressException(Server) - Constructor for class com.uwyn.drone.core.exceptions.NoValidAddressException
 
Notice - class com.uwyn.drone.protocol.commands.Notice.
 
Notice(String, String) - Constructor for class com.uwyn.drone.protocol.commands.Notice
 
NoticeCommand - class com.uwyn.drone.core.modulemessages.NoticeCommand.
 
NoticeCommand(ServerMessage, String, String) - Constructor for class com.uwyn.drone.core.modulemessages.NoticeCommand
 
nickChanged(Bot) - Method in interface com.uwyn.drone.core.BotListener
 
nickChanged(Bot) - Method in class com.uwyn.drone.core.BotsRunner
 
nickInUse(Bot, String) - Method in interface com.uwyn.drone.core.BotListener
 
nickInUse(Bot, String) - Method in class com.uwyn.drone.core.BotsRunner
 
noticeCommand(Bot, String, String, String, ServerMessage) - Method in class com.uwyn.drone.core.AbstractModule
 
noticeCommand(Bot, String, String, String, ServerMessage) - Method in interface com.uwyn.drone.core.Module
 

O

ORANGE - Static variable in class com.uwyn.drone.protocol.AttributeCode
 
org_postgresql_Driver - class com.uwyn.drone.modules.faqmanagement.databasedrivers.org_postgresql_Driver.
 
org_postgresql_Driver(Datasource) - Constructor for class com.uwyn.drone.modules.faqmanagement.databasedrivers.org_postgresql_Driver
 
org_postgresql_Driver - class com.uwyn.drone.modules.logmanagement.databasedrivers.org_postgresql_Driver.
 
org_postgresql_Driver(Datasource) - Constructor for class com.uwyn.drone.modules.logmanagement.databasedrivers.org_postgresql_Driver
 
org_postgresql_Driver - class com.uwyn.drone.modules.seenmanagement.databasedrivers.org_postgresql_Driver.
 
org_postgresql_Driver(Datasource) - Constructor for class com.uwyn.drone.modules.seenmanagement.databasedrivers.org_postgresql_Driver
 

P

PURPLE - Static variable in class com.uwyn.drone.protocol.AttributeCode
 
Part - class com.uwyn.drone.protocol.commands.Part.
 
Part(String) - Constructor for class com.uwyn.drone.protocol.commands.Part
 
Ping - class com.uwyn.drone.modules.Ping.
 
Ping() - Constructor for class com.uwyn.drone.modules.Ping
 
Pong - class com.uwyn.drone.protocol.commands.Pong.
 
Pong(String) - Constructor for class com.uwyn.drone.protocol.commands.Pong
 
Privmsg - class com.uwyn.drone.protocol.commands.Privmsg.
 
Privmsg(String, String) - Constructor for class com.uwyn.drone.protocol.commands.Privmsg
 
parse(String) - Static method in class com.uwyn.drone.protocol.IrcPrefix
 
parse(String) - Static method in class com.uwyn.drone.protocol.ServerMessage
 
pause() - Method in class com.uwyn.drone.core.Bot
 
processRow(ResultSet) - Method in class com.uwyn.drone.modules.logmanagement.LogResultProcessor
 
processSeenWaiting(Bot, Channel, String) - Method in class com.uwyn.drone.modules.Seen
 
processesChannelMessages() - Method in class com.uwyn.drone.core.AbstractModule
 
processesChannelMessages() - Method in interface com.uwyn.drone.core.Module
 
processesChannelMessages() - Method in class com.uwyn.drone.modules.Log
 
processesChannelMessages() - Method in class com.uwyn.drone.modules.Say
 
processesChannelMessages() - Method in class com.uwyn.drone.modules.Seen
 

Q

Quit - class com.uwyn.drone.modules.Quit.
 
Quit() - Constructor for class com.uwyn.drone.modules.Quit
 
Quit - class com.uwyn.drone.protocol.commands.Quit.
 
Quit(String) - Constructor for class com.uwyn.drone.protocol.commands.Quit
 

R

RED - Static variable in class com.uwyn.drone.protocol.AttributeCode
 
REVERSE - Static variable in class com.uwyn.drone.protocol.AttributeCode
 
RPL_ADMINEMAIL - Static variable in class com.uwyn.drone.protocol.ResponseCode
 
RPL_ADMINLOC1 - Static variable in class com.uwyn.drone.protocol.ResponseCode
 
RPL_ADMINLOC2 - Static variable in class com.uwyn.drone.protocol.ResponseCode
 
RPL_ADMINME - Static variable in class com.uwyn.drone.protocol.ResponseCode
 
RPL_AWAY - Static variable in class com.uwyn.drone.protocol.ResponseCode
 
RPL_BANLIST - Static variable in class com.uwyn.drone.protocol.ResponseCode
 
RPL_BOUNCE - Static variable in class com.uwyn.drone.protocol.ResponseCode
 
RPL_CHANNELMODEIS - Static variable in class com.uwyn.drone.protocol.ResponseCode
 
RPL_CREATED - Static variable in class com.uwyn.drone.protocol.ResponseCode
 
RPL_ENDOFBANLIST - Static variable in class com.uwyn.drone.protocol.ResponseCode
 
RPL_ENDOFEXCEPTLIST - Static variable in class com.uwyn.drone.protocol.ResponseCode
 
RPL_ENDOFINFO - Static variable in class com.uwyn.drone.protocol.ResponseCode
 
RPL_ENDOFINVITELIST - Static variable in class com.uwyn.drone.protocol.ResponseCode
 
RPL_ENDOFLINKS - Static variable in class com.uwyn.drone.protocol.ResponseCode
 
RPL_ENDOFMOTD - Static variable in class com.uwyn.drone.protocol.ResponseCode
 
RPL_ENDOFNAMES - Static variable in class com.uwyn.drone.protocol.ResponseCode
 
RPL_ENDOFSTATS - Static variable in class com.uwyn.drone.protocol.ResponseCode
 
RPL_ENDOFUSERS - Static variable in class com.uwyn.drone.protocol.ResponseCode
 
RPL_ENDOFWHO - Static variable in class com.uwyn.drone.protocol.ResponseCode
 
RPL_ENDOFWHOIS - Static variable in class com.uwyn.drone.protocol.ResponseCode
 
RPL_ENDOFWHOWAS - Static variable in class com.uwyn.drone.protocol.ResponseCode
 
RPL_EXCEPTLIST - Static variable in class com.uwyn.drone.protocol.ResponseCode
 
RPL_INFO - Static variable in class com.uwyn.drone.protocol.ResponseCode
 
RPL_INVITELIST - Static variable in class com.uwyn.drone.protocol.ResponseCode
 
RPL_INVITING - Static variable in class com.uwyn.drone.protocol.ResponseCode
 
RPL_ISON - Static variable in class com.uwyn.drone.protocol.ResponseCode
 
RPL_LINKS - Static variable in class com.uwyn.drone.protocol.ResponseCode
 
RPL_LIST - Static variable in class com.uwyn.drone.protocol.ResponseCode
 
RPL_LISTEND - Static variable in class com.uwyn.drone.protocol.ResponseCode
 
RPL_LISTSTART - Static variable in class com.uwyn.drone.protocol.ResponseCode
 
RPL_LUSERCHANNELS - Static variable in class com.uwyn.drone.protocol.ResponseCode
 
RPL_LUSERCLIENT - Static variable in class com.uwyn.drone.protocol.ResponseCode
 
RPL_LUSERME - Static variable in class com.uwyn.drone.protocol.ResponseCode
 
RPL_LUSEROP - Static variable in class com.uwyn.drone.protocol.ResponseCode
 
RPL_LUSERUNKNOWN - Static variable in class com.uwyn.drone.protocol.ResponseCode
 
RPL_MOTD - Static variable in class com.uwyn.drone.protocol.ResponseCode
 
RPL_MOTDSTART - Static variable in class com.uwyn.drone.protocol.ResponseCode
 
RPL_MYINFO - Static variable in class com.uwyn.drone.protocol.ResponseCode
 
RPL_NAMREPLY - Static variable in class com.uwyn.drone.protocol.ResponseCode
 
RPL_NOTOPIC - Static variable in class com.uwyn.drone.protocol.ResponseCode
 
RPL_NOUSERS - Static variable in class com.uwyn.drone.protocol.ResponseCode
 
RPL_NOWAWAY - Static variable in class com.uwyn.drone.protocol.ResponseCode
 
RPL_REHASHING - Static variable in class com.uwyn.drone.protocol.ResponseCode
 
RPL_SERVLIST - Static variable in class com.uwyn.drone.protocol.ResponseCode
 
RPL_SERVLISTEND - Static variable in class com.uwyn.drone.protocol.ResponseCode
 
RPL_STATSCOMMANDS - Static variable in class com.uwyn.drone.protocol.ResponseCode
 
RPL_STATSLINKINFO - Static variable in class com.uwyn.drone.protocol.ResponseCode
 
RPL_STATSOLINE - Static variable in class com.uwyn.drone.protocol.ResponseCode
 
RPL_STATSUPTIME - Static variable in class com.uwyn.drone.protocol.ResponseCode
 
RPL_SUMMONING - Static variable in class com.uwyn.drone.protocol.ResponseCode
 
RPL_TIME - Static variable in class com.uwyn.drone.protocol.ResponseCode
 
RPL_TOPIC - Static variable in class com.uwyn.drone.protocol.ResponseCode
 
RPL_TRACECLASS - Static variable in class com.uwyn.drone.protocol.ResponseCode
 
RPL_TRACECONNECTING - Static variable in class com.uwyn.drone.protocol.ResponseCode
 
RPL_TRACEEND - Static variable in class com.uwyn.drone.protocol.ResponseCode
 
RPL_TRACEHANDSHAKE - Static variable in class com.uwyn.drone.protocol.ResponseCode
 
RPL_TRACELINK - Static variable in class com.uwyn.drone.protocol.ResponseCode
 
RPL_TRACELOG - Static variable in class com.uwyn.drone.protocol.ResponseCode
 
RPL_TRACENEWTYPE - Static variable in class com.uwyn.drone.protocol.ResponseCode
 
RPL_TRACEOPERATOR - Static variable in class com.uwyn.drone.protocol.ResponseCode
 
RPL_TRACERECONNECT - Static variable in class com.uwyn.drone.protocol.ResponseCode
 
RPL_TRACESERVER - Static variable in class com.uwyn.drone.protocol.ResponseCode
 
RPL_TRACESERVICE - Static variable in class com.uwyn.drone.protocol.ResponseCode
 
RPL_TRACEUNKNOWN - Static variable in class com.uwyn.drone.protocol.ResponseCode
 
RPL_TRACEUSER - Static variable in class com.uwyn.drone.protocol.ResponseCode
 
RPL_TRYAGAIN - Static variable in class com.uwyn.drone.protocol.ResponseCode
 
RPL_UMODEIS - Static variable in class com.uwyn.drone.protocol.ResponseCode
 
RPL_UNAWAY - Static variable in class com.uwyn.drone.protocol.ResponseCode
 
RPL_UNIQOPIS - Static variable in class com.uwyn.drone.protocol.ResponseCode
 
RPL_USERHOST - Static variable in class com.uwyn.drone.protocol.ResponseCode
 
RPL_USERS - Static variable in class com.uwyn.drone.protocol.ResponseCode
 
RPL_USERSSTART - Static variable in class com.uwyn.drone.protocol.ResponseCode
 
RPL_VERSION - Static variable in class com.uwyn.drone.protocol.ResponseCode
 
RPL_WELCOME - Static variable in class com.uwyn.drone.protocol.ResponseCode
 
RPL_WHOISCHANNELS - Static variable in class com.uwyn.drone.protocol.ResponseCode
 
RPL_WHOISIDLE - Static variable in class com.uwyn.drone.protocol.ResponseCode
 
RPL_WHOISOPERATOR - Static variable in class com.uwyn.drone.protocol.ResponseCode
 
RPL_WHOISSERVER - Static variable in class com.uwyn.drone.protocol.ResponseCode
 
RPL_WHOISUSER - Static variable in class com.uwyn.drone.protocol.ResponseCode
 
RPL_WHOREPLY - Static variable in class com.uwyn.drone.protocol.ResponseCode
 
RPL_WHOWASUSER - Static variable in class com.uwyn.drone.protocol.ResponseCode
 
RPL_YOUREOPER - Static variable in class com.uwyn.drone.protocol.ResponseCode
 
RPL_YOURESERVICE - Static variable in class com.uwyn.drone.protocol.ResponseCode
 
RPL_YOURHOST - Static variable in class com.uwyn.drone.protocol.ResponseCode
 
RandomFaqExecutor - class com.uwyn.drone.modules.faqmanagement.RandomFaqExecutor.
 
RandomFaqExecutor() - Constructor for class com.uwyn.drone.modules.faqmanagement.RandomFaqExecutor
 
RawCommand - class com.uwyn.drone.core.modulemessages.RawCommand.
 
RawCommand(ServerMessage) - Constructor for class com.uwyn.drone.core.modulemessages.RawCommand
 
RecordSeenErrorException - exception com.uwyn.drone.modules.seenmanagement.exceptions.RecordSeenErrorException.
 
RecordSeenErrorException(Bot, Channel, SeenData) - Constructor for class com.uwyn.drone.modules.seenmanagement.exceptions.RecordSeenErrorException
 
RecordSeenErrorException(Bot, Channel, SeenData, DatabaseException) - Constructor for class com.uwyn.drone.modules.seenmanagement.exceptions.RecordSeenErrorException
 
Register - class com.uwyn.drone.modules.Register.
 
Register() - Constructor for class com.uwyn.drone.modules.Register
 
RemoveErrorException - exception com.uwyn.drone.modules.faqmanagement.exceptions.RemoveErrorException.
 
RemoveErrorException() - Constructor for class com.uwyn.drone.modules.faqmanagement.exceptions.RemoveErrorException
 
RemoveErrorException(DatabaseException) - Constructor for class com.uwyn.drone.modules.faqmanagement.exceptions.RemoveErrorException
 
RemoveErrorException - exception com.uwyn.drone.modules.logmanagement.exceptions.RemoveErrorException.
 
RemoveErrorException() - Constructor for class com.uwyn.drone.modules.logmanagement.exceptions.RemoveErrorException
 
RemoveErrorException(DatabaseException) - Constructor for class com.uwyn.drone.modules.logmanagement.exceptions.RemoveErrorException
 
RemoveErrorException - exception com.uwyn.drone.modules.seenmanagement.exceptions.RemoveErrorException.
 
RemoveErrorException() - Constructor for class com.uwyn.drone.modules.seenmanagement.exceptions.RemoveErrorException
 
RemoveErrorException(DatabaseException) - Constructor for class com.uwyn.drone.modules.seenmanagement.exceptions.RemoveErrorException
 
RemoveFaqErrorException - exception com.uwyn.drone.modules.faqmanagement.exceptions.RemoveFaqErrorException.
 
RemoveFaqErrorException(String) - Constructor for class com.uwyn.drone.modules.faqmanagement.exceptions.RemoveFaqErrorException
 
RemoveFaqErrorException(String, DatabaseException) - Constructor for class com.uwyn.drone.modules.faqmanagement.exceptions.RemoveFaqErrorException
 
Response - class com.uwyn.drone.core.modulemessages.Response.
 
Response(ServerMessage) - Constructor for class com.uwyn.drone.core.modulemessages.Response
 
ResponseCode - class com.uwyn.drone.protocol.ResponseCode.
 
ResponseListener - interface com.uwyn.drone.core.ResponseListener.
 
rawCommand(Bot, String, String, ServerMessage) - Method in class com.uwyn.drone.core.AbstractModule
 
rawCommand(Bot, String, String, ServerMessage) - Method in interface com.uwyn.drone.core.Module
 
receivedCommand(ServerMessage) - Method in class com.uwyn.drone.core.Bot
 
receivedCommand(ServerMessage) - Method in interface com.uwyn.drone.core.CommandListener
 
receivedResponse(ServerMessage) - Method in class com.uwyn.drone.core.Bot
 
receivedResponse(ServerMessage) - Method in interface com.uwyn.drone.core.ResponseListener
 
reconnect() - Method in class com.uwyn.drone.core.Server
 
recordSeen(Bot, Channel, SeenData) - Method in interface com.uwyn.drone.modules.seenmanagement.SeenManager
 
recordSeen(Bot, Channel, SeenData) - Method in class com.uwyn.drone.modules.seenmanagement.databasedrivers.com_mysql_jdbc_Driver
 
recordSeen(Bot, Channel, SeenData) - Method in class com.uwyn.drone.modules.seenmanagement.databasedrivers.org_postgresql_Driver
 
redoLogon() - Method in class com.uwyn.drone.core.Bot
 
remove() - Method in class com.uwyn.drone.modules.faqmanagement.DatabaseFaqs
 
remove() - Method in class com.uwyn.drone.modules.faqmanagement.databasedrivers.com_mysql_jdbc_Driver
 
remove() - Method in class com.uwyn.drone.modules.faqmanagement.databasedrivers.org_postgresql_Driver
 
remove() - Method in class com.uwyn.drone.modules.logmanagement.DatabaseLogs
 
remove() - Method in class com.uwyn.drone.modules.logmanagement.databasedrivers.com_mysql_jdbc_Driver
 
remove() - Method in class com.uwyn.drone.modules.logmanagement.databasedrivers.org_postgresql_Driver
 
remove() - Method in class com.uwyn.drone.modules.seenmanagement.DatabaseSeen
 
remove() - Method in class com.uwyn.drone.modules.seenmanagement.databasedrivers.com_mysql_jdbc_Driver
 
remove() - Method in class com.uwyn.drone.modules.seenmanagement.databasedrivers.org_postgresql_Driver
 
removeBotListener(BotListener) - Method in class com.uwyn.drone.core.Bot
 
removeBotsRunnerListener(BotsRunnerListener) - Method in class com.uwyn.drone.core.BotsRunner
 
removeCommandListener(CommandListener) - Method in class com.uwyn.drone.core.Server
 
removeFaq(Bot, String) - Method in interface com.uwyn.drone.modules.faqmanagement.FaqManager
 
removeFaq(Bot, String) - Method in class com.uwyn.drone.modules.faqmanagement.databasedrivers.com_mysql_jdbc_Driver
 
removeFaq(Bot, String) - Method in class com.uwyn.drone.modules.faqmanagement.databasedrivers.org_postgresql_Driver
 
removeResponseListener(ResponseListener) - Method in class com.uwyn.drone.core.Server
 
removeServerListener(ServerListener) - Method in class com.uwyn.drone.core.Server
 
removeTimedOutputStreamListener(TimedOutputStreamListener) - Method in class com.uwyn.drone.core.TimedOutputStream
 
response(Bot, String, ResponseCode, ServerMessage) - Method in class com.uwyn.drone.core.AbstractModule
 
response(Bot, String, ResponseCode, ServerMessage) - Method in interface com.uwyn.drone.core.Module
 
response(Bot, String, ResponseCode, ServerMessage) - Method in class com.uwyn.drone.modules.Seen
 
resume() - Method in class com.uwyn.drone.core.Bot
 
run() - Method in class com.uwyn.drone.core.Bot
 
run() - Method in class com.uwyn.drone.core.BotsRunner
 
run() - Method in class com.uwyn.drone.core.ModuleRunner
 
run() - Method in class com.uwyn.drone.core.Server
 

S

Say - class com.uwyn.drone.modules.Say.
 
Say() - Constructor for class com.uwyn.drone.modules.Say
 
SearchLogErrorException - exception com.uwyn.drone.modules.logmanagement.exceptions.SearchLogErrorException.
 
SearchLogErrorException(Bot, Channel, String) - Constructor for class com.uwyn.drone.modules.logmanagement.exceptions.SearchLogErrorException
 
SearchLogErrorException(Bot, Channel, String, DatabaseException) - Constructor for class com.uwyn.drone.modules.logmanagement.exceptions.SearchLogErrorException
 
Seen - class com.uwyn.drone.modules.Seen.
 
Seen() - Constructor for class com.uwyn.drone.modules.Seen
 
SeenData - class com.uwyn.drone.modules.seenmanagement.SeenData.
 
SeenData() - Constructor for class com.uwyn.drone.modules.seenmanagement.SeenData
 
SeenData(String, Timestamp, String, String) - Constructor for class com.uwyn.drone.modules.seenmanagement.SeenData
 
SeenManager - interface com.uwyn.drone.modules.seenmanagement.SeenManager.
 
SeenManagerException - exception com.uwyn.drone.modules.exceptions.SeenManagerException.
 
SeenManagerException(String) - Constructor for class com.uwyn.drone.modules.exceptions.SeenManagerException
 
SeenManagerException(String, Throwable) - Constructor for class com.uwyn.drone.modules.exceptions.SeenManagerException
 
SeenManagerException(Throwable) - Constructor for class com.uwyn.drone.modules.exceptions.SeenManagerException
 
SendErrorException - exception com.uwyn.drone.core.exceptions.SendErrorException.
 
SendErrorException(Server, IrcCommand, Throwable) - Constructor for class com.uwyn.drone.core.exceptions.SendErrorException
 
Server - class com.uwyn.drone.core.Server.
 
ServerConnectionErrorException - exception com.uwyn.drone.core.exceptions.ServerConnectionErrorException.
 
ServerConnectionErrorException(Server, Throwable) - Constructor for class com.uwyn.drone.core.exceptions.ServerConnectionErrorException
 
ServerDisconnectionErrorException - exception com.uwyn.drone.core.exceptions.ServerDisconnectionErrorException.
 
ServerDisconnectionErrorException(Server, Throwable) - Constructor for class com.uwyn.drone.core.exceptions.ServerDisconnectionErrorException
 
ServerListener - interface com.uwyn.drone.core.ServerListener.
 
ServerMessage - class com.uwyn.drone.protocol.ServerMessage.
 
ServerMessage(IrcPrefix, ResponseCode, ArrayList, String) - Constructor for class com.uwyn.drone.protocol.ServerMessage
 
ServerMessage(IrcPrefix, String, ArrayList, String) - Constructor for class com.uwyn.drone.protocol.ServerMessage
 
SetRandomErrorException - exception com.uwyn.drone.modules.faqmanagement.exceptions.SetRandomErrorException.
 
SetRandomErrorException(String, boolean) - Constructor for class com.uwyn.drone.modules.faqmanagement.exceptions.SetRandomErrorException
 
SetRandomErrorException(String, boolean, DatabaseException) - Constructor for class com.uwyn.drone.modules.faqmanagement.exceptions.SetRandomErrorException
 
searchLog(LogResultProcessor, Bot, Channel, String) - Method in interface com.uwyn.drone.modules.logmanagement.LogManager
 
searchLog(LogResultProcessor, Bot, Channel, String) - Method in class com.uwyn.drone.modules.logmanagement.databasedrivers.com_mysql_jdbc_Driver
 
searchLog(LogResultProcessor, Bot, Channel, String) - Method in class com.uwyn.drone.modules.logmanagement.databasedrivers.org_postgresql_Driver
 
send(IrcCommand) - Method in class com.uwyn.drone.core.Bot
 
send(String) - Method in class com.uwyn.drone.core.Channel
 
setAnswer(String) - Method in class com.uwyn.drone.modules.faqmanagement.FaqData
 
setId(int) - Method in class com.uwyn.drone.modules.faqmanagement.FaqData
 
setLowcasekey(String) - Method in class com.uwyn.drone.modules.faqmanagement.FaqData
 
setMessage(String) - Method in class com.uwyn.drone.modules.seenmanagement.SeenData
 
setMoment(Timestamp) - Method in class com.uwyn.drone.modules.seenmanagement.SeenData
 
setName(String) - Method in class com.uwyn.drone.modules.faqmanagement.FaqData
 
setNick(String) - Method in class com.uwyn.drone.modules.Identify
 
setNickname(String) - Method in class com.uwyn.drone.modules.seenmanagement.SeenData
 
setPassword(String) - Method in class com.uwyn.drone.modules.Identify
 
setRandom(boolean) - Method in class com.uwyn.drone.modules.faqmanagement.FaqData
 
setRandom(Bot, String, boolean) - Method in interface com.uwyn.drone.modules.faqmanagement.FaqManager
 
setRandom(Bot, String, boolean) - Method in class com.uwyn.drone.modules.faqmanagement.databasedrivers.com_mysql_jdbc_Driver
 
setRandom(Bot, String, boolean) - Method in class com.uwyn.drone.modules.faqmanagement.databasedrivers.org_postgresql_Driver
 
setRaw(String) - Method in class com.uwyn.drone.modules.seenmanagement.SeenData
 
setRunner(ModuleRunner) - Method in class com.uwyn.drone.core.AbstractModule
 
setRunner(ModuleRunner) - Method in interface com.uwyn.drone.core.Module
 
setRunning(boolean) - Method in class com.uwyn.drone.core.ModuleRunner
 
startDocument() - Method in class com.uwyn.drone.core.Xml2Drone
 
startElement(String, String, String, Attributes) - Method in class com.uwyn.drone.core.Xml2Drone
 

T

Throughput - class com.uwyn.drone.modules.Throughput.
 
Throughput() - Constructor for class com.uwyn.drone.modules.Throughput
 
TimedOutputStream - class com.uwyn.drone.core.TimedOutputStream.
 
TimedOutputStream(OutputStream, int, int, int) - Constructor for class com.uwyn.drone.core.TimedOutputStream
 
TimedOutputStreamListener - interface com.uwyn.drone.core.TimedOutputStreamListener.
 
toString() - Method in class com.uwyn.drone.core.Channel
 
toString() - Method in class com.uwyn.drone.modules.seenmanagement.SeenData
 
toString() - Method in class com.uwyn.drone.protocol.AttributeCode
 
toString() - Method in class com.uwyn.drone.protocol.IrcPrefix
 
toString() - Method in class com.uwyn.drone.protocol.ResponseCode
 
toString() - Method in class com.uwyn.drone.protocol.ServerMessage
 

U

UNDERLINE - Static variable in class com.uwyn.drone.protocol.AttributeCode
 
UnknownServerAddressException - exception com.uwyn.drone.core.exceptions.UnknownServerAddressException.
 
UnknownServerAddressException(byte[], Throwable) - Constructor for class com.uwyn.drone.core.exceptions.UnknownServerAddressException
 
UnknownServerHostnameException - exception com.uwyn.drone.core.exceptions.UnknownServerHostnameException.
 
UnknownServerHostnameException(String, Throwable) - Constructor for class com.uwyn.drone.core.exceptions.UnknownServerHostnameException
 
User - class com.uwyn.drone.protocol.commands.User.
 
User(String, String) - Constructor for class com.uwyn.drone.protocol.commands.User
 
User(String, int, String) - Constructor for class com.uwyn.drone.protocol.commands.User
 

V

Version - class com.uwyn.drone.modules.Version.
 
Version() - Constructor for class com.uwyn.drone.modules.Version
 

W

WHITE - Static variable in class com.uwyn.drone.protocol.AttributeCode
 
write(byte[]) - Method in class com.uwyn.drone.core.TimedOutputStream
 
write(byte[], int, int) - Method in class com.uwyn.drone.core.TimedOutputStream
 
write(int) - Method in class com.uwyn.drone.core.TimedOutputStream
 

X

Xml2Drone - class com.uwyn.drone.core.Xml2Drone.
 
Xml2Drone() - Constructor for class com.uwyn.drone.core.Xml2Drone
 

Y

YELLOW - Static variable in class com.uwyn.drone.protocol.AttributeCode
 

_

_addFaq(Select, Insert, Bot, FaqData) - Method in class com.uwyn.drone.modules.faqmanagement.DatabaseFaqs
 
_addLog(Insert, Bot, Channel, ServerMessage) - Method in class com.uwyn.drone.modules.logmanagement.DatabaseLogs
 
_editFaq(Update, FaqData) - Method in class com.uwyn.drone.modules.faqmanagement.DatabaseFaqs
 
_getFaq(Select, Bot, String) - Method in class com.uwyn.drone.modules.faqmanagement.DatabaseFaqs
 
_getFaqById(Select, int) - Method in class com.uwyn.drone.modules.faqmanagement.DatabaseFaqs
 
_getLogMessages(Select, LogResultProcessor, Bot, Channel, Calendar) - Method in class com.uwyn.drone.modules.logmanagement.DatabaseLogs
 
_getObject(Object) - Method in class com.uwyn.drone.core.DroneParticipant
 
_getObjects(Object) - Method in class com.uwyn.drone.core.DroneParticipant
 
_getRandomFaq(Select, Bot) - Method in class com.uwyn.drone.modules.faqmanagement.DatabaseFaqs
 
_getSeen(Select, Bot, Channel, String) - Method in class com.uwyn.drone.modules.seenmanagement.DatabaseSeen
 
_install(CreateSequence, CreateTable) - Method in class com.uwyn.drone.modules.faqmanagement.DatabaseFaqs
 
_install(CreateTable, String) - Method in class com.uwyn.drone.modules.logmanagement.DatabaseLogs
 
_install(CreateTable) - Method in class com.uwyn.drone.modules.seenmanagement.DatabaseSeen
 
_recordSeen(Insert, Update, Bot, Channel, SeenData) - Method in class com.uwyn.drone.modules.seenmanagement.DatabaseSeen
 
_remove(DropSequence, DropTable) - Method in class com.uwyn.drone.modules.faqmanagement.DatabaseFaqs
 
_remove(DropTable, String) - Method in class com.uwyn.drone.modules.logmanagement.DatabaseLogs
 
_remove(DropTable) - Method in class com.uwyn.drone.modules.seenmanagement.DatabaseSeen
 
_removeFaq(Delete, Bot, String) - Method in class com.uwyn.drone.modules.faqmanagement.DatabaseFaqs
 
_searchLog(Select, LogResultProcessor, Bot, Channel, String) - Method in class com.uwyn.drone.modules.logmanagement.DatabaseLogs
 
_setRandom(Update, Bot, String, boolean) - Method in class com.uwyn.drone.modules.faqmanagement.DatabaseFaqs
 

A B C D E F G H I J L M N O P Q R S T U V W X Y _

Copyright © 2002-2004 Geert Bevin and UWYN. All Rights Reserved.