]> git.netwichtig.de Git - user/henk/code/inspircd.git/history - src/modules/extra/m_pgsql.cpp
Change some resolver stuff.
[user/henk/code/inspircd.git] / src / modules / extra / m_pgsql.cpp
2006-08-09 brainChange some resolver stuff.
2006-08-09 brainThis wont build. :(
2006-08-09 brainMove socket_ref and module_sockets vectors/arrays into...
2006-08-08 brainAdd checking on AddFd that was missing (it assumed...
2006-08-07 omUntested but compiling updates for Resolver DNS API
2006-07-23 omChange to use GetId() and ID rather than GetData()...
2006-07-23 omFree, as they should be, fieldlist and/or fieldmap...
2006-07-22 omMake m_pgsql return the number of affected rows for...
2006-07-22 omActually hook up the OnUnloadModule event >_<
2006-07-22 omStop publishing the PgSQL feature ( :-'( )
2006-07-22 omSet the SQLresult's error field properly when the query...
2006-07-22 omSet the ID in the request *before* we copy it by value...
2006-07-22 om*hide*, I forgot to include the ID in the SQLresult...
2006-07-21 omSet the query string in the SQLquery to the copy with...
2006-07-21 omImplemenet parameter substitution (damn sexy if you...
2006-07-21 omAdd tiny perl script to detect version and pass an...
2006-07-21 omAPI header and client module updates for new multi...
2006-07-20 omUpdates, should be able to safely unload client modules...
2006-07-20 omOkay, working PostgreSQL module, API header and example...
2006-07-20 omOkay, this is getting towards working now. It just...
2006-07-16 omFixes/codes of the query queue, various prototypes...
2006-07-10 brainMaking lots of stuff inherit from classbase so we can...
2006-07-09 omOkay..updates to u_listmode, general cleanups and add...
2006-07-07 omMore stuff for m_pgsql in, provider-side API stuff...
2006-07-07 ommodules.*: Put some void* back to char*, sorry if they...
2006-07-03 omChange InspSocket's private members to only be protecte...