]> git.netwichtig.de Git - user/henk/code/inspircd.git/log
user/henk/code/inspircd.git
14 years agoMake classbase and refcountbase uncopyable; expand comments on their indended uses
danieldg [Sat, 17 Oct 2009 18:52:39 +0000 (18:52 +0000)]
Make classbase and refcountbase uncopyable; expand comments on their indended uses

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

14 years agoRemove dummy API_VERSION from Version constructor
danieldg [Sat, 17 Oct 2009 17:53:31 +0000 (17:53 +0000)]
Remove dummy API_VERSION from Version constructor

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

14 years agoAdd filename/line information to all ConfigTag objects
danieldg [Sat, 17 Oct 2009 17:53:22 +0000 (17:53 +0000)]
Add filename/line information to all ConfigTag objects

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

14 years agoImprove m_httpd_stats; fix incorect parameter order in reloadmodule
danieldg [Sat, 17 Oct 2009 04:42:01 +0000 (04:42 +0000)]
Improve m_httpd_stats; fix incorect parameter order in reloadmodule

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

14 years agoFix DNSServer not being read on initial config read
danieldg [Sat, 17 Oct 2009 03:54:34 +0000 (03:54 +0000)]
Fix DNSServer not being read on initial config read

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

14 years agoAdd ModeHandler::cull() for auto-deletion, fixes call of virtual method on partially...
danieldg [Sat, 17 Oct 2009 02:43:14 +0000 (02:43 +0000)]
Add ModeHandler::cull() for auto-deletion, fixes call of virtual method on partially-destructed object

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

14 years agoClean up excessive bits in User struct
danieldg [Sat, 17 Oct 2009 02:43:07 +0000 (02:43 +0000)]
Clean up excessive bits in User struct

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

14 years agoAdd some default values that I missed (thanks for pointing it out, jdhore); move...
danieldg [Sat, 17 Oct 2009 02:40:24 +0000 (02:40 +0000)]
Add some default values that I missed (thanks for pointing it out, jdhore); move file reading into thread

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

14 years agoHold reference to the associated ConfigTag inside ConnectClass
danieldg [Sat, 17 Oct 2009 02:40:16 +0000 (02:40 +0000)]
Hold reference to the associated ConfigTag inside ConnectClass

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

14 years agoRewrite ConfigReader again
danieldg [Sat, 17 Oct 2009 02:14:44 +0000 (02:14 +0000)]
Rewrite ConfigReader again

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

14 years agoClean up static allocations
danieldg [Fri, 16 Oct 2009 17:01:49 +0000 (17:01 +0000)]
Clean up static allocations

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

14 years agoClean up crash on destruction of statics at exit
danieldg [Fri, 16 Oct 2009 15:43:53 +0000 (15:43 +0000)]
Clean up crash on destruction of statics at exit

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

14 years agoAdd m_namedmodes that adds pseudo-listmode Z that shows and manipulates modes via...
danieldg [Thu, 15 Oct 2009 04:12:21 +0000 (04:12 +0000)]
Add m_namedmodes that adds pseudo-listmode Z that shows and manipulates modes via their long names

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

14 years agoFix module unmapping with culled Module objects
danieldg [Wed, 14 Oct 2009 22:12:55 +0000 (22:12 +0000)]
Fix module unmapping with culled Module objects

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

14 years agoFix noeol on socketengine_select
danieldg [Wed, 14 Oct 2009 18:44:18 +0000 (18:44 +0000)]
Fix noeol on socketengine_select

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

14 years agoMove static map of extensions into ServerInstance, add const-correctness
danieldg [Wed, 14 Oct 2009 18:39:38 +0000 (18:39 +0000)]
Move static map of extensions into ServerInstance, add const-correctness

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

14 years agoRemove Command and ModeHandler objects in their destructors; fixes possible pointer...
danieldg [Tue, 13 Oct 2009 21:34:29 +0000 (21:34 +0000)]
Remove Command and ModeHandler objects in their destructors; fixes possible pointer leak if a module was not careful when triggering exceptions in its constructor

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

14 years agoAdd some missing slashes, and don't stupidly die on a config misparse
danieldg [Tue, 13 Oct 2009 18:58:24 +0000 (18:58 +0000)]
Add some missing slashes, and don't stupidly die on a config misparse

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

14 years agoUpdate perl config parser in start script
danieldg [Tue, 13 Oct 2009 18:53:29 +0000 (18:53 +0000)]
Update perl config parser in start script

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

