Age | Commit message (Expand) | Author |
2009-03-15 | Update all wiki links to point to the new wiki. This was done automatically w... | psychon |
2009-03-07 | Fix +k for real | danieldg |
2009-03-07 | Let's try that +k fix again, this time with more testing | danieldg |
2009-03-07 | Fix r11178 not allowing keys to be unset | danieldg |
2009-03-06 | Construct explicit parameter type list for MODE parameters | danieldg |
2009-03-06 | Drop channel keys if they are identical to the already-set key (fix for bug #... | w00t |
2009-02-14 | Nuke trailing spaces | peavey |
2009-02-11 | Remove/Add cmode h according to <option:allowhalfop>. Fixes bug #715 reported... | peavey |
2009-01-31 | Fix compile error | danieldg |
2009-01-31 | Fix for bug #695. For now, we cant be sure what parts of the code might still... | brain |
2009-01-25 | Allow +l 0 (for +PlL #newchan). | w00t |
2009-01-25 | This can't be case sensitive because it's not consistant, and also would brea... | w00t |
2009-01-02 | Update copyrights for 2009. | w00t |
2008-11-02 | Remove +s when no snomasks are set.. bug found (indirectly) by jackmcbarn. | w00t |
2008-11-01 | Send remote de-oper to REMOTEOPER snomask. | w00t |
2008-10-25 | Fix <disabled:umodes> interfering with /unloadmodule m_implementing_a_umode, ... | w00t |
2008-09-29 | I think this fixes the mode +k weirdness. Keys were never being set correctly... | brain |
2008-08-31 | Move all the parameters around AGAIN. See docs shortly | brain |
2008-08-25 | Fixes, this can't be taken directly from 1.1 | w00t |
2008-08-24 | Forward-port r10257, fixes bug #599 reported by mixx941. | w00t |
2008-08-17 | Add OnParameterMissing to modehandler, called when the mode handler should ha... | brain |
2008-07-29 | Move umode_n to umode_s, second half of last commit | w00t |
2008-07-29 | After discussions and thought, move umode +n to +s. This increases cross-ircd... | w00t |
2008-07-20 | Remove custom members for +lk storage | w00t |
2008-07-19 | Change modes in channels and users to use std::bitset instead of an array. Th... | w00t |
2008-06-09 | Something we can do in 1.2 that we cant really do neatly in 1.1 - allow for t... | brain |
2008-05-19 | Convert channel::name to std::string, this was a beastie! | brain |
2008-05-19 | Convert channel banlist members to std::string | brain |
2008-05-18 | Make User:: nick/ident/dhost/fullname and some other things std::string inste... | aquanight |
2008-05-04 | Conversion of command handler params from "const char* const* parameters, int... | brain |
2008-05-01 | Convert to SimpleUserModeHandler and SimpleChannelModeHandler | brain |
2008-04-21 | Merge in large patchset from GreenReaper, useful fixes for freeing a ton of d... | brain |
2008-04-14 | Set the required prefix for ops to @, thanks | brain |
2008-04-02 | Fixes for bug #493, tidyups to clearing of channel modes on losing FJOIN. Mod... | brain |
2008-04-02 | make sure we include the right headers and fix a warning in cmode_b | brain |
2008-03-30 | whack a couple of format warnings now showing with r9217 | peavey |
2008-02-24 | Make run-cc show ARCHIVE step(s), also get rid of 'entering/leaving directory... | aquanight |
2008-02-22 | Convert remaining InspIRCd::Log() calls to new logging system | aquanight |
2008-02-18 | Someone please help me fix the warnings in modules caused by this change. All... | brain |
2008-02-14 | As a final test of this, set the permissions required to set channel mode +h ... | brain |
2008-02-12 | HA, that did it | brain |
2008-02-12 | apparently ar -s is equivalent to ranlib, except it doesnt have a fucking noi... | brain |
2008-02-11 | Add -Wshadow to cflags, and fix a bunch of warnings that come with it. Add a ... | w00t |
2008-02-10 | Hide ar and ranlib | brain |
2008-02-10 | Now very tidy make output, with pretty colours :p | brain |
2008-02-10 | Move run-cc.pl to make/ directory and update paths, keeps root tidy | brain |
2008-02-09 | Add a perl script which will abort compiles for warning messages that don't h... | aquanight |
2008-02-02 | Back out the AllowDevoiceSelf stuff, it wasn't going to work anyway. Accident... | w00t |
2008-02-02 | Cache User::GetIPString() | w00t |
2008-02-02 | Move some stuff to usermanager, remove a little header insanity, remove trace... | w00t |