Age | Commit message (Expand) | Author |
2008-09-07 | Don't execute multiple aliases after executing one. | w00t |
2008-09-07 | Fix aliases returning multiple messages, thanks Ankit. | w00t |
2008-09-07 | Fix compile. Try again, Ankit. | w00t |
2008-09-07 | Set default values for <alias:usercommand> and <alias:channelcommand>, Ankit,... | w00t |
2008-09-06 | Add (currently untested and undocumented) fantasy command (<alias:channelcomm... | w00t |
2008-09-06 | Rename some member fields; add <alias:usercommand>, default true - whether or... | w00t |
2008-09-06 | Restructuring to m_alias, this will be used for (optional) fantasy commands. | w00t |
2008-09-06 | Modify aliases to use a multimap rather than a vector for storage + a map for... | w00t |
2008-08-28 | Fix aliases stuff. | w00t |
2008-08-25 | Change module versions to use a string instead of fixed digits, and use props... | w00t |
2008-08-22 | Match conversion stuff. | w00t |
2008-08-22 | Revert automated conversion by Special, as it (unfortunately) neglects some d... | w00t |
2008-08-22 | Fix a lot of calls to match() and uses of wildcard.h (which doesn't exist any... | special |
2008-06-11 | fixed some indentation and spacing in modules | pippijn |
2008-06-06 | Allow changing of command string and parameter vector within OnPreCommand, al... | brain |
2008-05-18 | Please see my XXX in m_conn_umodes w00t, maybe something we can look at next? | brain |
2008-05-06 | Fix broken m_alias, cant preallocate and then push_back, because then its ma... | brain |
2008-05-04 | Ok 3rd time lucky, thanks for the pointers Brain | peavey |
2008-05-04 | fix this | peavey |
2008-05-04 | First attempt at converting to new command handler, please review diff Brain. | peavey |
2008-03-24 | And more of them | brain |
2008-03-22 | Wheeee for HUGE commits. Convert all numerics to WriteNumeric so that OnNumer... | brain |
2008-02-20 | Wheee, mass commit! this adds const stafety, throwing a compile error if anyo... | brain |
2008-02-11 | Add -Wshadow to cflags, and fix a bunch of warnings that come with it. Add a ... | w00t |
2008-01-17 | Fix.. snomask O is already taken (ffs) so use A instead | w00t |
2008-01-17 | Remove InspIRCd::WriteOpers in favour of snomask O | w00t |
2008-01-10 | Header update: 2007 -> 2008 | w00t |
2007-11-04 | Convert all to new Attach() system. The Implements() method needs removing fr... | brain |
2007-11-04 | Next part of Development/Hooking (see wiki) | brain |
2007-10-15 | In the grand tradition of huge fucking commits: | w00t |
2007-08-27 | Remove unnecessary header traffic | w00t |
2007-08-23 | Add some stuff to change how we process a token sepeperated stream | brain |
2007-07-24 | Replace some voodoo with a define | w00t |
2007-07-16 | OOPS! We try again, since I'm smoking craq. LF is 0x0a NOT CR. | peavey |
2007-07-16 | 'svn propset -R svn:eol-style CR *' Set to UNIX-style always. Binaries are au... | peavey |
2007-07-03 | Removed superfluous semicolons | pippijn |
2007-06-17 | Module factory and init function in modules turned into a neat macro: | brain |
2007-06-09 | A ton more clear() and empty() stuff thats been lingering on the long term to... | brain |
2007-05-21 | Header rearrangement, move inspircd.h to top, remove stdio, stdlib, stdblahbl... | brain |
2007-05-19 | Windows support. Tested and working to compile on freebsd and linux. Next ste... | w00t |
2007-05-12 | The commit that should have been r7000: src/modules now uses IS_OPER instead ... | w00t |
2007-04-02 | This needs some general QA-ing. Add support to new parser (introduced in 1.1)... | brain |
2007-01-17 | Mass comment removal. | brain |
2007-01-14 | Add alias:matchcase config setting (per-alias, determines wether to match cas... | brain |
2007-01-14 | Allow aliasing of anything to anything, removing the need for tons of non-pro... | brain |
2007-01-01 | Fix to allow for OnRehash to know what user initiated the rehash | brain |
2006-12-22 | Fix for alias var names within aliases | brain |
2006-12-16 | Add format="" value, at request of Emeric. | brain |
2006-12-16 | Allow linefeeds in this module in one value | brain |
2006-12-16 | Linefeeds in quotes, just for w00t. | brain |