]> git.netwichtig.de Git - user/henk/code/inspircd.git/log
user/henk/code/inspircd.git
16 years agoAdd a printf-type override for LogManager::Log(). We need to find a way to see if...
w00t [Sat, 9 Feb 2008 13:06:02 +0000 (13:06 +0000)]
Add a printf-type override for LogManager::Log(). We need to find a way to see if a log call would have any interest, to avoid unnecessary printf() here though. Convert a bunch of stuff to using new logging (added targets: USERS, USERIO)

git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@8860 e03df62e-2008-0410-955e-edbf42e46eb7

16 years agoUse new logging in bancache
w00t [Sat, 9 Feb 2008 12:44:23 +0000 (12:44 +0000)]
Use new logging in bancache

git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@8859 e03df62e-2008-0410-955e-edbf42e46eb7

16 years agoNew logging implementation. Also write messages about InspIRCd::Log() being deprecate...
w00t [Sat, 9 Feb 2008 12:41:17 +0000 (12:41 +0000)]
New logging implementation. Also write messages about InspIRCd::Log() being deprecated. Any takers on changing it all to use the new system? :P. STILL TODO: create <log> blocks in config, add a method called to 'cleanup' (or use destructor) of logstreams, add a method to logmanager to initiate destruction of all logstreams.

git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@8858 e03df62e-2008-0410-955e-edbf42e46eb7

16 years agoInstantiate log manager
w00t [Sat, 9 Feb 2008 11:43:25 +0000 (11:43 +0000)]
Instantiate log manager

git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@8857 e03df62e-2008-0410-955e-edbf42e46eb7

16 years agoInitial totally untested logger implementation that does nothing.
w00t [Sat, 9 Feb 2008 11:35:27 +0000 (11:35 +0000)]
Initial totally untested logger implementation that does nothing.

git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@8856 e03df62e-2008-0410-955e-edbf42e46eb7

16 years agoAdd a perl script which will abort compiles for warning messages that don't have...
aquanight [Sat, 9 Feb 2008 01:55:31 +0000 (01:55 +0000)]
Add a perl script which will abort compiles for warning messages that don't have a switch to convert to errors (like the one about non-PODs through ...)

git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@8855 e03df62e-2008-0410-955e-edbf42e46eb7

16 years agoSupport for /invite <user> <channel> <timeout> - if the user doesn't partake in ...
aquanight [Fri, 8 Feb 2008 23:35:39 +0000 (23:35 +0000)]
Support for /invite <user> <channel> <timeout> - if the user doesn't partake in <timeout> time, the invite expires

git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@8854 e03df62e-2008-0410-955e-edbf42e46eb7

16 years agoFix low-risk potential memory leak: if a webirc client with valid cgiirc block connec...
w00t [Fri, 8 Feb 2008 22:45:12 +0000 (22:45 +0000)]
Fix low-risk potential memory leak: if a webirc client with valid cgiirc block connects, issues /webirc, and quits before fully connecting, memory will be leaked. OnUserQuit is only triggered for fully connected users, use OnUserDisconnect otherwise.

git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@8852 e03df62e-2008-0410-955e-edbf42e46eb7

16 years agoSlight speed improvement in WHOing invisible users, insignificant
brain [Fri, 8 Feb 2008 19:48:05 +0000 (19:48 +0000)]
Slight speed improvement in WHOing invisible users, insignificant

git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@8851 e03df62e-2008-0410-955e-edbf42e46eb7

16 years agogit-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@8850 e03df62e-2008...
w00t [Fri, 8 Feb 2008 12:04:46 +0000 (12:04 +0000)]
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@8850 e03df62e-2008-0410-955e-edbf42e46eb7

16 years agoARGH SPACE INDENTS, DIE DIE DIE
brain [Thu, 7 Feb 2008 15:16:19 +0000 (15:16 +0000)]
ARGH SPACE INDENTS, DIE DIE DIE

git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@8849 e03df62e-2008-0410-955e-edbf42e46eb7

16 years agoSorta update this.. won't give a full file list as it's now kinda huge.
w00t [Thu, 7 Feb 2008 09:13:56 +0000 (09:13 +0000)]
Sorta update this.. won't give a full file list as it's now kinda huge.

git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@8848 e03df62e-2008-0410-955e-edbf42e46eb7

