| Commit message (Expand) | Author | Age | Files | Lines |
| * | Move vendor field to a compile time macro | Austin Ellis | 2017-10-30 | 1 | -1/+1 |
| * | Import Atheme commits 36f1b1a, b99e0f8, and 35e73d0. | Ben C | 2017-10-09 | 1 | -1/+1 |
| * | alis: add support for searching +channels | William Pitcock | 2014-08-02 | 1 | -1/+1 |
| * | alis: fix a memory leak I introduced | Mantas Mikulėnas | 2014-06-19 | 1 | -0/+3 |
| * | alis: move query.mask parsing to parse_alis() | Mantas Mikulėnas | 2014-06-19 | 1 | -13/+13 |
| * | alis: retab | Mantas Mikulėnas | 2014-06-19 | 1 | -31/+31 |
| * | alis: auto-add wildcards to the channel name, too•••But exempt searches for an exact channel name, e.g. "LIST #foo".
| Mantas Mikulėnas | 2014-06-19 | 1 | -1/+14 |
| * | alis: remove forgotten debug message | Mantas Mikulėnas | 2014-06-19 | 1 | -4/+0 |
| * | alis: automatically surround topic matches with wildcards•••Searching by exact match is literally _never_ useful for topics. Prefer
usability over compatibility with a decades-old IRCnet service.
| Mantas Mikulėnas | 2014-06-19 | 1 | -4/+28 |
| * | alis/main: correct missing negation | Lee Starnes | 2014-05-18 | 1 | -1/+1 |
| * | alis/main: make negation consistent | Lee Starnes | 2014-05-18 | 1 | -2/+2 |
| * | alis/main: add -showsecret flag to ALIS LIST•••This will enable opers with the chan:auspex privilege to view
hidden (+s) channels in ALIS LIST by using the -showsecret flag.
| Lee Starnes | 2014-05-17 | 1 | -2/+13 |
| * | alis: Strip mirc colour/control codes from topics.•••The expectation is that ircd will do the same with /list
and that ircd may then allow colours in topics without
making channel listings ugly.
Alternatively, ircd may disallow colours in topics entirely
and this change will have no effect.
| Jilles Tjoelker | 2012-04-29 | 1 | -4/+10 |
| * | modules/*: chase API change in r6381. | William Pitcock | 2011-05-18 | 1 | -2/+1 |
| * | Make 'make install' depend properly upon things that need to be made | Stephen Bennett | 2011-03-12 | 1 | -1/+2 |
| * | Add RPATH information to all of the modules if needed. | William Pitcock | 2010-12-22 | 1 | -1/+1 |
| * | Make the Atheme core a library and add a stub for the services executable. | William Pitcock | 2010-12-14 | 1 | -0/+1 |
| * | Supply intent information when performing module unload operations.•••There are presently two intents for unload operations, these are
MODULE_UNLOAD_INTENT_PERM which indicates a permanent unload, and
MODULE_UNLOAD_INTENT_RELOAD which indicates that a module is being
reloaded (usually for a code upgrade).
This allows the module to know when it should stash persistence data
using the mowgli.global_data classes or when it should just destroy
all data records.
| William Pitcock | 2010-12-03 | 1 | -1/+1 |
| * | Use %zu to print the length of mowgli_list_t (size_t). | Jilles Tjoelker | 2010-10-10 | 1 | -6/+6 |
| * | Warning cleanups. | William Pitcock | 2010-10-09 | 1 | -6/+6 |
| * | Kill node_t and list_t.•••This also has the side effect of unbreaking the build. Oops.
| William Pitcock | 2010-10-08 | 1 | -1/+1 |
| * | Use MOWGLI_LIST_LENGTH() instead of LIST_LENGTH(). | William Pitcock | 2010-10-08 | 1 | -8/+8 |
| * | Remove "help/" from the help path of all modules that contain commands.•••This is just a waste of space as it is stripped out in src/help.c anyway.
Since we've re-done the help stuff anyway, might as well do this too.
| JD Horelick | 2010-09-22 | 1 | -2/+2 |
| * | alis: Clean up a usage of helptree. | JD Horelick | 2010-09-21 | 1 | -1/+0 |
| * | alis: Port to new command framework. | William Pitcock | 2010-09-21 | 1 | -8/+2 |
| * | Clean up help_display() calls. | William Pitcock | 2010-09-21 | 1 | -1/+1 |
| * | Remove duplicated message handler routines. | William Pitcock | 2010-09-20 | 1 | -34/+1 |
| * | alis: Change to new command API. | William Pitcock | 2010-09-20 | 1 | -9/+7 |
| * | Made fantasy command replies tell users to message ChanServ not the BotServ bot. | Adam | 2010-06-21 | 1 | -1/+1 |
| * | Remove a bunch of the SVN Id's from the comments as well while•••we're at it. Sidenote: Yay Vim.
| JD Horelick | 2010-06-04 | 1 | -1/+0 |
| * | alis: Correct size of extmodes arrays.•••MAXMODES is not a substitute for old MAXEXTMODES.
| Jilles Tjoelker | 2010-05-23 | 1 | -20/+4 |
| * | Replace MAXEXTMODES with MAXMODES or ignore_mode_list_size where appropriate.•••Remove MAXEXTMODES.
| William Pitcock | 2010-05-23 | 1 | -3/+3 |
| * | Remove CFLAGS += ${PLUGIN_CFLAGS} from modules/*/Makefile.•••buildsys.mk already does this, so it is not needed.
| Jilles Tjoelker | 2010-05-23 | 1 | -1/+0 |
| * | Convert ALIS makefile. | William Pitcock | 2010-05-18 | 2 | -19/+18 |
| * | Clean up a lot of the logcommand() messages. | JD Horelick | 2010-01-12 | 1 | -1/+1 |
| * | Reworked logging in ALIS a tiny bit. | JD Horelick | 2010-01-11 | 1 | -1/+1 |
| * | alis: Add -maxmatches option; xmlrpc and chan:auspex may set it to higher tha... | Jilles Tjoelker | 2009-04-26 | 1 | -2/+29 |
| * | Use C99 booleans (<stdbool.h>, bool, true, false). | Jilles Tjoelker | 2008-12-13 | 1 | -2/+2 |
| * | Put our own include path before include paths of other packages.•••This fixes compilation with PCRE on FreeBSD with the
net/xmlrpc-c port installed. net/xmlrpc-c has a header
file /usr/local/include/xmlrpc.h and using that one
instead of our xmlrpc.h breaks things.
| Jilles Tjoelker | 2008-12-03 | 1 | -1/+1 |
| * | alis: do not show ircd-seven +M mode. | Jilles Tjoelker | 2008-11-29 | 1 | -1/+1 |
| * | Allow alis list on a single +s channel the user is on.•••This may be useful with -show t to show the real
setter of a topic set by ChanServ.
Unfortunately this does not work on channel names
containing '*' or '?'.
| Jilles Tjoelker | 2008-11-28 | 1 | -1/+3 |
| * | Create service_t's right away, remove some duplicate conf code.•••All modules that create services now need a rehash
before the service client appears on IRC.
Nick/user/host/real of services can now be changed
using a rehash.
Duplicate services nicks will break things for now.
This will make it easier to add more generic service
options such as command aliases.
| Jilles Tjoelker | 2008-11-09 | 1 | -99/+6 |
| * | Allow changing alis nick/user/host/real in atheme.conf.•••ALIS now needs a rehash after being loaded via /os modload.
Loading it from atheme.conf still works normally.
| Jilles Tjoelker | 2008-10-26 | 1 | -8/+84 |
| * | alis: fix handling of key and limit | Jilles Tjoelker | 2008-08-10 | 1 | -4/+4 |
| * | Add help files for alis. | Jilles Tjoelker | 2008-06-07 | 1 | -1/+25 |
| * | Move alis from contrib to modules.•••The new atheme.conf line is loadmodule "modules/alis/main";
The old contrib module will be deleted automatically
on installing the new version.
| Jilles Tjoelker | 2008-06-07 | 2 | -0/+472 |