summaryrefslogtreecommitdiff
path: root/modules/protocol/unreal32.cpp
AgeCommit message (Expand)Author
2011-05-16Use module type to determine what type each module is instead of its location...Adam
2011-05-16Moved some global functions to be member functions and misc cleanupAdam
2011-05-16Moved the core pseudo clients out into their own modulesAdam
2011-03-12added ns_certDukePyrolator
2011-03-07Added support for extbansAdam
2011-03-06Change the mode name code to use Flags names in preparation for extban supportAdam
2011-03-05Removed nickrequests, instead have unconfirmed registrations. Also made ns_re...Adam
2011-02-27Made akills work on IRCds that do not support bans (ngircd)Adam
2011-02-25Fixed a lot of small problemsAdam
2011-02-22Store modes in the databases told to us during runtime that we don't have inf...Adam
2011-02-09Removed a lot of the old capab flags we dont/have never usedAdam
2011-01-15Added an amsg kickerAdam
2011-01-05update copyrights for 2011lethality
2011-01-04removed SendSVSPart(), we dont use itDukePyrolator
2011-01-04removed SendSVSMode(), we dont use itDukePyrolator
2010-12-29Use empty SJOINs when allowed to create empty permanent channelsAdam
2010-12-29Added a ConvertException to be thrown when convertTo failsAdam
2010-12-13Bug #1079 - Don't use users real host and IPs when matching againstAdam
2010-12-12Cleaned up some things, made the protocol modules use some basic inheritance ...Adam
2010-12-12Added a plexus3 protocol moduleAdam
2010-12-12Added cs_mode, rewrote the old list mode code, and added CIDR supportAdam
2010-11-21Introduce our clients with umode +q on Unreal so they can't be kickedAdam
2010-10-22Fixed some Windows problemsAdam
2010-10-04Automatically destruct messages when modules are unloadedAdam
2010-10-04Changed the protocol handling system to use a vector of strings instead of C ...Adam
2010-09-27Cleaned up some unused code, moved handling of user modes around so we dont g...Adam
2010-09-16Fixed many bugs and crashesAdam
2010-09-15Rewrote all of the topic code, fixes a few topic related problems on some old...Adam
2010-09-11Allow identifying to other accounts using /nickserv id account passAdam
2010-09-10Added Anope::CurTime to keep us from calling time() everywhereAdam
2010-09-10Fixed bug #1187 - Fixed releasing enforcer clients on TS6 IRCdsAdam
2010-09-09Added an asynchronous DNS system and m_dnsbl, which checks clients against DN...Adam
2010-08-28Clean up some of the old now unused IRCDVar struct vars, and made the logchan...Adam
2010-08-27Added a new logging systemAdam
2010-08-27Added an Anope::string::is_pos_number_only function to use everywhere we conv...Adam
2010-08-21Made Anope keep track of channels its clients are in if it splits from its up...Adam
2010-08-19Changed the svid system back to using user timestamps for IRCds limited to ju...Adam
2010-08-17Rewrote the config reader to better handle invalid configs.Adam
2010-08-15Cleanup of various different crashes/inconsistanciesAdam
2010-07-29Made all of IRCDProto use const pointers, with the exception of SendVhostDel ...Naram Qashat
2010-07-27Added debug_cast which uses dynamic_cast on debug builds, and static_cast on ...Adam
2010-07-27Some windows fixes from the Anope::string commitAdam
2010-07-26Trying to make things a little more const-safe, a work in progress but this i...Naram Qashat
2010-07-25Epic commit to replace most of the strings in Anope with a single Anope::stri...Naram Qashat
2010-07-15Moved some files and diretories around, made cmake skip files it knows it can...Adam