16 years agoRework the suggested logger implementation to one that doesn't suck donkey and flesh...
w00t [Wed, 6 Feb 2008 22:29:17 +0000 (22:29 +0000)]
Rework the suggested logger implementation to one that doesn't suck donkey and flesh it out a little more. I actually think this is a workable idea now, and I might start on it sometime soon. :-)

git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@8847 e03df62e-2008-0410-955e-edbf42e46eb7

16 years agoWon't somebody please think of the children.. kqueue too ;(
w00t [Wed, 6 Feb 2008 19:27:26 +0000 (19:27 +0000)]
Won't somebody please think of the children.. kqueue too ;(

git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@8846 e03df62e-2008-0410-955e-edbf42e46eb7

16 years agoepoll did it too. >:(
w00t [Wed, 6 Feb 2008 19:26:42 +0000 (19:26 +0000)]
epoll did it too. >:(

git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@8845 e03df62e-2008-0410-955e-edbf42e46eb7

16 years agoPro tip #2: making a fatal error 'SPARSE' logging only is a bit silly.
w00t [Wed, 6 Feb 2008 19:20:27 +0000 (19:20 +0000)]
Pro tip #2: making a fatal error 'SPARSE' logging only is a bit silly.

git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@8844 e03df62e-2008-0410-955e-edbf42e46eb7

16 years agoPro tip: printf() doesn't add newlines for you
w00t [Wed, 6 Feb 2008 19:19:12 +0000 (19:19 +0000)]
Pro tip: printf() doesn't add newlines for you

git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@8843 e03df62e-2008-0410-955e-edbf42e46eb7

16 years agoFix warnings (thanks owine)
w00t [Wed, 6 Feb 2008 16:18:39 +0000 (16:18 +0000)]
Fix warnings (thanks owine)

git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@8842 e03df62e-2008-0410-955e-edbf42e46eb7

16 years agoAdd <auditorium:operoverride> setting, based on patch contributed by Sm0ke0ut
w00t [Wed, 6 Feb 2008 15:13:47 +0000 (15:13 +0000)]
Add <auditorium:operoverride> setting, based on patch contributed by Sm0ke0ut

git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@8841 e03df62e-2008-0410-955e-edbf42e46eb7

16 years agoMore tweaks
brain [Tue, 5 Feb 2008 23:52:51 +0000 (23:52 +0000)]
More tweaks

git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@8839 e03df62e-2008-0410-955e-edbf42e46eb7

16 years agoThis makes more sense
brain [Tue, 5 Feb 2008 23:34:57 +0000 (23:34 +0000)]
This makes more sense

git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@8837 e03df62e-2008-0410-955e-edbf42e46eb7

16 years agoAdd server.cpp, handles all stuff related to the server command. treesocket2.cpp...
w00t [Tue, 5 Feb 2008 15:16:20 +0000 (15:16 +0000)]
Add server.cpp, handles all stuff related to the server command. treesocket2.cpp is now ~700 lines :-)

git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@8836 e03df62e-2008-0410-955e-edbf42e46eb7

16 years agoWe have two perfectly good macros, use them
w00t [Tue, 5 Feb 2008 15:05:36 +0000 (15:05 +0000)]
We have two perfectly good macros, use them

git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@8835 e03df62e-2008-0410-955e-edbf42e46eb7

16 years agoAdd new developers to list at startup
w00t [Tue, 5 Feb 2008 13:47:48 +0000 (13:47 +0000)]
Add new developers to list at startup

git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@8834 e03df62e-2008-0410-955e-edbf42e46eb7

16 years agodz, you cant delete a nonpointer!
brain [Tue, 5 Feb 2008 03:39:41 +0000 (03:39 +0000)]
dz, you cant delete a nonpointer!

git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@8833 e03df62e-2008-0410-955e-edbf42e46eb7

16 years agofixed std:: stuff
fez [Tue, 5 Feb 2008 03:02:40 +0000 (03:02 +0000)]
fixed std:: stuff

git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@8832 e03df62e-2008-0410-955e-edbf42e46eb7

16 years agofixed more std:: stuff
fez [Tue, 5 Feb 2008 03:02:05 +0000 (03:02 +0000)]
fixed more std:: stuff

git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@8831 e03df62e-2008-0410-955e-edbf42e46eb7

16 years agofixed std:: stuff - that should be all of it
fez [Tue, 5 Feb 2008 02:46:31 +0000 (02:46 +0000)]
fixed std:: stuff - that should be all of it

git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@8830 e03df62e-2008-0410-955e-edbf42e46eb7

16 years agofixed std:: stuff
fez [Tue, 5 Feb 2008 02:43:45 +0000 (02:43 +0000)]
fixed std:: stuff

git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@8829 e03df62e-2008-0410-955e-edbf42e46eb7

16 years agofixed std:: stuff
fez [Tue, 5 Feb 2008 02:43:19 +0000 (02:43 +0000)]
fixed std:: stuff

git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@8828 e03df62e-2008-0410-955e-edbf42e46eb7

16 years agofixed std:: stuff
fez [Tue, 5 Feb 2008 02:42:39 +0000 (02:42 +0000)]
fixed std:: stuff

git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@8827 e03df62e-2008-0410-955e-edbf42e46eb7

16 years agofixed w00t's brain (I mean std:: stuff)
fez [Tue, 5 Feb 2008 02:42:01 +0000 (02:42 +0000)]
fixed w00t's brain (I mean std:: stuff)

git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@8826 e03df62e-2008-0410-955e-edbf42e46eb7

16 years agofixed std:: stuff
fez [Tue, 5 Feb 2008 02:41:22 +0000 (02:41 +0000)]
fixed std:: stuff

git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@8825 e03df62e-2008-0410-955e-edbf42e46eb7

16 years agofixed std:: stuff
fez [Tue, 5 Feb 2008 02:40:51 +0000 (02:40 +0000)]
fixed std:: stuff

git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@8824 e03df62e-2008-0410-955e-edbf42e46eb7

16 years agoMODEACTION_ALLOW was being used instead of DENY, fixes bug #490
brain [Mon, 4 Feb 2008 15:43:48 +0000 (15:43 +0000)]
MODEACTION_ALLOW was being used instead of DENY, fixes bug #490

git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@8821 e03df62e-2008-0410-955e-edbf42e46eb7

16 years agoForward port crash fix on load of randquote from 1.1 (r8819).
w00t [Mon, 4 Feb 2008 15:39:54 +0000 (15:39 +0000)]
Forward port crash fix on load of randquote from 1.1 (r8819).

git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@8820 e03df62e-2008-0410-955e-edbf42e46eb7

16 years agoFix exemptchanops for some modules, fixes bug #485 reported by John. Thanks.
w00t [Mon, 4 Feb 2008 14:03:42 +0000 (14:03 +0000)]
Fix exemptchanops for some modules, fixes bug #485 reported by John. Thanks.

git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@8818 e03df62e-2008-0410-955e-edbf42e46eb7

16 years agoBrain, look at this please
w00t [Mon, 4 Feb 2008 13:56:11 +0000 (13:56 +0000)]
Brain, look at this please

git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@8817 e03df62e-2008-0410-955e-edbf42e46eb7

16 years agoClean up some FJOIN stuff
w00t [Mon, 4 Feb 2008 12:15:57 +0000 (12:15 +0000)]
Clean up some FJOIN stuff

git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@8816 e03df62e-2008-0410-955e-edbf42e46eb7

16 years agoMove a piece of HMAC to hmac.cpp
w00t [Mon, 4 Feb 2008 11:49:43 +0000 (11:49 +0000)]
Move a piece of HMAC to hmac.cpp

git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@8815 e03df62e-2008-0410-955e-edbf42e46eb7

16 years agoSplit treesocket2 into various smaller files
w00t [Mon, 4 Feb 2008 11:45:24 +0000 (11:45 +0000)]
Split treesocket2 into various smaller files

git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@8814 e03df62e-2008-0410-955e-edbf42e46eb7

16 years agoRename burst.cpp to netburst.cpp - it does not just contain burst handling.
w00t [Mon, 4 Feb 2008 10:42:07 +0000 (10:42 +0000)]
Rename burst.cpp to netburst.cpp - it does not just contain burst handling.

git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@8813 e03df62e-2008-0410-955e-edbf42e46eb7

16 years agoSplit more of treesocket1
w00t [Mon, 4 Feb 2008 09:37:27 +0000 (09:37 +0000)]
Split more of treesocket1

git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@8812 e03df62e-2008-0410-955e-edbf42e46eb7

16 years agoFix trivial desync with FTOPIC: if topic is identical, we still need to broadcast...
w00t [Sun, 3 Feb 2008 23:46:11 +0000 (23:46 +0000)]
Fix trivial desync with FTOPIC: if topic is identical, we still need to broadcast FTOPIC out to the network so all other servers update setter and settime

git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@8810 e03df62e-2008-0410-955e-edbf42e46eb7

16 years agoSplit treesocket1 into a number of smaller files
w00t [Sun, 3 Feb 2008 23:40:22 +0000 (23:40 +0000)]
Split treesocket1 into a number of smaller files

git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@8809 e03df62e-2008-0410-955e-edbf42e46eb7

16 years agoClear up header insanity
w00t [Sun, 3 Feb 2008 23:20:20 +0000 (23:20 +0000)]
Clear up header insanity

git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@8808 e03df62e-2008-0410-955e-edbf42e46eb7

16 years ago(finally) remove deprecated CMD_USER_DELETED
w00t [Sun, 3 Feb 2008 21:23:06 +0000 (21:23 +0000)]
(finally) remove deprecated CMD_USER_DELETED

git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@8807 e03df62e-2008-0410-955e-edbf42e46eb7

16 years agoPropegate BURST and ENDBURST network-wide for timing of bursts, and to keep XLine...
w00t [Sun, 3 Feb 2008 15:04:42 +0000 (15:04 +0000)]
Propegate BURST and ENDBURST network-wide for timing of bursts, and to keep XLine application pending until the most opportune moment. Also do some general cleaning up.

git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@8806 e03df62e-2008-0410-955e-edbf42e46eb7

16 years agoWhoops
brain [Sun, 3 Feb 2008 11:56:38 +0000 (11:56 +0000)]
Whoops

git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@8805 e03df62e-2008-0410-955e-edbf42e46eb7

16 years agoWhat do you think of this, w00t?
brain [Sun, 3 Feb 2008 11:53:26 +0000 (11:53 +0000)]
What do you think of this, w00t?

git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@8804 e03df62e-2008-0410-955e-edbf42e46eb7

16 years agoFix burst time indicator: set startburst in treeserver's constructor, BURST in treeso...
w00t [Sun, 3 Feb 2008 11:49:25 +0000 (11:49 +0000)]
Fix burst time indicator: set startburst in treeserver's constructor, BURST in treesocket is only valid placement for incoming connections.

git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@8803 e03df62e-2008-0410-955e-edbf42e46eb7

16 years agoShow extra debug for burst time
w00t [Sun, 3 Feb 2008 11:43:30 +0000 (11:43 +0000)]
Show extra debug for burst time

git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@8802 e03df62e-2008-0410-955e-edbf42e46eb7

16 years agoBroken, but.. show how many milliseconds a burst takes. Someone care to tell me why...
w00t [Sun, 3 Feb 2008 00:21:55 +0000 (00:21 +0000)]
Broken, but.. show how many milliseconds a burst takes. Someone care to tell me why this is fucked/fix it?

git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@8801 e03df62e-2008-0410-955e-edbf42e46eb7

16 years agoRemove an obsolete value
w00t [Sun, 3 Feb 2008 00:04:10 +0000 (00:04 +0000)]
Remove an obsolete value

git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@8800 e03df62e-2008-0410-955e-edbf42e46eb7

16 years agoMurder space indents.. now if I find out who did them, I'll murder them too ;(
w00t [Sat, 2 Feb 2008 23:49:37 +0000 (23:49 +0000)]
Murder space indents.. now if I find out who did them, I'll murder them too ;(

git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@8799 e03df62e-2008-0410-955e-edbf42e46eb7

16 years agoAdd some notes on proposed logging stuff
w00t [Sat, 2 Feb 2008 23:38:20 +0000 (23:38 +0000)]
Add some notes on proposed logging stuff

git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@8798 e03df62e-2008-0410-955e-edbf42e46eb7

16 years agoSmall tidyup
w00t [Sat, 2 Feb 2008 23:24:19 +0000 (23:24 +0000)]
Small tidyup

git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@8797 e03df62e-2008-0410-955e-edbf42e46eb7

16 years agoBack out the AllowDevoiceSelf stuff, it wasn't going to work anyway. Accidental commit.
w00t [Sat, 2 Feb 2008 22:58:56 +0000 (22:58 +0000)]
Back out the AllowDevoiceSelf stuff, it wasn't going to work anyway. Accidental commit.

git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@8796 e03df62e-2008-0410-955e-edbf42e46eb7

16 years agoCache User::GetIPString()
w00t [Sat, 2 Feb 2008 22:57:28 +0000 (22:57 +0000)]
Cache User::GetIPString()

git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@8795 e03df62e-2008-0410-955e-edbf42e46eb7

16 years agoAvoid reallocating this every new connection (patch from hottpd)
w00t [Sat, 2 Feb 2008 22:48:41 +0000 (22:48 +0000)]
Avoid reallocating this every new connection (patch from hottpd)

git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@8794 e03df62e-2008-0410-955e-edbf42e46eb7

16 years agoMake m_password_hash able to pick up hasher modules after it's loaded, meaning m_md5...
aquanight [Sat, 2 Feb 2008 22:14:24 +0000 (22:14 +0000)]
Make m_password_hash able to pick up hasher modules after it's loaded, meaning m_md5 and m_sha256 no longer have to be loaded before it.

git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@8793 e03df62e-2008-0410-955e-edbf42e46eb7

16 years agoFix a null pointer dereference caused by my reordering/moving stuff
w00t [Sat, 2 Feb 2008 21:48:09 +0000 (21:48 +0000)]
Fix a null pointer dereference caused by my reordering/moving stuff

git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@8792 e03df62e-2008-0410-955e-edbf42e46eb7

16 years agoAdd it back, but comment out the method body. its useless.
brain [Sat, 2 Feb 2008 21:07:30 +0000 (21:07 +0000)]
Add it back, but comment out the method body. its useless.

git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@8791 e03df62e-2008-0410-955e-edbf42e46eb7

16 years agoMove some stuff to usermanager, remove a little header insanity, remove trace because...
w00t [Sat, 2 Feb 2008 20:55:16 +0000 (20:55 +0000)]
Move some stuff to usermanager, remove a little header insanity, remove trace because it's still less useful than a chocolate fireman.

git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@8790 e03df62e-2008-0410-955e-edbf42e46eb7

16 years agoFix $config{HAS_OPENSSL} winding up undefined and crashing configure if openssl isn...
aquanight [Sat, 2 Feb 2008 18:02:47 +0000 (18:02 +0000)]
Fix $config{HAS_OPENSSL} winding up undefined and crashing configure if openssl isn't found or otherwise spits garbage for version.

git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@8789 e03df62e-2008-0410-955e-edbf42e46eb7

16 years agoCheck for empty prefixes, and close server connections attempting to use them
w00t [Sat, 2 Feb 2008 17:18:25 +0000 (17:18 +0000)]
Check for empty prefixes, and close server connections attempting to use them

git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@8788 e03df62e-2008-0410-955e-edbf42e46eb7

16 years agoPatch: /rehash (not /rehash ssl) will now rebind SSL ports, but not dh params etc...
w00t [Sat, 2 Feb 2008 12:42:44 +0000 (12:42 +0000)]
Patch: /rehash (not /rehash ssl) will now rebind SSL ports, but not dh params etc. Closes #391. Thanks dz.

git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@8786 e03df62e-2008-0410-955e-edbf42e46eb7

16 years agocapitalization is key! more to come!
bricker [Fri, 1 Feb 2008 21:09:21 +0000 (21:09 +0000)]
capitalization is key! more to come!

git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@8782 e03df62e-2008-0410-955e-edbf42e46eb7

16 years agoremoved sys/select.h on windows platform
fez [Fri, 1 Feb 2008 07:37:04 +0000 (07:37 +0000)]
removed sys/select.h on windows platform

git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@8781 e03df62e-2008-0410-955e-edbf42e46eb7

16 years agofixed getsockopt parameter 4, removed sys/select.h on windows platform
fez [Fri, 1 Feb 2008 07:34:46 +0000 (07:34 +0000)]
fixed getsockopt parameter 4, removed sys/select.h on windows platform

git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@8780 e03df62e-2008-0410-955e-edbf42e46eb7

16 years agofixed type defiined to defined
fez [Fri, 1 Feb 2008 07:33:18 +0000 (07:33 +0000)]
fixed type defiined to defined

git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@8779 e03df62e-2008-0410-955e-edbf42e46eb7

16 years agochanged m_oper_hash to proper m_password_hash
fez [Fri, 1 Feb 2008 05:42:43 +0000 (05:42 +0000)]
changed m_oper_hash to proper m_password_hash

git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@8778 e03df62e-2008-0410-955e-edbf42e46eb7

16 years agoFix some minor grammar mistakes...more to come
bricker [Fri, 1 Feb 2008 03:47:41 +0000 (03:47 +0000)]
Fix some minor grammar mistakes...more to come

git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@8777 e03df62e-2008-0410-955e-edbf42e46eb7

16 years agoadd two comma's :-D
bricker [Fri, 1 Feb 2008 02:24:54 +0000 (02:24 +0000)]
add two comma's :-D

git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@8776 e03df62e-2008-0410-955e-edbf42e46eb7

16 years agoremove m_ssl_openssl from modules directory when rerunning configure
fez [Fri, 1 Feb 2008 02:17:40 +0000 (02:17 +0000)]
remove m_ssl_openssl from modules directory when rerunning configure

git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@8775 e03df62e-2008-0410-955e-edbf42e46eb7

16 years agoAdded OpenSSL scriptage.
fez [Fri, 1 Feb 2008 00:57:29 +0000 (00:57 +0000)]
Added OpenSSL scriptage.

git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@8774 e03df62e-2008-0410-955e-edbf42e46eb7

16 years agoapplink.c should be included in the link command, not #included in the source
fez [Thu, 31 Jan 2008 20:49:52 +0000 (20:49 +0000)]
applink.c should be included in the link command, not #included in the source

git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@8773 e03df62e-2008-0410-955e-edbf42e46eb7

16 years agoMove fez to developers (a lot of movement for one day :p)
w00t [Wed, 30 Jan 2008 20:03:20 +0000 (20:03 +0000)]
Move fez to developers (a lot of movement for one day :p)

git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@8772 e03df62e-2008-0410-955e-edbf42e46eb7

16 years agoMove fez to regular contributors section
w00t [Wed, 30 Jan 2008 14:23:43 +0000 (14:23 +0000)]
Move fez to regular contributors section

git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@8771 e03df62e-2008-0410-955e-edbf42e46eb7

16 years agoUpdate VC7.1 build projects. Thanks VERY much fez. :)
w00t [Wed, 30 Jan 2008 14:22:54 +0000 (14:22 +0000)]
Update VC7.1 build projects. Thanks VERY much fez. :)

