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
/
core
/
db_plain.cpp
Age
Commit message (
Expand
)
Author
2010-05-10
Changed the names of modes in the databases to be exactly the same way they a...
Adam-
2010-05-10
Save & load nick requests from db_plain
Adam-
2010-04-24
Fixed loading negatively mlocked modes from the DB and fixed loading access c...
Adam-
2010-04-15
Fixed loading botserv bots time created & number of channels from the databas...
Adam-
2010-04-11
Correctly identify a user when they get autoidentified and made db_plain not ...
Adam-
2010-04-11
Don't backup the database and not rewrite a new one (oops?)
Adam-
2010-04-11
Dont backup the database unless there is a database to backup
Adam-
2010-04-10
Made db_plain backup its databases
Adam-
2010-04-09
Fixed tracking of InspIRCd mode +J and fixed mode manager and stacker to hand...
Adam-
2010-04-08
Rewrote sockets. This adds support for IPv6 and makes Anope capable of reconn...
Adam-
2010-03-31
Added last used time to akick view
Adam-
2010-03-24
Rewrote arg parsing system, changed lots of std::string*s to std::string&, ma...
Adam-
2010-03-21
Made the database file name configurable
Adam-
2010-03-20
Fix loading akills/sxlines from plaintext database
Adam-
2010-03-09
Fixed loading memo messages from the flatfile databases
Adam-
2010-02-28
Added in support for live updating MySQL databases and the ability to execute...
Adam-
2010-02-25
Removed OnBotPreLoad event, this is a much better way to prevent multiple of ...
Adam-
2010-01-31
replaced the alog() command with a new type-safe and stream-based Alog()
DukePyrolator
2010-01-14
Fixed crash caused by r2732 caused by adding someone to the exception list
Adam-
2010-01-11
updated copyright info for 2010
pimpmylinux
2010-01-09
changed all password fields to std::string and reworked the way how the enc m...
DukePyrolator
2010-01-04
Changed 'char *' fields in BotInfo to 'std::string', cleanup of bots.cpp, cha...
cyberbotx
2010-01-04
Removed NICKMAX and CHANMAX, replaced user->nick, c->name, and ci->name with ...
Adam-
2010-01-02
Rewrote the vhost code, and moved it to be part of nickalias instead of in it...
Adam-
2010-01-02
Convert 'const char *' and 'char *' function arguments to 'const std::string ...
cyberbotx
2009-12-31
Added in new plaintext databases. Note: This currently has no automatic backu...
Adam-