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