| Commit message (Expand) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | Added 'a' flag to STATS c which indicates autoconnect state•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@2755 e03df62e-2008-0410-955e-edbf42e46eb7 | 2006-01-09 | 1 | -1/+1 | ||
| * | Changed %s to %c for statschar•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@2750 e03df62e-2008-0410-955e-edbf42e46eb7 | 2006-01-09 | 1 | -2/+2 | ||
| * | *TEST* Oper-Only-Stats (not yet tested)•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@2749 e03df62e-2008-0410-955e-edbf42e46eb7 | 2006-01-09 | 1 | -9/+5 | ||
| * | Added 005 stuff after VERSION•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@2745 e03df62e-2008-0410-955e-edbf42e46eb7 | 2006-01-09 | 1 | -0/+19 | ||
| * | Sync fixes for m_park et al•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@2744 e03df62e-2008-0410-955e-edbf42e46eb7 | 2006-01-09 | 1 | -2/+2 | ||
| * | Aligned % fields in map•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@2738 e03df62e-2008-0410-955e-edbf42e46eb7 | 2006-01-08 | 1 | -1/+1 | ||
| * | Changed printf specifiers in map to right-align digits•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@2737 e03df62e-2008-0410-955e-edbf42e46eb7 | 2006-01-08 | 1 | -3/+7 | ||
| * | Added User Counts to /map•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@2736 e03df62e-2008-0410-955e-edbf42e46eb7 | 2006-01-08 | 1 | -1/+52 | ||
| * | Removed cvsignores, set svn:ignore property using -F .cvsignore•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@2722 e03df62e-2008-0410-955e-edbf42e46eb7 | 2005-12-31 | 2 | -14/+0 | ||
| * | Added specific errors relating to invalid link tags (requested by Strike)•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@2719 e03df62e-2008-0410-955e-edbf42e46eb7 | 2005-12-31 | 1 | -1/+16 | ||
| * | Minor cosmetic fault pointed out by Trystan•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@2714 e03df62e-2008-0410-955e-edbf42e46eb7 | 2005-12-31 | 1 | -1/+1 | ||
| * | Blockcolor now blocks reverse and other mirc sillies•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@2713 e03df62e-2008-0410-955e-edbf42e46eb7 | 2005-12-31 | 1 | -10/+12 | ||
| * | Ommitting \r and \n from debug display of outbound lines•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@2712 e03df62e-2008-0410-955e-edbf42e46eb7 | 2005-12-30 | 1 | -1/+2 | ||
| * | Now uses two AES contexts, an 'in' context and an 'out' context•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@2711 e03df62e-2008-0410-955e-edbf42e46eb7 | 2005-12-30 | 1 | -15/+24 | ||
| * | TEST CODE: CBC encryption type in AES rather than ECB•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@2710 e03df62e-2008-0410-955e-edbf42e46eb7 | 2005-12-30 | 1 | -2/+2 | ||
| * | Initial revision of /devoice.•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@2695 e03df62e-2008-0410-955e-edbf42e46eb7 | 2005-12-29 | 1 | -0/+102 | ||
| * | Removed an unused OnUserConnect() method•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@2694 e03df62e-2008-0410-955e-edbf42e46eb7 | 2005-12-29 | 1 | -5/+0 | ||
| * | Made 'fake direction' less loud, removed 'invalid source'•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@2690 e03df62e-2008-0410-955e-edbf42e46eb7 | 2005-12-28 | 1 | -8/+1 | ||
| * | Check on upper bounds of base64 decode•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@2679 e03df62e-2008-0410-955e-edbf42e46eb7 | 2005-12-27 | 1 | -1/+1 | ||
| * | Added checking for bad base64 decodes•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@2678 e03df62e-2008-0410-955e-edbf42e46eb7 | 2005-12-27 | 1 | -8/+9 | ||
| * | Updated chanfilter to use irc::string•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@2677 e03df62e-2008-0410-955e-edbf42e46eb7 | 2005-12-27 | 1 | -17/+15 | ||
| * | Missing Implements section•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@2669 e03df62e-2008-0410-955e-edbf42e46eb7 | 2005-12-26 | 1 | -5/+5 | ||
| * | Fixed missing I_On005Numeric•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@2668 e03df62e-2008-0410-955e-edbf42e46eb7 | 2005-12-26 | 1 | -1/+1 | ||
| * | Last set converted to 'Implements'•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@2667 e03df62e-2008-0410-955e-edbf42e46eb7 | 2005-12-26 | 12 | -12/+54 | ||
| * | Converted to 'Implements' system•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@2666 e03df62e-2008-0410-955e-edbf42e46eb7 | 2005-12-26 | 7 | -5/+41 | ||
| * | Ported to new system•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@2665 e03df62e-2008-0410-955e-edbf42e46eb7 | 2005-12-26 | 2 | -5/+10 | ||
| * | Corrections•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@2664 e03df62e-2008-0410-955e-edbf42e46eb7 | 2005-12-26 | 2 | -2/+2 | ||
| * | Converted to new Implements system•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@2663 e03df62e-2008-0410-955e-edbf42e46eb7 | 2005-12-26 | 8 | -1/+36 | ||
| * | More 'Implements' Conversions•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@2662 e03df62e-2008-0410-955e-edbf42e46eb7 | 2005-12-26 | 3 | -0/+15 | ||
| * | More conversions to 'Implements'•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@2661 e03df62e-2008-0410-955e-edbf42e46eb7 | 2005-12-26 | 4 | -0/+20 | ||
| * | And more•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@2660 e03df62e-2008-0410-955e-edbf42e46eb7 | 2005-12-26 | 3 | -0/+14 | ||
| * | More stuff converted to new faster system•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@2659 e03df62e-2008-0410-955e-edbf42e46eb7 | 2005-12-26 | 2 | -0/+10 | ||
| * | Converted more stuff to 'Implements' system•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@2658 e03df62e-2008-0410-955e-edbf42e46eb7 | 2005-12-26 | 3 | -1/+16 | ||
| * | Converted to new implements system•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@2657 e03df62e-2008-0410-955e-edbf42e46eb7 | 2005-12-26 | 5 | -0/+24 | ||
| * | Fixed to new new 'Implements' array•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@2656 e03df62e-2008-0410-955e-edbf42e46eb7 | 2005-12-26 | 2 | -6/+14 | ||
| * | New 'Implements' system•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@2655 e03df62e-2008-0410-955e-edbf42e46eb7 | 2005-12-26 | 5 | -0/+26 | ||
| * | Attempted fix for munged ctcps during encryption•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@2651 e03df62e-2008-0410-955e-edbf42e46eb7 | 2005-12-23 | 1 | -0/+2 | ||
| * | Review and optimize•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@2646 e03df62e-2008-0410-955e-edbf42e46eb7 | 2005-12-23 | 3 | -7/+7 | ||
| * | Fixed (hopefully) m_blockcolor•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@2645 e03df62e-2008-0410-955e-edbf42e46eb7 | 2005-12-23 | 1 | -1/+1 | ||
| * | Stylistic changes, added a comment on possible configuration file inclusion.•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@2644 e03df62e-2008-0410-955e-edbf42e46eb7 | 2005-12-23 | 1 | -7/+14 | ||
| * | Added query about printf() use•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@2643 e03df62e-2008-0410-955e-edbf42e46eb7 | 2005-12-23 | 1 | -1/+1 | ||
| * | Hopefully sped things up here -- I need to check this out on a box that I can...•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@2642 e03df62e-2008-0410-955e-edbf42e46eb7 | 2005-12-23 | 1 | -6/+32 | ||
| * | (Probably) major speed improvements, nuked a hell of a lot of strlen()s. Adde...•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@2641 e03df62e-2008-0410-955e-edbf42e46eb7 | 2005-12-23 | 1 | -6/+14 | ||
| * | Small change to logic in m_alias, tidies an if (). Minor change.•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@2640 e03df62e-2008-0410-955e-edbf42e46eb7 | 2005-12-23 | 1 | -8/+5 | ||
| * | Semi-pointless commit to see CIA in action...•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@2639 e03df62e-2008-0410-955e-edbf42e46eb7 | 2005-12-23 | 1 | -1/+1 | ||
| * | Optimized out strcpys that copy empty strings (craq++)•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@2637 e03df62e-2008-0410-955e-edbf42e46eb7 | 2005-12-22 | 2 | -2/+2 | ||
| * | Fixed encryption being set on a connection that has only just begun!•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@2636 e03df62e-2008-0410-955e-edbf42e46eb7 | 2005-12-22 | 1 | -0/+9 | ||
| * | Allowed capab unencrypted in an encrypted connection•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@2635 e03df62e-2008-0410-955e-edbf42e46eb7 | 2005-12-22 | 1 | -6/+9 | ||
| * | Maybe done removing of CBans?•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@2631 e03df62e-2008-0410-955e-edbf42e46eb7 | 2005-12-22 | 1 | -0/+8 | ||
| * | Fixed•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@2616 e03df62e-2008-0410-955e-edbf42e46eb7 | 2005-12-22 | 1 | -12/+15 | ||
