aboutsummaryrefslogtreecommitdiffstats
path: root/src/inspircd.cpp
Commit message (Collapse)AuthorAgeFilesLines
...
* Topic and stability fixesGravatar brain2004-04-031-5/+4
| | | | git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@368 e03df62e-2008-0410-955e-edbf42e46eb7
* Fixed wrong number of parameters for TOPIC that could cause a segfaultGravatar brain2004-04-031-1/+1
| | | | git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@367 e03df62e-2008-0410-955e-edbf42e46eb7
* Tons more sanity checks and length checksGravatar brain2004-04-031-49/+300
| | | | git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@366 e03df62e-2008-0410-955e-edbf42e46eb7
* Fixed command parser to tidy up malformed commands (xchat inserts extra spaces)Gravatar brain2004-04-031-0/+39
| | | | git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@364 e03df62e-2008-0410-955e-edbf42e46eb7
* Added support for module-defined chanmodes with no parametersGravatar brain2004-04-031-22/+68
| | | | | | | | 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 -nofork parameter which allows you to force inspircd into the ↵Gravatar brain2004-04-031-4/+23
| | | | | | foreground for gdb debugging git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@360 e03df62e-2008-0410-955e-edbf42e46eb7
* Yet MORE fixes to crashes on quitGravatar brain2004-04-021-25/+29
| | | | git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@359 e03df62e-2008-0410-955e-edbf42e46eb7
* Added logging for when commands are addedGravatar brain2004-04-021-0/+1
| | | | git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@358 e03df62e-2008-0410-955e-edbf42e46eb7
* Added ability to override modes (allows SAMODE support etc)Gravatar brain2004-04-021-3/+183
| | | | 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-20/+48
| | | | | | 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
* Fixed <link> tagsGravatar brain2004-04-011-25/+300
| | | | | | | | Stability fixes/bounds checks UDP tunneling working for server->server git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@350 e03df62e-2008-0410-955e-edbf42e46eb7
* Fixed issue where /connect crashes the ircd if no default routes definedGravatar brain2004-04-011-2/+9
| | | | git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@348 e03df62e-2008-0410-955e-edbf42e46eb7
* Combined The file Modules and Config file existance checkers into one functionGravatar frostycoolslug2003-09-271-2/+3
| | | | | | | 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
* Added Support for GCC 2 back.Gravatar frostycoolslug2003-09-271-21/+31
| | | | | | | Port Default type is now 'clients' git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@191 e03df62e-2008-0410-955e-edbf42e46eb7
* Fixed Bug Causing missing modules to Seg Fault The IRCd, now the missing ↵Gravatar frostycoolslug2003-09-271-16/+31
| | | | | | modules are ignored. git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@188 e03df62e-2008-0410-955e-edbf42e46eb7
* Fixed reference to hash_map -- **FIXME** ext/hash_map - wont work on non-g++Gravatar brain2003-08-171-1/+1
| | | | git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@186 e03df62e-2008-0410-955e-edbf42e46eb7
* Fixed 'Not enough parameters for QUIT Command' bug.. (wtf is that about? :D)Gravatar frostycoolslug2003-07-311-7/+43
| | | | | | | | Added Ident Verification Possibly fix a minor bug or 2 (Cant remember :)) git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@185 e03df62e-2008-0410-955e-edbf42e46eb7
* STL namespace fixesGravatar randomdan2003-07-221-110/+112
| | | | 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-0/+31
| | | | 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-11/+20
| | | | | | | 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
* Updated docsGravatar brain2003-03-301-0/+6
| | | | | | | Added RAW processor methods to module class git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@172 e03df62e-2008-0410-955e-edbf42e46eb7
* Added DOT files to documentation for class diagrams (pretteh!)Gravatar brain2003-03-301-6/+13
| | | | | | | 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-141/+178
| | | | git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@163 e03df62e-2008-0410-955e-edbf42e46eb7
* Added first part of server linking codeGravatar brain2003-02-021-17/+41
| | | | git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@160 e03df62e-2008-0410-955e-edbf42e46eb7
* Moved to Dev-C++ as an editor for project (more stable than gvim!)Gravatar brain2003-01-301-183/+0
| | | | git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@158 e03df62e-2008-0410-955e-edbf42e46eb7
* Modified documentation for base classesGravatar brain2003-01-261-0/+17
| | | | | | | Added base classes git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@151 e03df62e-2008-0410-955e-edbf42e46eb7
* Added server classes for linkingGravatar brain2003-01-261-0/+5
| | | | git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@149 e03df62e-2008-0410-955e-edbf42e46eb7
* Fixed WHOWAS memory leakGravatar brain2003-01-251-2/+10
| | | | git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@147 e03df62e-2008-0410-955e-edbf42e46eb7
* Added /WHOWASGravatar brain2003-01-251-11/+89
| | | | git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@146 e03df62e-2008-0410-955e-edbf42e46eb7
* Initial revisionGravatar brain2003-01-231-0/+4209
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@132 e03df62e-2008-0410-955e-edbf42e46eb7