aboutsummaryrefslogtreecommitdiffstats
path: root/src/inspircd.cpp
Commit message (Collapse)AuthorAgeFilesLines
...
* Added preliminary support for ConfigReader::Verify at request of the slug :pGravatar brain2004-04-071-0/+1
| | | | git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@419 e03df62e-2008-0410-955e-edbf42e46eb7
* Stability fixesGravatar brain2004-04-071-1/+1
| | | | 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-58/+60
| | | | | | access git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@413 e03df62e-2008-0410-955e-edbf42e46eb7
* indentation fixesGravatar brain2004-04-061-294/+293
| | | | git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@412 e03df62e-2008-0410-955e-edbf42e46eb7
* Fixes to OnUserPreMessage and OnUserPreNoticeGravatar brain2004-04-061-4/+4
| | | | git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@408 e03df62e-2008-0410-955e-edbf42e46eb7
* Added OnUserPreMessage and OnUserPreNotice events (not tested yet)Gravatar brain2004-04-061-0/+31
| | | | git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@407 e03df62e-2008-0410-955e-edbf42e46eb7
* Fixed error where ircd would crash if user's quit message was 'Client ↵Gravatar brain2004-04-061-4/+1
| | | | | | exited' and it wasnt ircd generated git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@406 e03df62e-2008-0410-955e-edbf42e46eb7
* Fixed to allow gay scripts like invision to send duff commands (why i do ↵Gravatar brain2004-04-061-3/+6
| | | | | | this is beyond me) git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@405 e03df62e-2008-0410-955e-edbf42e46eb7
* Added support for SVS-style Server class methods for modulesGravatar brain2004-04-061-6/+33
| | | | git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@400 e03df62e-2008-0410-955e-edbf42e46eb7
* Fixes to INVITE to return numeric 443 if user is already on the channelGravatar brain2004-04-061-0/+5
| | | | git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@399 e03df62e-2008-0410-955e-edbf42e46eb7
* Fixed yet more phidjit bugs. BugID #6 (yes again)Gravatar brain2004-04-061-13/+49
| | | | git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@398 e03df62e-2008-0410-955e-edbf42e46eb7
* Fixed minotr bug in handle_invite which caused only people in +i channels to ↵Gravatar frostycoolslug2004-04-051-4/+3
| | | | | | be able to invite. git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@397 e03df62e-2008-0410-955e-edbf42e46eb7
* Fixed Small bug in PASS commandGravatar frostycoolslug2004-04-051-0/+6
| | | | git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@396 e03df62e-2008-0410-955e-edbf42e46eb7
* Added extra command loggingGravatar brain2004-04-051-7/+13
| | | | git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@394 e03df62e-2008-0410-955e-edbf42e46eb7
* Added support for OnWhois, OnOper, OnInfo and SendToModeMask in the APIGravatar brain2004-04-051-0/+65
| | | | git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@388 e03df62e-2008-0410-955e-edbf42e46eb7
* Fix for bug ID #5 (PING, PONG And other matters)Gravatar brain2004-04-051-2/+32
| | | | git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@386 e03df62e-2008-0410-955e-edbf42e46eb7
* Fix for bug ID #6 (excessively long commands)Gravatar brain2004-04-051-24/+47
| | | | git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@385 e03df62e-2008-0410-955e-edbf42e46eb7
* Modified the Module::OnExtendedMode() method to use a void* as its target ↵Gravatar brain2004-04-051-2/+2
| | | | | | 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
* Fixed a bug in servermode handling where the target is a channel, found by ↵Gravatar brain2004-04-041-1/+5
| | | | | | ChroNiCk git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@382 e03df62e-2008-0410-955e-edbf42e46eb7
* Fixes to make motd display (we were missinga readfile()?!)Gravatar brain2004-04-041-0/+2
| | | | git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@381 e03df62e-2008-0410-955e-edbf42e46eb7
* Completed support for module-handled umodesGravatar brain2004-04-041-65/+186
| | | | git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@377 e03df62e-2008-0410-955e-edbf42e46eb7
* Fixed idle timeGravatar brain2004-04-041-3/+13
| | | | git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@376 e03df62e-2008-0410-955e-edbf42e46eb7
* Added support for module-based chanmodes with parameters and the ability to ↵Gravatar brain2004-04-041-12/+39
| | | | | | query the mode states. git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@374 e03df62e-2008-0410-955e-edbf42e46eb7
* Added support for /modules commandGravatar brain2004-04-041-1/+13
| | | | | | | Updated contributors git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@373 e03df62e-2008-0410-955e-edbf42e46eb7
* Fixes for setpriority on freebsdGravatar brain2004-04-031-13/+12
| | | | git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@370 e03df62e-2008-0410-955e-edbf42e46eb7
* 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