14 years agoUpdate documentation for cloaking
danieldg [Tue, 13 Oct 2009 15:27:04 +0000 (15:27 +0000)]
Update documentation for cloaking

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

14 years agoRemove magic path resolution from certificate files
danieldg [Tue, 13 Oct 2009 14:32:18 +0000 (14:32 +0000)]
Remove magic path resolution from certificate files

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

14 years agoremoves unnecessary checks in modules, removes a superfluous else statement, fixes...
peavey [Tue, 13 Oct 2009 14:16:16 +0000 (14:16 +0000)]
removes unnecessary checks in modules, removes a superfluous else statement, fixes some formatting. Patch by dKingston.

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

14 years agoChange to new execution directory structure
danieldg [Tue, 13 Oct 2009 01:44:22 +0000 (01:44 +0000)]
Change to new execution directory structure

Don't change CWD into bin/
Remove path-resolution hacks from configuration
Store pidfile and xline DBs in data, logs in logs.

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

14 years agoRemove needless chdir() from inspircd executable
danieldg [Tue, 13 Oct 2009 00:43:52 +0000 (00:43 +0000)]
Remove needless chdir() from inspircd executable

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

14 years agoAllow confpath to be a file name in the current directory
danieldg [Tue, 13 Oct 2009 00:07:37 +0000 (00:07 +0000)]
Allow confpath to be a file name in the current directory

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

14 years agoEncode module API version in the init_module symbol; fixes conflic with glibc-exporte...
danieldg [Mon, 12 Oct 2009 23:41:43 +0000 (23:41 +0000)]
Encode module API version in the init_module symbol; fixes conflic with glibc-exported init_module

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

14 years agochange vc70.pdb to vc90.pdb.. just cosmetic..
peavey [Mon, 12 Oct 2009 22:59:08 +0000 (22:59 +0000)]
change vc70.pdb to vc90.pdb.. just cosmetic..

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

14 years agoDLLFactory--
danieldg [Mon, 12 Oct 2009 22:56:41 +0000 (22:56 +0000)]
DLLFactory--

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

14 years agoClean up the compile flags a little. BTW windows now builds again.
peavey [Mon, 12 Oct 2009 22:48:12 +0000 (22:48 +0000)]
Clean up the compile flags a little. BTW windows now builds again.

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

14 years agoDon't CoreExport reference.
peavey [Mon, 12 Oct 2009 20:50:23 +0000 (20:50 +0000)]
Don't CoreExport reference.

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

14 years agoMake OnChannelRestrictionApply take a User* instead of a Membership* [jackmcbarn]
danieldg [Mon, 12 Oct 2009 20:23:26 +0000 (20:23 +0000)]
Make OnChannelRestrictionApply take a User* instead of a Membership* [jackmcbarn]

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

14 years agoFix some signedness.
peavey [Mon, 12 Oct 2009 18:49:42 +0000 (18:49 +0000)]
Fix some signedness.

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

14 years agoCoreExport changes, clean up DoHostCycle when users are exempted
danieldg [Mon, 12 Oct 2009 18:13:01 +0000 (18:13 +0000)]
CoreExport changes, clean up DoHostCycle when users are exempted

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

14 years agom_exemptchanops by jackmcbarn - channel mode +X to allow per-channel setting
danieldg [Mon, 12 Oct 2009 18:12:48 +0000 (18:12 +0000)]
m_exemptchanops by jackmcbarn - channel mode +X to allow per-channel setting

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

14 years agoAdd mode headers.
peavey [Mon, 12 Oct 2009 15:51:46 +0000 (15:51 +0000)]
Add mode headers.

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

14 years agoMore WriteGlobalSno conversions in rehash, patch by dKingston
danieldg [Mon, 12 Oct 2009 13:44:12 +0000 (13:44 +0000)]
More WriteGlobalSno conversions in rehash, patch by dKingston

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

14 years agoFix WriteCommon when used on remote nicks
danieldg [Mon, 12 Oct 2009 13:20:47 +0000 (13:20 +0000)]
Fix WriteCommon when used on remote nicks

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

14 years agoFix empty SID validation and generation
danieldg [Mon, 12 Oct 2009 13:09:14 +0000 (13:09 +0000)]
Fix empty SID validation and generation

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

14 years agoFix automatic SID generation when generated value is less than 100
danieldg [Mon, 12 Oct 2009 02:50:14 +0000 (02:50 +0000)]
Fix automatic SID generation when generated value is less than 100

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

14 years agoCorrect the will-block prediction on partial writev() return
danieldg [Mon, 12 Oct 2009 02:17:42 +0000 (02:17 +0000)]
Correct the will-block prediction on partial writev() return

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

