| Commit message (Expand) | Author | Age | Files | Lines |
| * | Update modules/contrib submodule. | Ben C | 2017-08-15 | 1 | -0/+0 |
| * | Update contrib submodule. | Ben C | 2016-06-02 | 1 | -0/+0 |
| * | contrib: Bump revision to master | Rylee Fowler | 2014-07-08 | 1 | -0/+0 |
| * | Break /ns list into submodules•••This allows contrib modules to easily add new list criteria. The idea is
similar to groupserv in that /ns list exposes functions that any module
can use, and which add the list criteria information to the list of
available list things.
| Errietta Kostala | 2014-05-19 | 1 | -0/+0 |
| * | Update contrib modules snapshot to remove gs_lastfm.c | Alex Iadicicco | 2014-01-22 | 1 | -0/+0 |
| * | Update contrib modules snapshot | Alex Iadicicco | 2014-01-08 | 1 | -0/+0 |
| * | Update contrib modules snapshot | Alex Iadicicco | 2014-01-02 | 1 | -0/+0 |
| * | Update contrib modules snapshot one last time | Alex Iadicicco | 2013-10-14 | 1 | -0/+0 |
| * | Update contrib modules snapshot again | Alex Iadicicco | 2013-10-14 | 1 | -0/+0 |
| * | Update contrib modules snapshot | Alex Iadicicco | 2013-10-14 | 1 | -0/+0 |
| * | Update contrib modules snapshot. | Jilles Tjoelker | 2013-04-08 | 1 | -0/+0 |
| * | modules/contrib: Update contrib submodule•••This pulls in the fix for os_testcmd.
| Douglas Freed | 2013-03-03 | 1 | -0/+0 |
| * | Update contrib modules snapshot. (closes #97) | William Pitcock | 2013-02-22 | 1 | -0/+0 |
| * | Update libmowgli-2 and contrib module snapshots•••This also fixes #79
| Douglas Freed | 2013-01-20 | 1 | -0/+0 |
| * | modules/contrib: update snapshot | William Pitcock | 2012-10-05 | 1 | -0/+0 |
| * | contrib: update snapshot with stringref-aware code (ref. #60) | William Pitcock | 2012-10-04 | 1 | -0/+0 |
| * | Update community modules snapshot. (Closes #53) | William Pitcock | 2012-09-24 | 1 | -0/+0 |
| * | Update contrib submodule | JD Horelick | 2012-07-12 | 1 | -0/+0 |
| * | modules/contrib: update git snapshot | William Pitcock | 2012-07-08 | 1 | -0/+0 |
| * | Update contrib snapshot. | William Pitcock | 2012-04-18 | 1 | -0/+0 |
| * | Update contrib snapshot. | William Pitcock | 2012-04-17 | 1 | -0/+0 |
| * | Update contrib snapshot. | William Pitcock | 2012-04-17 | 1 | -0/+0 |
| * | modules/contrib: readd as git submodule of git://github.com/atheme/atheme-con... | William Pitcock | 2012-04-17 | 1 | -0/+0 |
| * | Remove modules/contrib. | William Pitcock | 2012-04-17 | 55 | -9502/+0 |
| * | contrib/*: ensure MYCHAN_FROM returns non-null if using it | William Pitcock | 2012-04-17 | 3 | -2/+8 |
| * | contrib/wumpus: ensure wumpus doesn't get channel messages | William Pitcock | 2012-04-17 | 1 | -0/+1 |
| * | contrib/os_defcon: add to default makefile | William Pitcock | 2012-03-19 | 1 | -0/+1 |
| * | contrib/os_defcon: fix compile | William Pitcock | 2012-03-19 | 1 | -3/+4 |
| * | contrib/wumpus: fix bug | William Pitcock | 2012-03-17 | 1 | -1/+1 |
| * | contrib/graphtastical: use srename(). | William Pitcock | 2012-03-10 | 1 | -2/+2 |
| * | contrib/ircd_announceserv: avoid assertion hits•••Also, while we're here -- use the direct service reference we created instead of using
service_named_*() commands (which is a slow path).
| William Pitcock | 2012-03-10 | 1 | -20/+23 |
| * | contrib/ns_waitreg: make XMLRPC-clean | William Pitcock | 2012-03-10 | 1 | -1/+3 |
| * | contrib/ns_cleannick: don't try to clean internal clients | William Pitcock | 2012-03-10 | 1 | -2/+2 |
| * | chanserv: Use exact matching when finding a user-specified access entry.•••If a user does ACCESS INFO, AKICK DEL, FLAGS (query), SET FOUNDER, xOP DEL
or USERINFO on an entity, or userinfo is being checked for a joining user,
only look for an exact match, not groups or the like.
| Jilles Tjoelker | 2012-03-11 | 1 | -2/+2 |
| * | contrib/backtrace: add some stupid code to dump a backtrace | William Pitcock | 2012-03-03 | 1 | -0/+42 |
| * | modules/*: replace config_options.time_format reference with TIME_FORMAT define•••POSIX requires that format strings be static.
| William Pitcock | 2012-03-02 | 5 | -5/+5 |
| * | contrib/os_klinechan: ditto | William Pitcock | 2012-03-01 | 1 | -2/+2 |
| * | modules/contrib: use MYCHAN_FROM(). | William Pitcock | 2012-02-25 | 5 | -6/+6 |
| * | contrib/ns_mxcheck: this also needs to be stubbed on win32 | William Pitcock | 2012-02-19 | 1 | -0/+5 |
| * | Missed one. | William Pitcock | 2012-02-19 | 1 | -0/+4 |
| * | contrib/{anything that depends on childproc}: build stubs on win32 only | William Pitcock | 2012-02-19 | 2 | -0/+9 |
| * | ensure entity()->name can always be strshare_ref'd | William Pitcock | 2012-02-15 | 1 | -9/+9 |
| * | 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 | 2 | -3/+3 |
| * | Switch to using libmowgli-2 timers.•••This is a first step into splitting the atheme-specific parts of the eventloop from the
more generic parts of the eventloop.
| William Pitcock | 2011-11-25 | 3 | -17/+32 |
| * | contrib/gen_httpd: removed (obsoleted by misc/httpd). | William Pitcock | 2011-11-25 | 2 | -293/+0 |
| * | Follow libmowgli-2 upstream change (generic iterators for config file entries). | William Pitcock | 2011-11-25 | 5 | -12/+12 |
| * | Switch to libmowgli-2 confparse implementation and remove ours from libatheme... | William Pitcock | 2011-11-25 | 5 | -12/+12 |
| * | Chase user_t.ip API change in more places. | Jilles Tjoelker | 2011-11-19 | 1 | -1/+1 |
| * | Some small miscellaneous cleanups. | JD Horelick | 2011-10-30 | 1 | -1/+1 |
| * | chanserv: Add the ability to customize flags for channel registrations. | JD Horelick | 2011-10-30 | 1 | -1/+2 |