index
:
user/henk/code/inspircd.git
insp3
insp3-update-helpop-chmodes-s-and-p
[no description]
git repository hosting
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
modules
/
extra
/
m_testclient.cpp
Age
Commit message (
Expand
)
Author
2006-08-11
Somehow, i'd cp'd all these and was making local changes :/
brain
2006-08-10
Note: FOR THE MOMENT, this is BROKEN. It wont run right until im done.
brain
2006-08-10
PublishFeature, FindFeature, FindModule, PriorityBefore, PriorityAfter -> Ins...
brain
2006-07-23
Change to use GetId() and ID rather than GetData() and data
om
2006-07-22
Make m_pgsql return the number of affected rows for an UPDATE or INSERT query.
om
2006-07-22
Logic error, success is when the error ID *is* NO_ERROR :P
om
2006-07-22
Fix test client error cheecking on result types
brain
2006-07-21
API header and client module updates for new multi-parameter query request. N...
om
2006-07-21
Slight tidyup: type name = type(args); --> type name(args);
om
2006-07-20
Okay, working PostgreSQL module, API header and example client module in /ext...
om