summaryrefslogtreecommitdiff
path: root/include/modules.h
AgeCommit message (Expand)Author
2012-11-23Made IRCDProto a ServiceAdam
2012-11-23Change the return type of ircdmessage to void now that we don't use it, add a...Adam
2012-11-22Pretty large coding style cleanup, in source docAdam
2012-10-22Cleanup of last few commits/warning fixAdam
2012-10-22Add os_dns, a way to control your DNS zone via servicesAdam
2012-10-13Simplify the db_sql_live code since this isn't actually necessary. Fixes a pr...Adam
2012-10-08Made fantasy commands configurableAdam
2012-10-07Remove the asynchronous identifing hack and replace it with something better....Adam
2012-10-05Add an event for when nick or channel options are setAdam
2012-10-01Cleanup of all of the protocol modules, rewrote message handling system to be...Adam
2012-09-02Fix WindowsAdam
2012-06-18Allow userless command sourcesAdam
2012-04-23Reworked live SQL support yet againAdam
2012-04-08Added Chanstats. It uses a new, improved database format and is not compatibl...DukePyrolator
2012-02-26Changed the OnChanDrop event to be called right before channels are dropped, ...Adam
2012-02-26Added chanserv:require config option to set which modes must be on all regist...Adam
2012-02-18Fixed some eventsAdam
2012-02-15Remove revision numbers as they're only ever set by Config reading git since ...Adam
2012-02-14Clean up and reorganize our header filesAdam
2012-01-25WindowsAdam
2012-01-02Updated Copyright to 2012Adam
2011-12-19Fixed formatting of many lists and INFO outputsAdam
2011-11-08WindowsAdam
2011-10-24Fixed bug #1349 (m_sqlite compiles without error under FreeBSD), as well as u...Naram Qashat
2011-10-10Allow chanserv/suspend to take an expiry timeAdam
2011-10-10Allow nickserv/suspend to take an expiry timeAdam
2011-10-09Give more verbose messages on startupAdam
2011-09-25Added a new database format and sqlite support. Also moved db-convert to a mo...Adam
2011-09-19Allow OnPreHelp to stop processingAdam
2011-09-10Added chanserv/logAdam
2011-09-10Fixed service_reference to work correctly with external classesAdam
2011-09-10Allow modules to add their own channel levelsAdam
2011-09-10Made service_reference type safeAdam
2011-08-22Removed this ondeleteobject event, was for m_async_commands which diedAdam
2011-08-14Brought back the old 1.7 behavior of a level -1 matching all users and 0 matc...Adam
2011-08-11Fixed Windows runtime problemsAdam
2011-08-10Fixed windows buildAdam
2011-08-07Always reset the levels of newly created channels, fixed DetermineLevel match...Adam
2011-08-06Fixed suepradminAdam
2011-08-01Rewrote the access systems and added a flags access systemAdam
2011-07-14Fixed OSOpersOnly & CSOpersOnlyAdam
2011-07-14Rewrote how commands are handled within Anope.Adam
2011-06-17Search all domains for language strings, fixes the mess that we used to use t...Adam
2011-05-23Added an IsServicesOper eventAdam
2011-05-23Rewrote the signal handling to use sigactionAdam
2011-05-21Made Anope able to process normally when disconnected from the uplink and not...Adam
2011-05-16Use module type to determine what type each module is instead of its location...Adam
2011-05-16Added more useful functions to our LDAP API, allow adding newly registered ac...Adam
2011-05-16Unmodularized the socket engine because its causing problems and really is un...Adam
2011-05-16Moved some global functions to be member functions and misc cleanupAdam