This website requires JavaScript.
Explore
Help
Sign In
pegasus
/
anope
Watch
1
Star
0
Fork
0
You've already forked anope
mirror of
https://github.com/anope/anope.git
synced
2026-06-24 18:46:37 +02:00
Code
Activity
Files
0761a4a692e63333d608f2bed829c7d3ea24026a
anope
/
modules
/
database
T
History
Adam
0761a4a692
Bug
#1350
+ other related fixes
2011-10-27 14:46:20 -04:00
..
db_flatfile.cpp
A few minor fixups
2011-10-22 16:11:26 -04:00
db_old.cpp
Fixed bug
#1349
(m_sqlite compiles without error under FreeBSD), as well as 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-24 16:32:29 -04:00
db_plain.cpp
Bug
#1350
+ other related fixes
2011-10-27 14:46:20 -04:00
db_sql_live_read.cpp
Fixed bug
#1349
(m_sqlite compiles without error under FreeBSD), as well as 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-24 16:32:29 -04:00
db_sql_live_write.cpp
Fixed bug
#1349
(m_sqlite compiles without error under FreeBSD), as well as 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-24 16:32:29 -04:00
db_sql.cpp
Put serialized_items on the heap to prevent weird crashes on shutdown from the list being destructed before members in it
2011-10-10 15:04:23 -04:00