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_sqlauth.cpp
Age
Commit message (
Expand
)
Author
2006-08-09
userrec and chanrec now have their own independent pointer back to their 'cre...
brain
2006-08-08
kill_link() and Server::QuitUser() -> userrec::QuitUser() (static member) - t...
brain
2006-07-23
Change to use GetId() and ID rather than GetData() and data
om
2006-07-23
Remove unused variable and assignment
om
2006-07-22
Change comment to actually be rightish
om
2006-07-22
Reorder a couple of constructor prototypes for consistency
om
2006-07-22
Add m_sqlutils - Currently provides ID->chan/user lookups
om
2006-07-22
Explicitly return false after killing user in OnCheckReady() (theoretically n...
om
2006-07-22
Handle queries failing properly, actually work
om
2006-07-22
Update to SQLv2 API
om
2006-05-30
Apply mirq's optimization patches
brain
2006-04-24
delete operator tracking in debug mode (using a macro -- live with it.)
brain
2006-03-13
Now compiles :p
brain
2006-03-11
More const ref fixes
brain
2006-03-08
Changed m_sqlauth to allow more advanced encryption types
brain
2006-02-26
Fixed Server* Srv stuff in these too, although by default these arent availab...
brain
2006-01-28
Fix small memory leaks in some cases (bad password, bad query, lost mysql ser...
om
2006-01-15
Updated copyrights in headers etc using perl inplace edit
brain
2005-12-26
Last set converted to 'Implements'
brain
2005-12-07
Changed behaviour of module API to pass Server* to the constructor, rather th...
brain
2005-11-30
Added a parameter to OnRehash for the rehash parameter
brain
2005-05-30
Started on -Wall - safe compile
brain
2005-05-15
Changed to use __single_client_alloc, faster on most systems in a single thread
brain
2005-05-15
Moved a ton of functions into helperfuncs.h to speed up recompiles
brain
2005-04-21
Added allowpatterns
brain
2005-04-21
Added some extra options
brain
2005-04-21
Added user/password checks and connection code
brain
2005-04-21
Added m_sqlauth - allows authorizing of connections via an arbitary mysql tab...
brain