14 years agoDefine DISABLE_WRITEV and use the IOHook single-copy method for Windows send()
danieldg [Mon, 12 Oct 2009 01:13:51 +0000 (01:13 +0000)]
Define DISABLE_WRITEV and use the IOHook single-copy method for Windows send()

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

14 years agoLess CoreExport.. Too much of a good thing..
peavey [Sun, 11 Oct 2009 23:25:31 +0000 (23:25 +0000)]
Less CoreExport.. Too much of a good thing..

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

14 years agoMore CoreExport, brought the errors down, but some still persist.
peavey [Sun, 11 Oct 2009 22:32:06 +0000 (22:32 +0000)]
More CoreExport, brought the errors down, but some still persist.

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

14 years agoMore adds, now I should have all the new stuff down.
peavey [Sun, 11 Oct 2009 22:19:20 +0000 (22:19 +0000)]
More adds, now I should have all the new stuff down.

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

14 years agoRe-enable removal of a tmp file that was left out for debug.
peavey [Sun, 11 Oct 2009 22:07:24 +0000 (22:07 +0000)]
Re-enable removal of a tmp file that was left out for debug.

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

14 years agoMore CoreExport.
peavey [Sun, 11 Oct 2009 21:49:18 +0000 (21:49 +0000)]
More CoreExport.

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

14 years agoRemove some redundant headers from VS project file.
peavey [Sun, 11 Oct 2009 21:48:44 +0000 (21:48 +0000)]
Remove some redundant headers from VS project file.

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

14 years agoAdd new files and headers recently introduced.
peavey [Sun, 11 Oct 2009 20:42:14 +0000 (20:42 +0000)]
Add new files and headers recently introduced.

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

14 years agoInclude psapi.h to fix stats.cpp compiling.
peavey [Sun, 11 Oct 2009 20:39:47 +0000 (20:39 +0000)]
Include psapi.h to fix stats.cpp compiling.

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

14 years agoCoreExport Membership since windows needs this.
peavey [Sun, 11 Oct 2009 19:12:23 +0000 (19:12 +0000)]
CoreExport Membership since windows needs this.

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

14 years agoMove 2 static extensibles from user class to inspircd class for global access in...
peavey [Sun, 11 Oct 2009 18:03:17 +0000 (18:03 +0000)]
Move 2 static extensibles from user class to inspircd class for global access in an attempt to further fix windows build.

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

14 years agoOctets in an IPv4 address are unsigned
danieldg [Sun, 11 Oct 2009 17:28:56 +0000 (17:28 +0000)]
Octets in an IPv4 address are unsigned

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

14 years agoRemove the -Dssize_t declaration now its typedeffed.
peavey [Sun, 11 Oct 2009 17:10:54 +0000 (17:10 +0000)]
Remove the -Dssize_t declaration now its typedeffed.

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

14 years agoUgly-ish hack to select SocketEngine on windows until I or someone else finds a bette...
peavey [Sun, 11 Oct 2009 15:30:59 +0000 (15:30 +0000)]
Ugly-ish hack to select SocketEngine on windows until I or someone else finds a better way.

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

14 years agoSome fixes to the VS project file.
peavey [Sun, 11 Oct 2009 15:25:24 +0000 (15:25 +0000)]
Some fixes to the VS project file.

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

14 years agoUse CoreExport for the ServerInstance extern. Fixes unresolved symbol error for windo...
peavey [Sun, 11 Oct 2009 15:23:33 +0000 (15:23 +0000)]
Use CoreExport for the ServerInstance extern. Fixes unresolved symbol error for windows DLLs like modules and commands.

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

14 years agoFixes for SocketThread, missing overload, and a left in deprecated variable.
peavey [Sun, 11 Oct 2009 10:17:10 +0000 (10:17 +0000)]
Fixes for SocketThread, missing overload, and a left in deprecated variable.

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

14 years agoCompile fixes.
peavey [Sun, 11 Oct 2009 10:02:53 +0000 (10:02 +0000)]
Compile fixes.

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

14 years agoFix some signedness.
peavey [Sun, 11 Oct 2009 09:59:59 +0000 (09:59 +0000)]
Fix some signedness.

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

14 years agoSome fixes for the VS project file. Spanningtree builds again.
peavey [Sun, 11 Oct 2009 01:19:15 +0000 (01:19 +0000)]
Some fixes for the VS project file. Spanningtree builds again.

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

