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
/
modules
/
database
/
db_plain.cpp
Age
Commit message (
Collapse
)
Author
2012-02-18
Use C++11's explicit override feature if available
Adam
2012-02-14
Clean up and reorganize our header files
Adam
2012-01-25
Windows
Adam
2012-01-02
Updated Copyright to 2012
Adam
2011-11-08
Windows
Adam
2011-10-27
Bug #1350 + other related fixes
Adam
2011-10-27
Fixed loading exceptions in db_plain
Adam
2011-10-24
Fixed bug #1349 (m_sqlite compiles without error under FreeBSD), as well as ↵
Naram Qashat
use C99's stdint.h (or cstdint if available) to get (u)intX_t types instead of our stupid typedefs. pstdint.h included in case there is no cstdint or stdint.h available.
2011-10-22
Added akill ids
Adam
2011-10-18
Fixed compile errors on release build
Adam
2011-09-25
Added a new database format and sqlite support. Also moved db-convert to a ↵
Adam
module.
2011-09-10
Fixed compile errors & warnings from 1.9.6 to 1.9 merge
Adam
2011-09-10
Added chanserv/log
Adam
2011-09-10
Fixed service_reference to work correctly with external classes
Adam
2011-09-10
Allow modules to add their own channel levels
Adam
2011-09-10
Rewrote mlock saving/loading code to not use this silly extensible hack
Adam
2011-08-14
Bug #1312, fixed loading autoowner from db_plain
Adam
2011-08-12
Fixed loading/saving XLines in db_plain
DukePyrolator
2011-08-11
Added a separate field for last seen realhost to ns_info, shown to services ↵
DukePyrolator
admins only
2011-08-06
Fixed loading older access entries
Adam
2011-08-05
Rewrote the example configurations and split them
Adam
up into seperate files for each pseudo client. Also reorganized how the modules are stored, and made most of the old "extra" modules "core"