| Commit message (Expand) | Author | Age | Files | Lines |
| * | Push password comparison logic into ComparePass, fixes authentication bug not...•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@11195 e03df62e-2008-0410-955e-edbf42e46eb7
| danieldg | 2009-03-10 | 2 | -13/+7 |
| * | Quiet bursts for uplinks, suggested by HiroP, thanks!•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@11194 e03df62e-2008-0410-955e-edbf42e46eb7
| brain | 2009-03-10 | 4 | -9/+16 |
| * | An FJOIN is not bursting unless the source server is bursting•••Fixes bug #755
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@11188 e03df62e-2008-0410-955e-edbf42e46eb7
| danieldg | 2009-03-09 | 1 | -1/+1 |
| * | Remove some unneeded debug messages on the common case of FJOIN•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@11183 e03df62e-2008-0410-955e-edbf42e46eb7
| danieldg | 2009-03-07 | 1 | -3/+3 |
| * | Include explicit parameter list in ProtocolInterface::SendMode•••Also leave the strings split into deque, there's no need to pack it into a
string just to unpack it during the translate.
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@11181 e03df62e-2008-0410-955e-edbf42e46eb7
| danieldg | 2009-03-07 | 4 | -17/+14 |
| * | Construct explicit parameter type list for MODE parameters•••Previously, we used TR_SPACENICKLIST on the parameters. This worked only because
usually, if anything in the list parsed as a nick, then it was a nick. However,
some modes like +k and +g allow free-form text, which could also resolve as a
nick. Add extra parameters to allow modes to specify their TranslateType,
defaulting to TR_TEXT.
This fixes bug #757, found by Taros
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@11180 e03df62e-2008-0410-955e-edbf42e46eb7
| danieldg | 2009-03-06 | 2 | -7/+7 |
| * | Send SVSNICKs during nick collision to prevent servers that do not fully impl...•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@11179 e03df62e-2008-0410-955e-edbf42e46eb7
| danieldg | 2009-03-06 | 3 | -24/+35 |
| * | Fix crash when services (or a misbehaving remote server) introduces a server ...•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@11171 e03df62e-2008-0410-955e-edbf42e46eb7
| danieldg | 2009-03-05 | 4 | -54/+35 |
| * | Revert "Don't apply channel modes received in an non-burst, non-creation FJOI...•••This keeps the protocol closer to TS6 behavior. The mode sync in the FJOIN is
used to resync channel modes after a desync caused by modes crossing on the
wire. In the future, an alternate join command will be used to prevent MODExJOIN
desync without rejecting modes from an FJOIN.
This reverts commit 4820e6bb9578e53ea1553070108599349d0ffbcb.
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@11163 e03df62e-2008-0410-955e-edbf42e46eb7
| danieldg | 2009-03-02 | 1 | -19/+5 |
| * | Don't apply channel modes received in an non-burst, non-creation FJOIN, becau...•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@11162 e03df62e-2008-0410-955e-edbf42e46eb7
| danieldg | 2009-03-02 | 1 | -5/+19 |
| * | Fix SID-sourced KILL being displayed to killee as from SID not from server name•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@11155 e03df62e-2008-0410-955e-edbf42e46eb7
| danieldg | 2009-02-27 | 1 | -3/+6 |
| * | Fix previous module mismatch message; "remote" is misleading when sent as an ...•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@11154 e03df62e-2008-0410-955e-edbf42e46eb7
| danieldg | 2009-02-27 | 1 | -8/+9 |
| * | Clarify module mismatch message•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@11148 e03df62e-2008-0410-955e-edbf42e46eb7
| danieldg | 2009-02-24 | 1 | -1/+1 |
| * | Remove unused NumServers field•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@11128 e03df62e-2008-0410-955e-edbf42e46eb7
| danieldg | 2009-02-18 | 1 | -1/+0 |
| * | Remove MaxMapHeight, replace with dynamically sized buffers•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@11127 e03df62e-2008-0410-955e-edbf42e46eb7
| danieldg | 2009-02-18 | 2 | -39/+32 |
| * | Apparently casting to float is not sufficient to cause a conversion•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@11126 e03df62e-2008-0410-955e-edbf42e46eb7
| danieldg | 2009-02-18 | 1 | -1/+1 |
| * | Rework /MAP output to not be overly wide•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@11125 e03df62e-2008-0410-955e-edbf42e46eb7
| danieldg | 2009-02-18 | 2 | -71/+60 |
| * | Remove redundant PriorityState, enum Priority does the exact same thing.•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@11121 e03df62e-2008-0410-955e-edbf42e46eb7
| w00t | 2009-02-16 | 1 | -1/+1 |
| * | Nuke trailing spaces•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@11105 e03df62e-2008-0410-955e-edbf42e46eb7
| peavey | 2009-02-14 | 3 | -8/+4 |
| * | Remove space before first user in FJOIN; also call c->ChanModes less for larg...•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@11079 e03df62e-2008-0410-955e-edbf42e46eb7
| danieldg | 2009-02-09 | 1 | -7/+15 |
| * | Fix merge FJOIN debug message•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@11078 e03df62e-2008-0410-955e-edbf42e46eb7
| danieldg | 2009-02-09 | 1 | -1/+2 |
| * | Fix: always have a colon marking the last FJOIN parameter, otherwise servers ...•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@11066 e03df62e-2008-0410-955e-edbf42e46eb7
| w00t | 2009-02-08 | 1 | -3/+3 |
| * | We already have an error for not enough params to the SERVER command, but the...•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@11014 e03df62e-2008-0410-955e-edbf42e46eb7
| brain | 2009-01-31 | 1 | -2/+2 |
| * | Revert "Check nickname validity on introduction, closes bug #682 reported by ...•••This broke stuff.
This reverts commit 4d29ae6cc6c4f5ba410b58cc0807f018484f6447.
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@10975 e03df62e-2008-0410-955e-edbf42e46eb7
| w00t | 2009-01-22 | 1 | -5/+0 |
| * | Check nickname validity on introduction, closes bug #682 reported by danieldg...•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@10974 e03df62e-2008-0410-955e-edbf42e46eb7
| w00t | 2009-01-21 | 1 | -0/+5 |
| * | This is out of date, useless, and nobody updates it.•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@10943 e03df62e-2008-0410-955e-edbf42e46eb7
| brain | 2009-01-04 | 1 | -28/+0 |
| * | ...and make it not go querying modules that dont implement the right interfac...•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@10935 e03df62e-2008-0410-955e-edbf42e46eb7
| brain | 2009-01-02 | 1 | -4/+8 |
| * | If a module is loaded after m_spanningtree that it needs, then it will now re...•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@10934 e03df62e-2008-0410-955e-edbf42e46eb7
| brain | 2009-01-02 | 3 | -21/+55 |
| * | Update copyrights for 2009.•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@10932 e03df62e-2008-0410-955e-edbf42e46eb7
| w00t | 2009-01-02 | 62 | -62/+62 |
| * | Allow for kick from a server origin to have a comma seperated list of nicknam...•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@10904 e03df62e-2008-0410-955e-edbf42e46eb7
| brain | 2008-12-21 | 1 | -6/+17 |
| * | Fix naming convention to be consistant. (cmd_ -> Command)•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@10891 e03df62e-2008-0410-955e-edbf42e46eb7
| w00t | 2008-12-15 | 6 | -15/+15 |
| * | Fix problem with autoconnects: don't reset NextConnectTime to a higher value ...•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@10879 e03df62e-2008-0410-955e-edbf42e46eb7
| w00t | 2008-12-12 | 1 | -1/+3 |
| * | Make an error message more verbose to help users•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@10866 e03df62e-2008-0410-955e-edbf42e46eb7
| brain | 2008-12-07 | 1 | -3/+3 |
| * | Remove unused variable (thanks to everyone who noticed it)•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@10835 e03df62e-2008-0410-955e-edbf42e46eb7
| w00t | 2008-11-30 | 1 | -1/+0 |
| * | Don't append server name to kill reasons.•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@10833 e03df62e-2008-0410-955e-edbf42e46eb7
| w00t | 2008-11-27 | 1 | -2/+2 |
| * | Forward-port: Created commit fcadb0b: Change rm to force removal for configur...•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@10829 e03df62e-2008-0410-955e-edbf42e46eb7
| w00t | 2008-11-27 | 1 | -0/+11 |
| * | Fix for potential crash with invalid prefixes (prefixes which are neither val...•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@10810 e03df62e-2008-0410-955e-edbf42e46eb7
| brain | 2008-11-20 | 1 | -0/+11 |
| * | Don't burst expired X:, should help stop bounce wars..•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@10808 e03df62e-2008-0410-955e-edbf42e46eb7
| w00t | 2008-11-16 | 1 | -0/+6 |
| * | Fix malformed UID errors so that w00t can troubleshoot! :)•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@10796 e03df62e-2008-0410-955e-edbf42e46eb7
| brain | 2008-11-04 | 1 | -2/+2 |
| * | Fire every debug.•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@10786 e03df62e-2008-0410-955e-edbf42e46eb7
| w00t | 2008-11-02 | 1 | -1/+1 |
| * | Second attempt at time() -> SI->Time(), now problems with the original were f...•••Thanks Namegduf!
(Please test, all, valdebug etc, report odd behaviour/warnings!)
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@10783 e03df62e-2008-0410-955e-edbf42e46eb7
| w00t | 2008-11-01 | 3 | -3/+3 |
| * | Fix a result of Tired Coding (tm)•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@10774 e03df62e-2008-0410-955e-edbf42e46eb7
| w00t | 2008-11-01 | 1 | -1/+1 |
| * | It is not my %$"*&%" day. This never happened.•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@10773 e03df62e-2008-0410-955e-edbf42e46eb7
| w00t | 2008-10-31 | 1 | -1/+1 |
| * | Tidy up FJOIN processing somewhat - don't bother faking a TS to get modes acc...•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@10772 e03df62e-2008-0410-955e-edbf42e46eb7
| w00t | 2008-10-31 | 1 | -14/+23 |
| * | Add REMOTEOPER snomask.. use it.•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@10770 e03df62e-2008-0410-955e-edbf42e46eb7
| w00t | 2008-10-31 | 1 | -1/+1 |
| * | Move some messages (correctly) to remote link snomask.•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@10769 e03df62e-2008-0410-955e-edbf42e46eb7
| w00t | 2008-10-31 | 1 | -3/+3 |
| * | Add snomask +s +L - remote link notices.•••Can be a useful distinction for bigger networks or networks with more distinction on what people can and cannot see.
This also makes RemoteMessage more match it's docs and removes useless redundancy.
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@10759 e03df62e-2008-0410-955e-edbf42e46eb7
| w00t | 2008-10-31 | 5 | -53/+36 |
| * | Remove comment, as it is now done.•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@10740 e03df62e-2008-0410-955e-edbf42e46eb7
| w00t | 2008-10-28 | 1 | -2/+1 |
| * | Add user/channel mode synchronisation detection to CAPAB - link will now drop...•••This will not affect services. Side effect: Modes::ChanModes() -> Modes::GiveModeList(ModeMasks), mode list is formatted
identically for both MASK_CHANNEL and MASK_USER.
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@10733 e03df62e-2008-0410-955e-edbf42e46eb7
| w00t | 2008-10-27 | 1 | -1/+11 |
| * | Be a hell of a lot more strict about malformed UID commands. We've always bee...•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@10731 e03df62e-2008-0410-955e-edbf42e46eb7
| w00t | 2008-10-27 | 1 | -23/+16 |