14 years agoFix Extend usage and a few other things for latest API. Compiles but not tested.
peavey [Sun, 11 Oct 2009 01:17:29 +0000 (01:17 +0000)]
Fix Extend usage and a few other things for latest API. Compiles but not tested.

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

14 years agoFix double dot in half-cloaked resolved hosts
danieldg [Sat, 10 Oct 2009 21:14:26 +0000 (21:14 +0000)]
Fix double dot in half-cloaked resolved hosts

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

14 years agoCompile fixes, these too take char* on windows and not void*.
peavey [Sat, 10 Oct 2009 20:05:36 +0000 (20:05 +0000)]
Compile fixes, these too take char* on windows and not void*.

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

14 years ago3rd time lucky? Fix again for setsockopt.
peavey [Sat, 10 Oct 2009 19:59:04 +0000 (19:59 +0000)]
3rd time lucky? Fix again for setsockopt.

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

14 years agoSlight tweak to setsockopt fix.
peavey [Sat, 10 Oct 2009 19:53:18 +0000 (19:53 +0000)]
Slight tweak to setsockopt fix.

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

14 years agoCompile fixes for windows.
peavey [Sat, 10 Oct 2009 19:32:34 +0000 (19:32 +0000)]
Compile fixes for windows.

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

14 years ago* Fix inspsocket to not include uio.h on windows.
peavey [Sat, 10 Oct 2009 17:48:04 +0000 (17:48 +0000)]
* Fix inspsocket to not include uio.h on windows.
* Wrap writev and some structs to fix inspsocket compile on win.
* Fix a few compile errors due to latest trunk changes in win32wrapper code.

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

14 years agoCompile fixes for latest changes to trunk.
peavey [Sat, 10 Oct 2009 17:30:13 +0000 (17:30 +0000)]
Compile fixes for latest changes to trunk.

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

14 years agoUpdate m_cloaking to use free-form keys instead of weakening the hash IV
danieldg [Sat, 10 Oct 2009 17:06:52 +0000 (17:06 +0000)]
Update m_cloaking to use free-form keys instead of weakening the hash IV

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

14 years agouhm, remove my debug output :)
peavey [Sat, 10 Oct 2009 14:13:49 +0000 (14:13 +0000)]
uhm, remove my debug output :)

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

14 years agoAdd building of inspircd_version.h to windows port and remove the overlapping values...
peavey [Sat, 10 Oct 2009 14:06:35 +0000 (14:06 +0000)]
Add building of inspircd_version.h to windows port and remove the overlapping values from inspircd_config.h. Use a similar uname-ish build of SYSTEM info string as well as using the same exact info for VERSION and REVISION as the *nixes.

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

14 years agom_cloaking: Error out on "wrong" cloaking keys
psychon [Sat, 10 Oct 2009 12:15:06 +0000 (12:15 +0000)]
m_cloaking: Error out on "wrong" cloaking keys

Cloaking keys above 0x80000000 result in different hashes on 64-bit and 32-bit
boxes due to different integer overflow behavior. This means it should make
sense to catch those key and error out on them.

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

14 years agoUpdate Event and Request APIs for this module too.
peavey [Sat, 10 Oct 2009 10:27:07 +0000 (10:27 +0000)]
Update Event and Request APIs for this module too.

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

14 years agoUpdate example configs for SSL changes [dKingston]
danieldg [Fri, 9 Oct 2009 22:41:05 +0000 (22:41 +0000)]
Update example configs for SSL changes [dKingston]

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

14 years agoprivate, who needs private...
danieldg [Fri, 9 Oct 2009 22:09:39 +0000 (22:09 +0000)]
private, who needs private...

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

14 years agoFix hook finding code and error reporting
danieldg [Fri, 9 Oct 2009 22:07:46 +0000 (22:07 +0000)]
Fix hook finding code and error reporting

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

14 years agoWhoops, forgot to commit this file
danieldg [Fri, 9 Oct 2009 21:33:50 +0000 (21:33 +0000)]
Whoops, forgot to commit this file

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

14 years agoMove autoconnect next-server to TreeSocket::cull, and drop autoconnect reference...
danieldg [Fri, 9 Oct 2009 21:31:50 +0000 (21:31 +0000)]
Move autoconnect next-server to TreeSocket::cull, and drop autoconnect reference once a connection is complete

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

14 years agoAdd server ports to ServerInstance->ports, enable SSL on them using OnHookIO
danieldg [Fri, 9 Oct 2009 19:00:09 +0000 (19:00 +0000)]
Add server ports to ServerInstance->ports, enable SSL on them using OnHookIO

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

