summaryrefslogtreecommitdiff
path: root/src/bots.cpp
AgeCommit message (Expand)Author
2010-06-18Removed all references to $, git has no svn keywordsAdam
2010-05-22Rewrote the nick colliding/releaseing/canceling system, fixes many many bugs ...Adam-
2010-02-25Removed OnBotPreLoad event, this is a much better way to prevent multiple of ...Adam-
2010-02-23Actually use the cmdTable pointer in bot structures, it now points to the bot...Adam-
2010-01-31replaced the alog() command with a new type-safe and stream-based Alog()DukePyrolator
2010-01-16Removed c_userlist and u_chanlist, replaced with std::listAdam-
2010-01-11updated copyright info for 2010pimpmylinux
2010-01-04Changed 'char *' fields in BotInfo to 'std::string', cleanup of bots.cpp, cha...cyberbotx
2010-01-04Removed NICKMAX and CHANMAX, replaced user->nick, c->name, and ci->name with ...Adam-
2009-12-16Made many of the functions in IRCDProto accept the relative object pointers i...Adam-
2009-12-14Updated docs/IRCD to reflect recent changes in the ircdvar struct, and made b...Adam-
2009-12-14Set the created time for BotServ bots correctlyAdam-
2009-11-28Massive move of all of the Config variables out of global scope to the Config...Adam-
2009-11-11Added support for permanent channels. This supports both permanent channel mo...Adam-
2009-11-08Rewrote all of the old C style flag systems into a new Flag class which every...Adam-
2009-09-07Added the OnBotPreLoad event to fix introducing StatServAdam-
2009-08-21Fixed bug #1095, do not resend client introduction when using /botserv bot ad...adam-
2009-08-19Add a few items to outstanding issues in TODO, clean up a lot of warnings (no...cyberbotx
2009-08-08Actually, make use of it now. Pseudoclients are introduced automatically if s...rburchell
2009-08-04Fixed two typos in bots.cpp that could cause crashesadam-
2009-07-16Initialize botinfo->flags on bot creation to fix some database problemsadam-
2009-06-03Fix bug #1080, changing core pseudo-client nicks in the config should registe...cyberbotx
2009-02-18Move assign and unassign to new events, allow for halting too should modules ...rburchell
2009-01-03Housekeeping contact address updates.sjaz
2009-01-02Update copyrights for 2009.rburchell
2008-11-30Modified BotInfo to store a pointer to a command hash table (this is so modul...cyberbotx
2008-11-22Replaced most uses of smalloc and scalloc with new, replaced most uses of fre...cyberbotx
2008-11-14Insane commit of doom: s/ \t/grburchell
2008-10-02Start making some stuff compile with the modified protocol signaturesRobin Burchell w00t@inspircd.org
2008-10-02Replaced anope_SendPart() with direct call to SendPart() in IRCDProto class.Naram Qashat cyberbotx@cyberbotx.com
2008-10-02Convert various to new name scheme.Robin Burchell w00t@inspircd.org
2008-10-01Nuke struct Uid from the core. (hooray!)Robin Burchell w00t@inspircd.org
2008-09-30Merge delbot() and cs_remove_bot() into BotInfo's destructor.Robin Burchell w00t@inspircd.org
2008-09-30Store UID for services pseudoclients inside BotInfo. This will be used instea...Robin Burchell w00t@inspircd.org
2008-09-30Unbreak bot assigning, also call event in the unassign function, rather than ...Robin Burchell w00t@inspircd.org
2008-09-30Move some stuff to BotInfo methods.Robin Burchell w00t@inspircd.org
2008-09-30Move stuff to a bots class.Robin Burchell w00t@inspircd.org