| Commit message (Expand) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | Improved m_alias to only capture complete commands and rewrite them (bug #92 ...•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@2601 e03df62e-2008-0410-955e-edbf42e46eb7 | 2005-12-21 | 3 | -45/+57 | ||
| * | Added more verbose error output during link•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@2600 e03df62e-2008-0410-955e-edbf42e46eb7 | 2005-12-21 | 1 | -7/+17 | ||
| * | Moved CAPAB•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@2599 e03df62e-2008-0410-955e-edbf42e46eb7 | 2005-12-21 | 1 | -1/+1 | ||
| * | Added CAPAB checking to prevent some obvious n00biness that may occur•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@2598 e03df62e-2008-0410-955e-edbf42e46eb7 | 2005-12-21 | 1 | -0/+55 | ||
| * | Initiial revision of CBAN. It doesn't do anything useful just yet.•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@2597 e03df62e-2008-0410-955e-edbf42e46eb7 | 2005-12-21 | 1 | -0/+96 | ||
| * | Changed $CompileFlags to seperate $CompileFlags and $LinkerFlags•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@2595 e03df62e-2008-0410-955e-edbf42e46eb7 | 2005-12-21 | 2 | -2/+4 | ||
| * | Removed some redundant code that was commented out•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@2591 e03df62e-2008-0410-955e-edbf42e46eb7 | 2005-12-21 | 1 | -2/+0 | ||
| * | Added extra sanity check in squit to make sure REMOTE Servers dont try and sq...•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@2590 e03df62e-2008-0410-955e-edbf42e46eb7 | 2005-12-20 | 1 | -1/+1 | ||
| * | Added Socket = NULL for local server class to prevent it being 'selectable' b...•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@2589 e03df62e-2008-0410-955e-edbf42e46eb7 | 2005-12-20 | 1 | -0/+1 | ||
| * | Prevent user from squitting server from itself using squit * (!)•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@2588 e03df62e-2008-0410-955e-edbf42e46eb7 | 2005-12-20 | 1 | -8/+14 | ||
| * | Made linking more nazi, will drop connections that send bad commands•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@2587 e03df62e-2008-0410-955e-edbf42e46eb7 | 2005-12-20 | 1 | -1/+10 | ||
| * | Added extra diagnostic messages during connect, if connect fails•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@2585 e03df62e-2008-0410-955e-edbf42e46eb7 | 2005-12-20 | 1 | -6/+19 | ||
| * | Added stricter checking for encryption on connect, if enabled•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@2584 e03df62e-2008-0410-955e-edbf42e46eb7 | 2005-12-20 | 1 | -0/+9 | ||
| * | Added extra key length checks, documented encryption in example conf•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@2576 e03df62e-2008-0410-955e-edbf42e46eb7 | 2005-12-19 | 1 | -3/+14 | ||
| * | Fixed broken display of 'aes enabled'•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@2575 e03df62e-2008-0410-955e-edbf42e46eb7 | 2005-12-19 | 1 | -8/+3 | ||
| * | Changed AES negotiation to occur before SERVER•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@2574 e03df62e-2008-0410-955e-edbf42e46eb7 | 2005-12-19 | 1 | -10/+18 | ||
| * | Tidied up AES encryption•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@2573 e03df62e-2008-0410-955e-edbf42e46eb7 | 2005-12-19 | 1 | -1/+7 | ||
| * | Fixed blank crap on end of lines•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@2572 e03df62e-2008-0410-955e-edbf42e46eb7 | 2005-12-19 | 1 | -1/+3 | ||
| * | std::string doesnt like null chars?!•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@2571 e03df62e-2008-0410-955e-edbf42e46eb7 | 2005-12-19 | 1 | -1/+1 | ||
| * | Encryption debug•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@2570 e03df62e-2008-0410-955e-edbf42e46eb7 | 2005-12-19 | 1 | -4/+10 | ||
| * | Added AES•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@2569 e03df62e-2008-0410-955e-edbf42e46eb7 | 2005-12-19 | 1 | -11/+23 | ||
| * | Adding AES encryption to spanningtree links•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@2568 e03df62e-2008-0410-955e-edbf42e46eb7 | 2005-12-19 | 1 | -2/+50 | ||
| * | Added IOHookModule stuff to allow for different modules to hook different ports•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@2564 e03df62e-2008-0410-955e-edbf42e46eb7 | 2005-12-18 | 1 | -1/+1 | ||
| * | Fixed spanningtree to not allow malformed conf tags (missing/empty values)•••Added m_spanningtree, m_swhois and some clarifications to example conf git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@2563 e03df62e-2008-0410-955e-edbf42e46eb7 | 2005-12-18 | 1 | -2/+10 | ||
| * | Fixed typo in command source•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@2552 e03df62e-2008-0410-955e-edbf42e46eb7 | 2005-12-17 | 1 | -1/+1 | ||
| * | Typo in declaration•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@2539 e03df62e-2008-0410-955e-edbf42e46eb7 | 2005-12-16 | 2 | -2/+2 | ||
| * | Last set of modules converted to new command system•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@2538 e03df62e-2008-0410-955e-edbf42e46eb7 | 2005-12-16 | 4 | -180/+210 | ||
| * | Added support for new command system•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@2537 e03df62e-2008-0410-955e-edbf42e46eb7 | 2005-12-16 | 4 | -105/+135 | ||
| * | Moved to new command system•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@2536 e03df62e-2008-0410-955e-edbf42e46eb7 | 2005-12-16 | 4 | -47/+90 | ||
| * | Porting to new command system•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@2535 e03df62e-2008-0410-955e-edbf42e46eb7 | 2005-12-16 | 5 | -124/+176 | ||
| * | Split all commands into seperate files and redid command system to take class...•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@2534 e03df62e-2008-0410-955e-edbf42e46eb7 | 2005-12-16 | 9 | -273/+404 | ||
| * | Moved a ton of defined to modules.h that belong there•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@2524 e03df62e-2008-0410-955e-edbf42e46eb7 | 2005-12-16 | 1 | -1/+4 | ||
| * | Added more logging•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@2496 e03df62e-2008-0410-955e-edbf42e46eb7 | 2005-12-15 | 1 | -1/+2 | ||
| * | std::string -> irc::string•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@2480 e03df62e-2008-0410-955e-edbf42e46eb7 | 2005-12-15 | 1 | -1/+1 | ||
| * | Fixed to work with new IsInvited•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@2479 e03df62e-2008-0410-955e-edbf42e46eb7 | 2005-12-15 | 1 | -1/+2 | ||
| * | Removed unused var•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@2461 e03df62e-2008-0410-955e-edbf42e46eb7 | 2005-12-15 | 1 | -1/+0 | ||
| * | Updated so that netsplits use the cull_list.•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@2460 e03df62e-2008-0410-955e-edbf42e46eb7 | 2005-12-15 | 1 | -20/+13 | ||
| * | Fixed location of Srv•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@2456 e03df62e-2008-0410-955e-edbf42e46eb7 | 2005-12-14 | 1 | -1/+2 | ||
| * | Added Server::GetVersion()•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@2455 e03df62e-2008-0410-955e-edbf42e46eb7 | 2005-12-14 | 1 | -3/+3 | ||
| * | moved declarations of typedefs for user_hash and chan_hash etc to typedefs.h•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@2400 e03df62e-2008-0410-955e-edbf42e46eb7 | 2005-12-14 | 1 | -2/+3 | ||
| * | Fixed a couple of missing \n's at request of Special•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@2387 e03df62e-2008-0410-955e-edbf42e46eb7 | 2005-12-13 | 2 | -2/+2 | ||
| * | #define IS_LOCAL(x) (x->fd > -1)•••#define IS_REMOTE(x) (x->fd < 0) #define IS_MODULE_CREATED(x) (x->fd == FD_MAGIC_NUMBER) git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@2386 e03df62e-2008-0410-955e-edbf42e46eb7 | 2005-12-13 | 1 | -1/+1 | ||
| * | optimized a ton of strcmps down to an integer comparison!•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@2385 e03df62e-2008-0410-955e-edbf42e46eb7 | 2005-12-13 | 1 | -21/+21 | ||
| * | Minor bug chasing•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@2380 e03df62e-2008-0410-955e-edbf42e46eb7 | 2005-12-13 | 1 | -0/+2 | ||
| * | Not sending fjoins on sync?•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@2379 e03df62e-2008-0410-955e-edbf42e46eb7 | 2005-12-13 | 1 | -0/+2 | ||
| * | Made MAXCHANS growable for opers/ulines (growing of list not implemented yet)•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@2367 e03df62e-2008-0410-955e-edbf42e46eb7 | 2005-12-13 | 3 | -6/+8 | ||
| * | Fixed permenant xline propogation•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@2314 e03df62e-2008-0410-955e-edbf42e46eb7 | 2005-12-11 | 1 | -1/+25 | ||
| * | Fixed Case sensitivity Bug (BugTrack #88)•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@2308 e03df62e-2008-0410-955e-edbf42e46eb7 | 2005-12-10 | 1 | -1/+1 | ||
| * | Changed 'fake direction' message a little•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@2307 e03df62e-2008-0410-955e-edbf42e46eb7 | 2005-12-09 | 1 | -1/+9 | ||
| * | More IDLE fixes•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@2299 e03df62e-2008-0410-955e-edbf42e46eb7 | 2005-12-09 | 1 | -22/+19 | ||