git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@8770 e03df62e-2008-0410-955e-edbf42e46eb7

16 years agoMerge in patches to fix bug #487, submitted by dz, thanks :)
brain [Wed, 30 Jan 2008 01:07:14 +0000 (01:07 +0000)]
Merge in patches to fix bug #487, submitted by dz, thanks :)

git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@8769 e03df62e-2008-0410-955e-edbf42e46eb7

16 years agoWhat crackmonkey thought we had server:networkemail???
brain [Tue, 29 Jan 2008 16:09:53 +0000 (16:09 +0000)]
What crackmonkey thought we had server:networkemail???

git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@8766 e03df62e-2008-0410-955e-edbf42e46eb7

16 years agoUpdate SAMODE
w00t [Tue, 29 Jan 2008 10:36:03 +0000 (10:36 +0000)]
Update SAMODE

git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@8765 e03df62e-2008-0410-955e-edbf42e46eb7

16 years agoRemove duplicate calls (thanks fez)
w00t [Mon, 28 Jan 2008 20:29:59 +0000 (20:29 +0000)]
Remove duplicate calls (thanks fez)

git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@8763 e03df62e-2008-0410-955e-edbf42e46eb7

16 years agoRevert tmpfile cleanup from r8761, also make configure's perl version check happen...
aquanight [Sun, 27 Jan 2008 14:49:41 +0000 (14:49 +0000)]
Revert tmpfile cleanup from r8761, also make configure's perl version check happen during compilation phase so that people don't get millions of useless errors.

