index
:
anope.git
1.8
2.0
2.1
master
Anope is an open source set of IRC services.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
bots.cpp
Age
Commit message (
Expand
)
Author
2009-09-07
Added the OnBotPreLoad event to fix introducing StatServ
Adam-
2009-08-21
Fixed bug #1095, do not resend client introduction when using /botserv bot ad...
adam-
2009-08-19
Add a few items to outstanding issues in TODO, clean up a lot of warnings (no...
cyberbotx
2009-08-08
Actually, make use of it now. Pseudoclients are introduced automatically if s...
rburchell
2009-08-04
Fixed two typos in bots.cpp that could cause crashes
adam-
2009-07-16
Initialize botinfo->flags on bot creation to fix some database problems
adam-
2009-06-03
Fix bug #1080, changing core pseudo-client nicks in the config should registe...
cyberbotx
2009-02-18
Move assign and unassign to new events, allow for halting too should modules ...
rburchell
2009-01-03
Housekeeping contact address updates.
sjaz
2009-01-02
Update copyrights for 2009.
rburchell
2008-11-30
Modified BotInfo to store a pointer to a command hash table (this is so modul...
cyberbotx
2008-11-22
Replaced most uses of smalloc and scalloc with new, replaced most uses of fre...
cyberbotx
2008-11-14
Insane commit of doom: s/ \t/g
rburchell
2008-10-02
Start making some stuff compile with the modified protocol signatures
Robin Burchell w00t@inspircd.org
2008-10-02
Replaced anope_SendPart() with direct call to SendPart() in IRCDProto class.
Naram Qashat cyberbotx@cyberbotx.com
2008-10-02
Convert various to new name scheme.
Robin Burchell w00t@inspircd.org
2008-10-01
Nuke struct Uid from the core. (hooray!)
Robin Burchell w00t@inspircd.org
2008-09-30
Merge delbot() and cs_remove_bot() into BotInfo's destructor.
Robin Burchell w00t@inspircd.org
2008-09-30
Store UID for services pseudoclients inside BotInfo. This will be used instea...
Robin Burchell w00t@inspircd.org
2008-09-30
Unbreak bot assigning, also call event in the unassign function, rather than ...
Robin Burchell w00t@inspircd.org
2008-09-30
Move some stuff to BotInfo methods.
Robin Burchell w00t@inspircd.org
2008-09-30
Move stuff to a bots class.
Robin Burchell w00t@inspircd.org