| Commit message (Expand) | Author | Age | Files | Lines |
| * | Import Atheme commits 7e5fbc1, 3f9931d, 7209fa8, and 2fbcdf4. Including addi... | Ben C | 2017-11-12 | 3 | -7/+7 |
| * | Move vendor field to a compile time macro | Austin Ellis | 2017-10-30 | 9 | -9/+9 |
| * | Import Atheme commits 51213f2, a07c528, 5eaae88, and 4e49a7a. | Ben C | 2017-10-10 | 5 | -21/+21 |
| * | Import Atheme commit 4d7df1c | Ben C | 2017-08-26 | 1 | -9/+15 |
| * | gameserv/dice: make maximum rolls configurable (closes #278) | William Pitcock | 2014-09-16 | 1 | -6/+24 |
| * | Remove all trailing whitespace | Rylee Fowler | 2014-07-08 | 3 | -5/+5 |
| * | Revert "gameserv/dice: Remove 'times' parameter from CALC and ROLL (closes #2...•••This reverts commit 92e7b02504786ca40c12c40532a341ca4caac7dc.
| William Pitcock | 2014-02-08 | 1 | -7/+32 |
| * | gameserv/dice: Remove 'times' parameter from CALC and ROLL (closes #278) | Alex Iadicicco | 2014-02-07 | 1 | -32/+7 |
| * | Remove gender-specific pronouns | Sam Dodrill | 2013-12-01 | 1 | -2/+2 |
| * | Revert "include/protocol/shadowircd: Fix comment about SSL mode being +S"•••This reverts commit 034b9e74c409519b4e28e70611d5b3b76866326e.
| Quora Dodrill | 2013-08-09 | 1 | -430/+0 |
| * | include/protocol/shadowircd: Fix comment about SSL mode being +S | Quora Dodrill | 2013-08-09 | 1 | -0/+430 |
| * | fix broken indent, sorry. | Jakub Woźniak | 2013-07-29 | 1 | -2/+2 |
| * | gameserv - fixes bug with multiple error messages | Jakub Woźniak | 2013-07-29 | 1 | -7/+9 |
| * | Print only 1 error on error. | Colgate | 2013-05-17 | 1 | -10/+12 |
| * | We actually take 2 parameters. The first being the channel name, the second b... | Colgate | 2012-10-21 | 3 | -3/+3 |
| * | gameserv/dice: ensure loop parameters are integers, and limit loop parameters... | William Pitcock | 2012-10-08 | 1 | -6/+7 |
| * | gameserv/dice: Do not call floorl() on doubles. It is for long doubles. | Jilles Tjoelker | 2012-08-12 | 1 | -1/+1 |
| * | gameserv/dice: Fixes in dice rolling. | Keith Buck | 2012-08-12 | 1 | -3/+4 |
| * | Add a small feature to gameserv/roll. | JD Horelick | 2012-07-12 | 1 | -0/+8 |
| * | gameserv/{eightball,lottery,rps}: we take up to 1 command parameter for games... | William Pitcock | 2012-06-14 | 3 | -3/+3 |
| * | gameserv/rps: hook up helpfile•••Pointed out by Casey.
| William Pitcock | 2012-03-12 | 1 | -1/+1 |
| * | Move to right place. | William Pitcock | 2012-03-12 | 1 | -8/+0 |
| * | gameserv/rps: add missing helpfile•••Helpfile contributed by KindOne.
| William Pitcock | 2012-03-12 | 1 | -0/+8 |
| * | Change some various uses of strn[cat|cpy] to mowgli_strl[cat|cpy].•••The functionality is effectively the same, but strlcpy is faster and less
error-prone.
| JD Horelick | 2012-01-15 | 1 | -1/+1 |
| * | everything: use mowgli_strlcpy() and mowgli_strlcat().•••this removes any dependency on the non-standard C strlcat/strlcpy extension,
as mowgli provides a strlcpy/strlcat now.
| William Pitcock | 2011-08-30 | 3 | -11/+11 |
| * | modules/*: chase API change in r6381. | William Pitcock | 2011-05-18 | 1 | -2/+1 |
| * | gameserv/dice: fix undefined behaviour (static float comparison) | William Pitcock | 2011-03-27 | 1 | -1/+1 |
| * | gameserv/happyfarm: gcc 4.6 warning fixes | William Pitcock | 2011-03-27 | 1 | -1/+1 |
| * | gameserv/happyfarm: add plant lookup functions | William Pitcock | 2011-03-27 | 1 | -0/+34 |
| * | Fix some various compile warnings. | JD Horelick | 2011-03-12 | 1 | -5/+5 |
| * | Make 'make install' depend properly upon things that need to be made | Stephen Bennett | 2011-03-12 | 1 | -2/+2 |
| * | Fix up the command_fail in the HappyFarm command trampoline when no parameter... | JD Horelick | 2011-03-09 | 1 | -2/+2 |
| * | gameserv: Add gs_interactive_notification() for sending notifications (or mem... | William Pitcock | 2011-03-06 | 1 | -0/+28 |
| * | gameserv/happyfarm: happy farm! (skeleton) | William Pitcock | 2011-03-03 | 2 | -1/+411 |
| * | gameserv/namegen: Make namegen actually take and use the number parameter. | JD Horelick | 2011-02-28 | 1 | -1/+9 |
| * | gameserv/dice: I hate floating-point math. | JD Horelick | 2011-01-24 | 1 | -3/+3 |
| * | Clean up some various warnings. | JD Horelick | 2011-01-23 | 3 | -6/+6 |
| * | gameserv/dice: Use double instead of long double.•••double is more than accurate enough (why does it
support floating point?) and long double is not
fully portable.
| Jilles Tjoelker | 2011-01-01 | 1 | -18/+18 |
| * | gameserv: Respect set_gameserv for both fantasy and non-fantasy commands.•••Commit 113c0b8f99c1 inappropriately reversed this, checking only fantasy
commands rather than checking only non-fantasy commands.
| Jilles Tjoelker | 2011-01-01 | 1 | -1/+1 |
| * | gameserv: Add LOTTERY command. | William Pitcock | 2010-12-31 | 2 | -1/+76 |
| * | gameserv: Respect chanserv's SET GAMESERV if it is loaded. | William Pitcock | 2010-12-31 | 1 | -1/+1 |
| * | gameserv: Don't allow more than 10 rolls at once. | William Pitcock | 2010-12-31 | 1 | -0/+6 |
| * | gameserv: Allow ROLL [times] and CALC [times] to do it multiple times. | William Pitcock | 2010-12-31 | 1 | -8/+24 |
| * | gameserv: Kill stupid unnecessary printf(). | William Pitcock | 2010-12-31 | 1 | -1/+0 |
| * | gameserv: Don't allow floorl(0.0). No, really. | William Pitcock | 2010-12-31 | 1 | -0/+3 |
| * | gameserv/dice: Fix fantasy mode. | William Pitcock | 2010-12-31 | 1 | -2/+2 |
| * | gameserv: s/ROLL/CALC/. | William Pitcock | 2010-12-31 | 1 | -1/+1 |
| * | gameserv: we need -lm. | William Pitcock | 2010-12-31 | 1 | -1/+1 |
| * | gameserv: actually hook up calc. | William Pitcock | 2010-12-31 | 1 | -0/+6 |
| * | gameserv: Allow CALC (d7)*(3d5) by adding 'd' as an operator. | William Pitcock | 2010-12-31 | 1 | -10/+30 |