summaryrefslogtreecommitdiff
path: root/src/cmd_admin.cpp
Commit message (Collapse)AuthorAgeFilesLines
* OOPS! We try again, since I'm smoking craq. LF is 0x0a NOT CR.Gravatar peavey2007-07-161-1/+35
| | | | git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@7456 e03df62e-2008-0410-955e-edbf42e46eb7
* 'svn propset -R svn:eol-style CR *' Set to UNIX-style always. Binaries are ↵Gravatar peavey2007-07-161-35/+1
| | | | | | auto skipped by svn. git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@7454 e03df62e-2008-0410-955e-edbf42e46eb7
* same for admin, and fix some returns.Gravatar peavey2007-06-021-8/+5
| | | | git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@7207 e03df62e-2008-0410-955e-edbf42e46eb7
* Reorder inspircd.h header to topGravatar brain2007-05-211-0/+1
| | | | git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@7097 e03df62e-2008-0410-955e-edbf42e46eb7
* Windows support. Tested and working to compile on freebsd and linux. Next ↵Gravatar w00t2007-05-191-1/+1
| | | | | | step is to make sure it actually works in windows too. ;p. Add Burlex to contributors. git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@7043 e03df62e-2008-0410-955e-edbf42e46eb7
* Anyway the reason for this discussion - i wanted to do a test commit :p ↵Gravatar brain2007-01-111-0/+1
| | | | | | (insert a blank line here for it) git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@6299 e03df62e-2008-0410-955e-edbf42e46eb7
* Made the real name value for /admin optional (line isn't displayed if not ↵Gravatar special2007-01-091-1/+2
| | | | | | specified) git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@6281 e03df62e-2008-0410-955e-edbf42e46eb7
* Jesus, look who's the commit whore today. More header updates, and removal ↵Gravatar w00t2006-12-151-5/+2
| | | | | | of namespacing. git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@5996 e03df62e-2008-0410-955e-edbf42e46eb7
* Try this w00tGravatar brain2006-10-011-4/+7
| | | | git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@5363 e03df62e-2008-0410-955e-edbf42e46eb7
* AnnotationsGravatar brain2006-09-151-2/+2
| | | | git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@5255 e03df62e-2008-0410-955e-edbf42e46eb7
* Command result codes. This isnt finished yet, still got to do most of the ↵Gravatar brain2006-09-061-1/+2
| | | | | | modules, and alter CallCommandHandler git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@5149 e03df62e-2008-0410-955e-edbf42e46eb7
* Auto loading of commands as shared objects via dlsym (very lightweight ↵Gravatar brain2006-09-031-0/+7
| | | | | | interface, just expects a command_t* pointer) git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@5118 e03df62e-2008-0410-955e-edbf42e46eb7
* Wahhhhhhhhhhhh bwahahaha. Mass commit to tidy up tons of messy include listsGravatar brain2006-08-301-4/+0
| | | | git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@5080 e03df62e-2008-0410-955e-edbf42e46eb7
* Just to mess with om's head, remove helperfuncs.h from everywhereGravatar brain2006-08-111-1/+1
| | | | git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@4900 e03df62e-2008-0410-955e-edbf42e46eb7
* ConfigReader and FileReader now take InspIRCd* to their constructorsGravatar brain2006-08-111-1/+1
| | | | git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@4865 e03df62e-2008-0410-955e-edbf42e46eb7
* ServerConfig extern moved into class InspIRCdGravatar brain2006-08-091-5/+5
| | | | git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@4808 e03df62e-2008-0410-955e-edbf42e46eb7
* WHEEEEE!!!!!Gravatar brain2006-08-081-4/+4
| | | | | | | | | All of: Write(), WriteTo(), WriteFrom(), WriteServ() are now methods of userrec. Write_NoFormat(), WriteTo_NoFormat(), WriteFrom_NoFormat(), WriteServ_NoFormat() are now std::string-taking overloaded methods of the functions above All modules updated to use new syntax, my fingers hurt :( git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@4798 e03df62e-2008-0410-955e-edbf42e46eb7
* mass tidyup, change A LOT of stuff to const char** which was char** (such as ↵Gravatar brain2006-07-161-1/+1
| | | | | | | | | | parameters to commands in handlers) which makes the new lineparser work neater with no casts. This also removes tons of casts from other locations (all in all, ive added 2 casts and removed almost a hundred) git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@4403 e03df62e-2008-0410-955e-edbf42e46eb7
* Movement of cmd_* headers into include/commands (this is incomplete)Gravatar brain2006-04-201-1/+1
| | | | git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@3896 e03df62e-2008-0410-955e-edbf42e46eb7
* Split inspircd_io.* insp inspsocket.* and configreader.* with a few odd bits ↵Gravatar om2006-04-081-16/+1
| | | | | | going into inspircd.*, doesn't look like I've broken anything... :P git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@3847 e03df62e-2008-0410-955e-edbf42e46eb7
* Updated copyrights in headers etc using perl inplace editGravatar brain2006-01-151-3/+3
| | | | git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@2795 e03df62e-2008-0410-955e-edbf42e46eb7
* FixGravatar brain2005-12-221-1/+0
| | | | git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@2630 e03df62e-2008-0410-955e-edbf42e46eb7
* Damn broken ciabotGravatar brain2005-12-221-0/+1
| | | | git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@2629 e03df62e-2008-0410-955e-edbf42e46eb7
* Test commitGravatar brain2005-12-221-3/+0
| | | | git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@2628 e03df62e-2008-0410-955e-edbf42e46eb7
* GrrGravatar brain2005-12-221-1/+0
| | | | git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@2627 e03df62e-2008-0410-955e-edbf42e46eb7
* GrrGravatar brain2005-12-221-0/+1
| | | | git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@2626 e03df62e-2008-0410-955e-edbf42e46eb7
* I give up on this bloody ciabotGravatar brain2005-12-221-1/+0
| | | | git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@2625 e03df62e-2008-0410-955e-edbf42e46eb7
* Ciabot testGravatar brain2005-12-221-0/+1
| | | | git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@2624 e03df62e-2008-0410-955e-edbf42e46eb7
* GRRGravatar brain2005-12-221-1/+0
| | | | git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@2623 e03df62e-2008-0410-955e-edbf42e46eb7
* Test commit for ciabotGravatar brain2005-12-221-0/+1
| | | | git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@2622 e03df62e-2008-0410-955e-edbf42e46eb7
* Test ciabotGravatar brain2005-12-221-1/+0
| | | | git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@2621 e03df62e-2008-0410-955e-edbf42e46eb7
* Test commit for ciabotGravatar brain2005-12-221-0/+1
| | | | git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@2620 e03df62e-2008-0410-955e-edbf42e46eb7
* Test commit for ciabotGravatar brain2005-12-221-1/+0
| | | | git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@2619 e03df62e-2008-0410-955e-edbf42e46eb7
* Test commit for ciaGravatar brain2005-12-221-0/+1
| | | | git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@2618 e03df62e-2008-0410-955e-edbf42e46eb7
* Test commit for ciabotGravatar brain2005-12-221-1/+0
| | | | git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@2617 e03df62e-2008-0410-955e-edbf42e46eb7
* Test commitGravatar brain2005-12-171-1/+0
| | | | git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@2556 e03df62e-2008-0410-955e-edbf42e46eb7
* Test commitGravatar (no author)2005-12-171-0/+1
| | | | git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@2555 e03df62e-2008-0410-955e-edbf42e46eb7
* Test commitGravatar w00t2005-12-171-1/+0
| | | | git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@2554 e03df62e-2008-0410-955e-edbf42e46eb7
* Test commitGravatar brain2005-12-171-0/+1
| | | | git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@2553 e03df62e-2008-0410-955e-edbf42e46eb7
* Tidied up headers and externs -- brainGravatar brain2005-12-161-23/+0
| | | | git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@2542 e03df62e-2008-0410-955e-edbf42e46eb7
* Split all commands into seperate files and redid command system to take ↵Gravatar brain2005-12-161-0/+73
classes, not function pointers (function pointers suck ass) git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@2534 e03df62e-2008-0410-955e-edbf42e46eb7