summaryrefslogtreecommitdiff
path: root/src/modules
AgeCommit message (Expand)Author
2007-03-11Remove stray "Notice:" - text only changebrain
2007-03-11Fix minor bug, number of users listing doesnt decrement if a user quits while...brain
2007-03-11Add safelist:maxlisters which prevents more than x number of people doing a L...brain
2007-03-11Added OnBufferFlush, improved m_safelist, no longer works on a timer but work...brain
2007-03-11Fixed a crash with a malformed server-to-server NICK command, thanks dmbspecial
2007-03-11Just commentsbrain
2007-03-11Comments only.brain
2007-03-11Bump protocol revisionbrain
2007-03-10This now makes RemoveStatus remove *everything* as pointed out by jilles. Thi...brain
2007-03-10Add a TODO commentbrain
2007-03-10Whoops, fix a silly bug i just introduced :pbrain
2007-03-10Move FJOIN propogation above the FMODEs generated by winning an FJOINbrain
2007-03-10Remove yet more debugbrain
2007-03-10Remove debug code left in herebrain
2007-03-10Fix typobrain
2007-03-10HIGHLY EXPERIMENTAL: This needs heavy testing -- new FMODE behaviour:brain
2007-03-10Change mask variable to irc::string to allow for case insensitive removal/add...brain
2007-03-08Take away a uline specific check in fmode, which might explain why desyncs be...brain
2007-03-08Change options:notimesync to options:timesync -> reverse its meaning and defa...brain
2007-03-08Patch by satmd to support using IP addresses with cgiircspecial
2007-03-06Fix on-rehash reloading of the lists... and why were we tokenizing the string...brain
2007-03-06Fix for bug #237brain
2007-03-06This properly fixes options:hidebans and options:hidesplits by providing the ...brain
2007-03-05State that the channel is full, to avoid confusionbrain
2007-03-05Return 1 not 0, we dont want two numerics. (thanks peavey)brain
2007-03-05Change oper notice into a numeric to the user:brain
2007-03-03Allow for the cgiirc module to change the users host if it doesnt resolvebrain
2007-03-03Fix double-dereference in CheckIdent and CheckPass which causes the values of...brain
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