summaryrefslogtreecommitdiff
path: root/src/modules/extra
AgeCommit message (Expand)Author
2006-08-29Snomasks +k (kills) and +o (oper)brain
2006-08-28Note: connect() cant time out for inspsockets in this commit. They'll sit in ...brain
2006-08-24Remove OnPostConnect here, it was being used under the assumption that it sti...brain
2006-08-24Speaking of forgetting things, someone forgot to change the name of the functionspecial
2006-08-24Someone forgot another :pbrain
2006-08-24Somebody forgot one :pbrain
2006-08-24Renamed the OnGlobalConnect callback to OnPostConnect, which is much more app...special
2006-08-18EventHandler class, an abstraction for raw i/obrain
2006-08-12Catch exceptions from SQLresolverom
2006-08-11Just to mess with om's head, remove helperfuncs.h from everywherebrain
2006-08-11Somehow, IMPORTANT changes got reverted.brain
2006-08-11Change to using Instance->Log (InspIRCd::Log) rather than log() macrobrain
2006-08-11Now two types of log macro, log() and ilog(). log() assumes an InspIRCd objec...brain
2006-08-11Change to use InspIRCd::Time()brain
2006-08-11extern time_t TIME -> InspIRCd::Time()brain
2006-08-11New API updateom
2006-08-11New API updateom
2006-08-11New API updateom
2006-08-11Use pcre-config to detect pcrebrain
2006-08-11Somehow, i'd cp'd all these and was making local changes :/brain
2006-08-11Updates to new API and small cleanupom
2006-08-10Note: FOR THE MOMENT, this is BROKEN. It wont run right until im done.brain
2006-08-10So much stuff changed in this one, i forgot most of it.brain
2006-08-10Mass-tidyup of module global vars, theyre no longer global vars.brain
2006-08-10PublishFeature, FindFeature, FindModule, PriorityBefore, PriorityAfter -> Ins...brain
2006-08-10Removal of Server::Log -- not much ever used it anyway with the ability to us...brain
2006-08-10Fixes and removal of Server::GetServerName()brain
2006-08-10Updates to new APIom
2006-08-10Fix to new APIom
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