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
/
serialize.h
Age
Commit message (
Expand
)
Author
2012-11-06
Use std::tr1::unordered_map for a few of the larger maps
Adam
2012-10-29
This include is unncessary
Adam
2012-10-13
Simplify the db_sql_live code since this isn't actually necessary. Fixes a pr...
Adam
2012-10-01
Allow modules to store data in their own databases.
Adam
2012-09-24
Fix a few oddball warnings that came up from clang, and also make it so webcp...
Naram Qashat
2012-09-02
Fix Windows
Adam
2012-05-23
Fixed some problems found by Robby
Adam
2012-05-10
Fixed crash on access del + valgrind errors
Adam
2012-05-08
Fixed some 100% cpu bugs with the new SQL stuff, and fixed sqlite+db_sql_live
Adam
2012-04-23
Reworked live SQL support yet again
Adam
2012-02-14
Clean up and reorganize our header files
Adam
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-03
Added an assignment operator for Serializable because some STL containers use...
Adam
2011-10-27
Fix a few warnings that only showed up with gcc 3.4.6 here (sadly, there is o...
Naram Qashat
2011-10-21
Fixed extracting multiple words from our serializable stringstream
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
[prev]