aboutsummaryrefslogtreecommitdiffstats
path: root/src/modules
Commit message (Expand)AuthorAgeFilesLines
...
* Added m_park, user parking to keep ops during a ping timeout (suggested by Ib3N)•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@1059 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2005-04-121-0/+309
* Fixed /unloadmodule on crappy gentoo•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@1046 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2005-04-111-5/+234
* Fixed minor text typos•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@1044 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2005-04-111-3/+3
* Added m_filter_pcre, filters with regular expression matches!•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@1043 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2005-04-112-0/+259
* Added getrlimit/setrlimit to set process limits to allow a core dump•••Fixed m_setidle to only allow you to set a positive integer as the idle time Removed some logging from wildcard.cpp git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@1041 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2005-04-111-0/+5
* Fixed to not have an idle time greater than the signon time•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@1039 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2005-04-101-0/+3
* Added m_setidle, allows opers to set their idle times•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@1038 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2005-04-101-0/+82
* Fine-grained control over what can be overridden by whom•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@1032 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2005-04-101-11/+90
* Fixed matching•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@1022 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2005-04-091-6/+4
* Never got committed - added GetVersion()•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@1020 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2005-04-091-0/+5
* Added Dynamic src/modules/Makefile generation, during ./configure the script ...•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@1017 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar frostycoolslug2005-04-081-10/+0
* Added m_nicklock module, a module which allows opers to lock a user to a nick...•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@1013 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2005-04-081-0/+132
* Fixed issue where failing modules would bail by calling exit (deprecated) --•••modules should now just disable their functionality if they are missing data git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@1007 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2005-04-077-34/+33
* /LOADMODULE and /UNLOADMODULE all successfully working!•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@1002 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2005-04-071-1/+1
* Tons of module versionflags stuff, and checks for it in /UNLOADMODULE•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@1001 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2005-04-0740-40/+40
* Added version flags•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@1000 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2005-04-0740-40/+40
* Started work on /UNLOADMODULE, resource tracking and flags in Version class•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@999 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2005-04-0716-18/+16
* Fix by om for 'mode change while not on channel' bug•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@988 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2005-04-061-1/+3
* Added m_operlevels, prevents opers designated as above other opers from being...•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@974 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2005-04-042-1/+103
* Fixed stupid typo again•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@970 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2005-04-031-1/+1
* Fixed dumb typo•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@969 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2005-04-031-0/+2
* More secure checking in 005 handlers•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@968 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2005-04-0313-13/+27
* Fix for bug #39, m_redirect returning invalid/random value for OnUserPreJoin ...•••of the module class git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@966 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2005-04-031-0/+1
* Added m_hostchange module, our own homebrew implementation of the unreal pay ...•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@961 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2005-04-031-0/+135
* Fixed bug number 34, same nick can exist multiple times on a silence list•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@958 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2005-04-021-0/+8
* Fixed the random seeder thingie!•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@939 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar frostycoolslug2005-04-011-1/+2
* Fixed Crash bug cause by multiple declarations of 'Srv' (Bug #35)•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@935 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar frostycoolslug2005-04-011-12/+13
* Fixed strcpy vs. strlcpy problem•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@934 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar frostycoolslug2005-03-301-1/+1
* Fixed m_helpop.cpp lowercasing the first line of the text•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@932 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2005-03-281-7/+9
* Fixed to take away +q and +a when the user parts the channel (double DOH)•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@931 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2005-03-281-0/+7
* /helpop now behaves for opers in the same way it does for users.•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@928 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar frostycoolslug2005-03-281-3/+0
* Fixed using the wrong function, doh, i must need sleep!•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@927 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2005-03-281-1/+6
* Typos are bad ok?•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@926 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2005-03-281-1/+1
* Added a module at request of [ed] which stops anyone messaging all but opers•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@925 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2005-03-282-1/+94
* Added module to restrict channel creation to opers only (requested by [ed])•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@924 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2005-03-281-0/+84
* Added 005 numeric handling to most of the modules•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@921 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2005-03-2714-1/+229
* Fixed detection of missing opertypes•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@920 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2005-03-271-0/+20
* Added SILENCE=999 to 005 numeric•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@919 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2005-03-271-0/+6
* Added m_silence.cpp - implementation of /SILENCE command•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@916 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2005-03-261-0/+209
* Added m_remove by om, uses a force part to replace a kick to thwart auto rejoin•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@913 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2005-03-261-0/+156
* Fixed a minor error in error checking (eat that, grammar....)•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@912 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2005-03-261-5/+0
* Added a lot of config error checking•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@898 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2005-03-251-7/+7
* Finally fixed a load of umode change stuff!•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@897 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2005-03-241-10/+3
* Fixed minor typo in the bugfix, wrong number of brackets in a confusing if()•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@894 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2005-03-241-1/+1
* Fix to bug #27•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@892 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar frostycoolslug2005-03-241-1/+8
* Added Comment with regard to 'hidden command' :D•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@886 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar frostycoolslug2005-03-151-17/+29
* m_showwhois.cpp - adds support for +W umode•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@845 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar typobox432004-07-201-0/+77
* Initial commit•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@844 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar typobox432004-07-172-0/+194
* Added m_botmode, module that provides unreal style +B and the SWHOIS that goe...•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@832 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2004-05-291-0/+98
* Fixed perplexing bug in custom mode removal (apparent with +C and +c)•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@829 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2004-05-242-0/+2