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
/
src
/
modules
/
mysql
/
db_mysql_write.cpp
Age
Commit message (
Expand
)
Author
2010-07-15
Moved some files and diretories around, made cmake skip files it knows it can...
Adam
2010-06-27
The next of a few "CBX OCDing over code style" commits, maybe the last.
Naram Qashat
2010-06-18
Moved the *Serv help functions to Command, will come in use later with subcom...
Adam
2010-06-18
Rewrote all of the command handling to get rid of all the nasty strtoks() eve...
Adam
2010-06-18
Removed a lot of unnecessary .c_str() calls in the find* functions
Adam
2010-06-18
Burned slist, rewrote operservs XLine code
Adam
2010-06-18
Dont load mlock from the database until after Anope is connected, it doesnt k...
Adam
2010-06-18
Rewrote the hashing system to use std::tr1::unordered_map
Adam
2010-06-18
Store a plaintext version of mode names in the mode structures, removes alot ...
Adam
2010-05-24
Truncate memo table before sqlsync and actually add sglines
Adam-
2010-05-23
Fixed bug #1165, fixed soem missing tables in /os sqlsync. Also added support...
Adam-
2010-05-13
Fixed all of the bugs related to bug #1162 and fixed mlock params to be saved...
Adam-
2010-05-13
fixed crashbugs in db_mysql_write when unsetting url, email and greet
DukePyrolator
2010-05-13
fixed crashbug in db_mysql_write on updating an empty greet message
DukePyrolator
2010-05-06
Fixed bug #1159 and made the SQL fields holding timestamps more consistant
Adam-
2010-05-03
Fixed a crash because of a bad SQL query when changing your password
Adam-
2010-03-31
Added akicks into SQL
Adam-
2010-03-28
Finish rest of BotServ SQL stuff
Adam-
2010-03-28
Track BotServ settings in SQL
Adam-
2010-03-21
fixed typo in mysql query
DukePyrolator
2010-03-21
fixed bad mysql query
DukePyrolator
2010-03-20
Added in support for OperServ and MemoServ into SQL
Adam-
2010-03-15
Removed old parts for 1.7.x from mydbgen and fixed db_mysql_write query for /...
Adam-
2010-03-06
Added help for sqlsync and fixed installing mydbgen into the wrong directory ...
Adam-
2010-02-28
Added in support for live updating MySQL databases and the ability to execute...
Adam-