summaryrefslogtreecommitdiff
path: root/src/modules
AgeCommit message (Expand)Author
2007-03-03Fix m_services_account logout by allowing meta with empty data field. Tracker...peavey
2007-03-02Do not perform redirect on chained channel links, tell user channel is full a...peavey
2007-02-27Fix for small display issue, when both ssl modules are loaded, both output a ...brain
2007-02-25Ensure that simplemodes are sent first (jilles requested this)brain
2007-02-25Bans are bursted using a large string buffer to save on write() calls, so the...brain
2007-02-25Add max line length value to modestacker, so that it can clamp the max length...brain
2007-02-20Make these vendor modules.peavey
2007-02-18Few more cleanups (no need to update, shouldn't have changed any behaviour..)om
2007-02-18Stop this using some global ServerInstance (where's that even defined? :|) an...om
2007-02-18Account for bearbots whos CTCP TIME misses the ending \1 from the CTCPbrain
2007-02-18Eliminate some string copies, tidy some code, and reverse some short-circuit ...brain
2007-02-17Remove redundant debugbrain
2007-02-17Drop the invalid command generated by the bearbot CTCP TIME checkbrain
2007-02-17Check CTCP TIME on bearbotsbrain
2007-02-17Get rid of a compile warning. We should remember to use time_t for time varia...peavey
2007-02-14Force ipv4 lookups here - cgiirc doesnt support ipv6 anyway.brain
2007-02-12I'm not sure OnPostOper is called for remote opering anyway, but to be sure, ...brain
2007-02-12Only apply force join to local clientsbrain
2007-02-12Get rid of a compile warning.peavey
2007-02-11Add m_conn_join, allows force join of a user to one or more channels on conne...brain
2007-02-11Special *slap* seems to have set this to true :/brain
2007-02-11Allow for nick!user@host in TOPIC information.brain
2007-02-10Merge patch for WEBIRC command from satmdbrain
2007-02-10Improve +f kick message:brain
2007-02-10Make some stuff configurable that hasnt been and should be.brain
2007-02-10Finally make this module work at all on 1.1brain
2007-02-09Check for nonexistent filebrain
2007-02-09Add and properly test the ability for an InspTimer to DelTimer itself from wi...brain
2007-02-08And change this to gnutls in the debug message.brain
2007-02-08Catch the ModuleException thrown when AddIOHook fails, so that we can make a ...brain
2007-02-08Try without deletes that it done anyway on close of InspSocket's socket.peavey
2007-02-07Consider your crackpipes confiscated, there was some right dailywtf-worthy st...brain
2007-02-07A quick unit test shows this is broken -- fix quickbrain
2007-02-07satmd tell me if this works, if ive got the wrong octet i need to change a bi...brain
2007-02-07Fix warning, remove unused varbrain
2007-02-07Remember: C++ only works if you type the right method names and not ones that...brain
2007-02-07Ident fixes,brain
2007-02-07Fix ipv6 ass-u-me'sbrain
2007-02-07Add InvalidateCache() calls and fix a ton of ass-u-me :/brain
2007-02-07Make this work when we have both ipv6 and ipv4 connections at oncebrain
2007-02-07To be more specific, specify rpath() macro herebrain
2007-02-07Support port binding herebrain
2007-02-07If a user connects over 4in6 (YUCK) give them an ipv4 cloakbrain
2007-02-07Fix for bug #205 reported by nenolod (modules that erroneously check remote u...brain
2007-02-06Extra safety checks while exchanging certs, just in casebrain
2007-02-06Fix using wrong var to determine if host is ipv6 or ipv4, resulting in wrong ...brain
2007-02-06And fix the bugs that show up when we try and build it on ipv6brain
2007-02-06Fix to work with mixed protocol environmentbrain
2007-02-06And fix typo.brain
2007-02-06Make use of new AAAA->A resolvingbrain