]>
git.netwichtig.de Git - user/henk/code/inspircd.git/log
brain [Sun, 10 Dec 2006 19:49:49 +0000 (19:49 +0000)]
Correctly handle write events
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@5920
e03df62e -2008-0410-955e-
edbf42e46eb7
brain [Sun, 10 Dec 2006 19:39:26 +0000 (19:39 +0000)]
Fix bug found on barafranca, where quitting the user causes a cascade of error state notifications without actually quitting the user until much later, wasting cpu time
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@5919
e03df62e -2008-0410-955e-
edbf42e46eb7
brain [Sun, 10 Dec 2006 18:15:34 +0000 (18:15 +0000)]
Host cloaks for resolved hosts are wayyyy too long, cut the hash down to the first 8 chars
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@5918
e03df62e -2008-0410-955e-
edbf42e46eb7
brain [Sun, 10 Dec 2006 17:35:00 +0000 (17:35 +0000)]
Comment tidyups
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@5917
e03df62e -2008-0410-955e-
edbf42e46eb7
brain [Sun, 10 Dec 2006 15:58:02 +0000 (15:58 +0000)]
Fix m_conn_waitpong not to use base64 uneccessarily.
Fix a typo introduced into openssl by a search and replace
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@5916
e03df62e -2008-0410-955e-
edbf42e46eb7
brain [Sun, 10 Dec 2006 15:51:31 +0000 (15:51 +0000)]
Removal of AES, this is no longer required. (This also eliminates code that isnt ours, and was some public domain crap)
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@5915
e03df62e -2008-0410-955e-
edbf42e46eb7
brain [Sun, 10 Dec 2006 15:23:44 +0000 (15:23 +0000)]
Update comment's ascii diagram to be more like those in an RFC
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@5914
e03df62e -2008-0410-955e-
edbf42e46eb7
brain [Sun, 10 Dec 2006 14:41:09 +0000 (14:41 +0000)]
Add m_ziplink.so to example conf
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@5913
e03df62e -2008-0410-955e-
edbf42e46eb7
brain [Sun, 10 Dec 2006 14:31:47 +0000 (14:31 +0000)]
Rename ssl.h -> transport.h, as its now used for ziplinks
Document the data format used by our ziplinks (its not just deflated data, there has to be a length header on the start)
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@5912
e03df62e -2008-0410-955e-
edbf42e46eb7
brain [Sun, 10 Dec 2006 14:18:07 +0000 (14:18 +0000)]
Add buffering of last frame, if we dont read the whole frame
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@5911
e03df62e -2008-0410-955e-
edbf42e46eb7
brain [Sun, 10 Dec 2006 13:49:00 +0000 (13:49 +0000)]
More stuff
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@5910
e03df62e -2008-0410-955e-
edbf42e46eb7
brain [Sun, 10 Dec 2006 13:32:52 +0000 (13:32 +0000)]
Tweaks
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@5909
e03df62e -2008-0410-955e-
edbf42e46eb7
brain [Sun, 10 Dec 2006 12:33:17 +0000 (12:33 +0000)]
Change name
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@5908
e03df62e -2008-0410-955e-
edbf42e46eb7
brain [Sun, 10 Dec 2006 12:32:52 +0000 (12:32 +0000)]
This compiles, but isnt tested yet. DO NOT USE.
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@5907
e03df62e -2008-0410-955e-
edbf42e46eb7
peavey [Sun, 10 Dec 2006 02:13:59 +0000 (02:13 +0000)]
Add prefix to /PRIVMSG, similar to bug #178 for /NOTICE
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@5906
e03df62e -2008-0410-955e-
edbf42e46eb7
peavey [Sun, 10 Dec 2006 01:56:50 +0000 (01:56 +0000)]
Fix for bug #178
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@5905
e03df62e -2008-0410-955e-
edbf42e46eb7
brain [Sun, 10 Dec 2006 01:52:34 +0000 (01:52 +0000)]
Fix for end of handshake detection, HANDSHAKEN is a silly name for a const :/
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@5904
e03df62e -2008-0410-955e-
edbf42e46eb7
brain [Sat, 9 Dec 2006 23:11:41 +0000 (23:11 +0000)]
add a comment to the example config reminding users that gnutls and openssl are interchangable and compatible, and you dont have to use the same one at both ends of the link for it to work.
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@5903
e03df62e -2008-0410-955e-
edbf42e46eb7
brain [Sat, 9 Dec 2006 23:04:56 +0000 (23:04 +0000)]
Don't allow the user to define a non-existent transport in the <link> tag
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@5902
e03df62e -2008-0410-955e-
edbf42e46eb7
brain [Sat, 9 Dec 2006 22:52:28 +0000 (22:52 +0000)]
Update docs to reflect new stuff (OOO SHINEY SPANGLEY SPARKLEY NEW STUFF)
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@5901
e03df62e -2008-0410-955e-
edbf42e46eb7
brain [Sat, 9 Dec 2006 22:39:00 +0000 (22:39 +0000)]
Correctly report the transport names when server links occur
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@5900
e03df62e -2008-0410-955e-
edbf42e46eb7
brain [Sat, 9 Dec 2006 22:25:32 +0000 (22:25 +0000)]
Remove AES
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@5899
e03df62e -2008-0410-955e-
edbf42e46eb7
brain [Sat, 9 Dec 2006 22:06:15 +0000 (22:06 +0000)]
Make it all work properly. Have it wait for handshake to complete before sending anything down the line
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@5898
e03df62e -2008-0410-955e-
edbf42e46eb7
brain [Sat, 9 Dec 2006 21:15:56 +0000 (21:15 +0000)]
It works! WOO AND YAY! (this isnt finished yet, only an idiot would use this on a production net atm)
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@5897
e03df62e -2008-0410-955e-
edbf42e46eb7
brain [Sat, 9 Dec 2006 20:12:04 +0000 (20:12 +0000)]
Whoops, some stuff was sdrawkcab!
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@5896
e03df62e -2008-0410-955e-
edbf42e46eb7
brain [Sat, 9 Dec 2006 20:07:31 +0000 (20:07 +0000)]
Move around the initialization stuff so it gets called in the right order
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@5895
e03df62e -2008-0410-955e-
edbf42e46eb7
brain [Sat, 9 Dec 2006 20:03:52 +0000 (20:03 +0000)]
Add stuff for <bind:transport> and <link:transport> that should be the transport name, e.g. 'openssl' or 'gnutls'. I didn't name it <bind:ssl> because it might be used for other stuff than just ssl eventually.
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@5894
e03df62e -2008-0410-955e-
edbf42e46eb7
brain [Sat, 9 Dec 2006 19:41:03 +0000 (19:41 +0000)]
Enumerate InspSocketHook modules
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@5893
e03df62e -2008-0410-955e-
edbf42e46eb7
brain [Sat, 9 Dec 2006 19:32:47 +0000 (19:32 +0000)]
Add stuff so that TreeSockets can call any found hook modules
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@5892
e03df62e -2008-0410-955e-
edbf42e46eb7
brain [Sat, 9 Dec 2006 19:26:27 +0000 (19:26 +0000)]
Move this
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@5891
e03df62e -2008-0410-955e-
edbf42e46eb7
brain [Sat, 9 Dec 2006 19:25:10 +0000 (19:25 +0000)]
Add the stuff required for the InspSocketHook interface
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@5890
e03df62e -2008-0410-955e-
edbf42e46eb7
brain [Sat, 9 Dec 2006 18:59:03 +0000 (18:59 +0000)]
Whoops
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@5889
e03df62e -2008-0410-955e-
edbf42e46eb7
brain [Sat, 9 Dec 2006 18:52:35 +0000 (18:52 +0000)]
Rename ssl_cert.h to ssl.h, it will contain the interface for hooking inspsockets
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@5888
e03df62e -2008-0410-955e-
edbf42e46eb7
brain [Sat, 9 Dec 2006 18:49:36 +0000 (18:49 +0000)]
Add OnRawSocketConnect, we've not had it till now because we've not needed it :)
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@5887
e03df62e -2008-0410-955e-
edbf42e46eb7
brain [Sat, 9 Dec 2006 18:36:24 +0000 (18:36 +0000)]
Not yet tested -- allow iohooking of inspsockets
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@5886
e03df62e -2008-0410-955e-
edbf42e46eb7
brain [Thu, 7 Dec 2006 23:14:23 +0000 (23:14 +0000)]
(1) make command reloads be announced to opers
(2) change loadmodule and unloadmodule to say WHO did it, like with /reload
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@5885
e03df62e -2008-0410-955e-
edbf42e46eb7
brain [Thu, 7 Dec 2006 23:06:49 +0000 (23:06 +0000)]
Whoops
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@5884
e03df62e -2008-0410-955e-
edbf42e46eb7
brain [Thu, 7 Dec 2006 23:00:43 +0000 (23:00 +0000)]
Bad w00tie bad, /who isnt checking +s for channel /who!
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@5883
e03df62e -2008-0410-955e-
edbf42e46eb7
brain [Tue, 5 Dec 2006 22:30:52 +0000 (22:30 +0000)]
Fix for peavy :p
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@5882
e03df62e -2008-0410-955e-
edbf42e46eb7
brain [Tue, 5 Dec 2006 22:30:04 +0000 (22:30 +0000)]
Update example conf to new way of using oper password hashing
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@5881
e03df62e -2008-0410-955e-
edbf42e46eb7
brain [Tue, 5 Dec 2006 22:26:20 +0000 (22:26 +0000)]
More tidyups
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@5880
e03df62e -2008-0410-955e-
edbf42e46eb7
brain [Tue, 5 Dec 2006 22:20:45 +0000 (22:20 +0000)]
Tidy up cloaking algorithms a bit
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@5879
e03df62e -2008-0410-955e-
edbf42e46eb7
brain [Tue, 5 Dec 2006 21:54:08 +0000 (21:54 +0000)]
Add VF_SERVICEPROVIDER flag to these
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@5878
e03df62e -2008-0410-955e-
edbf42e46eb7
brain [Tue, 5 Dec 2006 21:31:37 +0000 (21:31 +0000)]
Tidy up with a typedef
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@5877
e03df62e -2008-0410-955e-
edbf42e46eb7
brain [Tue, 5 Dec 2006 21:28:29 +0000 (21:28 +0000)]
Throw if we cant find any modules that implement our interface
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@5876
e03df62e -2008-0410-955e-
edbf42e46eb7
brain [Tue, 5 Dec 2006 21:24:45 +0000 (21:24 +0000)]
Comments comments!
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@5875
e03df62e -2008-0410-955e-
edbf42e46eb7
brain [Tue, 5 Dec 2006 21:19:19 +0000 (21:19 +0000)]
Document FindInterface, PublishInterface, UnpublishInterface, fix a bug where the interface wasnt removed when it was decremented to 0 implementing modules
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@5874
e03df62e -2008-0410-955e-
edbf42e46eb7
brain [Tue, 5 Dec 2006 21:09:55 +0000 (21:09 +0000)]
Make hash algo names case insensitive
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@5873
e03df62e -2008-0410-955e-
edbf42e46eb7
brain [Tue, 5 Dec 2006 21:07:36 +0000 (21:07 +0000)]
More stuff
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@5872
e03df62e -2008-0410-955e-
edbf42e46eb7
brain [Tue, 5 Dec 2006 20:56:28 +0000 (20:56 +0000)]
Fix up brokage
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@5871
e03df62e -2008-0410-955e-
edbf42e46eb7
brain [Tue, 5 Dec 2006 20:52:20 +0000 (20:52 +0000)]
Enumeration stuff beginneth!
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@5870
e03df62e -2008-0410-955e-
edbf42e46eb7
brain [Tue, 5 Dec 2006 20:49:19 +0000 (20:49 +0000)]
And forgot a semicolon.
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@5869
e03df62e -2008-0410-955e-
edbf42e46eb7
brain [Tue, 5 Dec 2006 20:48:54 +0000 (20:48 +0000)]
Allow for querying the hash modules for the hashing algorithm name
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@5868
e03df62e -2008-0410-955e-
edbf42e46eb7
brain [Tue, 5 Dec 2006 20:43:41 +0000 (20:43 +0000)]
Untested, undocumented PublishInterface, UnpublishInterface, FindInterface.
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@5867
e03df62e -2008-0410-955e-
edbf42e46eb7
brain [Tue, 5 Dec 2006 20:20:13 +0000 (20:20 +0000)]
Fix all this.
TODO: A system to group together modules which share an identical request/event API, so m_oper_hash can enumerate modules which implement HashRequest
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@5866
e03df62e -2008-0410-955e-
edbf42e46eb7
brain [Tue, 5 Dec 2006 20:05:31 +0000 (20:05 +0000)]
More tweakage
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@5865
e03df62e -2008-0410-955e-
edbf42e46eb7
brain [Tue, 5 Dec 2006 19:54:53 +0000 (19:54 +0000)]
.
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@5864
e03df62e -2008-0410-955e-
edbf42e46eb7
brain [Tue, 5 Dec 2006 19:50:10 +0000 (19:50 +0000)]
This has changed again, i suggest you dont bother trying to keep up till im done :p
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@5863
e03df62e -2008-0410-955e-
edbf42e46eb7
brain [Tue, 5 Dec 2006 19:36:26 +0000 (19:36 +0000)]
Change this a LOT.
<oper blah.... hash="md5|sha256" pass="blah...">
It will now only check pass if you put the hash= in, people have been bugging for this for a while.
note the m_oper_hash module will try and detect both m_sha256 and m_md5 now, and will provide /mkpasswd that can do either.
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@5862
e03df62e -2008-0410-955e-
edbf42e46eb7
brain [Tue, 5 Dec 2006 19:08:38 +0000 (19:08 +0000)]
Update example conf
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@5861
e03df62e -2008-0410-955e-
edbf42e46eb7
brain [Tue, 5 Dec 2006 19:05:38 +0000 (19:05 +0000)]
Here it is, the whole lot merged into one.
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@5860
e03df62e -2008-0410-955e-
edbf42e46eb7
brain [Tue, 5 Dec 2006 18:48:52 +0000 (18:48 +0000)]
Add m_sha256 to here
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@5859
e03df62e -2008-0410-955e-
edbf42e46eb7
brain [Tue, 5 Dec 2006 18:17:23 +0000 (18:17 +0000)]
Seperate out sha256 into m_sha256.so. API is identical to MD5 except where the class names are MD5 for MD5, these are SHA256... duh ;)
Now we're left with a dialemma - is m_opersha256.cpp now pointless? Does anyone use both sha256 and md5 together? Should we just rename this to m_oper_hash, and have them pick their encryption in the config? :P
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@5858
e03df62e -2008-0410-955e-
edbf42e46eb7
brain [Mon, 4 Dec 2006 22:40:57 +0000 (22:40 +0000)]
Tweaks, fixes, and comments
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@5857
e03df62e -2008-0410-955e-
edbf42e46eb7
brain [Mon, 4 Dec 2006 22:03:08 +0000 (22:03 +0000)]
Add m_md5.so to example conf.
HEY OM WE BROKE YOUR ALPHABETICAL ORDER AGAIN!
(this is pointless unless its placed before the
two modules that rely on it)
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@5856
e03df62e -2008-0410-955e-
edbf42e46eb7
brain [Mon, 4 Dec 2006 21:49:02 +0000 (21:49 +0000)]
Whoops one star missing left a chunk out of the docs
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@5855
e03df62e -2008-0410-955e-
edbf42e46eb7
brain [Mon, 4 Dec 2006 21:44:30 +0000 (21:44 +0000)]
More $ModDep stuff
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@5854
e03df62e -2008-0410-955e-
edbf42e46eb7
brain [Mon, 4 Dec 2006 21:41:26 +0000 (21:41 +0000)]
Update $ModDep lines so that these properly depend on their headers in the makefile
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@5853
e03df62e -2008-0410-955e-
edbf42e46eb7
brain [Mon, 4 Dec 2006 21:35:59 +0000 (21:35 +0000)]
Tons of comments!
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@5852
e03df62e -2008-0410-955e-
edbf42e46eb7
brain [Mon, 4 Dec 2006 21:09:57 +0000 (21:09 +0000)]
Make m_cloaking use m_md5. Fix m_md5.
TODO: Document m_md5.
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@5851
e03df62e -2008-0410-955e-
edbf42e46eb7
brain [Mon, 4 Dec 2006 20:48:26 +0000 (20:48 +0000)]
m_md5 works now. No docs yet, CODER BEWARE!
(on the flip side, see m_opermd5 for how to use it in the BASIC sense... it can do much more than this like take different IV's or change the binary-to-hex table (m_cloaking uses this stuff))
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@5850
e03df62e -2008-0410-955e-
edbf42e46eb7
brain [Mon, 4 Dec 2006 20:41:02 +0000 (20:41 +0000)]
Header for md5 request classes
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@5849
e03df62e -2008-0410-955e-
edbf42e46eb7
brain [Mon, 4 Dec 2006 20:17:34 +0000 (20:17 +0000)]
MD5 service provider module (not tested yet)
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@5848
e03df62e -2008-0410-955e-
edbf42e46eb7
brain [Mon, 4 Dec 2006 19:52:26 +0000 (19:52 +0000)]
Add nicer ipv6 cloaking
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@5847
e03df62e -2008-0410-955e-
edbf42e46eb7
brain [Mon, 4 Dec 2006 19:34:41 +0000 (19:34 +0000)]
Fix it good :p
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@5846
e03df62e -2008-0410-955e-
edbf42e46eb7
brain [Mon, 4 Dec 2006 19:25:33 +0000 (19:25 +0000)]
Move ipv4 cloaking to cloak4
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@5845
e03df62e -2008-0410-955e-
edbf42e46eb7
brain [Mon, 4 Dec 2006 19:21:31 +0000 (19:21 +0000)]
Fix the new ipv4 cloaks to not change wildly if one octet changes
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@5844
e03df62e -2008-0410-955e-
edbf42e46eb7
brain [Mon, 4 Dec 2006 17:50:22 +0000 (17:50 +0000)]
Forgot to include 'version' in the syntax
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@5843
e03df62e -2008-0410-955e-
edbf42e46eb7
brain [Mon, 4 Dec 2006 17:18:45 +0000 (17:18 +0000)]
Tweak this module to always allow remove from remote, no matter what the permissions
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@5842
e03df62e -2008-0410-955e-
edbf42e46eb7
brain [Mon, 4 Dec 2006 17:03:10 +0000 (17:03 +0000)]
Fix for bug #177, generate the version string at configure time and write it into the .inspircd.inc,
then when running the ./inspircd, output the string, this way we dont need the source code to hand to
report the version. (btw special, the doctor has cured you of perlprogramophobia)
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@5841
e03df62e -2008-0410-955e-
edbf42e46eb7
special [Mon, 4 Dec 2006 10:37:55 +0000 (10:37 +0000)]
Reverted the addition of ./inspircd version; I should've considered this a bit more, its flawed in several ways
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@5840
e03df62e -2008-0410-955e-
edbf42e46eb7
special [Mon, 4 Dec 2006 04:12:32 +0000 (04:12 +0000)]
Added ./inspircd version, requested and written by Mitch
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@5839
e03df62e -2008-0410-955e-
edbf42e46eb7
brain [Sun, 3 Dec 2006 23:53:21 +0000 (23:53 +0000)]
Account for channels with no modes set
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@5838
e03df62e -2008-0410-955e-
edbf42e46eb7
peavey [Sun, 3 Dec 2006 22:10:05 +0000 (22:10 +0000)]
Remove an assignment from definition (damn java thinking)
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@5837
e03df62e -2008-0410-955e-
edbf42e46eb7
w00t [Sun, 3 Dec 2006 11:51:00 +0000 (11:51 +0000)]
Make the 'override' parameter actually *do* something, wee
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@5836
e03df62e -2008-0410-955e-
edbf42e46eb7
w00t [Sun, 3 Dec 2006 10:56:23 +0000 (10:56 +0000)]
Make this look less insane :P
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@5835
e03df62e -2008-0410-955e-
edbf42e46eb7
w00t [Sun, 3 Dec 2006 01:54:45 +0000 (01:54 +0000)]
LOL INFINITE LOOPS IN IRCD ARE ROX
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@5834
e03df62e -2008-0410-955e-
edbf42e46eb7
brain [Sun, 3 Dec 2006 01:25:23 +0000 (01:25 +0000)]
CheckDie was always still here, we were just forgetting to set the die value's string
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@5833
e03df62e -2008-0410-955e-
edbf42e46eb7
brain [Sun, 3 Dec 2006 01:20:41 +0000 (01:20 +0000)]
Fix <die:value>, its been broken for quite some time. (whoops *hide*)
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@5832
e03df62e -2008-0410-955e-
edbf42e46eb7
w00t [Sun, 3 Dec 2006 00:00:17 +0000 (00:00 +0000)]
Remote SQUIT, and god save the coder..
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@5831
e03df62e -2008-0410-955e-
edbf42e46eb7
w00t [Sat, 2 Dec 2006 13:15:28 +0000 (13:15 +0000)]
That patch (TM) of controversy, plus a minor cleanup
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@5830
e03df62e -2008-0410-955e-
edbf42e46eb7
special [Sat, 2 Dec 2006 03:53:53 +0000 (03:53 +0000)]
I don't know if anything actually uses this, but irc::hex is now *much* more efficient
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@5829
e03df62e -2008-0410-955e-
edbf42e46eb7
brain [Thu, 30 Nov 2006 00:05:48 +0000 (00:05 +0000)]
Fix typo that stops m_cban from working
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@5828
e03df62e -2008-0410-955e-
edbf42e46eb7
special [Wed, 29 Nov 2006 22:41:41 +0000 (22:41 +0000)]
Added InspIRCd::GetTimeDelta() - previously m_alltime was using a hack to get the delta, which wasn't always reliable
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@5827
e03df62e -2008-0410-955e-
edbf42e46eb7
brain [Wed, 29 Nov 2006 22:02:05 +0000 (22:02 +0000)]
Same again
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@5826
e03df62e -2008-0410-955e-
edbf42e46eb7
brain [Wed, 29 Nov 2006 22:01:04 +0000 (22:01 +0000)]
Add fix suggested by mitch to show when nicks dont exist
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@5825
e03df62e -2008-0410-955e-
edbf42e46eb7
special [Wed, 29 Nov 2006 06:44:21 +0000 (06:44 +0000)]
Added a missing error message to SAJOIN - thanks Mitch
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@5824
e03df62e -2008-0410-955e-
edbf42e46eb7
special [Tue, 28 Nov 2006 01:46:11 +0000 (01:46 +0000)]
Fixed a crash when spanningtree is given a blank line; really simple fix, and I had to wait 10 minutes to test it :<
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@5823
e03df62e -2008-0410-955e-
edbf42e46eb7
brain [Mon, 27 Nov 2006 18:17:18 +0000 (18:17 +0000)]
O(n^n) is bad. O(log n) is better.
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@5822
e03df62e -2008-0410-955e-
edbf42e46eb7
brain [Mon, 27 Nov 2006 17:55:05 +0000 (17:55 +0000)]
Tidyup
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@5821
e03df62e -2008-0410-955e-
edbf42e46eb7