]> git.netwichtig.de Git - user/henk/code/inspircd.git/history - src/modules/extra/m_pgsql.cpp
Remove InspIRCd* parameters and fields
[user/henk/code/inspircd.git] / src / modules / extra / m_pgsql.cpp
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...