git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@8762 e03df62e-2008-0410-955e-edbf42e46eb7

16 years agoSome configure cleanups: like using perl functions/modules instead of system() (symli...
aquanight [Sun, 27 Jan 2008 14:32:20 +0000 (14:32 +0000)]
Some configure cleanups: like using perl functions/modules instead of system() (symlink, clear, mv, mkdir -p), clean up tmpfile for eval(), use \e instead of \033, and use a heredoc for the big banner on starting configure

git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@8761 e03df62e-2008-0410-955e-edbf42e46eb7

16 years agoForward port bug #484 patch from John, thanks
brain [Sun, 27 Jan 2008 13:21:10 +0000 (13:21 +0000)]
Forward port bug #484 patch from John, thanks

git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@8760 e03df62e-2008-0410-955e-edbf42e46eb7

16 years agoMake sure that if an exec() macro fails its picked up before build time
brain [Sun, 27 Jan 2008 12:42:31 +0000 (12:42 +0000)]
Make sure that if an exec() macro fails its picked up before build time

git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@8757 e03df62e-2008-0410-955e-edbf42e46eb7

16 years agoYou left out the module name in the command, aquanight ;)
brain [Sun, 27 Jan 2008 00:22:52 +0000 (00:22 +0000)]
You left out the module name in the command, aquanight ;)

