summaryrefslogtreecommitdiff
path: root/src/modules/extra
AgeCommit message (Expand)Author
2006-08-10FindNick, FindChan, ChanModes, UserList, CountInvisible, PurgeEmptyChannels, ...brain
2006-08-09Wrong version given in check it seems. Om can review this later, but now it c...brain
2006-08-09Change some resolver stuff.brain
2006-08-09userrec and chanrec now have their own independent pointer back to their 'cre...brain
2006-08-09Fixes for API changesom
2006-08-09Fix for when we hit PgSQL 9.x that I think actually worksom
2006-08-09Fix for when we hit PgSQL 9.xom
2006-08-09This wont build. :(brain
2006-08-09Move socket_ref and module_sockets vectors/arrays into InspIRCd*. These are p...brain
2006-08-09ServerConfig extern moved into class InspIRCdbrain
2006-08-09Get rid of Server::GetUsers(chanrec) - a throwback to before chanrec could do...brain
2006-08-08Improve Write functions, and change some stuff from char* to const char*brain
2006-08-08WHEEEEE!!!!!brain
2006-08-08AddOper() and DeleteOper() -> userrec::Oper() and userrec::UnOper() (these do...brain
2006-08-08kill_link() and Server::QuitUser() -> userrec::QuitUser() (static member) - t...brain
2006-08-08Add checking on AddFd that was missing (it assumed, like everything else)brain
2006-08-07Untested but compiling updates for Resolver DNS APIom
2006-08-06Support CIDR, CIDR zline, /oper and CIDR <connect> tags. NOTE: With CIDR oper...brain
2006-08-04Change to using userrec::ip as a sockaddr to store port, ip and address famil...brain
2006-08-01The IPV6 stuff compiles now, with compile-correct ipv6 code. I dont know if t...brain
2006-08-01AF_INET -> define to AF_FAMILY, will be either AF_INET or AF_INET6brain
2006-08-01Move to entirely using insp_sockaddr and insp_inaddr for socket stuff, first ...brain
2006-07-23Tidyup and bugfix, not copying the correct column namesbrain
2006-07-23Change to use GetId() and ID rather than GetData() and dataom
2006-07-23Fixed to dynamically allocate the fieldlistbrain
2006-07-23Move mysql_rpath into extrabrain
2006-07-23*boot* youuuuu're outta here - old blocking SQL API replaced with sexy new as...om
2006-07-23Free, as they should be, fieldlist and/or fieldmap in destructor of PgSQLresu...om
2006-07-23More stuff to return empty lists and maps when there are no more rows in the ...brain
2006-07-23Adjust m_mysql to match the assumed behaviour of m_pgsql exactly, e.g. when t...brain
2006-07-23Tidyups, optimisations and make the log messages make sense...om
2006-07-23simple logic error (check they already are +o before you set it), seems to fi...om
2006-07-23Mostly updated to new API; Currently doesn't check config o:lines (should be ...om
2006-07-23Give SQLfield's constructor parameters default values (effectively giving it ...om
2006-07-23Remove unused variable and assignmentom
2006-07-22Make m_pgsql return the number of affected rows for an UPDATE or INSERT query.om
2006-07-22Alter for Rows() == X, Cols() == 0 for 'X rows affected' queriesbrain
2006-07-22Change to doxygen-friendly comments, and actually document the lotbrain
2006-07-22Change comment to actually be rightishom
2006-07-22Reorder a couple of constructor prototypes for consistencyom
2006-07-22Add m_sqlutils - Currently provides ID->chan/user lookupsom
2006-07-22I hate the fucking mysql devs. Craq smoking bastards.brain
2006-07-22Allocate id properlybrain
2006-07-22Actually hook up the OnUnloadModule event >_<om
2006-07-22This compiles, dont expect it to work yetbrain
2006-07-22Logic error, success is when the error ID *is* NO_ERROR :Pom
2006-07-22Stop publishing MySQL feature - check for successful publishing of SQL featurebrain
2006-07-22Stop publishing the PgSQL feature ( :-'( )om
2006-07-22Explicitly return false after killing user in OnCheckReady() (theoretically n...om
2006-07-22* Change to use QREPLY_FAILbrain