aboutsummaryrefslogtreecommitdiffstats
path: root/src/commands.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Fixed typo in new /modulesGravatar brain2005-04-071-1/+1
| | | | git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@1004 e03df62e-2008-0410-955e-edbf42e46eb7
* Added ability for non-opers to see simplistic /modules outputGravatar brain2005-04-071-4/+23
| | | | | | | Added module flags to /modules for opers git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@1003 e03df62e-2008-0410-955e-edbf42e46eb7
* Started work on /UNLOADMODULE, resource tracking and flags in Version classGravatar brain2005-04-071-0/+13
| | | | git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@999 e03df62e-2008-0410-955e-edbf42e46eb7
* Added /LOADMODULE (tested and working)Gravatar brain2005-04-071-0/+12
| | | | git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@998 e03df62e-2008-0410-955e-edbf42e46eb7
* Added log output for on-operGravatar brain2005-04-061-1/+2
| | | | git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@993 e03df62e-2008-0410-955e-edbf42e46eb7
* Alright, who forgot to make /oper check hostnames?Gravatar brain2005-04-061-4/+10
| | | | | | | Added logging for why oper-ups fail git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@992 e03df62e-2008-0410-955e-edbf42e46eb7
* Fix to bug #33 (weird /map)Gravatar brain2005-04-051-15/+17
| | | | git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@987 e03df62e-2008-0410-955e-edbf42e46eb7
* Added the module method OnUserPostNick for capturing a nickchange AFTER it ↵Gravatar brain2005-04-041-1/+7
| | | | | | has taken place git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@976 e03df62e-2008-0410-955e-edbf42e46eb7
* Added E:Lines, a form of ban exception that can prevent opers, netadmins etc ↵Gravatar brain2005-04-041-0/+33
| | | | | | | | | from being glined. Can be added and removed either in the config or by an oper with the correct permissions to use the /ELINE command git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@975 e03df62e-2008-0410-955e-edbf42e46eb7
* Fixes to bug#37 and pre-emptive checks for security of /NAMESGravatar brain2005-04-031-1/+15
| | | | git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@963 e03df62e-2008-0410-955e-edbf42e46eb7
* Fix to bug #36 reported by YetiGravatar brain2005-04-031-1/+7
| | | | git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@962 e03df62e-2008-0410-955e-edbf42e46eb7
* Fixed cosmetic bug in /whoGravatar frostycoolslug2005-04-021-4/+4
| | | | git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@957 e03df62e-2008-0410-955e-edbf42e46eb7
* Fixes for dns queueing, timeout functions etc moved to more sensible placeGravatar brain2005-04-021-1/+3
| | | | git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@956 e03df62e-2008-0410-955e-edbf42e46eb7
* Attempts to fix some random crashesGravatar brain2005-04-011-1/+1
| | | | git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@943 e03df62e-2008-0410-955e-edbf42e46eb7
* Fixed 'unlikely' crash if nick was changed before dns lookup was completedGravatar brain2005-04-011-0/+6
| | | | git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@942 e03df62e-2008-0410-955e-edbf42e46eb7
* Fixed to actually CHECK THE PASSWORD of linking servers!Gravatar brain2005-03-281-2/+2
| | | | git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@929 e03df62e-2008-0410-955e-edbf42e46eb7
* Fixed detection of missing opertypesGravatar brain2005-03-271-24/+37
| | | | git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@920 e03df62e-2008-0410-955e-edbf42e46eb7
* Made config parsing code a bit more lenientGravatar brain2005-03-271-12/+21
| | | | | | | | | | Added error checking to make sure opertypes exist before opering a user! Added 005 handling for modules Started on KILL event for modules Started on OnModuleLoad event for modules git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@918 e03df62e-2008-0410-955e-edbf42e46eb7
* Added implementation of strlcpy and strlcat for systems that dont have itGravatar brain2005-03-251-0/+1
| | | | git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@905 e03df62e-2008-0410-955e-edbf42e46eb7
* Fixes for GCC3.4 and namespaces (must rerun configure!)Gravatar brain2005-03-251-22/+29
| | | | git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@902 e03df62e-2008-0410-955e-edbf42e46eb7
* Changed occurances of vector to std::vectorGravatar brain2005-03-251-2/+2
| | | | git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@900 e03df62e-2008-0410-955e-edbf42e46eb7
* Added a lot of config error checkingGravatar brain2005-03-251-1/+1
| | | | git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@898 e03df62e-2008-0410-955e-edbf42e46eb7
* Fixed a ton of MODE crap 'avec le' services :pGravatar brain2005-03-241-3/+7
| | | | git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@896 e03df62e-2008-0410-955e-edbf42e46eb7
* Fix to bug #29Gravatar frostycoolslug2005-03-241-4/+39
| | | | git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@893 e03df62e-2008-0410-955e-edbf42e46eb7
* Changes for security based on RATS analysisGravatar brain2004-09-111-4/+4
| | | | git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@856 e03df62e-2008-0410-955e-edbf42e46eb7
* Security audit based on RATS outputGravatar brain2004-09-111-46/+46
| | | | git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@855 e03df62e-2008-0410-955e-edbf42e46eb7
* Unknown changes to this file due to system restore, june 2004Gravatar brain2004-07-041-1/+1
| | | | git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@842 e03df62e-2008-0410-955e-edbf42e46eb7
* Stupid services links...Gravatar brain2004-05-291-1/+1
| | | | git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@839 e03df62e-2008-0410-955e-edbf42e46eb7
* fucking ulinesGravatar brain2004-05-291-1/+2
| | | | git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@836 e03df62e-2008-0410-955e-edbf42e46eb7
* Fixed uline synchingGravatar brain2004-05-291-0/+17
| | | | git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@833 e03df62e-2008-0410-955e-edbf42e46eb7
* Fix to bug number 21Gravatar brain2004-05-271-2/+2
| | | | git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@830 e03df62e-2008-0410-955e-edbf42e46eb7
* Added support for changing of text within OnUserPreNotice and ↵Gravatar brain2004-05-221-5/+13
| | | | | | OnUserPreMessage (required for modes +G and +S etc) git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@821 e03df62e-2008-0410-955e-edbf42e46eb7
* Added remainder of OnUserPreInvite stuffGravatar brain2004-05-221-1/+1
| | | | git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@820 e03df62e-2008-0410-955e-edbf42e46eb7
* Added OnUserPreJoin triggerGravatar brain2004-05-221-0/+7
| | | | git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@818 e03df62e-2008-0410-955e-edbf42e46eb7
* Updated header commentsGravatar brain2004-05-161-0/+16
| | | | git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@816 e03df62e-2008-0410-955e-edbf42e46eb7
* Added support for /RESTART (currently has a bug, do not use)Gravatar brain2004-05-091-6/+39
| | | | git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@800 e03df62e-2008-0410-955e-edbf42e46eb7
* Added opertype propogationGravatar brain2004-05-031-0/+18
| | | | git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@788 e03df62e-2008-0410-955e-edbf42e46eb7
* fixes to /STATS PGravatar brain2004-05-021-1/+1
| | | | git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@781 e03df62e-2008-0410-955e-edbf42e46eb7
* Added a load more /STATS commands (C, Y, U, I etc)Gravatar brain2004-05-021-0/+60
| | | | git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@780 e03df62e-2008-0410-955e-edbf42e46eb7
* Added stub to handle SERVER commandGravatar brain2004-05-011-0/+5
| | | | git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@774 e03df62e-2008-0410-955e-edbf42e46eb7
* Changed rpl_isoper numritc to show opertypeGravatar brain2004-05-011-1/+2
| | | | git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@770 e03df62e-2008-0410-955e-edbf42e46eb7
* Provided modules with the ability to sync data on a netjoinGravatar brain2004-05-011-1/+1
| | | | git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@767 e03df62e-2008-0410-955e-edbf42e46eb7
* Added oper classes and types (done through the planned privilage system on a ↵Gravatar brain2004-04-301-0/+1
| | | | | | per-command basis) git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@756 e03df62e-2008-0410-955e-edbf42e46eb7
* Added support for services KILLGravatar brain2004-04-261-0/+6
| | | | git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@736 e03df62e-2008-0410-955e-edbf42e46eb7
* Added ip address to N token for SLINE in services useGravatar brain2004-04-261-0/+1
| | | | git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@733 e03df62e-2008-0410-955e-edbf42e46eb7
* Added MaxWhoReplies stuff (bahamut-style /WHO limiting)Gravatar brain2004-04-251-3/+9
| | | | git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@729 e03df62e-2008-0410-955e-edbf42e46eb7
* Fixed an 'unknown token' alert when QLine triggered by servicesGravatar brain2004-04-251-0/+4
| | | | git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@728 e03df62e-2008-0410-955e-edbf42e46eb7
* Added some stuff to diffrentiate between global and local Q/Z linesGravatar brain2004-04-251-0/+2
| | | | git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@724 e03df62e-2008-0410-955e-edbf42e46eb7
* Added G-line, Z-line and K-line plus SZLINE, SGLINE, etc.Gravatar brain2004-04-241-1/+161
| | | | git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@716 e03df62e-2008-0410-955e-edbf42e46eb7
* Q-lines fully working, can add and remove other types of ban (but not ↵Gravatar brain2004-04-241-5/+180
| | | | | | enforced yet) git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@714 e03df62e-2008-0410-955e-edbf42e46eb7