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
Age
Commit message (
Expand
)
Author
2012-02-22
Fixed db_old loading memo owners
Adam
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-31
Not sure what I was thinking here
Adam
2012-01-25
Windows
Adam
2012-01-15
Improve on db_sql_live_read
Adam
2012-01-11
Fixed loading db_sql_live_read's configuration values on startup
Adam
2012-01-02
Updated Copyright to 2012
Adam
2011-12-22
Somehow these two modules got mixed up..
Adam
2011-11-25
Fixed some more errors in sql live-write, hopefully the last.
lethality
2011-11-25
Fixed a crash in ns saset when using mysql-write module
lethality
2011-11-17
Fixed storing mode locks
Adam
2011-11-15
Fixed crash on shutdown & a compiler warning
Adam
2011-11-08
Windows
Adam
2011-11-04
Delete all tables before flushing not just ones we know about
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 u...
Naram Qashat
2011-10-22
A few minor fixups
Adam
2011-10-22
Added akill ids
Adam
2011-10-18
Fixed compile errors on release build
Adam
2011-10-10
Put serialized_items on the heap to prevent weird crashes on shutdown from th...
Adam
2011-09-25
Added a new database format and sqlite support. Also moved db-convert to a mo...
Adam
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-09-10
Made service_reference type safe
Adam
2011-08-27
Fixed a few mysql problems, including bug #1326
Adam
2011-08-22
Fixed the db_mysql metadata load events to use the right keys
Adam
2011-08-20
Removed m_async_commands, it can still cause crashes from invalid pointers on...
Adam
2011-08-20
Fixed zlines to only add the xline host, fixed db_mysql's write function, and...
Adam
2011-08-18
Fixed attaching to events in db_mysql & possibly having ChannelInfo::WhoSends...
Adam
2011-08-14
Bug #1312, fixed loading autoowner from db_plain
Adam
2011-08-13
Fixed anope_os_core insert statement
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 a...
DukePyrolator
2011-08-09
Simiplied a bit of the access system
Adam
2011-08-06
Fixed loading older access entries
Adam
2011-08-05
Rewrote the example configurations and split them
Adam