git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@8756 e03df62e-2008-0410-955e-edbf42e46eb7

16 years agoChange API OnOperCompare to OnPassCompare, password hashing is now available for...
aquanight [Sun, 27 Jan 2008 00:12:11 +0000 (00:12 +0000)]
Change API OnOperCompare to OnPassCompare, password hashing is now available for <connect:allow>, <power die= restart=>, <title> (m_customtitle.so), <vhost> (m_vhost.so), this works the same was as for <oper>: load m_password_hash.so (after all hasher modules, of course), and add hash="md5/sha256/whatever" to the relevant tag. Also fix m_callerid.cpp crashing on unload.

git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@8755 e03df62e-2008-0410-955e-edbf42e46eb7

16 years agoANNOUNCENENT -> ANNOUNCEMENT
brain [Sat, 26 Jan 2008 21:53:59 +0000 (21:53 +0000)]
ANNOUNCENENT -> ANNOUNCEMENT

git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@8754 e03df62e-2008-0410-955e-edbf42e46eb7

16 years agoFix for bug found by eLement, when an oper is on a notify list and the oper sets...
brain [Sat, 26 Jan 2008 21:38:01 +0000 (21:38 +0000)]
Fix for bug found by eLement, when an oper is on a notify list and the oper sets +Q, then the watch list for that user goes into an undefined state due to the
metadata not being correctly cleared from the user in m_watch OnUserQuit. Thanks :)

