summaryrefslogtreecommitdiff
path: root/include/u_listmode.h
AgeCommit message (Expand)Author
2007-08-28Remove the last uses of localised fake clients. This removes a lot of allocat...w00t
2007-08-28Remove an utterly insane comment .. based on changed by based on originally b...w00t
2007-08-26Proper fix for end-of-list numerics on restricted lists in bug #386, rather t...brain
2007-07-16OOPS! We try again, since I'm smoking craq. LF is 0x0a NOT CR.peavey
2007-07-16'svn propset -R svn:eol-style CR *' Set to UNIX-style always. Binaries are au...peavey
2007-06-17Comments (lots of, this was really lacking)brain
2007-06-14MAXMODES+1 -> MAXMODES+2brain
2007-05-27Whoops, ++it++? Thats gonna break :pbrain
2007-05-27Change for reverse output of lists, most recent first, for bug #307. Also fix...brain
2007-03-11Remove debugbrain
2007-03-10Fix the operator== for irc::string -> std::string to be const&, the lack of c...brain
2007-03-10Change mask variable to irc::string to allow for case insensitive removal/add...brain
2007-01-14Someone left the colon off the 'end of list' numeric in u_listmode.h. I dont ...brain
2007-01-14Added interface 'ChannelBanList' that these two modules implement. Send a req...brain
2006-12-15And now, just to force you to recompile the *whole* ircd.. updated headers on...w00t
2006-10-23Fix unloading of modules that use u_listmodebrain
2006-10-23banexception, chanfilter, inviteexception: use modestacker to stack modes whe...brain
2006-10-22Make clever use of modestackerbrain
2006-10-22Make +beIgqa be sent multiple per line, rather than one per line, using modes...brain
2006-10-06Add extra debugging for socketengines, will now report OS error string when f...brain
2006-10-06Document a ton of classes (e.g. give them a short description for http://svn....brain
2006-09-08Fix 'item not on list' outputbrain
2006-09-02Don't try and delete from the item list whilst iterating it - make a copy ins...brain
2006-09-02Don't use oncleanup to remove listmode listsbrain
2006-09-02banexception, chanfilter and inviteexception should now be unloadable :)brain
2006-08-11Just to mess with om's head, remove helperfuncs.h from everywherebrain
2006-08-11Fixedbrain
2006-08-11ConfigReader and FileReader now take InspIRCd* to their constructorsbrain
2006-08-10Note: FOR THE MOMENT, this is BROKEN. It wont run right until im done.brain
2006-08-10So much stuff changed in this one, i forgot most of it.brain
2006-08-09do_log -> static void InspIRCd::Log() (with vararg and std::string variants)brain
2006-08-08WHEEEEE!!!!!brain
2006-07-27commit remainder of new mode bouncing stuff for TS based modesbrain
2006-07-26Add extra method to mode handler, ModeHandler::ModeSet().brain
2006-07-10Inherit tons of stuff from classbase that should always have beenbrain
2006-07-10If you ask me, it looks a hell of a lot tidier without forcing the cast.brain
2006-07-09Reorder to avoid warning.brain
2006-07-09Altered u_listmode to have a constructor arg 'autotidy' which if set to true ...brain
2006-07-09Okay..updates to u_listmode, general cleanups and add some virtual methods wh...om
2006-07-09Add a parameter to set what config tag to parse (defaults to what was previou...om
2006-07-08Port m_blockcaps to new api, remove OnExtendedMode and OnDisplayList events e...brain
2006-07-08Convert u_listmode and m_banexception to new apibrain
2006-03-12Const refs (this is about the last of them in the core api)brain
2006-03-11Start of conversion to const refs for std::strings in module api - A LOT OF S...brain
2006-01-25Oh noes, a typoed comment :xom
2006-01-25remove redundant variable and fix log outputom
2006-01-25Adding the +e and +I modules m_banexception and m_inviteexception, also addin...om