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
/
account.h
Age
Commit message (
Expand
)
Author
2009-07-21
added 9 new events
DukePyrolator
2009-04-01
Replace nick_is_* checking of static userlevels with NickCore::IsServicesOper...
rburchell
2009-03-23
Replace manually allocated array for NickCore's access list with an std::vect...
cyberbotx
2009-02-23
Fix slight linking error in Visual Studio, spotted by Brandan.
cyberbotx
2009-02-18
Add nickalias to build. Also stop sstrdup on args that seem to be NULL, it's ...
rburchell
2009-02-17
Fix numerous errors in Win32 building under Visual Studio due to the many cha...
cyberbotx
2009-02-15
Remove User::na, use User::nc everywhere. Will probably break everything, but...
rburchell
2009-02-15
Add CFLAG_ALLOW_UNREGISTERED, commands without this flag will now not run for...
rburchell
2009-02-15
Shuffle shit around.
rburchell
2009-02-15
Blah, blah..
rburchell
2008-11-22
Properly initialized new objects when needed so they don't contain garbage data.
cyberbotx
2008-11-15
Create and use constructors for NickInfo, NickAlias, ChannelInfo. Inherit all...
rburchell
2008-11-14
Insane commit of doom: s/ \t/g
rburchell
2008-10-18
Started botserv block in new config, added nick and description directives.
Naram Qashat cyberbotx@cyberbotx.com
2008-10-18
Merge branch 'anopeng-config' of http://git.inspircd.org/git/anope/ into anop...
Naram Qashat cyberbotx@cyberbotx.com