git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@8752 e03df62e-2008-0410-955e-edbf42e46eb7

16 years agoTweaks
brain [Sat, 26 Jan 2008 18:32:41 +0000 (18:32 +0000)]
Tweaks

git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@8751 e03df62e-2008-0410-955e-edbf42e46eb7

16 years agoWhoops, should have test compiled this
brain [Sat, 26 Jan 2008 18:32:18 +0000 (18:32 +0000)]
Whoops, should have test compiled this

git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@8750 e03df62e-2008-0410-955e-edbf42e46eb7

16 years agomacgyverdgi asked for this :p
brain [Sat, 26 Jan 2008 17:24:27 +0000 (17:24 +0000)]
macgyverdgi asked for this :p

git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@8749 e03df62e-2008-0410-955e-edbf42e46eb7

16 years agoFix a typo in an m_callerid error message, and add m_callerid and m_filter <exemptfro...
aquanight [Fri, 25 Jan 2008 19:59:07 +0000 (19:59 +0000)]
Fix a typo in an m_callerid error message, and add m_callerid and m_filter <exemptfromfilter> to example conf.

git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@8748 e03df62e-2008-0410-955e-edbf42e46eb7

16 years agowin32 compile error fix
brain [Mon, 21 Jan 2008 12:09:49 +0000 (12:09 +0000)]
win32 compile error fix

git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@8747 e03df62e-2008-0410-955e-edbf42e46eb7

16 years agowin32 compilation errors: shadowing of variable 'i' isnt a good idea
brain [Mon, 21 Jan 2008 11:48:44 +0000 (11:48 +0000)]
win32 compilation errors: shadowing of variable 'i' isnt a good idea

git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@8746 e03df62e-2008-0410-955e-edbf42e46eb7

16 years agowin32 compile error fix
brain [Mon, 21 Jan 2008 11:38:16 +0000 (11:38 +0000)]
win32 compile error fix

git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@8745 e03df62e-2008-0410-955e-edbf42e46eb7

16 years agoThis still doesnt work :(
brain [Mon, 21 Jan 2008 11:34:01 +0000 (11:34 +0000)]
This still doesnt work :(

git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@8744 e03df62e-2008-0410-955e-edbf42e46eb7