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
/
extra
/
db_mysql.cpp
Age
Commit message (
Expand
)
Author
2010-11-18
Fixed some mysql queries
Adam
2010-11-07
Fixed the OnPostCommand event overload in db_mysql
Adam
2010-10-31
Fixed bug #1197 - Store vhosts in MySQL
Adam
2010-10-30
Made gettext work on most OSs. Tested on Debian, FreeBSD, Gentoo, and Windows.
Adam
2010-10-27
Do not store memo number in memo structs, fixes some bugs with deleting memos
Adam
2010-10-12
Made the SQL tables use foriegn keys and references to each other, removed ma...
Adam
2010-10-11
Fixed Windows build
Adam
2010-10-09
Fixed bug #1196 - truncate anope_extra before flushing data into it again
Adam
2010-10-05
Fixed two types in db_mysql
Adam
2010-10-04
Attempt to write back the old mlock to the databases if we try and fail to co...
Adam
2010-10-01
Rewrote some of the socket code to allow m_ssl to be a service.
Adam
2010-09-26
Changed the language system to use gettext
Adam
2010-09-10
Added Anope::CurTime to keep us from calling time() everywhere
Adam
2010-08-27
Added a new logging system
Adam
2010-08-27
Added an Anope::string::is_pos_number_only function to use everywhere we conv...
Adam
2010-08-21
Made Anope keep track of channels its clients are in if it splits from its up...
Adam
2010-08-17
Always unload socketengines/database/protocl etc modules last, and fixed a po...
Adam
2010-08-17
Fixed a few SQL queries
Adam
2010-08-17
Rewrote the config reader to better handle invalid configs.
Adam
2010-08-15
Rewrote the MySQL API to use threads. This acts similar to before, but is fas...
Adam