Commit Graph

  • 1416aa428d Merge pull request #29 from attilamolnar/master+fixes master William Pitcock 2014-09-17 21:15:45 -0500
  • 04dc96b771 dnsbl: Fix memory leak in dnsbl_config_handler() Attila Molnar 2014-09-18 02:04:21 +0200
  • 3ab69700ac gen_listenerdemo: Fix inadequate check of the return value of recv() Attila Molnar 2014-09-18 02:02:59 +0200
  • 6b30dd8bf9 gen_listenerdemo: Fix uninitialized memory being passed to do_packet() from my_rhandler() Attila Molnar 2014-09-18 02:02:19 +0200
  • 3441525838 gen_echoserver: Fix inadequate check of the return value of recv() Attila Molnar 2014-09-18 02:01:10 +0200
  • cd6b5cb478 gen_echoserver: Fix use after free in my_rhandler() Attila Molnar 2014-09-18 02:00:24 +0200
  • 4cf851713f os_trace: Fix inverted NULL check in trace_kill_exec() Attila Molnar 2014-09-18 01:58:14 +0200
  • ae9d0666af wumpus: Fix use after free leading to possible memory corruption when the wumpus eats a player Attila Molnar 2014-09-18 01:55:17 +0200
  • d5594316ea Merge pull request #27 from errietta/master William Pitcock 2014-09-16 13:31:16 -0500
  • 571da0cd43 16:27 < *spb> take it out of contrib and into core Errietta Kostala 2014-07-25 17:13:03 +0100
  • f9999a12bd Remove all trailing whitespace Rylee Fowler 2014-07-08 18:08:51 -0400
  • e044e2827d Merge pull request #25 from errietta/master Stephen Bennett 2014-05-29 14:59:41 +0100
  • 6dd7dfd3c8 Merge branch 'multimark' Errietta Kostala 2014-05-11 17:14:01 +0100
  • e981b1d669 Multiple /ns marks Errietta Kostala 2014-05-11 16:40:43 +0100
  • 4af59156bc Merge pull request #19 from blt04/ns_goodmail William Pitcock 2014-04-05 20:04:48 -0500
  • ae12d55a29 Merge pull request #22 from nyuszika7h/master Rylee Elise Fowler 2014-04-05 12:11:56 -0400
  • e7b21c2245 Update README.md nyuszika7h 2014-04-05 17:18:40 +0200
  • e8980b89cb ns_ajoin: deduplicate the syntax error messages Mantas Mikulėnas 2014-01-27 03:06:11 +0200
  • 4e453e0ee2 Remove lastfm module (apparently not ready for release) Alex Iadicicco 2014-01-22 21:53:30 -0700
  • 067facd8dc Add LastFM module Alex Iadicicco 2014-01-08 22:37:21 -0700
  • 561fb96129 Remove cs_aquiet at request of original author Alex Iadicicco 2014-01-02 20:53:36 -0700
  • 3d7e6f1961 os_trace: Actually fix the issue with floods of failed assertions Alex Iadicicco 2013-10-14 16:33:33 -0700
  • 9efc2d9e6a Merge branch 'master' of github.com:atheme/atheme-contrib-modules Alex Iadicicco 2013-10-14 16:01:36 -0700
  • b9e076e9f5 Add *.dep to .gitignore Alex Iadicicco 2013-10-14 15:58:47 -0700
  • ed1194f411 os_trace: Check that the channel is non-NULL before continuing Alex Iadicicco 2013-10-14 15:58:33 -0700
  • d53ea99f45 Use GE verb for ns_goodmail database storage Brandon Turner 2013-08-26 21:04:40 -0500
  • 1c580ba787 Add help text for ns_goodmail module Brandon Turner 2013-08-26 14:08:40 -0500
  • 4753339580 Add ns_goodmail for whitelist NickServ emails Brandon Turner 2013-08-26 14:08:18 -0500
  • f7ae6ad9cc mlocktweaker: Applied mlock is now configurable via chanserv::mlocktweak Quora Dodrill 2013-07-07 11:57:38 -0700
  • 1f414ba7b1 os_klinechan: Prefer klining by IP if known, like flood klines. Jilles Tjoelker 2013-07-01 00:17:30 +0200
  • 2451d1c0f5 Fix compilation on most Linux platforms. Elizabeth Myers 2013-04-18 00:03:35 -0500
  • ca5d947cb0 ns_waitreg: Do not accept registration if server's time is ahead of our time. Jilles Tjoelker 2013-04-08 00:08:55 +0200
  • c66126bc39 Merge pull request #12 from quora-wings/master mogri 2013-03-22 01:21:24 -0700
  • 7ec7129df3 Added cs_aquiet.c, like akicks except for applying a quiet mode on users Quora 2013-03-20 16:05:30 -0700
  • 806a662c25 os_testcmd: Update types for failure code Douglas Freed 2013-03-03 02:06:05 -0500
  • c1a6febd2a modesync: fix module name mogri 2013-02-22 06:45:24 -0600
  • 9e62896c13 Add module to aggressively sync the channel on any mode change. William Pitcock 2013-02-22 06:36:19 -0600
  • 1fab676c85 os_akillnicklist: Don't assert data->u != NULL Douglas Freed 2013-01-20 13:34:19 +0000
  • facf73262d Merge pull request #8 from killerrabbit/roulette William Pitcock 2012-10-24 21:19:29 -0700
  • 4130df618a We take 2 parameters here. The channel name, and the rest of the text that we ignore. Colgate 2012-10-24 21:08:57 -0700
  • fa8bededfe Add compat_sendemail() stub macro. William Pitcock 2012-10-04 05:16:14 +0000
  • be594cab4e os_akillnicklist: use a const iter on stringrefs William Pitcock 2012-10-04 05:08:08 +0000
  • 62d8b8c1e9 os_trace: use const early and often William Pitcock 2012-10-04 05:06:05 +0000
  • 8ccecba62a ircd_announceserv: fix inappropriate use of strshare (such as calling free() on a stringref, which will crash the services daemon) William Pitcock 2012-10-04 05:04:42 +0000
  • 6b4777173a Use compatibility framework instead of atheme API directly. William Pitcock 2012-10-04 05:01:29 +0000
  • bc8c603db6 Add compatibility framework for API level 71 and newer. William Pitcock 2012-10-04 04:59:23 +0000
  • 3421c73604 ms_fsend: chase API updates for 7.1 William Pitcock 2012-09-24 00:21:26 -0500
  • 3327f00f7f Remove InspIRCd module as its back in core in both 7.0 and 7.1/master. JD Horelick 2012-07-12 17:11:50 -0400
  • 5538bbc0c9 Add InspIRCd protocol module to contrib in preperation for removing it from HEAD of "core". JD Horelick 2012-06-25 21:32:31 -0400
  • 20a31ab093 Merge pull request #2 from gholms/mlocktweak-allchr William Pitcock 2012-06-17 23:39:36 -0700
  • 5b82d45851 mlocktweaker: consider all mode characters Garrett Holmstrom 2012-06-03 01:22:43 -0700
  • 634a493231 Update README a bit. William Pitcock 2012-04-17 21:04:42 +0000
  • 5dca0715eb Add *.dll to .gitignore. William Pitcock 2012-04-17 21:00:14 +0000
  • a64f128228 backtrace: stubify on non-linux William Pitcock 2012-04-17 20:53:29 +0000
  • b104665181 mlocktweaker: more fixes William Pitcock 2012-04-17 20:51:55 +0000
  • 4752279686 Fix hooks on previously-disabled modules. William Pitcock 2012-04-17 20:50:41 +0000
  • 988ff81b8b Update some modules so they work with this newfangled system. William Pitcock 2012-04-17 20:46:58 +0000
  • 445ae0d752 Use $(wildcard) since we require gmake anyway. William Pitcock 2012-04-17 20:46:12 +0000
  • c7c07068cd Rework README file. William Pitcock 2012-04-17 20:32:49 +0000
  • 78f3868c39 Add .gitignore. William Pitcock 2012-04-17 20:20:33 +0000
  • e590aeeff7 Remove cruft. William Pitcock 2012-04-17 20:20:10 +0000
  • 740371b4e2 Initial commit. William Pitcock 2012-04-17 15:09:50 -0500