summaryrefslogtreecommitdiff
path: root/src/modules
AgeCommit message (Expand)Author
2006-08-09Move clientlist and chanlist into InspIRCd*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-09Tidy up loglevel enum (remove some C-ish defines)brain
2006-08-09do_log -> static void InspIRCd::Log() (with vararg and std::string variants)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-08FindMatchingLocal/FindMatchingGlobal -> userrec::LocalCloneCount(), userrec::...brain
2006-08-08userrec::UpdateNickHash(), userrec::ForceNickChange(), userrec::FullConnect()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-08WriteChannel* functions and ChanExceptSender* functions are now methods of ch...brain
2006-08-08add_channel -> chanrec::JoinUser()brain
2006-08-08Change to chanrec::PartUser. As with KickUser and ServerKickUser, returns the...brain
2006-08-08chanrec::KickUser and chanrec::ServerKickUser return number of users left on ...brain
2006-08-08kick_channel -> chanrec::KickUser(), server_kick_channel -> chanrec::ServerKi...brain
2006-08-08Add checking on AddFd that was missing (it assumed, like everything else)brain
2006-08-07Only local users can have angry monkeys and packs of wild dogs. These are loc...brain
2006-08-07Now with added ANGRY MONKEYS.brain
2006-08-07Change the error message, just for LeaChim <3brain
2006-08-07The segfaults on missing init_module symbol are now gone, and hopefully not c...brain
2006-08-07Change symbol backbrain
2006-08-07Added some hax :( to prevent invalid symbols. It seems that instead of return...brain
2006-08-07Extra debug all over the place, which maybe we should keepbrain
2006-08-07Untested but compiling updates for Resolver DNS APIom
2006-08-07General cleanup of code., add support for +Q channel mode (and config tag <re...om
2006-08-07Add m_tline, tests how many users a gline, zline etc would match. Can use thi...brain
2006-08-06Fix for ipv6 buildbrain
2006-08-06Add <link:allowmask>brain
2006-08-06Support CIDR, CIDR zline, /oper and CIDR <connect> tags. NOTE: With CIDR oper...brain
2006-08-06Fix TS lowering, also update local variablebrain
2006-08-05Dont try and cloak remote clientsbrain
2006-08-05Extra stuff for identifying ipv6 addressesbrain
2006-08-05Use insp_aton so we can correctly cloak ipv6brain
2006-08-04Sanity checksbrain
2006-08-04Add 'no such server' on remote stats to invalid namebrain
2006-08-04Backwards mode stuff!brain
2006-08-04Fixes?brain
2006-08-04Bugs bugsbrain
2006-08-04Debugbrain
2006-08-04Fix craq loopbrain
2006-08-04More fuckupbrain
2006-08-04Not checking a pointer, bad brain badbrain
2006-08-04Whoops, typobrain
2006-08-04Fixes for ::0 ip's, disable autobind when using ::ffff: etcbrain