aboutsummaryrefslogtreecommitdiff
path: root/src/modules.cpp
Commit message (Collapse)AuthorAgeFilesLines
...
* 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-1/+0
| | | | git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@800 e03df62e-2008-0410-955e-edbf42e46eb7
* Removed some debug stuffGravatar brain2004-05-081-3/+0
| | | | git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@798 e03df62e-2008-0410-955e-edbf42e46eb7
* Added documentation of new ConfigReader methods suggested by Azhrarn for sanityGravatar brain2004-05-011-4/+66
| | | | git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@772 e03df62e-2008-0410-955e-edbf42e46eb7
* Provided modules with the ability to sync data on a netjoinGravatar brain2004-05-011-12/+180
| | | | git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@767 e03df62e-2008-0410-955e-edbf42e46eb7
* Added Module::OnAccessCheckGravatar brain2004-05-011-1/+43
| | | | | | | | Added ListMode support Fixed Extensible class bug git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@759 e03df62e-2008-0410-955e-edbf42e46eb7
* Added m_alias module which provides command aliases.Gravatar brain2004-04-271-1/+1
| | | | git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@746 e03df62e-2008-0410-955e-edbf42e46eb7
* Fixed typo in this fileGravatar brain2004-04-231-1/+1
| | | | git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@704 e03df62e-2008-0410-955e-edbf42e46eb7
* a|KK|y bitchingGravatar brain2004-04-231-0/+6
| | | | git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@703 e03df62e-2008-0410-955e-edbf42e46eb7
* Added more services stuffGravatar brain2004-04-221-0/+1
| | | | | | | Added support for OnUserPreNick API command (used with qlines, etc) git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@696 e03df62e-2008-0410-955e-edbf42e46eb7
* Added tons of services/uline stuff. DO NOT USE YET! services data isnt ↵Gravatar brain2004-04-221-2/+0
| | | | | | replicated across the network! git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@688 e03df62e-2008-0410-955e-edbf42e46eb7
* ConfigReader fixes to cope with tab characters (why didnt we notice this ↵Gravatar brain2004-04-201-2/+8
| | | | | | before?) git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@680 e03df62e-2008-0410-955e-edbf42e46eb7
* added mode.h/mode.cpp and seperated mode functions into itGravatar brain2004-04-191-0/+2
| | | | git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@666 e03df62e-2008-0410-955e-edbf42e46eb7
* Added calls to sched_yield() to cut down processor usage - won't work in *bsdGravatar brain2004-04-171-1/+1
| | | | git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@635 e03df62e-2008-0410-955e-edbf42e46eb7
* Added 'a' amd 'b' server link tokens (change gecos, change host)Gravatar brain2004-04-121-0/+10
| | | | git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@562 e03df62e-2008-0410-955e-edbf42e46eb7
* Added '@' (WALLOPS) link tokenGravatar brain2004-04-121-1/+1
| | | | git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@561 e03df62e-2008-0410-955e-edbf42e46eb7
* Added 'i' and 't' type link datagramsGravatar brain2004-04-111-0/+5
| | | | | | | Fixed /mode #channel +b glitch git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@521 e03df62e-2008-0410-955e-edbf42e46eb7
* Added J, P and Q type datagramsGravatar brain2004-04-101-1/+1
| | | | git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@501 e03df62e-2008-0410-955e-edbf42e46eb7
* Added server to server 'J' tokenGravatar brain2004-04-101-1/+1
| | | | git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@481 e03df62e-2008-0410-955e-edbf42e46eb7
* Added ConfigReader::EnumValues() (requested by Craig)Gravatar brain2004-04-081-0/+4
| | | | git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@456 e03df62e-2008-0410-955e-edbf42e46eb7
* Fixes to connection pooling... this brain misunderstood the parameters to ↵Gravatar brain2004-04-081-1/+1
| | | | | | select :p git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@452 e03df62e-2008-0410-955e-edbf42e46eb7
* Fixed bug where putting too many spaces in a privmsg disconnected the userGravatar brain2004-04-071-2/+2
| | | | git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@429 e03df62e-2008-0410-955e-edbf42e46eb7
* Added Server::CountUsers functionGravatar brain2004-04-071-0/+5
| | | | git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@423 e03df62e-2008-0410-955e-edbf42e46eb7
* Added preliminary support for ConfigReader::Verify at request of the slug :pGravatar brain2004-04-071-3/+3
| | | | git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@419 e03df62e-2008-0410-955e-edbf42e46eb7
* Added servernotice back to the user, informing themGravatar brain2004-04-071-1/+10
| | | | | | | Added support for NULL as first parameter to Server::SendTo git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@418 e03df62e-2008-0410-955e-edbf42e46eb7
* Stability fixesGravatar brain2004-04-071-0/+11
| | | | git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@415 e03df62e-2008-0410-955e-edbf42e46eb7
* Fixed config reader to cache its files instead of re-reading them for each ↵Gravatar brain2004-04-071-4/+9
| | | | | | access git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@413 e03df62e-2008-0410-955e-edbf42e46eb7
* typo fixesGravatar brain2004-04-061-2/+2
| | | | git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@410 e03df62e-2008-0410-955e-edbf42e46eb7
* OnUserPre* api fixesGravatar brain2004-04-061-2/+2
| | | | git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@409 e03df62e-2008-0410-955e-edbf42e46eb7
* Added OnUserPreMessage and OnUserPreNotice events (not tested yet)Gravatar brain2004-04-061-0/+2
| | | | git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@407 e03df62e-2008-0410-955e-edbf42e46eb7
* Added support for SVS-style Server class methods for modulesGravatar brain2004-04-061-1/+22
| | | | git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@400 e03df62e-2008-0410-955e-edbf42e46eb7
* Added support for OnWhois, OnOper, OnInfo and SendToModeMask in the APIGravatar brain2004-04-051-0/+8
| | | | git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@388 e03df62e-2008-0410-955e-edbf42e46eb7
* Modified the Module::OnExtendedMode() method to use a void* as its target ↵Gravatar brain2004-04-051-1/+1
| | | | | | which the coder must cast into a chanrec or userrec. git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@383 e03df62e-2008-0410-955e-edbf42e46eb7
* Completed support for module-handled umodesGravatar brain2004-04-041-6/+20
| | | | git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@377 e03df62e-2008-0410-955e-edbf42e46eb7
* Added support for module-based chanmodes with parameters and the ability to ↵Gravatar brain2004-04-041-0/+15
| | | | | | query the mode states. git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@374 e03df62e-2008-0410-955e-edbf42e46eb7
* Added support for module-defined chanmodes with no parametersGravatar brain2004-04-031-4/+11
| | | | | | | | Fixed minor typo in example conf Added new stylesheet and docs git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@362 e03df62e-2008-0410-955e-edbf42e46eb7
* Added ability to override modes (allows SAMODE support etc)Gravatar brain2004-04-021-0/+4
| | | | git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@355 e03df62e-2008-0410-955e-edbf42e46eb7
* Added support for modules to create commands - this needs a proof-of-concept ↵Gravatar brain2004-04-021-7/+9
| | | | | | module yet, do not use unless you like to live dangerously. git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@351 e03df62e-2008-0410-955e-edbf42e46eb7
* Combined The file Modules and Config file existance checkers into one functionGravatar frostycoolslug2003-09-271-0/+13
| | | | | | | Added 'Exists' To the FileReader class of the Module API git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@192 e03df62e-2008-0410-955e-edbf42e46eb7
* STL namespace fixesGravatar randomdan2003-07-221-35/+31
| | | | git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@176 e03df62e-2008-0410-955e-edbf42e46eb7
* Added more code for custom channel/user modes via modulesGravatar brain2003-04-191-6/+74
| | | | git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@175 e03df62e-2008-0410-955e-edbf42e46eb7
* Added Mode handler structures and typesGravatar brain2003-04-181-0/+6
| | | | | | | Fixed crash when doing /who * when on no channels git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@174 e03df62e-2008-0410-955e-edbf42e46eb7
* Added DOT files to documentation for class diagrams (pretteh!)Gravatar brain2003-03-301-0/+1
| | | | | | | Added OnServerRaw Module-class method (low-level munge routine) git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@170 e03df62e-2008-0410-955e-edbf42e46eb7
* Changed to using LogLevelsGravatar brain2003-02-071-2/+11
| | | | git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@163 e03df62e-2008-0410-955e-edbf42e46eb7
* Moved to Dev-C++ as an editor for project (more stable than gvim!)Gravatar brain2003-01-301-16/+0
| | | | git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@158 e03df62e-2008-0410-955e-edbf42e46eb7
* Initial revisionGravatar brain2003-01-231-0/+232
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@132 e03df62e-2008-0410-955e-edbf42e46eb7