summaryrefslogtreecommitdiff
path: root/src/snomasks.cpp
AgeCommit message (Expand)Author
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
2008-02-02Move some stuff to usermanager, remove a little header insanity, remove trace...w00t
2008-01-26ANNOUNCENENT -> ANNOUNCEMENTbrain
2008-01-17Fix.. snomask O is already taken (ffs) so use A insteadw00t
2008-01-17Remove InspIRCd::WriteOpers in favour of snomask Ow00t
2008-01-17Start converting WriteOpers calls into snomask 'O' -- generic oper notices.w00t
2008-01-10Header update: 2007 -> 2008w00t
2008-01-05Fix a bug (snotices repeating constantly), and add a flush timer (1x5 seconds)w00t
2008-01-05Fix snomask stacking, still needs to flush all snomasks on a timer to avoid m...w00t
2008-01-05Snomask stacking: not yet working (crashes), and not quite finishedw00t
2008-01-05Add SnomaskManager::FlushSnotices() stubw00t
2007-10-22Remove the need for a bunch of the hard coded arrays/hashes by scanning the s...brain
2007-10-15In the grand tradition of huge fucking commits:w00t
2007-09-26Fixed bug #404; this was caused by recieving multiple OPERTYPEs from a remote...special