| Commit message (Expand) | Author | Age | Files | Lines |
| * | Move vendor field to a compile time macro | Austin Ellis | 2017-10-30 | 1 | -1/+1 |
| * | Remove all trailing whitespace | Rylee Fowler | 2014-07-08 | 1 | -1/+1 |
| * | modules/*: chase API change in r6381. | William Pitcock | 2011-05-18 | 1 | -3/+1 |
| * | global: Add LIST command to view what will be sent without sending it.•••Particularly useful so you can see if your message is too long (got cut off)
or if you typo'd so you can CANCEL and fix it.
| JD Horelick | 2011-04-15 | 1 | -1/+31 |
| * | Make 'make install' depend properly upon things that need to be made | Stephen Bennett | 2011-03-12 | 1 | -2/+2 |
| * | Missed a Makefile for LDFLAGS_RPATH. | 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 |
| * | Use %zu to print the length of mowgli_list_t (size_t). | Jilles Tjoelker | 2010-10-10 | 1 | -3/+3 |
| * | Warning cleanups. | William Pitcock | 2010-10-09 | 1 | -2/+2 |
| * | Replace balloc with mowgli.heap. | William Pitcock | 2010-10-08 | 1 | -7/+7 |
| * | 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 | -7/+7 |
| * | Kill node_t and list_t.•••This also has the side effect of unbreaking the build. Oops.
| William Pitcock | 2010-10-08 | 1 | -2/+2 |
| * | Use MOWGLI_LIST_LENGTH() instead of LIST_LENGTH(). | William Pitcock | 2010-10-08 | 1 | -1/+1 |
| * | Replace LIST_FOREACH_* with the mowgli_iter framework. | William Pitcock | 2010-10-08 | 1 | -3/+3 |
| * | 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 |
| * | global: Port to new command framework. | JD Horelick | 2010-09-21 | 1 | -19/+3 |
| * | Remove duplicated message handler routines. | William Pitcock | 2010-09-20 | 1 | -33/+1 |
| * | global: Update to new command API. | William Pitcock | 2010-09-20 | 1 | -18/+10 |
| * | Unbreak Global build. | William Pitcock | 2010-08-21 | 1 | -2/+2 |
| * | Kill off globsvs. | William Pitcock | 2010-08-21 | 1 | -23/+5 |
| * | 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 |
| * | Replace the $Id crap that hasn't really been used in 3 years with•••PACKAGE_STRING.
| JD Horelick | 2010-06-04 | 1 | -1/+1 |
| * | 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 |
| * | chanserv/crypto/global are converted. | William Pitcock | 2010-05-18 | 2 | -19/+18 |
| * | fix a warning caused by a "typo". | JD Horelick | 2010-01-12 | 1 | -1/+1 |
| * | Clean up a lot of the logcommand() messages. | JD Horelick | 2010-01-12 | 1 | -2/+2 |
| * | Logging rework and snoop() removal from global. | JD Horelick | 2010-01-11 | 1 | -4/+2 |
| * | Remove .disp field in global core services structures. | William Pitcock | 2009-12-15 | 1 | -2/+0 |
| * | Update the remaining hook_add_hook, hook_add_hook_first and hook_del_hook. | Jilles Tjoelker | 2009-08-09 | 1 | -2/+2 |
| * | Use C99 booleans (<stdbool.h>, bool, true, false). | Jilles Tjoelker | 2008-12-13 | 1 | -4/+4 |
| * | 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 |
| * | Make some services' config less magic.•••Only nickserv and chanserv still use config options in conf.c.
| Jilles Tjoelker | 2008-11-09 | 1 | -1/+2 |
| * | 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 | -16/+13 |
| * | global does not need uplink.h anymore | Jilles Tjoelker | 2008-06-07 | 1 | -1/+0 |
| * | Fix OS GLOBAL to work with a vtable other than the default (xmlrpc, whatever). | Robin Burchell | 2008-05-31 | 1 | -3/+3 |
| * | [svn] MKDEP is not makedepend | pippijn | 2007-06-03 | 1 | -2/+2 |
| * | [svn] - Allow for absolute paths in Makefiles by passing --enable-absolute-pa...•••- Hopefully fixed the make depend dependency on .depend
- Added sstrndup convenience function
- Started moving some #includes from atheme.h to sources that need them
- Added JSON-C library with JSON-RPC functionality (unused for now)
- Micro-optimisations
- Rather large change to the Makefiles: moved common defines in modules to modules/Makefile.defs and common rules to modules/Makefile.rules
- Added the httpd from contrib/ to modules/misc and added an url-handler list. The XML-RPC now uses this httpd and registers as handler for /xmlrpc (TODO: make this configurable)
- Added generation of modules/gameserv/namegen_tab.h to the Makefile
- The JSON module in modules/json/main.c does exactly the same as the XML-RPC module. This is going to change soon.
| pippijn | 2007-06-03 | 1 | -58/+8 |
| * | [svn] Add datarootdir = @datarootdir@ to all Makefile.in•••to make autoconf 2.60 happy. Older autoconf versions
will neither expand nor use this.
| jilles | 2007-03-25 | 1 | -1/+2 |
| * | [svn] command_fails to gettext | pippijn | 2007-03-05 | 1 | -6/+6 |
| * | [svn] Added N_() around all command descriptions | pippijn | 2007-03-05 | 1 | -16/+6 |
| * | [svn] added missing vim options | pippijn | 2007-03-03 | 1 | -2/+4 |
| * | [svn] added vim options to the end of each C file | pippijn | 2007-03-03 | 1 | -2/+5 |
| * | [svn] - Remove libatheme include path•••- Remove postgresql include and library path variables
| jilles | 2007-02-10 | 1 | -4/+4 |
| * | [svn] - rework handle_ctcp_common() to use sourceinfo instead of passing redu... | nenolod | 2007-01-13 | 1 | -3/+3 |
| * | [svn] Add localstatedir to all the other Makefile.in's.•••This fixes those pathnames for --enable-fhs-paths.
| jilles | 2006-11-25 | 1 | -1/+2 |
| * | [svn] Remove various unused variables and an unused static function. | jilles | 2006-11-24 | 1 | -3/+2 |
| * | [svn] destdir support | lu_zero | 2006-10-22 | 1 | -3/+3 |
| * | [svn] Remove .depend files from svn. | jilles | 2006-10-20 | 1 | -22/+0 |