| Commit message (Expand) | Author | Age | Files | Lines |
| * | Klosterkrone? wtf kind of cheese is that. It best taste nice.•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@6628 e03df62e-2008-0410-955e-edbf42e46eb7
v1.1.2 | brain | 2007-03-05 | 1 | -1/+1 |
| * | State that the channel is full, to avoid confusion•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@6627 e03df62e-2008-0410-955e-edbf42e46eb7
| brain | 2007-03-05 | 1 | -1/+1 |
| * | Return 1 not 0, we dont want two numerics. (thanks peavey)•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@6626 e03df62e-2008-0410-955e-edbf42e46eb7
| brain | 2007-03-05 | 1 | -1/+1 |
| * | Change oper notice into a numeric to the user:•••%s :%s has a circular redirect (+L). Not following redirection to %s.
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@6625 e03df62e-2008-0410-955e-edbf42e46eb7
| brain | 2007-03-05 | 1 | -2/+2 |
| * | Allow for the cgiirc module to change the users host if it doesnt resolve•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@6622 e03df62e-2008-0410-955e-edbf42e46eb7
| brain | 2007-03-03 | 1 | -3/+7 |
| * | Fix double-dereference in CheckIdent and CheckPass which causes the values of...•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@6620 e03df62e-2008-0410-955e-edbf42e46eb7
| brain | 2007-03-03 | 1 | -6/+6 |
| * | Minor tweak, return of OnUserRegister discarded in cmd_user (should not have ...•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@6619 e03df62e-2008-0410-955e-edbf42e46eb7
| brain | 2007-03-03 | 1 | -1/+4 |
| * | Fix m_services_account logout by allowing meta with empty data field. Tracker...•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@6618 e03df62e-2008-0410-955e-edbf42e46eb7
| peavey | 2007-03-03 | 2 | -2/+5 |
| * | Rebuild 005 on rehash. Tracker: bug #234•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@6617 e03df62e-2008-0410-955e-edbf42e46eb7
| peavey | 2007-03-03 | 2 | -0/+2 |
| * | Do not perform redirect on chained channel links, tell user channel is full a...•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@6616 e03df62e-2008-0410-955e-edbf42e46eb7
| peavey | 2007-03-02 | 1 | -0/+10 |
| * | Fix for small display issue, when both ssl modules are loaded, both output a ...•••This fix ensures that only an ssl module thats listening on client ports will output the whois. Theres no need to bind openssl and gnutls both to client ports, however
some people use openssl for server ports and gnutls for client ports, or vice versa.
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@6615 e03df62e-2008-0410-955e-edbf42e46eb7
| brain | 2007-02-27 | 2 | -0/+14 |
| * | Fixes and optimizations•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@6612 e03df62e-2008-0410-955e-edbf42e46eb7
| brain | 2007-02-25 | 1 | -4/+4 |
| * | Ensure that simplemodes are sent first (jilles requested this)•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@6611 e03df62e-2008-0410-955e-edbf42e46eb7
| brain | 2007-02-25 | 1 | -2/+3 |
| * | Bans are bursted using a large string buffer to save on write() calls, so the...•••he same though.
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@6610 e03df62e-2008-0410-955e-edbf42e46eb7
| brain | 2007-02-25 | 1 | -3/+11 |
| * | Add max line length value to modestacker, so that it can clamp the max length...•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@6609 e03df62e-2008-0410-955e-edbf42e46eb7
| brain | 2007-02-25 | 2 | -2/+26 |
| * | Added sepstream::GetRemaining()•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@6608 e03df62e-2008-0410-955e-edbf42e46eb7
| special | 2007-02-22 | 1 | -0/+5 |
| * | New and improved /INFO (now with meaty chunks)•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@6607 e03df62e-2008-0410-955e-edbf42e46eb7
| brain | 2007-02-20 | 1 | -1/+2 |
| * | fix typo.•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@6606 e03df62e-2008-0410-955e-edbf42e46eb7
| peavey | 2007-02-20 | 1 | -1/+1 |
| * | No need to .c_str() the quitmsg, it takes const std::string&•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@6605 e03df62e-2008-0410-955e-edbf42e46eb7
| brain | 2007-02-20 | 1 | -1/+1 |
| * | Make these vendor modules.•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@6604 e03df62e-2008-0410-955e-edbf42e46eb7
| peavey | 2007-02-20 | 2 | -2/+2 |
| * | Put back quit prefix that got lost in last fix.•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@6603 e03df62e-2008-0410-955e-edbf42e46eb7
| peavey | 2007-02-20 | 1 | -1/+10 |
| * | Addition of feature request outlined in bug #195, suggested by Bricker•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@6602 e03df62e-2008-0410-955e-edbf42e46eb7
| brain | 2007-02-19 | 3 | -7/+11 |
| * | Too many small tweaks to list. Most notably tidy up info, note that /trace is...•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@6601 e03df62e-2008-0410-955e-edbf42e46eb7
| brain | 2007-02-19 | 5 | -57/+58 |
| * | When a users nick is overruled, remove their nickname-sent bit from userrec::...•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@6600 e03df62e-2008-0410-955e-edbf42e46eb7
| brain | 2007-02-19 | 1 | -0/+2 |
| * | fix obligotary typos•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@6599 e03df62e-2008-0410-955e-edbf42e46eb7
| brain | 2007-02-19 | 1 | -1/+1 |
| * | Better handling of nickname overruling•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@6598 e03df62e-2008-0410-955e-edbf42e46eb7
| brain | 2007-02-19 | 1 | -0/+2 |
| * | Whoops, typo•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@6597 e03df62e-2008-0410-955e-edbf42e46eb7
| brain | 2007-02-19 | 1 | -1/+1 |
| * | 1) Fix for nickname overruled with new cullList stuff -- we have to change th...•••2) Add a mute flag for users, so we can drop commands from users who have been placed on the cullList. This is independent of the actual cullList and can be
used as a general mute flag e.g. by shun modules.
3) Fix /kill to also not quit the user immediately, remove need for CMD_USER_DELETED return anywhere in the code.
*** THIS NEEDS TESTING BY QA ***
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@6596 e03df62e-2008-0410-955e-edbf42e46eb7
| brain | 2007-02-19 | 6 | -40/+29 |
| * | Fix for crashbugs when quitting users as experienced by satmd, SiliconAI and ...•••QA: Please test combinations of /quit, /kill, and friends.
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@6595 e03df62e-2008-0410-955e-edbf42e46eb7
| brain | 2007-02-19 | 3 | -129/+12 |
| * | Few more cleanups (no need to update, shouldn't have changed any behaviour..)•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@6594 e03df62e-2008-0410-955e-edbf42e46eb7
| om | 2007-02-18 | 1 | -19/+20 |
| * | Stop this using some global ServerInstance (where's that even defined? :|) an...•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@6593 e03df62e-2008-0410-955e-edbf42e46eb7
| om | 2007-02-18 | 1 | -14/+7 |
| * | Account for bearbots whos CTCP TIME misses the ending \1 from the CTCP•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@6592 e03df62e-2008-0410-955e-edbf42e46eb7
| brain | 2007-02-18 | 1 | -1/+1 |
| * | Eliminate some string copies, tidy some code, and reverse some short-circuit ...•••(Expensive(x) && Cheap(y)) -> (Cheap(y) && Expensive(x))
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@6591 e03df62e-2008-0410-955e-edbf42e46eb7
| brain | 2007-02-18 | 8 | -34/+16 |
| * | Change /msg $* to have the correct source the same way /notice $* does•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@6588 e03df62e-2008-0410-955e-edbf42e46eb7
| brain | 2007-02-17 | 3 | -4/+4 |
| * | Remove redundant debug•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@6587 e03df62e-2008-0410-955e-edbf42e46eb7
| brain | 2007-02-17 | 1 | -1/+0 |
| * | Drop the invalid command generated by the bearbot CTCP TIME check•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@6586 e03df62e-2008-0410-955e-edbf42e46eb7
| brain | 2007-02-17 | 1 | -0/+7 |
| * | Check CTCP TIME on bearbots•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@6585 e03df62e-2008-0410-955e-edbf42e46eb7
| brain | 2007-02-17 | 1 | -3/+22 |
| * | Get rid of a compile warning. We should remember to use time_t for time varia...•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@6584 e03df62e-2008-0410-955e-edbf42e46eb7
| peavey | 2007-02-17 | 1 | -1/+1 |
| * | Yes, we know how to spell voluntary (and involuntary!) :<•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@6583 e03df62e-2008-0410-955e-edbf42e46eb7
| om | 2007-02-17 | 1 | -1/+1 |
| * | Force ipv4 lookups here - cgiirc doesnt support ipv6 anyway.•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@6582 e03df62e-2008-0410-955e-edbf42e46eb7
| brain | 2007-02-14 | 1 | -1/+1 |
| * | Fixed <link:bind> which was only working on an ipv6 connection. Fixes bug #21...•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@6581 e03df62e-2008-0410-955e-edbf42e46eb7
| brain | 2007-02-12 | 1 | -2/+26 |
| * | Change around the order of InspIRCd::Cleanup(), as per bug #212•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@6580 e03df62e-2008-0410-955e-edbf42e46eb7
| brain | 2007-02-12 | 1 | -4/+7 |
| * | I'm not sure OnPostOper is called for remote opering anyway, but to be sure, ...•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@6579 e03df62e-2008-0410-955e-edbf42e46eb7
| brain | 2007-02-12 | 1 | -0/+3 |
| * | Only apply force join to local clients•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@6578 e03df62e-2008-0410-955e-edbf42e46eb7
| brain | 2007-02-12 | 1 | -0/+3 |
| * | Fix odd warnings from propolice.•••Obviously this isnt valid for it: char b[MAXBUF]; getcwd(b, MAXBUF)..... it demands that b be 1024 in length. odd.
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@6577 e03df62e-2008-0410-955e-edbf42e46eb7
| brain | 2007-02-12 | 1 | -12/+12 |
| * | Get rid of a compile warning.•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@6576 e03df62e-2008-0410-955e-edbf42e46eb7
| peavey | 2007-02-12 | 1 | -1/+1 |
| * | Add m_conn_join, allows force join of a user to one or more channels on conne...•••Tidy up m_operjoin a little.
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@6575 e03df62e-2008-0410-955e-edbf42e46eb7
| brain | 2007-02-11 | 2 | -4/+111 |
| * | Special *slap* seems to have set this to true :/•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@6574 e03df62e-2008-0410-955e-edbf42e46eb7
| brain | 2007-02-11 | 1 | -1/+1 |
| * | Allow for nick!user@host in TOPIC information.•••Note that this adds another <options> tag value, 'hostintopic'. (defaults to yes)
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@6572 e03df62e-2008-0410-955e-edbf42e46eb7
| brain | 2007-02-11 | 3 | -2/+7 |
| * | Fix rehashing to display a success notice, tidy up some WriteOpers notices•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@6570 e03df62e-2008-0410-955e-edbf42e46eb7
v1.1.1 | brain | 2007-02-10 | 3 | -2/+7 |