| Commit message (Expand) | Author | Age | Files | Lines |
| * | Move vendor field to a compile time macro | Austin Ellis | 2017-10-30 | 1 | -1/+1 |
| * | operserv/info: Reorganize the display of some of the settings, and sort them ... | Ben C | 2016-04-08 | 1 | -0/+3 |
| * | Remove all trailing whitespace | Rylee Fowler | 2014-07-08 | 1 | -8/+8 |
| * | infoserv: stringref clean (ref #60) | William Pitcock | 2012-10-03 | 1 | -2/+2 |
| * | ensure entity()->name can always be strshare_ref'd | William Pitcock | 2012-02-15 | 1 | -6/+6 |
| * | modules/*: chase API change in r6381. | William Pitcock | 2011-05-18 | 1 | -4/+3 |
| * | Make 'make install' depend properly upon things that need to be made | Stephen Bennett | 2011-03-12 | 1 | -2/+2 |
| * | Copy module name and unload capability from module headers into the module_t ... | Stephen Bennett | 2011-03-12 | 1 | -1/+1 |
| * | Use the operserv_info hook in many of the modules that provide config options. | JD Horelick | 2011-02-18 | 1 | -0/+10 |
| * | 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/+2 |
| * | 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 |
| * | Mark many modules that use OpenSEX for storing their DB stuff as immutable.•••This is a temporary fix so that you don't lose all your groups and group
memberships if groupserv/main is unloaded or reloaded (for example).
| JD Horelick | 2010-11-17 | 1 | -1/+1 |
| * | Remove the dlink code, it has now been entirely replaced by mowgli.list.•••The new mowgli.list code has been improved through usage in audacious and
other places, and has many features that atheme has needed for some time.
| William Pitcock | 2010-10-08 | 1 | -16/+16 |
| * | Kill node_t and list_t.•••This also has the side effect of unbreaking the build. Oops.
| William Pitcock | 2010-10-08 | 1 | -3/+3 |
| * | Replace LIST_FOREACH_* with the mowgli_iter framework. | 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 | -6/+6 |
| * | infoserv: Port to new command framework. | JD Horelick | 2010-09-21 | 1 | -21/+6 |
| * | 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 |
| * | infoserv: Update to new command API. | William Pitcock | 2010-09-20 | 1 | -16/+15 |
| * | Add a config option for number of InfoServ messages sent to users on connect.•••This option applies to oper InfoServ messages as well.
| JD Horelick | 2010-08-21 | 1 | -4/+9 |
| * | myuser->entity first step (moving the name) compiles. | Elly | 2010-08-21 | 1 | -2/+2 |
| * | Clean up underscores_to_spaces stuff in InfoServ a bit. | JD Horelick | 2010-08-11 | 1 | -22/+13 |
| * | infoserv: Fix memory leak introduced by 5178:d63a4bece087. | Jilles Tjoelker | 2010-08-11 | 1 | -0/+8 |
| * | Whoops. Forgot to copy the string for underscores_to_spaces so•••underscores InfoServ messages would've caused DB corruption.
| JD Horelick | 2010-08-09 | 1 | -5/+5 |
| * | Replace underscores with spaces in InfoServ subjects.•••You can haz multi-word InfoServ subjects nao.
| JD Horelick | 2010-07-31 | 1 | -10/+43 |
| * | Make Infoserv post not segfault if user isn't identified. | JD Horelick | 2010-07-26 | 1 | -0/+7 |
| * | Add oper-only message support to InfoServ. | JD Horelick | 2010-07-24 | 1 | -9/+203 |
| * | Have infoserv just write the accountname to the DB on infoserv post.•••Calling get_source_name() here can cause DB problems if you're identified but
on a unregistered/ungrouped nick.
| JD Horelick | 2010-07-23 | 1 | -1/+1 |
| * | infoserv: Do not send news to users coming back from splits. | Jilles Tjoelker | 2010-07-03 | 1 | -0/+3 |
| * | Fix crash when loading modules that require opensex without opensex loaded.•••The problem was that certain stuff was set up before checking for opensex,
this was not cleaned up.
| Jilles Tjoelker | 2010-07-01 | 1 | -2/+2 |
| * | Make the OpenSEXified modules fail to load if backend/opensex isn't loaded. | JD Horelick | 2010-06-30 | 1 | -0/+7 |
| * | Fix a small typo on importance 3 of InfoServ. | JD Horelick | 2010-06-29 | 1 | -1/+1 |
| * | Convert botserv, hostserv/request, hostserv/offer, infoserv and operserv/clon...•••operserv/clones patch from Elly.
| JD Horelick | 2010-06-29 | 1 | -64/+29 |
| * | Quick fix to infoserv/main | JD Horelick | 2010-06-24 | 1 | -1/+1 |
| * | infoserv: Do not use a *svs_t struct, only a module-local service_t pointer. | Jilles Tjoelker | 2010-06-24 | 1 | -30/+14 |
| * | Fix InfoServ not working when Global isn't loaded by making messages actually... | JD Horelick | 2010-06-23 | 1 | -3/+3 |
| * | Made fantasy command replies tell users to message ChanServ not the BotServ bot. | Adam | 2010-06-21 | 1 | -1/+1 |
| * | Gettextify InfoServ. Apparently I suck at remembering to gettextify•••my code.
| JD Horelick | 2010-06-20 | 1 | -11/+11 |
| * | Add InfoServ to Atheme. This is kind of like a cross between•••Global and os_logonnews.
| JD Horelick | 2010-06-20 | 2 | -0/+433 |