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
/
include
/
bots.h
Age
Commit message (
Expand
)
Author
2012-01-02
Updated Copyright to 2012
Adam
2011-11-17
Fixed storing mode locks
Adam
2011-11-08
Windows
Adam
2011-10-24
Fixed bug #1349 (m_sqlite compiles without error under FreeBSD), as well as u...
Naram Qashat
2011-09-25
Added a new database format and sqlite support. Also moved db-convert to a mo...
Adam
2011-09-10
Removed log:inhabitlogchannel and replaced it with service:channels
Adam
2011-08-14
Brought back the old 1.7 behavior of a level -1 matching all users and 0 matc...
Adam
2011-08-12
Track when our clients are introduced or not
Adam
2011-08-12
Allow bot usermodes to be configurable
Adam
2011-08-04
Added a command:permission setting
Adam
2011-07-14
Rewrote how commands are handled within Anope.
Adam
2011-05-16
Moved the core pseudo clients out into their own modules
Adam
2011-03-14
Fixed compile
Adam
2011-02-25
More fixes. Also made db_mysql_live not keep bots updated because thats point...
Adam
2011-02-25
Fixed a lot of small problems
Adam
2011-02-20
Much more work on the live SQL. Should work pretty decently now under heavy l...
Adam
2011-01-15
Fixed flag names to match 1.9.3s
Adam
2011-01-05
update copyrights for 2011
lethality
2010-12-12
Fixed looking up users to use case insensitivity
Adam
2010-12-12
Allow the patricia tree to store non-pointers
Adam
2010-12-12
Switched the system for storing users, channels, and sesions to a patricia
Adam
2010-08-27
Added a new logging system
Adam
2010-08-21
Made Anope keep track of channels its clients are in if it splits from its up...
Adam
2010-08-13
Readded in BotInfo::chancount, it never should have been removed in the first...
Adam
2010-07-29
Rewrote the hashing systems to properly handle the new Anope::strings which w...
Adam
2010-07-25
Epic commit to replace most of the strings in Anope with a single Anope::stri...
Naram Qashat
2010-06-28
No need for BotInfo to have its own ChangeNick function
Adam
2010-06-27
Made Anope track its own clients internally as if they were real users
Adam
2010-06-26
Made the flags class take an optional size arg
Adam
2010-06-20
The first of a few "CBX OCDing over code style" commits, focusing on include/...
Naram Qashat
2010-06-18
Rewrote all of the command handling to get rid of all the nasty strtoks() eve...
Adam
2010-06-18
Rewrote the hashing system to use std::tr1::unordered_map
Adam
2010-06-18
Removed all references to $, git has no svn keywords
Adam
2010-01-11
updated copyright info for 2010
pimpmylinux
2010-01-04
Changed 'char *' fields in BotInfo to 'std::string', cleanup of bots.cpp, cha...
cyberbotx
2009-11-08
Rewrote all of the old C style flag systems into a new Flag class which every...
Adam-
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-29
Added start of Services class to be used by new and existing pseudo-clients.
cyberbotx
2008-11-26
Various fixes for compiling under Windows.
cyberbotx
2008-11-14
Insane commit of doom: s/ \t/g
rburchell
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
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
2008-09-30
Move struct botinfo into a class in bots.h
Robin Burchell w00t@inspircd.org