14 years agoAdd names for all modes (part 1 of named channel mode list)
danieldg [Thu, 8 Oct 2009 23:34:01 +0000 (23:34 +0000)]
Add names for all modes (part 1 of named channel mode list)

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

14 years agoUpdate Event and Request APIs
danieldg [Thu, 8 Oct 2009 23:29:21 +0000 (23:29 +0000)]
Update Event and Request APIs

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

14 years agoMake mssql module compile, untested for now.
peavey [Tue, 6 Oct 2009 19:27:53 +0000 (19:27 +0000)]
Make mssql module compile, untested for now.

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

14 years agoCorrectly ignore dummy argument to Version
danieldg [Tue, 6 Oct 2009 17:50:59 +0000 (17:50 +0000)]
Correctly ignore dummy argument to Version

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

14 years agoTake advantage of link errors to check API_VERSION at module load time
danieldg [Tue, 6 Oct 2009 16:50:48 +0000 (16:50 +0000)]
Take advantage of link errors to check API_VERSION at module load time

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

14 years agoClean up m_chanprotect
danieldg [Tue, 6 Oct 2009 16:47:06 +0000 (16:47 +0000)]
Clean up m_chanprotect

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

14 years agoCounting should not be a programmer's job, I'm apparently bad at it
danieldg [Tue, 6 Oct 2009 05:07:24 +0000 (05:07 +0000)]
Counting should not be a programmer's job, I'm apparently bad at it

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

14 years agoAdd OnBuildNeighborList hook, replaces all uses of OnHostCycle
danieldg [Mon, 5 Oct 2009 23:27:46 +0000 (23:27 +0000)]
Add OnBuildNeighborList hook, replaces all uses of OnHostCycle

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

14 years agoMake builtin modes static to eliminate confusing destructor exception
danieldg [Mon, 5 Oct 2009 20:18:45 +0000 (20:18 +0000)]
Make builtin modes static to eliminate confusing destructor exception

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

14 years agoDeny TR_NICK mode changes with an invalid nick parameter
danieldg [Mon, 5 Oct 2009 20:03:28 +0000 (20:03 +0000)]
Deny TR_NICK mode changes with an invalid nick parameter

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

14 years agoRun DelMode and DelModeWatcher in RemoveModule
danieldg [Mon, 5 Oct 2009 15:43:28 +0000 (15:43 +0000)]
Run DelMode and DelModeWatcher in RemoveModule

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

14 years agoFix backwards HideWhoisServer check
danieldg [Mon, 5 Oct 2009 14:06:03 +0000 (14:06 +0000)]
Fix backwards HideWhoisServer check

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

14 years agoFix crash due to null address in DNS
danieldg [Sat, 3 Oct 2009 04:08:20 +0000 (04:08 +0000)]
Fix crash due to null address in DNS

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

14 years agoGet rid of a bunch of memory-wasting C-style strings
danieldg [Sat, 3 Oct 2009 01:52:59 +0000 (01:52 +0000)]
Get rid of a bunch of memory-wasting C-style strings

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

14 years agoFix routing for normal core commands like QUIT
danieldg [Fri, 2 Oct 2009 06:13:57 +0000 (06:13 +0000)]
Fix routing for normal core commands like QUIT

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

14 years agoFix valgrind issues and crashes on exit
danieldg [Fri, 2 Oct 2009 03:15:46 +0000 (03:15 +0000)]
Fix valgrind issues and crashes on exit

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

14 years agoMerge remote/local MODULES output
danieldg [Thu, 1 Oct 2009 22:45:17 +0000 (22:45 +0000)]
Merge remote/local MODULES output

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

14 years agoFix timeoutlist calling ConnectServer when not needed
danieldg [Thu, 1 Oct 2009 22:42:13 +0000 (22:42 +0000)]
Fix timeoutlist calling ConnectServer when not needed

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

14 years agoAdd ROUTE_TYPE_MESSAGE and use for PRIVMSG/NOTICE routing
danieldg [Thu, 1 Oct 2009 21:41:52 +0000 (21:41 +0000)]
Add ROUTE_TYPE_MESSAGE and use for PRIVMSG/NOTICE routing

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

14 years agoFix some valgrind warnings
danieldg [Thu, 1 Oct 2009 14:40:17 +0000 (14:40 +0000)]
Fix some valgrind warnings

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

14 years agoChange SWHOIS to OPTCOMMON, remove m_operinvex
danieldg [Thu, 1 Oct 2009 03:37:40 +0000 (03:37 +0000)]
Change SWHOIS to OPTCOMMON, remove m_operinvex

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