]>
git.netwichtig.de Git - user/henk/code/inspircd.git/log
brain [Sun, 22 Jan 2006 13:09:01 +0000 (13:09 +0000)]
Tweaks for openssl compatibility
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@2825
e03df62e -2008-0410-955e-
edbf42e46eb7
frostycoolslug [Sun, 22 Jan 2006 11:24:08 +0000 (11:24 +0000)]
Stopped lines longer than 512b from being killed, instead, warning sent and dropped.
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@2824
e03df62e -2008-0410-955e-
edbf42e46eb7
brain [Sat, 21 Jan 2006 23:30:27 +0000 (23:30 +0000)]
Fix to m_redirect to prevent circular link to self
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@2823
e03df62e -2008-0410-955e-
edbf42e46eb7
brain [Thu, 19 Jan 2006 19:10:18 +0000 (19:10 +0000)]
Added <allowchannel:name> to allow specific channels
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@2822
e03df62e -2008-0410-955e-
edbf42e46eb7
brain [Wed, 18 Jan 2006 23:53:12 +0000 (23:53 +0000)]
Test-fix for crazy's bug (/who 0 * as oper while on no channels)
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@2821
e03df62e -2008-0410-955e-
edbf42e46eb7
brain [Wed, 18 Jan 2006 23:03:07 +0000 (23:03 +0000)]
Tony hart stars in a new show, to replace hart attack. YES, ITS CRAQ ATTACK! Now starring the cmd_invite 401 numeric fuckup! :D
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@2820
e03df62e -2008-0410-955e-
edbf42e46eb7
brain [Wed, 18 Jan 2006 22:57:26 +0000 (22:57 +0000)]
Umode +R was broken (only worked for channels) -- fixed
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@2819
e03df62e -2008-0410-955e-
edbf42e46eb7
brain [Wed, 18 Jan 2006 21:58:53 +0000 (21:58 +0000)]
Removed all strncpy() calls and replaced with strlcpy()
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@2818
e03df62e -2008-0410-955e-
edbf42e46eb7
brain [Wed, 18 Jan 2006 20:03:24 +0000 (20:03 +0000)]
strncpy sucks ass! -- Old code was using strncpy which doesnt null terminate a string if the string fills a buffer (!!!) - our strlcpy implementation fixes this.
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@2817
e03df62e -2008-0410-955e-
edbf42e46eb7
brain [Tue, 17 Jan 2006 21:49:21 +0000 (21:49 +0000)]
Added unlink() to tidy up /tmp after each dlopen()
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@2816
e03df62e -2008-0410-955e-
edbf42e46eb7
brain [Tue, 17 Jan 2006 21:39:35 +0000 (21:39 +0000)]
Added support for part messages in the module API (and therefore between servers too)
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@2815
e03df62e -2008-0410-955e-
edbf42e46eb7
brain [Mon, 16 Jan 2006 15:49:57 +0000 (15:49 +0000)]
Fixed bug with {} -> [] etc in NICK where nick == newnick apart from irc-case:
[15:41] --- Brain is now known as [Brain]
[15:41] --- {Brain} is now known as {Brain}
Now correct:
[15:41] --- Brain is now known as [Brain]
[15:41] --- [Brain] is now known as {Brain}
Was just a strlcpy BEFORE the NICK output instead of AFTER.
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@2814
e03df62e -2008-0410-955e-
edbf42e46eb7
brain [Mon, 16 Jan 2006 15:03:21 +0000 (15:03 +0000)]
Fixed so that ONLY ports of type "" or type "clients" are bound by the core, *everything else* is passed over now, not just "servers" type.
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@2813
e03df62e -2008-0410-955e-
edbf42e46eb7
brain [Sun, 15 Jan 2006 23:08:56 +0000 (23:08 +0000)]
Fixed deprecated checks here that potentially break it with spanningtree (throwbacks to mesh linking)
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@2811
e03df62e -2008-0410-955e-
edbf42e46eb7
brain [Sun, 15 Jan 2006 21:08:09 +0000 (21:08 +0000)]
Changed lots of icky #define's to enums
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@2810
e03df62e -2008-0410-955e-
edbf42e46eb7
brain [Sun, 15 Jan 2006 20:47:14 +0000 (20:47 +0000)]
missing linefeed
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@2809
e03df62e -2008-0410-955e-
edbf42e46eb7
brain [Sun, 15 Jan 2006 20:45:09 +0000 (20:45 +0000)]
Made <disabled> non-manditory, added check for when singular tags arent defined at all
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@2808
e03df62e -2008-0410-955e-
edbf42e46eb7
brain [Sun, 15 Jan 2006 20:35:11 +0000 (20:35 +0000)]
CleanFilename movage
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@2807
e03df62e -2008-0410-955e-
edbf42e46eb7
brain [Sun, 15 Jan 2006 20:30:43 +0000 (20:30 +0000)]
Fixed SIGHUP rehash to actually send rehash event to modules
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@2806
e03df62e -2008-0410-955e-
edbf42e46eb7
brain [Sun, 15 Jan 2006 20:24:06 +0000 (20:24 +0000)]
Fixes to make this actually WORK.
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@2805
e03df62e -2008-0410-955e-
edbf42e46eb7
brain [Sun, 15 Jan 2006 20:21:08 +0000 (20:21 +0000)]
Added checks to forbid declaring certain config tags twice (ones which should only exist once like <server> and <admin>)
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@2804
e03df62e -2008-0410-955e-
edbf42e46eb7
brain [Sun, 15 Jan 2006 19:48:29 +0000 (19:48 +0000)]
Fix for warning in OpenLog call
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@2803
e03df62e -2008-0410-955e-
edbf42e46eb7
brain [Sun, 15 Jan 2006 19:46:28 +0000 (19:46 +0000)]
Test-compiled m_vhost, compiles fine
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@2802
e03df62e -2008-0410-955e-
edbf42e46eb7
brain [Sun, 15 Jan 2006 19:34:04 +0000 (19:34 +0000)]
Added m_vhost, authenticated vhosts from the conf similar to unrealircd's way, requested by PinkFreud
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@2801
e03df62e -2008-0410-955e-
edbf42e46eb7
brain [Sun, 15 Jan 2006 19:26:59 +0000 (19:26 +0000)]
Changed some .cpp to .so in the this->source field
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@2800
e03df62e -2008-0410-955e-
edbf42e46eb7
brain [Sun, 15 Jan 2006 18:18:09 +0000 (18:18 +0000)]
Removed deprecated default= for bind tags
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@2799
e03df62e -2008-0410-955e-
edbf42e46eb7
brain [Sun, 15 Jan 2006 18:13:11 +0000 (18:13 +0000)]
Removed deprecated LocalOp type
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@2798
e03df62e -2008-0410-955e-
edbf42e46eb7
brain [Sun, 15 Jan 2006 18:09:00 +0000 (18:09 +0000)]
Added support for <options customversion> to customize the second part of VERSION
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@2797
e03df62e -2008-0410-955e-
edbf42e46eb7
brain [Sun, 15 Jan 2006 17:48:30 +0000 (17:48 +0000)]
Bug found by PinkFreud - If an oper deopers themselves by removing the +o mode, their userrec::oper field isnt cleared. Clear it forcibly before DeleteOper.
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@2796
e03df62e -2008-0410-955e-
edbf42e46eb7
brain [Sun, 15 Jan 2006 15:59:11 +0000 (15:59 +0000)]
Updated copyrights in headers etc using perl inplace edit
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@2795
e03df62e -2008-0410-955e-
edbf42e46eb7
brain [Sun, 15 Jan 2006 14:41:26 +0000 (14:41 +0000)]
Made inspircd close and reopen its log on rehash
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@2794
e03df62e -2008-0410-955e-
edbf42e46eb7
brain [Sun, 15 Jan 2006 13:20:03 +0000 (13:20 +0000)]
Removed some redundant (and commented out) functions
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@2793
e03df62e -2008-0410-955e-
edbf42e46eb7
brain [Sun, 15 Jan 2006 12:59:45 +0000 (12:59 +0000)]
Made InspSocket::Read return an empty but non-NULL string when it receives EAGAIN (this method didnt know how to cope with EAGAIN before, may be causing random splits?)
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@2792
e03df62e -2008-0410-955e-
edbf42e46eb7
brain [Sat, 14 Jan 2006 19:21:03 +0000 (19:21 +0000)]
SQL uses some crappy structs with pointer voodoo that prevent comparison with if() !
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@2791
e03df62e -2008-0410-955e-
edbf42e46eb7
brain [Sat, 14 Jan 2006 19:17:52 +0000 (19:17 +0000)]
Fix to parentheses and chown to brain
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@2790
e03df62e -2008-0410-955e-
edbf42e46eb7
root [Sat, 14 Jan 2006 17:32:50 +0000 (17:32 +0000)]
Extra m_sql field checking
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@2789
e03df62e -2008-0410-955e-
edbf42e46eb7
brain [Sat, 14 Jan 2006 15:48:33 +0000 (15:48 +0000)]
Fixed 'stops responding after server pingout, while using select' but as found by merwin -- this needs testing in epoll
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@2788
e03df62e -2008-0410-955e-
edbf42e46eb7
brain [Sat, 14 Jan 2006 15:37:21 +0000 (15:37 +0000)]
Added RemoveSocket as a test fix for merwins bug
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@2787
e03df62e -2008-0410-955e-
edbf42e46eb7
brain [Sat, 14 Jan 2006 14:37:10 +0000 (14:37 +0000)]
Replaced some 'n' with '*n' that was breaking userrec::MakeHost
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@2786
e03df62e -2008-0410-955e-
edbf42e46eb7
brain [Fri, 13 Jan 2006 16:14:57 +0000 (16:14 +0000)]
Added extra safety check for a condition that should NOT happen (in theory, but still)
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@2785
e03df62e -2008-0410-955e-
edbf42e46eb7
brain [Thu, 12 Jan 2006 22:17:08 +0000 (22:17 +0000)]
GCC 4.0.2 warns because we assign in an if. we want to assign in an if, so we satisfy it by putting brackets around it
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@2784
e03df62e -2008-0410-955e-
edbf42e46eb7
brain [Thu, 12 Jan 2006 20:51:03 +0000 (20:51 +0000)]
Typo (whoops)
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@2783
e03df62e -2008-0410-955e-
edbf42e46eb7
brain [Thu, 12 Jan 2006 20:50:21 +0000 (20:50 +0000)]
xline tweaks
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@2782
e03df62e -2008-0410-955e-
edbf42e46eb7
brain [Thu, 12 Jan 2006 20:25:51 +0000 (20:25 +0000)]
Replaced sprintf's with some char* voodoo
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@2781
e03df62e -2008-0410-955e-
edbf42e46eb7
brain [Thu, 12 Jan 2006 20:14:43 +0000 (20:14 +0000)]
Changed channel user lists from vector to map
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@2780
e03df62e -2008-0410-955e-
edbf42e46eb7
brain [Thu, 12 Jan 2006 12:48:07 +0000 (12:48 +0000)]
Test change to level-triggered epoll
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@2779
e03df62e -2008-0410-955e-
edbf42e46eb7
brain [Thu, 12 Jan 2006 07:25:17 +0000 (07:25 +0000)]
I dont know what ive been told, but extra brackets are mighty cold *singing marching song*
Its too early for this poo.
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@2778
e03df62e -2008-0410-955e-
edbf42e46eb7
brain [Thu, 12 Jan 2006 07:20:10 +0000 (07:20 +0000)]
<Bender> Who put this in here? O_o
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@2777
e03df62e -2008-0410-955e-
edbf42e46eb7
brain [Wed, 11 Jan 2006 22:33:36 +0000 (22:33 +0000)]
Changed to ignore error when file is same as target
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@2776
e03df62e -2008-0410-955e-
edbf42e46eb7
brain [Wed, 11 Jan 2006 22:30:56 +0000 (22:30 +0000)]
-C is not available on linux
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@2775
e03df62e -2008-0410-955e-
edbf42e46eb7
brain [Wed, 11 Jan 2006 22:28:19 +0000 (22:28 +0000)]
Changed to using 'install'
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@2774
e03df62e -2008-0410-955e-
edbf42e46eb7
brain [Wed, 11 Jan 2006 22:26:45 +0000 (22:26 +0000)]
Changed makefile to use 'install'
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@2773
e03df62e -2008-0410-955e-
edbf42e46eb7
frostycoolslug [Wed, 11 Jan 2006 17:39:06 +0000 (17:39 +0000)]
Fixed massivly huge bug in showwhois, MASSIVE undertaking right there :D
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@2772
e03df62e -2008-0410-955e-
edbf42e46eb7
brain [Wed, 11 Jan 2006 17:32:20 +0000 (17:32 +0000)]
Fixed compile error
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@2771
e03df62e -2008-0410-955e-
edbf42e46eb7
brain [Wed, 11 Jan 2006 12:11:39 +0000 (12:11 +0000)]
Moved to RC3+SVN
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@2770
e03df62e -2008-0410-955e-
edbf42e46eb7
brain [Wed, 11 Jan 2006 12:09:25 +0000 (12:09 +0000)]
Changed fd_ref_table from 65536 to more correct MAX_DESCRIPTORS
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@2769
e03df62e -2008-0410-955e-
edbf42e46eb7
brain [Tue, 10 Jan 2006 21:39:17 +0000 (21:39 +0000)]
Fixed methods being used for wrong object type
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@2768
e03df62e -2008-0410-955e-
edbf42e46eb7
brain [Tue, 10 Jan 2006 21:34:03 +0000 (21:34 +0000)]
Fixed to not bother pinging an active server
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@2767
e03df62e -2008-0410-955e-
edbf42e46eb7
brain [Tue, 10 Jan 2006 21:31:51 +0000 (21:31 +0000)]
Increased ping frequency from 1 minute to 5 minutes (1 minute is kind of overkill)
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@2766
e03df62e -2008-0410-955e-
edbf42e46eb7
brain [Tue, 10 Jan 2006 15:35:52 +0000 (15:35 +0000)]
Added anti-newbie warning, if attempt is made to use old-style linking protocol with m_spanningtree, error "Cannot use the old-style mesh linking protocol with m_spanningtree.so!" is given.
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@2765
e03df62e -2008-0410-955e-
edbf42e46eb7
brain [Mon, 9 Jan 2006 22:10:25 +0000 (22:10 +0000)]
Fix to naming scheme
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@2762
e03df62e -2008-0410-955e-
edbf42e46eb7
brain [Mon, 9 Jan 2006 22:09:58 +0000 (22:09 +0000)]
Missing classname
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@2761
e03df62e -2008-0410-955e-
edbf42e46eb7
brain [Mon, 9 Jan 2006 22:08:46 +0000 (22:08 +0000)]
Fixed compile issue
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@2760
e03df62e -2008-0410-955e-
edbf42e46eb7
brain [Mon, 9 Jan 2006 22:02:23 +0000 (22:02 +0000)]
Added Priority method to move this module to end of queue
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@2759
e03df62e -2008-0410-955e-
edbf42e46eb7
brain [Mon, 9 Jan 2006 21:59:58 +0000 (21:59 +0000)]
Untested priority system for modules to move themselves to the start or end of the module queue
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@2758
e03df62e -2008-0410-955e-
edbf42e46eb7
brain [Mon, 9 Jan 2006 18:34:23 +0000 (18:34 +0000)]
Moved to RC2+KingArthur
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@2757
e03df62e -2008-0410-955e-
edbf42e46eb7
brain [Mon, 9 Jan 2006 15:29:55 +0000 (15:29 +0000)]
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
brain [Mon, 9 Jan 2006 13:46:02 +0000 (13:46 +0000)]
Removed tab characters from example conf
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@2754
e03df62e -2008-0410-955e-
edbf42e46eb7
brain [Mon, 9 Jan 2006 13:24:57 +0000 (13:24 +0000)]
Silly brain left off a printf specifier
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@2753
e03df62e -2008-0410-955e-
edbf42e46eb7
brain [Mon, 9 Jan 2006 13:17:06 +0000 (13:17 +0000)]
Fixed warning about missing return value
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@2752
e03df62e -2008-0410-955e-
edbf42e46eb7
brain [Mon, 9 Jan 2006 13:12:58 +0000 (13:12 +0000)]
Only perform check if OperOnlyStats is defined
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@2751
e03df62e -2008-0410-955e-
edbf42e46eb7
brain [Mon, 9 Jan 2006 13:11:18 +0000 (13:11 +0000)]
Changed %s to %c for statschar
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@2750
e03df62e -2008-0410-955e-
edbf42e46eb7
brain [Mon, 9 Jan 2006 13:06:57 +0000 (13:06 +0000)]
*TEST* Oper-Only-Stats (not yet tested)
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@2749
e03df62e -2008-0410-955e-
edbf42e46eb7
brain [Mon, 9 Jan 2006 11:23:42 +0000 (11:23 +0000)]
Added chmodes-with-params
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@2748
e03df62e -2008-0410-955e-
edbf42e46eb7
brain [Mon, 9 Jan 2006 11:18:55 +0000 (11:18 +0000)]
Unneccessary colon
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@2747
e03df62e -2008-0410-955e-
edbf42e46eb7
brain [Mon, 9 Jan 2006 10:24:16 +0000 (10:24 +0000)]
Updated mode lists in 004 to more accurately reflect inspircd's mode features
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@2746
e03df62e -2008-0410-955e-
edbf42e46eb7
brain [Mon, 9 Jan 2006 01:10:10 +0000 (01:10 +0000)]
Added 005 stuff after VERSION
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@2745
e03df62e -2008-0410-955e-
edbf42e46eb7
brain [Mon, 9 Jan 2006 00:46:30 +0000 (00:46 +0000)]
Sync fixes for m_park et al
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@2744
e03df62e -2008-0410-955e-
edbf42e46eb7
brain [Mon, 9 Jan 2006 00:34:41 +0000 (00:34 +0000)]
Double checking to make sure that non-local users dont end up in the local users list
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@2743
e03df62e -2008-0410-955e-
edbf42e46eb7
brain [Mon, 9 Jan 2006 00:29:36 +0000 (00:29 +0000)]
More usertopseudo fixes
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@2742
e03df62e -2008-0410-955e-
edbf42e46eb7
brain [Mon, 9 Jan 2006 00:15:50 +0000 (00:15 +0000)]
m_park.cpp fixes (and anything else using UserToPseudo and PesudoToUser)
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@2741
e03df62e -2008-0410-955e-
edbf42e46eb7
brain [Sun, 8 Jan 2006 19:56:50 +0000 (19:56 +0000)]
Used mkstemp trick similar to anope and unreal which copies the .so's to temp names under /tmp before loading them, using the current process's PID.
This allows for module developers to *safely* rebuild a module (NOT the core) without a segfault while the ircd is up.
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@2740
e03df62e -2008-0410-955e-
edbf42e46eb7
brain [Sun, 8 Jan 2006 14:49:13 +0000 (14:49 +0000)]
Aligned % fields in map
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@2738
e03df62e -2008-0410-955e-
edbf42e46eb7
brain [Sun, 8 Jan 2006 14:25:08 +0000 (14:25 +0000)]
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
frostycoolslug [Sun, 8 Jan 2006 06:32:25 +0000 (06:32 +0000)]
Added User Counts to /map
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@2736
e03df62e -2008-0410-955e-
edbf42e46eb7
brain [Wed, 4 Jan 2006 23:05:56 +0000 (23:05 +0000)]
Renumber the implement lists after a module is unloaded
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@2734
e03df62e -2008-0410-955e-
edbf42e46eb7
brain [Wed, 4 Jan 2006 22:23:55 +0000 (22:23 +0000)]
Added a TODO
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@2732
e03df62e -2008-0410-955e-
edbf42e46eb7
brain [Wed, 4 Jan 2006 13:02:24 +0000 (13:02 +0000)]
Nicer mode character loop
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@2731
e03df62e -2008-0410-955e-
edbf42e46eb7
w00t [Wed, 4 Jan 2006 05:52:34 +0000 (05:52 +0000)]
Revise some serious craq++ in AddBan
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@2730
e03df62e -2008-0410-955e-
edbf42e46eb7
brain [Tue, 3 Jan 2006 18:26:25 +0000 (18:26 +0000)]
Fixed to not crash on /PARK (still more to test)
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@2729
e03df62e -2008-0410-955e-
edbf42e46eb7
brain [Tue, 3 Jan 2006 00:12:12 +0000 (00:12 +0000)]
Added CASEMAPPING and CHARSET to ISUPPORT (005)
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@2728
e03df62e -2008-0410-955e-
edbf42e46eb7
brain [Mon, 2 Jan 2006 21:40:02 +0000 (21:40 +0000)]
GCC 4.1 is more strict about extra qualification on members
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@2727
e03df62e -2008-0410-955e-
edbf42e46eb7
brain [Mon, 2 Jan 2006 15:06:22 +0000 (15:06 +0000)]
Updated example configuration file
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@2726
e03df62e -2008-0410-955e-
edbf42e46eb7
brain [Sun, 1 Jan 2006 20:57:42 +0000 (20:57 +0000)]
Fixes to typos and change to return by reference on GetClass
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@2725
e03df62e -2008-0410-955e-
edbf42e46eb7
brain [Sun, 1 Jan 2006 20:50:09 +0000 (20:50 +0000)]
Class lookup adjustment
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@2724
e03df62e -2008-0410-955e-
edbf42e46eb7
brain [Sun, 1 Jan 2006 20:49:25 +0000 (20:49 +0000)]
Changes to how classes are looked up (connects slightly faster) and fix for case sensitive passwords
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@2723
e03df62e -2008-0410-955e-
edbf42e46eb7
brain [Sat, 31 Dec 2005 23:59:02 +0000 (23:59 +0000)]
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
brain [Sat, 31 Dec 2005 23:55:37 +0000 (23:55 +0000)]
Test
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@2721
e03df62e -2008-0410-955e-
edbf42e46eb7
brain [Sat, 31 Dec 2005 23:55:23 +0000 (23:55 +0000)]
Test
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@2720
e03df62e -2008-0410-955e-
edbf42e46eb7
brain [Sat, 31 Dec 2005 21:34:02 +0000 (21:34 +0000)]
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