summaryrefslogtreecommitdiff
path: root/src/snomasks.cpp
AgeCommit message (Expand)Author
2020-01-11Update copyright headers.InspIRCd Robot
2019-01-09Improve X-line text consistency.Matt Schatz
2018-08-07Remove the 'debug' snotice character.Peter Powell
2018-07-20Log snotices with their description rather than just as "snomask".Peter Powell
2014-06-14Kill needless #includes in source filesAttila Molnar
2014-03-25Add typedef OperList to UserManager for use with all_opersAttila Molnar
2014-01-04Change type of snomask parameter to char in ProtocolInterface::SendSNONotice()Attila Molnar
2013-08-04Change the syntax of FOREACH macros to be less dumb.Adam
2013-07-24Rewrite SnomaskManager::SendMessage() and Flush(), split code into functionsattilamolnar
2013-07-20Enable the LINK snomask from m_spanningtree, remove unused FLOOD snomaskattilamolnar
2013-05-18Replaced vsnprintf with VAFORMAT pretty much everywhere.Daniel Vassdal
2013-05-14Add method for writing server notices.Peter Powell
2013-04-12Add LOG_ prefix to the log level enum values.Peter Powell
2012-11-28Change empty string assignments to .clear() or remove them entirelyattilamolnar
2012-10-14Resolve two warnings clang complains aboutChrisTX
2012-04-19Replace copyright headers with headers granting specific authors copyrightRobby-
2012-04-15Backported Shawn's NoSnoticeStack code from insp21Robby-
2010-02-25Make remote/local snomasks consistent and allow use without namingdanieldg
2010-01-11...because every now and again, i have to do a massive commit.brain
2009-09-26Remove InspIRCd* parameters and fieldsdanieldg
2009-09-14Introduce "X" snomask for remote *:line messages [patch by jackmcbarn]danieldg
2009-09-02ModResult conversion: Change return type of all module functionsdanieldg
2009-04-18Add global-routing snomask functionsdanieldg
2009-04-16Convert snomask 'A' into snomask 'a' for local announcements, add snomask 'A'...w00t
2009-03-15Update all wiki links to point to the new wiki. This was done automatically w...psychon
2009-03-10Send (last message repeated N times) snomask to log channeldanieldg
2009-03-10Fix snomask stacking to only delay (last message repeated) part of the snomaskdanieldg
2009-03-09Flush snotices instantly on send (disable queueing) - in it's present form, i...w00t
2009-02-14Nuke trailing spacespeavey
2009-01-02Update copyrights for 2009.w00t
2008-10-31I am a retard. Hear me DROOOOOOOOOOOOOOOOOOOOLLLLLLLLLLLLLLLLLLLLL...w00t
2008-10-31Add REMOTEOPER snomask.. use it.w00t
2008-10-31Add snomask +s +L - remote link notices.w00t
2008-08-22Actually call OnSendSnotice event.w00t
2008-07-29Remove last vestige of libircdfoo, by changing tag into a single identifier...w00t
2008-07-29After discussions and thought, move umode +n to +s. This increases cross-ircd...w00t
2008-05-18Make User:: nick/ident/dhost/fullname and some other things std::string inste...aquanight
2008-05-18Fixybrain
2008-05-18Whoops, this was a bit fucked up :pbrain
2008-05-18Log all snomasks to "snomask" log type, level DEFAULT. This means your log ge...brain
2008-05-05Okay, this was good in theory, but totally and utterly fucked in implementati...w00t
2008-04-23Remoteconnect and remotequit should be local-only snomasksbrain
2008-04-23Fixw00t
2008-04-23Warn, don't throw..w00t
2008-04-21Fix bug found by peavey, which much frustrated him and w00t. He leiks mudkipz...brain
2008-04-21Hack, hack, hack, hack hack. Hack hack. Probably fix snotice loops, though.w00t
2008-04-21Merge in large patchset from GreenReaper, useful fixes for freeing a ton of d...brain
2008-04-17Add potential for local-only snotices and use them for the ones that should b...w00t
2008-04-17Remove debug from snomask flushing, and send ALL snotices globally automagica...w00t
2008-02-10Make K|G|Z|ELine actually work with a nickname target (code was there but not...w00t